@import url('https://fonts.googleapis.com/css2?family=Blinker:wght@300;400;600;700;800;900&display=swap');
.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 */
}
:root {
    --color-base: #0057B8;
    --color-primary: #0057B8;
    --color-secondary: #41B6E6;
    --color-tertiary: #E00000;
    --color-fourth: #D6E8F2;
    --bs-warning-rgb: 255,221,41;
    --bs-primary: #0057B8;
    --bs-secondary: #41B6E6;
    --bs-tertiary: #A1C0D3;
    --bs-primary-rgb: 0,87,184;
    --bs-secondary-rgb: 245,102,0;
    --bs-fourth: #D6E8F2;
    --bs-dark: #000000;
    --bs-dark-rgb: 0, 0, 0;
    --fontsize-base: 1rem;
    --fontsize-secondary: 1.1rem;
    --bs-btn-active-bg: #0057B8;
    --bs-btn-active-border-color: #0057B8;
}
::selection {
    background: #0059a2;
    color: white;
}
::-moz-selection {
    background: #0059a2;
    color: white;
}
html{
    scrollbar-gutter: auto;
    scrollbar-gutter: stable;
/*scrollbar-gutter: stable both-edges; */
}
body.modal-open{
    padding-right: 0 !important;
    position: fixed;
    z-index: 999;
}

body {
    font-family: "Blinker", sans-serif;
    font-optical-sizing: auto;
    color: #000;
    font-size: var(--fontsize-secondary);
    overflow-x: hidden;
    font-weight: 400;
    line-height: 1.4;
}
a{
    color: var(--bs-primary);
    text-decoration: none;
}
a:hover {
    color: #118abd;
}
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;
}
b{
    font-weight: bold;
}
strong {
    font-weight: 800;
}
button, .btn{
    font-size: var(--fontsize-secondary);
}
.btn{
    border-radius: 0;
}
label {
    font-size: var(--fontsize-secondary);
}
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: 60px;
    line-height: 1.5 !important;
    -webkit-appearance: none;
    border-radius: 0px;
    padding: 0 1rem;
    background-color: transparent;
    position: relative;
    z-index: 2;
/*    border: 0;*/
/*    border-bottom: 2px solid #e5e5e5;*/
    border-color: #d5d5d5;
    border-radius: 1rem;
}
textarea.form-control {
    height: auto !important;
    padding-top: 12px;
}
.form-control:focus, input[type='text'].form-control:focus, input[type='number'].form-control:focus, input[type='password'].form-control:focus, input[type='tel'].form-control:focus, input[type='email'].form-control:focus, input[type='date'].form-control:focus {
    border-color: #eaeaea;
    background-color: #F9F9F9;
    /* box-shadow: 0 0 0 0.5rem rgba(197,197,197,0.25); */
    box-shadow: none;
}
.form-check-input:checked {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}
.form-check-input:focus {
    border-color: var(--bs-primary);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb) , 24%);
}
.fw-medium {
    font-weight: 500 !important;
}
.fw-lighter{
    font-weight: 600 !important;
}
.fw-bolder {
    font-weight: 900!important;
}
h1, h2, h3, h4{
    font-weight: 700!important;
}
.text-white-80 {
    --bs-text-opacity: 1;
    color: rgba(255,255,255,.8)!important;
}
.text-white-80 h1, .text-white-80 h2, .text-white-80 h3, .text-white-80 h4, .text-white-80 h5{
    color: white;
}
p {
    margin-bottom: 10px;
}
h1, .h1 {
    font-size: 2.074rem;
    /*color: #000;*/
}
h2, .h2 {
    font-size: 1.7rem;
    /*color: #000;*/
}
h3, .h3 {
    font-size: 1.5rem;
    /*color: #000;*/
}
h4, .h4 {
    font-size: 1.2rem;
    /*color: #000;*/
}
h5, .h5 {
    font-size: 0.98rem;
}
h6, .h6 {
    font-size: 0.8rem;
}
.fs-0{
    font-size: 3.052rem !important;
}
.fs-01{
    font-size: 4.4rem !important;
}
.fs-02{
    font-size: 5.4rem !important;
}
.fs-03{
    font-size: 6.4rem !important;
}
.fs-04{
    font-size: 8rem !important;
}
.text-danger {
    color: #ff1313 !important;
}
.text-success {
    color: #47d321 !important;
}
.text-info {
    color: #89d2de !important;
}
.text-rosa {
    color: #eab5ac !important;
}
.text-rosado {
    color: #eab5ac !important;
}
.text-primary {
    color: var(--bs-primary)  !important;
}
.text-secondary {
    color: var(--bs-secondary) !important;
}
.text-brown{
    color: #bd844c !important;
}
.text-tertiary{
    color: var(--bs-tertiary) !important;
}
.text-fourth{
    color: var(--bs-fourth) !important;
}
.text-muted {
    color: #afafaf !important;
}
.text-default {
    color: #656565 !important;
}
.border-primary {
    border-color: var(--bs-primary)!important;
}
.form-control{
    font-size: var(--fontsize-secondary);
}
.form-control::-webkit-input-placeholder {
    color: #ccc;
}
.form-control:-moz-placeholder {
    color: #75757d;
    opacity: 1;
}
.form-control::-moz-placeholder {
    color: #75757d;
    opacity:  1;
}
.form-control:-ms-input-placeholder {
    color: #75757d;
}
.form-control::-webkit-input-placeholder {
    color: #75757d;
}
.form-control:-moz-placeholder {
    color: #75757d;
    opacity: 1;
}
.form-control::-moz-placeholder {
    color: #75757d;
    opacity:  1;
}
.form-control:-ms-input-placeholder {
    color: #75757d;
}
.shadow {
    box-shadow: 0 0rem 1rem rgba(0, 0, 0, .15) !important;
}
.btn-outline-primary {
    --bs-btn-color: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--bs-primary);
    --bs-btn-hover-border-color: var(--bs-primary);
    --bs-btn-focus-shadow-rgb: 13,110,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--bs-primary);
    --bs-btn-active-border-color: var(--bs-primary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--bs-primary);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--bs-primary);
    --bs-gradient: none;
}
.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--bs-secondary);
    --bs-btn-border-color: var(--bs-secondary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--bs-secondary);
    --bs-btn-hover-border-color: var(--bs-secondary);
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--bs-secondary);
    --bs-btn-active-border-color: var(--bs-secondary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--bs-secondary);
    --bs-btn-disabled-border-color: var(--bs-secondary);
}
.btn-primary{
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    color: #fff;
}
.btn-primary:hover{
    background-color: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
}
.btn-secondary {
    background-color: var(--bs-secondary);
    border-color: var(--bs-secondary);
    color: #fff;
}
.btn-secondary:hover {
    background-color: var(--bs-secondary) !important;
    border-color: var(--bs-secondary) !important;
    color: #fff;
}
.btn-white{
    background-color: #fff;
    border-color: #fff;
}
.btn-white:hover{
    background-color: #fff !important;
    border-color: #fff !important;
}
.btn-success{
    background-color: #47d321;
    border-color: #47d321;
}
.btn-success:hover{
    background-color: #47d321 !important;
    border-color: #47d321 !important;
}
.dropdown-item.active, .dropdown-item:active{
    background-color: #69696b !important;
    color: #fff;
}
.bg-primary{
    background-color: var(--bs-primary) !important;
}
.bg-secondary{
    background: var(--bs-secondary) !important;
}
.bg-tertiary{
    background: var(--bs-tertiary) !important;
}
.bg-fourth{
    background: var(--bs-fourth) !important;
}
.bg-lighter{
    background-color: #fdfdff !important;
}
.bg-light {
    background-color: #f5f6f6 !important;
}
.bg-normal{
    background-color: #f9f9ff !important;
}
.bg-rosa {
    background-color: #e96994 !important;
}
.bg-rosado {
    background-color: #eab5ac !important;
}
.bg-success{
    background-color: #8dc63f !important;
}
.bg-info{
    background-color: #89d2de !important;
}
.bg-plomo{
    background-color: #747474 !important;
}
.bg-white-50{
    background-color: rgb(250 250 250 / 89%) !important;
}
.shadow-white{
    box-shadow: 0px 0px 1px 1px rgb(255 255 255 / 90%);
}
.shadow-light{
    box-shadow: 0 0rem 0.5rem 0rem rgb(0 0 0 / 16%) !important;
}
.shadow-section {
    box-shadow: 0 0rem 0.5rem rgba(0,0,0,.12)!important;
}
.btn-web{
    width: 260px;
    height: 70px;
    border-radius: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0.2rem 0.4rem rgba(0,0,0,.15)!important;
    background-color: #fff;
    color: #8dc63f;
    font-size: 1.4rem;
    border: 0 !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;
}
.btn-web:hover, .btn-web:focus{
    background-color: #fff !important;
    color: #47d321 !important;
    box-shadow: 0 .3rem 0.7rem rgba(0,0,0,.2)!important;
}
.btn-hover-primary:hover, .btn-hover-primary:focus {
    background-color: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
    color: #fff !important;
}
.btn-hover-secondary {
    background-color: var(--bs-secondary) !important;
    border-color: var(--bs-secondary) !important;
    color: #fff !important;
}
.btn-hover-warning:hover, .btn-hover-warning:focus {
    background-color: #FFC122 !important;
    border-color: #FFC122 !important;
    color: #fff !important;
}
.btn-hover-success:hover, .btn-hover-success:focus {
    background-color: #47d321 !important;
    border-color: #47d321 !important;
    color: #fff !important;
}
.btn-hover-info:hover, .btn-hover-info:focus {
    background-color: #41b6e6 !important;
    border-color: #41b6e6 !important;
    color: #fff !important;
}
.btn-hover-rosa:hover, .btn-hover-rosa:focus {
    background-color: #eab5ac !important;
    border-color: #eab5ac !important;
    color: #fff !important;
}
.btn-hover-brown:hover, .btn-hover-brown:focus {
    background-color: #bd844c !important;
    border-color: #bd844c !important;
    color: #fff !important;
}
.btn-hover-dark:hover, .btn-hover-dark:focus {
    background-color: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
}
.zi-0{
    z-index: 0!important;
}
.zi-1{
    z-index: 1!important;
}
.mt-6{
    margin-top: 6rem!important;
}
.mb-6{
    margin-bottom: 6rem!important;
}
.mt-7{
    margin-top: 7rem!important;
}
.mb-7{
    margin-bottom: 7rem!important;
}
.w-10{
    width: 10% !important;
}
.w-20{
    width: 20% !important;
}
.w-30{
    width: 30% !important;
}
.w-40{
    width: 40% !important;
}
.w-60{
    width: 60% !important;
}
.w-70{
    width: 70% !important;
}
.w-80{
    width: 80% !important;
}
.w-85{
    width: 85% !important;
}
.w-90{
    width: 90% !important;
}
.text-justify{
    text-align: justify !important;
}
.btn-flechita {
    color: #8dc63f;
    display: flex;
    align-items: center;
    padding: 10px 0 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;
    font-size: 12pt;
}
.btn-flechita i {
    padding-left: 8px;
    transition: padding-left 0.5s ease;
    -webkit-transition: padding-left 0.5s ease;
    -moz-transition: padding-left 0.5s ease;
    -o-transition: padding-left 0.5s ease;
    -ms-transition: padding-left 0.5s ease;
}
.btn-flechita:hover, .btn-flechita:focus {
    /*color: #15b1dc;*/
}
.btn-flechita:hover i {
    padding-left: 12px;
}
.text-shadow{
    text-shadow: 1px 1px 7px #717174;
}
.outline-none{
    outline: none !important;
    box-shadow: none !important;
}
.modal-backdrop.show{
    opacity: 0.5;
    --bs-backdrop-bg: #fff;
}
.h-form{
    height: 50px !important;
    font-size: 1rem;
}
.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;
    cursor: pointer;
    font-weight: normal;
}
.radio label:before, .checkbox label:before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    background: transparent;
    border: 1px solid var(--bs-primary);
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 4px;
}
.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;
}
.radio input[type="radio"]:checked + label:before, .checkbox input[type="checkbox"]:checked + label:before {
    background: var(--bs-primary);
    border: 1px solid var(--bs-primary);
}
.checkbox input[type="checkbox"]:checked + label:after {
    display: block;
}
.ws-normal{
    white-space: normal !important;
}
tbody, td, tfoot, th, thead, tr{
    border-width: 1px;
    padding: 5px 8px;
    vertical-align: top;
}
#toast-container>div{
    opacity: 1 !important;
}
/* scroll web */
::-webkit-scrollbar {
    width: 11px;
    height: 11px;
}
::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 0px;
    cursor: pointer !important;
}
::-webkit-scrollbar-thumb:active {
    background-color: #1e1e43;
    cursor: pointer !important;
}
::-webkit-scrollbar-thumb:hover {
    background: #000;
    /*box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);*/
    cursor: pointer !important;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
    /*border:  1px solid red;*/
    /*border-radius: 6px;*/
}
::-webkit-scrollbar-scroll{
    background: #000;
}
::-webkit-scrollbar-track:hover,
::-webkit-scrollbar-track:active {
    /*border:  1px solid red;*/
}
::-moz-scrollbar {
    width: 11px;
    height: 11px;
}
::-moz-scrollbar-thumb:active {
    background-color: #000;
    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;*/
}
::-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:active {
    background-color: #000;
    cursor: pointer !important;
}
::-ms-scrollbar-thumb:hover {
    background: #000;
    /*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;*/
}
::-ms-scrollbar-scroll{
    background: #000;
}
::-ms-scrollbar-track:hover,
::-ms-scrollbar-track:active {
    /*border:  1px solid red;*/
}
/*fin scroll web*/
/*--------------------------------------------*/
/*_____________   WEB CSS   _____________*/
/*--------------------------------------------*/
.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: 0.9rem;
}
.linkeables li a{
    color: #000;
    /*text-transform: uppercase;*/
    text-decoration: none;
}
.linkeables li a:hover{
    color: var(--bs-primary);
}
.linkeables>li+li:before {
    /*content: "/\00a0";*/
    content: "/";
    padding: 0 5px 0 0;
}
.linkeables li a i{
    padding-right: 6px;
}
.top-cab {
    background: #717174;
    color: #fff;
    overflow: hidden;
    width: 100%;
    text-align: center;
    z-index: 991;
    position: relative;
    top: 0;
    -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 p {
    color: #fff;
    display: inline-block;
    /*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: 2px 4px;
    font-size: 0.9rem;
    line-height: 1.5;
    -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: inline-flex !important;
    vertical-align: middle;
    height: 36px;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}
.top-cab a {
    color: #fff;
}
.top-cab .text-start a {
    color: #ffc121;
}
.top-cab:hover .text-start a {
    color: #fff;
}
.top-cab:hover {
    background: #FFC121;
}
.line-right{
    position: relative;
}
.line-right:before{
    content: "";
    position: absolute;
    top: 50%;
    right: -2px;
    transform: translateY(-50%);
    height: 50%;
    width: 1px;
    background: #fff;
}
.fondo-footer{
/*    background: #f8f8f8;*/
}
.fondo-pie{
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.fondo-pie a, .fondo-pie p{
    color: #fff;
    font-size: var(--fontsize-base);
    text-decoration: none;
    /*transition: all 0.4s ease;*/
    /*-webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;*/
}
.fondo-pie a:hover{
    color: var(--bs-secondary);
}
.iconos-pie {
    padding-bottom: 8px;
    transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
}
.redes-foot{
    display: grid;
    gap: 5px;
    grid-auto-flow: column;
    justify-content: end;
}
.redes-foot a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    font-size: 15px;
    text-align: center;
    line-height: 40px;
    border-radius: 4px;
    /*padding-left: 1px;
    margin-left: 5px;*/
    margin-right: 0;
/*    background-color: #87BAD8;*/
    border: 1px solid #fff;
    color: #fff;
}
.redes-foot a:hover{
    background-color: var(--bs-secondary);
    color: #fff;
    border-color: var(--bs-secondary);
}
.iconos-pie i {
    width: 32px;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #FFDD29;
    font-size: 32px;
    flex: 0 0 auto;
    line-height: 3px;
}
.iconos-pie i:before {
    line-height: 14px;
}
.iconos-pie span {
    width: 20px;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
    font-size: 6px;
}
.iconos-pie aside {
    margin-bottom: 0;
    width: 100%;
    word-break: break-word;
    line-height: 1.2;
    /*-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 p span{
    width: auto;
    display: initial;
}
.lista-footer{
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 15px;
}
.lista-footer a{
    position: relative;
}
.lista-footer a:after {
    content: '';
    position: absolute;
    right: -8px;
    top: 50%;
    height: 80%;
    width: 1px;
    background: #fff;
    transform: translateY(-50%);
}
.lista-footer li:last-child a:after{
    display: none;
}
.copy{
/*    background: #d9d9d9;*/
    color: #fff;
}
.banner-principal .container{
    position: relative;
    height: 100%;
}
.banner-title{
    /* position: absolute;
    top: 40%;
    left: 0;
    transform: translateY(-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; */
    position: absolute;
    top: -100%;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    font-size: 1.15rem;
    /* opacity: 0; */
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
.banner-title .caption {
    width: 100%;
    color: #fff;
    height: 100%;
    margin: 0;
    display: flex;
    justify-content: start;
    align-items: center;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.btn-banner{
    border: 2px solid #fff;
    background: rgb(255 255 255 / 0%);
    padding: 0.6rem 1.4rem;
    color: #ffffff;
    border-radius: 0.2rem;
    margin-top: 1rem;
    display: inline-block;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
.btn-banner:after{
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    padding-left: 0.5rem;
    direction: ltr;
    line-height: 1;
    opacity: 0;
    margin-left: -1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
.btn-banner:hover, .btn-banner:focus{
    background-color: rgb(255 255 255 / 20%) !important;
    color: #ffffff !important;
    border-color: rgb(255 255 255 / 20%) !important;
}
.btn-banner:hover:after, .btn-banner:focus:after{
    opacity: 1;
    margin-left: 0;
}
.banner-title h1{
    font-weight: 700;
    font-size: 5.5rem;
/*    text-shadow: 0.08em 0.08em 0.08em rgba(0,0,0,0.4)!important;*/
}
.banner-title h2{
    font-weight: 400;
    font-size: 3.5rem;
}
.banner-title h3{
    font-weight: 400;
    font-size: 2.4rem;
}
.banner-principal .splide__arrows.splide__arrows--ltr{
    opacity: 0;
}
.banner-principal:hover .splide__arrows.splide__arrows--ltr{
    opacity: 1;
}
.splide__arrow:focus-visible {
    outline: 0px solid #000 !important;
    outline-offset: 0 !important;
}
.splide__arrow{
    background: transparent !important;
    color: white;
    height: 2.5rem !important;
    width: 2.5rem !important;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.splide__arrow svg{
    fill: #133571 !important;
    height: 1.5em !important;
    width: 1.5em !important;
}

.banner-principal .splide__slide img{
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-filter: blur(6px);
    -moz-filter: blur(6px);
    -o-filter: blur(6px);
    -ms-filter: blur(6px);
    filter: blur(6px);
    -webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}
.banner-principal .splide__track--fade>.splide__list>.splide__slide.is-active img{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
}
/*=========== flecha hacia arriba ============*/
.scrollup{
    display:none;
}
.scrollup:hover{
    opacity:1;
}
.btn-to-top {
    background: var(--bs-primary);
    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 #717174;
    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: var(--bs-primary);
    border-radius: 5px;
}
.btn-to-top:hover:after {
    border-color: var(--bs-primary);
    -webkit-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
    border-radius: 5px;
    opacity: 1;
}
/*=========== final flecha hacia arriba ============*/

/*menu principal*/
.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);
    }
}
.nav-link{
    font-size: 1rem;
}
.menu-efecto {
    top: 0;
    position: relative;
    z-index: 99;
    width: 100%;
    padding-top: 0;
    background: var(--bs-primary);
    transition: all 0.5s ease;
}
.menu-efecto:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 130%;
    z-index: -1;
    background: linear-gradient(0deg, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 75%) 47%, rgb(255 255 255 / 91%) 67%, rgb(255 255 255) 100%);
    opacity: 0;
}
/*.menu-efecto:hover{
    background: white;
}*/
.menu-efecto .head-logo {
    position: relative;
    top: 0;
    background: transparent;
}
.Home .menu-efecto .head-logo{
    position: absolute;
    top: 38px;
    left: 0;
    width: 100%;
    background: transparent;
}
.menu-on {
/*    background: #fff;*/
    background: var(--bs-primary); 
    padding-bottom: 0;
    box-shadow: 0 0px 7px 3px rgb(0 0 0 / 7%);
    position: fixed;
    top: 0;
    padding-top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    border-bottom: 0 solid #fff;
    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 .top-cab {
    height: 0;
}
.menu-efecto.menu-on .head-logo{
    position: relative;
    top: 0;
}
/*.menu-on #navbarsPrincipal .nav-link.nav-primary{
    color: #191D20;
}
.menu-on #navbarsPrincipal .nav-link.nav-primary:hover{
    color: #1e1e43;
}
.menu-on .btn-whatsapp-menu{
    color: #191D20;
}
.menu-on .btn-whatsapp-menu:hover{
    color: #1e1e43;
}*/
.body-relative .menu-efecto {
    position: relative;
}
.body-relative .menu-efecto.menu-on {
    position: fixed;
}
.body-fixed .banner-pag{
    display: none;
}
/*fin de menu principal*/
.div-cate {
    position: relative;
}
.div-cate span{
    background: #bd844c;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    height: 50px;
    border-radius: 0.7rem;
    justify-content: center;
    font-size: 1.4rem;
    line-height: 1;
    transition: all 0.4s ease;
}
.div-cate img{
    position: absolute;
    top: 72%;
    right: -58px;
    height: 75px;
    transform: translateY(-50px);
}
.cat-gatos span{
    background: #89d2de;
}
.cat-roedor span{
    background: #eab5ac;
}
.cat-roedor img{
    height: 100px;
    top: 30%;
}
.div-cate:hover span{
    box-shadow: 0 0.2rem 0.42rem rgba(0,0,0,.25)!important;
}
.swiper-pagination{
    position: relative;
    margin-top: 10px;
}
.swiper-container{
    position: relative;
    /*overflow: hidden;*/
}
.swiper-container.swiper-watch-progress .swiper-slide{
    opacity: 0;
    height: 0;
}
.swiper-container.swiper-home-buscados .dropdown-toggle{
    white-space: normal;
    padding: 10px 6px;
    background-color: transparent !important;
    color: #69696b !important;
    border: 0;
    display: flex;
    justify-content: space-between;
}
.swiper-container.swiper-home-buscados .dropdown-toggle::after{
    display: none;
}
.swiper-container.swiper-home-buscados .dropdown-toggle.show i:before{
    content: "\f0d7";
}
.swiper-container.swiper-home-buscados .dropdown-toggle:hover, .swiper-container.swiper-home-buscados .dropdown-toggle:focus{
    box-shadow: none;
}
.swiper-container .swiper-slide.swiper-slide-visible{
    opacity: 1;
    height: auto;
}
.swiper-button-next i, .swiper-button-prev i{
    font-size: 45px;
    transform: scaleY(1.5);
    color: #b3b3b3;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: -40px;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev{
    right: -40px;
}
.swiper-button-next, .swiper-button-prev, .swiper-button-next, .swiper-button-prev{
    height: 100%;
    top: 0;
    margin-top: 0;
    outline: none !important;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    content: none;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    content: none;
}
.home-dropdown .dropdown-menu {
    padding: 0;
    margin-top: 0px;
    border: 0;
    width: 100%;
    background-color: transparent;
}
.cont-dropdown{
    display: flex;
    justify-content: center;
}
.cont-dropdown li{
    margin: 4px;
}
.cont-dropdown li .dropdown-item{
    padding: 8px 5px;
    border: 1px solid #565e64;
    font-size: 0.95rem;
    color: #69696b !important;
    background: #fff !important;
}
.cont-dropdown li .dropdown-item:hover{
    color: #ffffff !important;
    background: #8dc63f !important;
    border: 1px solid #8dc63f;
}
.cont-carru figure{
    position: relative;
    overflow: hidden;
    height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cont-carru figure:before {
    content: "";
/*    background-image: url(../img/fondo-prod.webp);*/
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.cont-carru figure img{
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    margin: 0 auto;
    display: block;
    max-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;
}
.mascara-carru{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.mascara-carru a{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.cont-carru:hover figure:before {
    opacity: 0.3;
}
.cont-carru:hover figure img{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.cont-carru:hover .mascara-carru{
    opacity: 1;
}
/*.cont-carru .home-dropdown{
    display: block !important;
}
.cont-carru .home-dropdown .dropdown-menu {
    display: block;
    opacity: 0;
    position: relative !important;
}*/
.cont-carru:hover .home-dropdown .dropdown-menu {
    display: block !important;
    top: 100%;
    left: 0;
    opacity: 1;
}
.absolute-img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    width: 70%;
}
.h-pc{
    height: 360px;
}
.absolute-imgt{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    width: 80%;
    margin: 0 auto;
}
.imagen-hover img{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.imagen-hover:hover img{
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.1);
    transform: scale(1.06);
}
.btn-sus{
    width: 175px;
    font-size: 1.44rem;
    color: #69696b;
    border: 0;
    height: 50px;
}
.btn-sus:hover{
    background-color: #8dc63f !important;
    color: #fff !important;
}
.rating {
    display: block;
    text-align: center;
    font-size: 20px;
    color: #ffc121;
    cursor: pointer;
    position: absolute;
    bottom: 24px;
    left: 0;
    right: 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;
}
.rating .active {
    font-weight: 900;
}
.cont-testimonio{
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 13%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    border-radius: 1.2rem;
    overflow: hidden;
    height: 100%;
}
.cont-testimonio aside{
    background: var(--bs-primary);
    height: 55px;
}
.cont-testimonio article{
    background: #fff;
    padding: 10%;
    text-align: center;
}
.fourOfour {
    text-align: center;
    padding: 5em;
}
.fourOfour h1{
    font-size: 8rem;
    line-height: 0.8;
}
.fondo-error{
    position: absolute;
    z-index: -1;
    top: -90px;
    left: 0;
    bottom: 0;
    right: 0;
    height: 120%;
    width: 100%;
    /*background: rgb(196,196,196);
    background: linear-gradient(124deg, rgba(196,196,196,0.6250875350140056) 0%, rgba(255,255,255,1) 47%, rgba(255,255,255,1) 99%);*/
    opacity: 0.1;
    align-items: center;
    display: flex;
}
.fondo-error svg{
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 160%;
    align-items: center;
    perspective-origin: center;
}
.nav-pills-info-prod {
    display: flex;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.nav-pills-info-prod .nav-link{
    width: 100%;
    background-color: var(--bs-primary);
    color: #fff;
    border-radius: 0;
    padding: 0.8rem 1rem;
    font-size: var(--fontsize-base);
    outline: none !important;
    font-weight: bold;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: start;
}
.nav-pills-info-prod .nav-link img{
    height: 3rem;
}
.nav-pills-info-prod .nav-link span{
    margin-left: 1rem;
}
.nav-pills-info-prod .nav-link.active, .nav-pills-info-prod  .show>.nav-link{
    background-color: #04458f;
    color: #fff;
}
.box-flix{
    height: 250px;
    width: 100%;
    position: relative;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    border-radius: 1.5rem;
}
.box-flix aside{
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    z-index: 1;
    background-color: #717073;
    border-radius: 1.5rem;
}
.box-flix aside > div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
    padding: 4rem;
    color: #fff;
    text-align: center;
}
.box-flix article{
    background-color: #8bc34a;
    -webkit-transform: rotateX(0) rotateY(-180deg);
    transform: rotateX(0) rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    display: block;
    z-index: 1;
    border-radius: 1.5rem;
}
.box-flix article > div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
    padding: 35px;
    color: #fff;
    border-radius: 10px;
}
.box-flix:hover aside{
    -webkit-transform: rotateX(0) rotateY(180deg);
    transform: rotateX(0) rotateY(180deg);
}
.box-flix:hover article{
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.banner-pag{
    position: relative;
}
.banner-pag .banner-title{
    top: 50%;
    transform: translateY(-50%);
}
.texto-banner{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.box-consejos{
    position: relative;
    /* overflow: hidden; */
    z-index: 1;
    border-radius: 1.2rem;
    box-shadow: 0px 3px 7px -1px rgb(0 0 0 / 35%);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.box-consejos aside{
    position: relative;
    height: 60px;
    border-radius: 1.2rem 1.2rem 0 0;
}
.box-consejos aside img{
    height: 78px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -8px;
}
.box-consejos figure {
    height: 220px;
    width: 100%;
    overflow: hidden;
}
.box-consejos figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.box-consejos:hover{
    box-shadow: 0px 3px 15px -1px rgb(0 0 0 / 35%);
}
.splide__pagination{
    bottom: -2rem;
}
#bannerHome .splide__pagination{
    bottom: 1.4rem;
}
#bannerHome .splide__pagination__page{
    height: 16px;
    width: 16px;
}
.splide__pagination__page{
    height: 13px;
    width: 13px;
    background: rgb(255 255 255 / 41%);
    opacity: 1;
}
.splide__pagination__page.is-active {
    background: #fff;
}
#bannerHome .splide__pagination__page.is-active {
    transform: scale(1);
}    
.only-slide .splide .splide__pagination{
    display: none;
}
.splide__arrow{
    background: #000;
}
.splide__arrow svg {
    fill: #fff;
}
.splide__arrow svg{
    display: none;
}
.splide__arrow.splide__arrow--prev{
    font-size: 28px;
}
.splide__arrow.splide__arrow--prev:before {
    /*content: "\f27a";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-size: 50px;
    font-weight: 100;*/
    content: '';
    position: absolute;
    background: #fff;
    height: 2px;
    width: 25px;
    top: 50%;
    right: 5px;
    left: auto;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-top: -0.8rem;
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
}
.splide__arrow.splide__arrow--prev:after {
    content: '';
    position: absolute;
    background: #fff;
    height: 2px;
    width: 25px;
    top: 50%;
    left: 5px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-top: 0.5rem;
    right: 5px;
    left: auto;
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}
.splide__arrow.splide__arrow--next{
    font-size: 28px;
}
.splide__arrow.splide__arrow--next:before {
    /*content: "\f27b";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-size: 50px;
    font-weight: 100;*/
    content: '';
    position: absolute;
    background: #fff;
    height: 2px;
    width: 25px;
    top: 50%;
    left: 5px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-top: -0.8rem;
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}
.splide__arrow.splide__arrow--next:after {
    content: '';
    position: absolute;
    background: #fff;
    height: 2px;
    width: 25px;
    top: 50%;
    left: 5px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-top: 0.5rem;
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
}
.splide__arrow:disabled {
    opacity: 0;
}

.swiper-pagination.swiper-pagination-horizontal{
    bottom: 0;
}
.swiper-pagination-bullet{
    background: #8dc63f !important;
    height: 17px;
    width: 17px;
    outline: none !important;
}
.swiper-pagination-bullet-active{
    background: #fff;
    opacity: 1;
}
.swiper-banner .swiper-pagination{
    bottom: 40px;
    margin-top: 0;
    z-index: 2;
}
.swiper-banner .swiper-pagination-bullet{
    background: #fff !important;
}
.swiper-banner .swiper-pagination-bullet-active{
    background: #fff;
}
.box-listado a.dropdown-item{
    padding: 1rem 2rem;
    color: #bd844c;
    font-weight: 600;
    font-size: 1.2rem;
}
.sin-dropdown-toggle.dropdown-toggle::after{
    display: none !important;
}
.sin-accordion-button.accordion-button::after{
    display: none !important;
}
.box-listado.cat-gatos a.dropdown-item{
    color: #89d2de;
}
.box-listado.cat-roedor a.dropdown-item{
    color: #eab5ac;
}
.btn-cerrar{
    position: absolute;
    /*top: -20px;
    right: -20px;*/
    top: 10px;
    right: 10px;
    /*background-color: #fff;*/
    opacity: 1;
}
.box-banner-pag{
    position: absolute;
    top: 0;
    left: 0;
}
.box-banner-pag .dropdown-toggle{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 1rem;
    border-radius: 0 2rem 2rem 0;
    width: 300px;
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    margin-top: 2rem;
}
.box-banner-pag .dropdown-toggle span{
    color: #717174;
}
.box-banner-pag .dropdown-toggle i{
    color: #8dc63f;
}
.box-banner-pag .dropdown-menu{
    position: absolute;
    top: 0;
    left: 15px;
    background-color: rgb(255 255 255 / 92%) !important;
    margin: 0 !important;
    width: 100vh !important;
    border-radius: 0 0 2rem 2rem !important;
    z-index: 1;
}
.box-banner-pag .dropdown-toggle.show{
    display: none;
}
.circle-present{
    height: 55px;
    width: 55px;
    line-height: 1;
}
.box-esqueleto span{
    position: absolute;
}
.box-esqueleto span p{
    text-align: center;
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    position: relative;
    font-size: 0.9rem;
}
.box-esqueleto span:before{
    content: "";
    height: 100px;
    width: 1px;
    background: #9b9b9b;
    position: absolute;
}
.box-esqueleto span.comment1{
    top: -50px;
    width: 24%;
}
.box-esqueleto span.comment1:before{
    height: 94px;
    background: #9b9b9b;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    transform: rotateZ(111deg);
}
.box-esqueleto span.comment2{
    bottom: 27%;
    left: 10%;
    width: 24%;
}
.box-esqueleto span.comment2:before{
    height: 94px;
    background: #9b9b9b;
    position: absolute;
    z-index: 1;
    right: 0;
    top: -71px;
    transform: rotateZ(45deg);
}
.box-esqueleto span.comment3{
    top: -50px;
    right: 6%;
    width: 39%;
}
.box-esqueleto span.comment3:before{
    height: 150px;
    background: #9b9b9b;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 54%;
    transform: rotateZ(39deg);
}
.box-esqueleto span.comment4{
    top: 14%;
    right: 0;
    width: 23%;
}
.box-esqueleto span.comment4:before{
    height: 100px;
    background: #9b9b9b;
    position: absolute;
    z-index: 1;
    /*left: 19%;
    bottom: -121%;*/
    left: 10%;
    bottom: -76%;
    transform: rotateZ(64deg);
}
.icono-ubicacion{
    height: 150px;
    width: 150px;
}
.btn-redes{
    line-height: 1;
    height: 48px;
    width: 48px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.ubicacion-svg{
    height: 40px;
    width: 40px;
}
.alto-scroll{
    max-height: 100%;
}
.mapa{
    /*height: 115%;*/
}
.mapa{
    overflow: hidden;
    margin: 0;
    padding: 0;
    line-height: 0;
}
.textos{
    font-size: 1.2rem;
}
.redes-pie a {
    display: inline-block;
    position: relative;
    padding: 5px;
    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-pie i {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
}
.redes-pie i:before {
    font-size: 20px;
}
.redes-pie a:hover {
    color: #ffcd01;
}
.text-recortado{
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/************ div flotante **************/
@-webkit-keyframes cs_tittles {
    2.0833333333333335%{ opacity: 0; -webkit-transform: translateX(-100%);}
    25.41666666666667%  { opacity: 1; -webkit-transition: .2s opacity .0s ease, .2s -webkit-transform .2s ease; -webkit-transform: translateY(0);}
    95%,100%    {  -webkit-transform: translateY(0);opacity: 1; }
}
@-moz-keyframes cs_tittles {
    2.0833333333333335%{ opacity: 0; -moz-transform: translateX(-100%);}
    25.41666666666667%  { opacity: 1; -moz-transition: .2s opacity .0s ease, .2s -moz-transform .2s ease; -moz-transform: translateY(0);}
    95%,100%    {  -moz-transform: translateY(0);opacity: 1; }
}
@-o-keyframes cs_tittles {
    2.0833333333333335%{ opacity: 0; -o-transform: translateX(-100%);}
    25.41666666666667%  { opacity: 1; -o-transition: .2s opacity .0s ease, .2s -o-transform .2s ease; -o-transform: translateY(0);}
    95%,100%    {  -o-transform: translateY(0);opacity: 1; }
}
@keyframes cs_tittles {
    2.0833333333333335%{ opacity: 0; transform: translateX(-100%);}
    25.41666666666667%  { opacity: 1; transition: .2s opacity .0s ease, .2s transform .2s ease; transform: translateY(0);}
    95%,100%    {  transform: translateY(0);opacity: 1; }
}
.div-flotante{
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 91;
    color: #000;
    /*overflow: hidden;*/
}
.icono-flotante{
    display: block;
    /*    background: #fff;*/
    /*    padding: 4px;*/
    border-radius: 50%;
    box-shadow: 1px 2px 5px rgb(100 99 99 / 65%);
    position: relative;
    line-height: 0;
    animation: pulse-wsp 1.5s infinite;
}
@-webkit-keyframes pulse-wsp{
    0%{transform:scale(0.95);box-shadow:0 0 0 0 rgba(255,255,255,0.7)}
    70%{transform:scale(1);box-shadow:0 0 0 10px rgba(255,255,255,0)}
    100%{transform:scale(0.95);box-shadow:0 0 0 0 rgba(255,255,255,0)}
}
@-ms-keyframes pulse-wsp{
    0%{transform:scale(0.95);box-shadow:0 0 0 0 rgba(255,255,255,0.7)}
    70%{transform:scale(1);box-shadow:0 0 0 10px rgba(255,255,255,0)}
    100%{transform:scale(0.95);box-shadow:0 0 0 0 rgba(255,255,255,0)}
}
@-moz-keyframes pulse-wsp{
    0%{transform:scale(0.95);box-shadow:0 0 0 0 rgba(255,255,255,0.7)}
    70%{transform:scale(1);box-shadow:0 0 0 10px rgba(255,255,255,0)}
    100%{transform:scale(0.95);box-shadow:0 0 0 0 rgba(255,255,255,0)}
}
@keyframes pulse-wsp{
    0%{transform:scale(0.95);box-shadow:0 0 0 0 rgba(255,255,255,0.7)}
    70%{transform:scale(1);box-shadow:0 0 0 10px rgba(255,255,255,0)}
    100%{transform:scale(0.95);box-shadow:0 0 0 0 rgba(255,255,255,0)}
}
.whatsapp {
    margin: 0;
    fill: rgb(255 255 255);
}
.messenger {
    margin: 0;
    fill: rgb(255 255 255);
}
.icono-flotante img{
    width: 60px;
}
.texto-flotante{
    /*display: none;*/
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-animation: cs_tittles 15000ms infinite -1400ms ease;
    -moz-animation: cs_tittles 15000ms infinite -1400ms ease;
    animation: cs_tittles 15000ms infinite -1400ms ease;
}
.flotante-msg{
    bottom: 80px;
}
/*fin whatsapp*/
.contentDesp-head{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    min-height: 90px;
    background-color: #ffffff;
    border-radius: 15px 15px 15px 15px;
    position: relative;
    padding: 1rem;
    width: 100%;
    margin-top: 20px;
    box-shadow: 0px 0px 20px -10px rgb(0 0 0 / 50%);
}
.contentDesp-head span{
    width: 9%;
}
.contentDesp-head span b{
    background-color: #ffcd01;
    border-radius: 100%;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 600;
    width: 24px;
    height: 24px;
    margin-right: 6px;
    font-style: normal;
    font-size: 20px;
}
.contentDesp-head h3{
    width: 75.553%;
    font-weight: 600;
}
.contentDesp-head i{
    width: 12%;
    text-align: end;
    font-weight: 600;
    font-size: 1.2rem;
}
.contentDesp-head.active{
    background: #8dc63f;
    color: #fff;
}
.contentDesp-body .optionSelec {
    box-shadow: 0px 0px 15px -5px rgb(0 0 0 / 20%);
    border: 2px solid transparent;
    cursor: pointer;
}
.contentDesp-body .optionSelec.active {
    border: 2px solid #8dc63f ;
}
.contentDesp-body .optionSelec:hover {
    border: 2px solid #8dc63f ;
}
.contentDesp-body .optionSelec figure{
    height: 200px;
}
.contentDesp-body .optionSelec picture{
    height: 200px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contentDesp-body .optionSelec picture img{
    max-height: 100%;
    max-width: 70%;
}
.imgDesp{
    max-height: 100%;
    max-width: 70%;
}
.contentDesp-body {
    padding: 0 2rem;
}
.iconos-flex{
    display: flex;
    align-items: center;
    gap: 14px;
}
.iconos-flex i{
    flex: 0 0 auto;
}
.iconos-flex img{
    height: 32px;
}
.iconos-flex a{
    color: #000;
}
.btn-refreshin{
    display: inline-flex;
/*    width: 100%;*/
    border-radius: 0;
    padding: 0.8rem 1.2rem;
    color: #fff;
    margin-bottom: 0;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    line-height: 1;
    position: relative;
    overflow: hidden;
    border: 0 !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
/*    font-size: 0.9rem;*/
}
.btn-refreshin:after{
    content: "\f138";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    font-size: 0;
    padding-left: 0.4rem;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.btn-refreshin:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    -webkit-transform: translate(-105%, 0);
    transform: translate(-105%, 0);
    background-color: rgba(255, 255, 255, 0.8);
}
.btn-refreshin svg{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.btn-refreshin:hover:before{
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.btn-refreshin:hover:after{
/*    font-size: 11px;*/
}
.btn-refreshin:hover svg{
    padding-left: 1rem !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%);
}
.seccion-absolute .container{
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.seccion-absolute aside{
    bottom: 5rem;
    left: 0;
    position: absolute;
    right: 0;
}
@keyframes float_up_down {
    0% {
        transform: translateY(0px);
        opacity: 1;
    }

    50% {
        transform: translateY(30px);
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}
@keyframes float_up_left {
    0% {
        transform: translateX(-7px);
        opacity: 1;
    }

    50% {
        transform: translateX(7px);
        opacity: 1;
    }

    100% {
        transform: translateX(-7px);
        opacity: 1;
    }
}
.animacion-flotar{
    animation-name: float_up_down; 
    animation-duration: 3s; 
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.animacion-ida {
    animation-name: float_up_left;
    animation-duration: 2.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.box-producto{
    box-shadow: 0px 0px 9px 2px rgb(0 0 0 / 16%);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.box-producto figure{
    overflow: hidden;
}
.box-producto img{
    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;
}
.box-producto p, .box-producto h4{
    margin-bottom: 0;
}
.box-producto a{
    color: white;
    line-height: 1;
}
.box-producto:hover{
    box-shadow: 2px 2px 10px 2px rgb(0 0 0 / 20%);
}
.box-producto:hover img{
    transform: scale(1.1);
}
.mapa-contacto iframe{
    display: block;
}
.form-plomo .form-control{
    border: 1px solid #8f8f8f !important;
    height: 45px !important;
}
.form-plomo .form-control:focus{
    background-color: #ffffff !important;
}
.form-plomo .radio label:before, .form-plomo .checkbox label:before{
    border: 1px solid #8f8f8f !important;
}
.fondo-agradecimiento{
    height: 100vh;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.fondo-agradecimiento figure{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100%;
    background: #0057B8;
}
.fondo-agradecimiento figure img{
        object-fit: cover;
    height: 100%;
    width: 100%;
    mix-blend-mode: multiply;
}
.img-absolute-inicio{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: -1;
}
.box-blog {
    background: #fff;
    border-radius: 0;
    box-shadow: 2px 3px 4px rgb(0 0 0 / 20%);
    overflow: hidden;
    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;
}
.box-blog figure {
    height: 220px;
    width: 100%;
    overflow: hidden;
}
.box-blog figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    -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;
}
.box-blog:hover figure img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.box-blog aside{
    padding: 20px;
    height: 100%;
}
.fecha-blog{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    height: 3rem;
    width: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.fecha-blog:before {
    content: '';
    position: absolute;
    background: #FFDD29;
    height: 100%;
    width: 100%;
    top: 1rem;
    right: 1rem;
    transform: rotate(45deg);
    z-index: -1;
    box-shadow: 2px 2px 8px rgb(0 0 0 / 21%);
}
.fecha-blog h6{
    color: #000;
    position: absolute;
    bottom: -16%;
    left: -18%;
}
#preguntasFrecuentes .accordion-button::after{
    filter: invert(1);
}
#preguntasFrecuentes .accordion-button:not(.collapsed)::after {
    filter: invert(0);
}
.opciones-buscar{
    padding: 0.6rem 1.4rem;
    border-radius: 0.6rem;
    height: 100%;
    display: flex;
    align-items: center;
}
.opciones-buscar.checkbox label{
    padding-top: 0 !important;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.opciones-buscar.checkbox label:before{
    background: #fff !important;
    border: 1px solid #ffffff !important;
        top: 50%;
    transform: translateY(-50%);
}
.opciones-buscar.checkbox label:after{
    border-color: #000000 !important;
    left: 0px;
    top: 50%;
    -webkit-transform: rotate(45deg) translateY(-80%);
    -ms-transform: rotate(45deg) translateY(-80%);
    transform: rotate(45deg) translateY(-80%);
}
.circulo-tienda{
    height: 20px;
    width: 20px;
    display: block;
    border-radius: 50%;
}
.cursor-pointer{
    cursor: pointer;
}

table[border='0'] tbody, table[border='0']  td, table[border='0']  tfoot, table[border='0']  th, table[border='0']  thead, table[border='0']  tr{
    border-width: 0;
}
#videoProducto iframe{
    width: 100% !important;
    height: 500px !important;
}
.cotizar-flotante{
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 999;
    transform: translateY(-50%);
}
.cotizar-flotante a{
    display: block;
    position: relative;
    color: #fff;
    line-height: 0;
}
.cotizar-flotante img {
    width: 80px;
    display: inline-block;
    -ms-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.cotizar-flotante:hover img {
    transform: scale(1.1);
}
#galeriaProducto .col-12 figure{
    height: 220px;
    position: relative;
}
#galeriaProducto .col-12 figure:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--bs-primary);
    mix-blend-mode: multiply;
    z-index: 1;
    opacity: 0;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#galeriaProducto .col-12 figure:after{
    content: "\f64d";
    font-family: bootstrap-icons !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    color: #fff;
    font-size: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0);
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#galeriaProducto .col-12 figure img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
#galeriaProducto .col-12 figure:hover:before{
    opacity: 1;
}
#galeriaProducto .col-12 figure:hover:after{
    transform: scale(1);
}
.animatedFlex{
    animation-duration: 1000ms;
    animation-delay: 0ms;
    opacity: 0;
    animation-timing-function: ease-in-out; 
    transform: perspective(2000px) rotateY(-45deg);
}
.animatedFlex.animated{
    opacity: 1;
    -webkit-animation-name: animated_flex;
    animation-name: animated_flex
}
@keyframes animated_flex {
    0%,20%,40%,60%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        transform: perspective(2000px) rotateY(-45deg);
    }

    20% {
        transform: perspective(2000px) rotateY(-35deg);
    }

    40% {
        transform: perspective(2000px) rotateY(-25deg);
    }
   

    80% {
        transform: perspective(2000px) rotateY(-15deg);
    }


    to {
        opacity: 1;
        transform: perspective(2000px) rotateY(0deg);
    }
}

.et_animated.bounce {
    -webkit-animation-name: et_pb_bounce;
    animation-name: et_pb_bounce
}
.numerador {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 30px;
}
.numerador i {
    background-color: var(--bs-secondary);
    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;
    margin: 0px 0 10px;
    position: relative;
}
.text-liston aside {
    position: relative;
}
.text-liston aside select {
    padding-right: 2.5rem;
}
.text-liston aside i {
    position: absolute;
    right: 10px;
    color: #000;
    line-height: 1.7;
    z-index: 2;
    pointer-events: none;
    top: 0;
    display: flex;
    align-items: center;
    height: 100%;
}
.instafeed {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
}
.instafeed a {
    display: block;
    height: 340px;
    overflow: hidden;
    position: relative;
}
.instafeed a img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.instafeed a:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--bs-primary);
    mix-blend-mode: multiply;
    z-index: 1;
    opacity: 0;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.instafeed a:after {
    content: "\f437";
    font-family: bootstrap-icons !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    color: #fff;
    font-size: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0);
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.instafeed a:hover:before {
    opacity: 1;
}
.instafeed a:hover:after {
    transform: scale(1);
}
.content-reels {
    height: 100%;
    overflow: hidden;
    position: relative;
    /*padding-bottom: 93%;*/
}
.post-reels {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.video-reels {
    max-height: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
}
.video-reels video{
    width: 100%;
    object-fit: cover;
    height: 100%;
}
@-moz-keyframes parpadeo{  
    0% { color: white; }
    50% { color: #ffdd29; }
    100% { color: white; }
}
@-webkit-keyframes parpadeo {  
    0% { color: white; }
    50% { color: #ffdd29; }
    100% { color: white; }
}
@keyframes parpadeo {  
    0% { color: white; }
    50% { color: #ffdd29; }
    100% { color: white; }
}
.parpadea, #familia > a {
  animation-name: parpadeo;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-name:parpadeo;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}
.scroll-iframe-videos{
    overflow-x: hidden;
    width: 100%;
    max-height: 550px;
}

/* final css*/
/*_____________________________________*/
/* ------  max MEDIA QUERY   ------*/
/*_____________________________________*/
@media(max-width: 1300px){
    .instafeed a{
        height: 280px;
    }
    .btn-refreshin{
        padding: 0.8rem 1rem;
    }
}
/*fin 1300*/
@media(max-width: 1024px) {
    .btn-sus{
        width: 115px;
    }
}
/*fin 1024*/
@media(max-width: 991px) {
    .w-sm-60{
        width: 60% !important;
    }
    .w-sm-70{
        width: 70% !important;
    }
    .w-sm-80{
        width: 80% !important;
    }
    .w-sm-90{
        width: 90% !important;
    }
    .w-sm-100{
        width: 100% !important;
    }
    .row{
        --bs-gutter-x: 0.4rem;
        margin-right: calc(-1.8* var(--bs-gutter-x));
        margin-left: calc(-1.8* var(--bs-gutter-x));
    }
    .row>*{
        padding-right: calc(var(--bs-gutter-x)* 1.8);
        padding-left: calc(var(--bs-gutter-x)* 1.8);
    }
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
        --bs-gutter-x: 1rem;
        padding-right: calc(var(--bs-gutter-x)* 1.8);
        padding-left: calc(var(--bs-gutter-x)* 1.8);
    }
    .div-ul {
        margin-bottom: 0 !important;
        display: table;
        width: 100%;
        padding: 0;
        text-align: right;
        margin-left: auto;
    }
    .div-ul li {
        display: table-cell;
        vertical-align: middle;
        width: 24%;
        padding: 0 0px;
        /* border-left: 1px solid #0d0d0d; */
    }
    .head-logo .navbar-toggler {
        position: fixed;
        top: 12px;
        right: 15px;
        z-index: 999999;
        border: 0;
        outline: 0 !important;
        box-shadow: none;
        background: transparent;
    }
    .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 .icon-bar + .icon-bar {
        transform: rotate(-45deg);
        margin-top: -2px;
    }
    .head-logo .navbar-toggler.collapsed {
                border: none;
        background: transparent;
        position: relative;
        right: 0;
        top: 0;
        padding: 3px 0.5rem 3px 11px;
    }
    .head-logo .navbar-toggler .icon-bar {
        display: block;
        height: 2px;
        border-radius: 1px;
        background-color: var(--bs-primary);
        -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: #fff;
        transform: rotate(0deg);
        width: 30px;
    }
    .head-logo .navbar-toggler.collapsed .icon-bar + .icon-bar {
        transform: rotate(0deg);
        margin-top: 6px;
    }
    .menu .navbar-collapse {
        width: 100%;
        padding-right: 0px !important;
        padding-left: 0px !important;
        left: -100%;
        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: #fff;
        bottom: 0;
        top: 0;
        display: block;
        box-shadow: none;
        border: 0;
    }
    .menu .navbar-collapse.show {
        overflow-y: auto;
        overflow: auto;
        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{
        margin: 0 0px;
        padding-top: 14%;
        padding-left: 0;
        padding-right: 0;
    }
    .menu .navbar-nav .nav-link{
        padding: 12px 32px;
        font-size: 1rem;
        position: relative;
        color: #000 !important;
        font-weight: 700;
    }
    .link-todos a{
        font-size: 1.2rem;
        padding: 12px 15px;
        display: block;
        color: #000;
    }
    .menu .navbar-nav .nav-link.show{
        font-weight: bold;
        color: var(--bs-primary) !important;
    }
    .menu .nav-link.nav-link.nav-primary:focus, .menu .nav-link.nav-link.nav-primary:hover {
        color: #8dc63f;
    }
    .menu #navbarsPrincipal > ul > li.active > a {
        background: var(--bs-primary) !important;
        color: #fff !important;
    }
    .menu ul.navbar-nav li ul .link-todos a{
        padding-left: 45px !important;
    }
    .menu ul.navbar-nav li ul li a{
        padding-left: 45px !important;
    }
    .menu ul.navbar-nav li ul li a span p{
        background-color: transparent !important;
    }
    .menu ul.navbar-nav li ul li ul li a span{
        color: #000 !important;
    }
    .menu ul.navbar-nav li ul li ul .link-todos a{
        padding-left: 55px !important;
    }
    .menu ul.navbar-nav li ul li ul li a{
        padding-left: 55px !important;
    }
    .menu ul.navbar-nav li ul li ul li ul .link-todos a{
        padding-left: 65px !important;
    }
    .menu ul.navbar-nav li ul li ul li ul li a{
        padding-left: 65px !important;
    }
    .menu ul.navbar-nav li ul li.active a{
        color: var(--bs-primary) !important;
    }
    .menu ul.navbar-nav li ul li ul li.active a{
        color: var(--bs-primary) !important;
    }
    .menu ul.navbar-nav .dropdown-item.active, .menu ul.navbar-nav .dropdown-item:active {
        background-color: #fff !important;
        color: var(--bs-primary);
    }
    .menu .navbar-nav .dropdown-menu {
        margin: 0;
        border: 0;
        padding: 0;
        border-radius: 0;
        background: #fbfbfb;
    }
    .menu .dropdown-toggle::after {
        display: inline-block;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
        position: absolute;
        right: 30px;
        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%) rotateZ(270deg);
    }
    .menu .nav-link.show::after {
        transform: translateY(-50%) rotateZ(0deg);
    }
    .sticky-top{
        position: relative;
        top: 0;
        z-index: 1;
    }
    .swiper-container{
        /*overflow: hidden;*/
    }
    .swiper-home-buscados.swiper-container.swiper-watch-progress .swiper-slide{
        padding-bottom: 65px;
    }
    .banner-pag .swiper-container{
        overflow: visible;
    }
    button, .btn {
        font-size: 1.3rem;
    }
    .banner-title{
        /*position: relative;
        top: 0;
        left: 0;
        transform: translateY(0%);
        background: #717174;
        padding: 2rem;*/
    }
    .banner-principal .banner-title{
        /*position: absolute;
        top: 90%;
        left: 0;
        transform: translateY(-90%);
        background: transparent;
        padding: 0;*/
    }
    .banner-pag .banner-title {
        /*top: 0;
        transform: translateY(0%);*/
    }
    .swiper-container.swiper-testimonios{
        padding: 0.5rem!important;
    }
    .div-cate img{
        top: 85%;
        right: -35px;
        height: 60px;
    }
    .cat-roedor img {
        height: 75px;
        top: 64%;
    }
    .swiper-button-prev, .swiper-rtl .swiper-button-next{
        left: -10px;
    }
    .swiper-button-next, .swiper-rtl .swiper-button-prev{
        right: -10px;
    }
    .box-banner-pag .dropdown-menu{
        width: 60vh !important;
    }
    .btn-redes{
        height: 40px;
        width: 40px;
    }
    .box-consejos figure{
        height: 150px;
    }
    .logo {
        padding-top: 0.8rem !important;
        padding-bottom: 0.8rem !important;
    }
    .redes-foot {
        justify-content: start;
    }
    .lista-footer{
        justify-content: center;
    }
    .lista-footer li {
        width: 33.3333%;
    }
    .lista-footer a{
        display: block;
        text-align: center;
    }
    .lista-footer a:after{
        right: 0;
    }
    .seccion-absolute .container{
        position: relative;
        padding: 0;
    }
    .seccion-absolute aside{
        bottom: 0;
        background: var(--bs-primary);
        padding: 1.5rem;
        position: relative;
    }
    .btn-refreshin{
        padding: 1.5rem 1rem !important;
    }
    .fondo-agradecimiento.seccion-absolute aside {
        bottom: 12rem;
    }
    .banner-principal .container{
        width: 90%;
    }
    .banner-title {
        padding: 1rem;
    }
    .banner-title .caption {
        width: 100%;
        padding: 5% 0% 5% 0%;
    }
    .nav-pills-info-prod .nav-link img {
        height: 2rem;
    }
    .instafeed a{
        height: 220px;
    }
}
/*fin 991*/
@media(max-width: 767px) {
    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: 60px;
    }
    body{
        font-size: 1rem;
    }
    .p-xs{
        font-size: 1rem;
    }
    h1 {
        font-size: 1.8rem;
    }
    h4 {
        font-size: 1.1rem;
    }
    .fs-01 {
        font-size: 2.4rem;
    }
    .fs-0 {
        font-size: 2.2rem;
    }
    .h1-xs{
        font-size: 1.8rem;
    }
    .h2-xs{
        font-size: 1.6rem;
    }
    .h3-xs{
        font-size: 1.4rem;
    }
    .h4-xs{
        font-size: 1.13rem;
    }
    .h5-xs {
        font-size: 1.03rem;
    }
    .h6-xs {
        font-size: 0.8rem;
    }
    .p-xs-0{
        padding: 0 !important;
    }
    .hidden-xs {
        display: none !important;
    }
    .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;
    }
    .flex-xs-wrap {
        flex-wrap: wrap!important;
    }
    .btn-sus {
        background-color: #8dc63f !important;
        color: #fff !important;
        padding: 1rem;
        height: auto;
    }
    .div-cate span{
        height: 40px;
        font-size: 1rem;
        width: 80%;
    }
    .div-cate img{
        top: 98%;
        right: -10px;
        height: 55px;
    }
    .cat-roedor img {
        height: 70px;
        top: 72%;
        right: -5px;
    }
    .swiper-button-next, .swiper-rtl .swiper-button-prev {
        right: 0;
    }
    .swiper-button-prev, .swiper-rtl .swiper-button-next {
        left: 0;
    }
    .btn-banner{
        padding: 10px 12px;
        width: auto;
        font-size: 1rem;
    }
    .texto-banner{
        position: relative;
    }
    .box-listado a.dropdown-item{
        font-size: 0.9rem;
        padding: 1rem 1rem;
    }
    .box-banner-pag{
        position: relative;
    }
    .box-banner-pag .dropdown-toggle{
        width: 100%;
        display: none;
    }
    .box-banner-pag .dropdown-menu{
        position: relative;
        width: 100% !important;
        min-width: 100% !important;
        left: 0;
        display: block !important;
    }
    #navPillsInfoProductos{
        flex-wrap: nowrap;
    }
    #navPillsInfoProductos li{
        height: 100%;
        padding: 0 1px;
    }
    #navPillsInfoProductos.nav-pills-info-prod .nav-link{
/*        font-size: 1rem;*/
    }
    .circle-present{
        height: 48px;
        width: 48px;
    }
    .btn-cerrar {
        /*top: -30px;
        right: 7px;*/
        z-index: 9;
    }
    .cont-testimonio{
        margin: 0 5px;
    }
    .box-esqueleto {
        /*        padding: 10% 0;*/
        padding: 15% 0 26%;
    }
    .box-esqueleto span.comment1{
        width: 40%;
    }
    .box-esqueleto span.comment1:before{
        height: 55px;
        /*top: 25%;
        right: 55%;*/
        top: 80%;
        right: 49%;
        transform: rotateZ(330deg);
    }
    .box-esqueleto span.comment2{
        left: 0;
        bottom: 16%;
        width: 30%;
    }
    .box-esqueleto span.comment2:before{
        /*height: 55px;
        right: 22%;
        top: -104%;*/
        height: 100px;
        right: 18%;
        top: -75%;
        transform: rotateZ(30deg);
    }
    .box-esqueleto span.comment3{
        right: 0;
    }
    .box-esqueleto span.comment3:before{
        height: 100px;
        top: 68%;
    }
    .box-esqueleto span.comment4{
        /*        top: 100%;*/
        top: 76%;
        right: -5px;
        width: 60%;
    }
    .box-esqueleto span.comment4:before{
        height: 125px;
        /*left: 79%;
        bottom: 80%;*/
        left: 87%;
        bottom: 78%;
        transform: rotateZ(336deg);
    }
    .h-form {
        height: 70px !important;
        font-size: 1.2rem;
    }
    .position-absolute-content-xs{
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        transform: translateY(-50%);
    }
    #content-7{
        max-height: 400px;
        overflow: auto;
    }
    .mapa{
        height: 400px;
    }
    .textos h4{
        font-size: 1rem !important;
    }
    .contentDesp-body {
        padding: 0 1rem;
    }
    .contentDesp-head span {
        width: 16%;
    }
    .contentDesp-head{
        min-height: 70px;
        padding: 0 1rem;
    }
    .contentDesp-body .optionSelec figure {
        height: 100px;
    }
    .swiper-testimonios .swiper-slide{
        height: auto;
    }
    .box-flix{
        width: 90%;
        margin: 0 auto;
    }
    h-pc {
        height: auto;
    }
    .top-cab a{
        height: 40px;
    }
    .circulo-tienda{
        height: 15px;
        width: 15px;
    }
    .banner-principal .container {
        /* height: auto; */
        padding: 0;
    }
    .banner-title {
        padding: 0;
        font-size: 1rem;
    }
    .banner-title .caption {
        padding: 1rem 0.2rem;
        margin: 0;
        width: 100%;
        align-items: start;
    }
    .banner-title h1 {
        font-size: 2rem !important;
    }
    .banner-title h2 {
        font-size: 1.8rem !important;
    }
    button, .btn {
        font-size: 1rem;
    }
    #pills-tabContent .accordion-header h4{
        display: flex;
        align-items: center;
    }
    #pills-tabContent .accordion-header h4 img{
        height: 40px;
        margin-right: 0.5rem;
    }
    .tab-content .collapse {
        padding: 15px;
    }
    .px-xs-0{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    table[border='0'] tbody, table[border='0'] td, table[border='0'] tfoot, table[border='0'] th, table[border='0'] thead, table[border='0'] tr {
        display: block;
    }
    #videoProducto iframe{
        height: 300px !important;
    }
    .instafeed a{
        height: 120px;
    }
}
/*fin 767*/
@media(max-width: 420px) {
}
/*fin 420*/
@media(max-width: 320px) {
    h1 {
        font-size: 1.4rem;
    }
    h2 {
        font-size: 1.34rem;
    }
    h3 {
        font-size: 1.2rem;
    }
    h4 {
        font-size: 1rem;
    }
    .fs-0 {
        font-size: 1.5rem;
    }
    button, .btn {
        font-size: 1rem;
    }
    .col-xs-12{
        width: 100% !important;
    }
    .div-cate img {
        top: 125%;
        right: -18px;
        height: 40px;
    }
    .h-pc {
        height: auto;
    }
}
/*fin 320*/
/*_____________________________________*/
/*_____________________________________*/
/*_____________________________________*/
/* ------  Min media Query   ------*/
/*_____________________________________*/
/*_____________________________________*/
/*_____________________________________*/
@media(min-width: 767px) {
    .px-md-52 {
        padding-right: 4rem!important;
        padding-left: 4rem!important;
    }
    .px-md-55 {
        padding-right: 5rem!important;
        padding-left: 5rem!important;
    }
    .px-md-6 {
        padding-right: 6rem!important;
        padding-left: 6rem!important;
    }
    .px-md-7 {
        padding-right: 7rem!important;
        padding-left: 7rem!important;
    }
    .px-md-8 {
        padding-right: 8rem!important;
        padding-left: 8rem!important;
    }
    .px-md-9 {
        padding-right: 9rem!important;
        padding-left: 9rem!important;
    }
    .py-md-52 {
        padding-top: 4rem!important;
        padding-bottom: 4rem!important;
    }
    .py-md-55 {
        padding-top: 5rem!important;
        padding-bottom: 5rem!important;
    }
    .py-md-6 {
        padding-top: 6rem!important;
        padding-bottom: 6rem!important;
    }
    .py-md-7 {
        padding-top: 7rem!important;
        padding-bottom: 7rem!important;
    }
    .py-md-8 {
        padding-top: 8rem!important;
        padding-bottom: 8rem!important;
    }
    .py-md-9 {
        padding-top: 9rem!important;
        padding-bottom: 9rem!important;
    }
    .p-md-52 {
        padding: 4rem!important;
    }
    .p-md-55 {
        padding: 5rem!important;
    }
    .p-md-6 {
        padding: 6rem!important;
    }
    .p-md-7 {
        padding: 7rem!important;
    }
    .p-md-8 {
        padding: 8rem!important;
    }
    .p-md-9 {
        padding: 9rem!important;
    }
    .pt-md-52 {
        padding-top: 4rem!important;
    }
    .pt-md-55 {
        padding-top: 5rem!important;
    }
    .pt-md-6 {
        padding-top: 6rem!important;
    }
    .pt-md-7 {
        padding-top: 7rem!important;
    }
    .pt-md-8 {
        padding-top: 8rem!important;
    }
    .pt-md-9 {
        padding-top: 9rem!important;
    }
    .pb-md-52 {
        padding-bottom: 4rem!important;
    }
    .pb-md-55 {
        padding-bottom: 5rem!important;
    }
    .pb-md-6 {
        padding-bottom: 6rem!important;
    }
    .pb-md-7 {
        padding-bottom: 7rem!important;
    }
    .pb-md-8 {
        padding-bottom: 8rem!important;
    }
    .pb-md-9 {
        padding-bottom: 9rem!important;
    }
    .ps-md-52 {
        padding-left: 4rem!important;
    }
    .ps-md-55 {
        padding-left: 5rem!important;
    }
    .ps-md-6 {
        padding-left: 6rem!important;
    }
    .ps-md-7 {
        padding-left: 7rem!important;
    }
    .ps-md-8 {
        padding-left: 8rem!important;
    }
    .ps-md-9 {
        padding-left: 9rem!important;
    }
    .pe-md-52 {
        padding-right: 4rem!important;
    }
    .pe-md-55 {
        padding-right: 5rem!important;
    }
    .pe-md-6 {
        padding-right: 6rem!important;
    }
    .pe-md-7 {
        padding-right: 7rem!important;
    }
    .pe-md-8 {
        padding-right: 8rem!important;
    }
    .pe-md-9 {
        padding-right: 9rem!important;
    }
    .w-md-10{
        width: 10% !important;
    }
    .w-md-20{
        width: 20% !important;
    }
    .w-md-30{
        width: 30% !important;
    }
    .w-md-40{
        width: 40% !important;
    }
    .w-md-50{
        width: 50% !important;
    }
    .w-md-60{
        width: 60% !important;
    }
    .w-md-70{
        width: 70% !important;
    }
    .w-md-80{
        width: 80% !important;
    }
    .w-md-90{
        width: 90% !important;
    }
    .w-md-100{
        width: 100% !important;
    }
    .mx-md-52 {
        margin-right: 4rem!important;
        margin-left: 4rem!important;
    }
    .mx-md-55 {
        margin-right: 5rem!important;
        margin-left: 5rem!important;
    }
    .mx-md-6 {
        margin-right: 6rem!important;
        margin-left: 6rem!important;
    }
    .mx-md-7 {
        margin-right: 7rem!important;
        margin-left: 7rem!important;
    }
    .mx-md-8 {
        margin-right: 8rem!important;
        margin-left: 8rem!important;
    }
    .mx-md-9 {
        margin-right: 9rem!important;
        margin-left: 9rem!important;
    }
    .my-md-52 {
        margin-top: 4rem!important;
        margin-bottom: 4rem!important;
    }
    .my-md-55 {
        margin-top: 5rem!important;
        margin-bottom: 5rem!important;
    }
    .my-md-6 {
        margin-top: 6rem!important;
        margin-bottom: 6rem!important;
    }
    .my-md-7 {
        margin-top: 7rem!important;
        margin-bottom: 7rem!important;
    }
    .my-md-8 {
        margin-top: 8rem!important;
        margin-bottom: 8rem!important;
    }
    .my-md-9 {
        margin-top: 9rem!important;
        margin-bottom: 9rem!important;
    }
    .m-md-52 {
        padding: 4rem!important;
    }
    .m-md-55 {
        padding: 5rem!important;
    }
    .m-md-6 {
        padding: 6rem!important;
    }
    .m-md-7 {
        padding: 7rem!important;
    }
    .m-md-8 {
        padding: 8rem!important;
    }
    .m-md-9 {
        padding: 9rem!important;
    }
    .mt-md-52 {
        margin-top: 4rem!important;
    }
    .mt-md-55 {
        margin-top: 5rem!important;
    }
    .mt-md-6 {
        margin-top: 6rem!important;
    }
    .mt-md-7 {
        margin-top: 7rem!important;
    }
    .mt-md-8 {
        margin-top: 8rem!important;
    }
    .mt-md-9 {
        margin-top: 9rem!important;
    }
    .mb-md-52 {
        margin-bottom: 4rem!important;
    }
    .mb-md-55 {
        margin-bottom: 5rem!important;
    }
    .mb-md-6 {
        margin-bottom: 6rem!important;
    }
    .mb-md-7 {
        margin-bottom: 7rem!important;
    }
    .mb-md-8 {
        margin-bottom: 8rem!important;
    }
    .mb-md-9 {
        margin-bottom: 9rem!important;
    }
    .ms-md-52 {
        margin-left: 4rem!important;
    }
    .ms-md-55 {
        margin-left: 5rem!important;
    }
    .ms-md-6 {
        margin-left: 6rem!important;
    }
    .ms-md-7 {
        margin-left: 7rem!important;
    }
    .ms-md-8 {
        margin-left: 8rem!important;
    }
    .ms-md-9 {
        margin-left: 9rem!important;
    }
    .me-md-52 {
        margin-right: 4rem!important;
    }
    .me-md-55 {
        margin-right: 5rem!important;
    }
    .me-md-6 {
        margin-right: 6rem!important;
    }
    .me-md-7 {
        margin-right: 7rem!important;
    }
    .me-md-8 {
        margin-right: 8rem!important;
    }
    .me-md-9 {
        margin-right: 9rem!important;
    }
    .position-absolute-content {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        transform: translateY(-50%);
    }
    .banner-title article {
        position: absolute;
        left: 0;
        /*right: 0;*/
        bottom: 50%;
        text-align: start;
        width: 100%;
        margin: 0 auto;
        color: #fff;
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    @-webkit-keyframes cs_tittles {
        2.0833333333333335%{ opacity: 0; -webkit-transform: translateY(-100%);}
        25.41666666666667%  { opacity: 1; -webkit-transition: .2s opacity .0s ease, .2s -webkit-transform .2s ease; -webkit-transform: translateY(20%);}
        95%,100%    {  -webkit-transform: translateY(20%);opacity: 1; }
    }
    @-moz-keyframes cs_tittles {
        2.0833333333333335%{ opacity: 0; -moz-transform: translateY(-100%);}
        25.41666666666667%  { opacity: 1; -moz-transition: .2s opacity .0s ease, .2s -moz-transform .2s ease; -moz-transform: translateY(20%);}
        95%,100%    {  -moz-transform: translateY(20%);opacity: 1; }
    }
    @-o-keyframes cs_tittles {
        2.0833333333333335%{ opacity: 0; -o-transform: translateY(-100%);}
        25.41666666666667%  { opacity: 1; -o-transition: .2s opacity .0s ease, .2s -o-transform .2s ease; -o-transform: translateY(20%);}
        95%,100%    {  -o-transform: translateY(20%);opacity: 1; }
    }
    @keyframes cs_tittles {
        2.0833333333333335%{ opacity: 0; transform: translateY(-100%);}
        25.41666666666667%  { opacity: 1; transition: .2s opacity .0s ease, .2s transform .2s ease; transform: translateY(50%);}
        95%,100%    {  transform: translateY(50%);opacity: 1; }
    }
    .splide__slide.is-visible .banner-title article{
        /* -webkit-animation-name: cs_tittles;
         animation-name: cs_tittles;*/
        -webkit-animation: cs_tittles 15000ms infinite -1400ms ease;
        -moz-animation: cs_tittles 15000ms infinite -1400ms ease;
        animation: cs_tittles 15000ms infinite -1400ms ease;
    }
    #nav-tabContent.tab-content>.collapse.active {
        display: block;
    }
    .container-pc {
        max-width: 720px;
        --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-right: auto;
    margin-left: auto;
    }
    #galeriaProducto .col-12{
        padding-left: 0.2rem;
        padding-right: 0.2rem;
        padding-top: 0.2rem;
        padding-bottom: 0.2rem;
    }
    
}
/*fin min-width 767*/
@media(min-width: 991px) {
    .px-md-52 {
        padding-right: 4rem!important;
        padding-left: 4rem!important;
    }
    .px-md-55 {
        padding-right: 5rem!important;
        padding-left: 5rem!important;
    }
    .px-md-6 {
        padding-right: 6rem!important;
        padding-left: 6rem!important;
    }
    .px-md-7 {
        padding-right: 7rem!important;
        padding-left: 7rem!important;
    }
    .px-md-8 {
        padding-right: 8rem!important;
        padding-left: 8rem!important;
    }
    .px-md-9 {
        padding-right: 9rem!important;
        padding-left: 9rem!important;
    }
    .py-md-52 {
        padding-top: 4rem!important;
        padding-bottom: 4rem!important;
    }
    .py-md-55 {
        padding-top: 5rem!important;
        padding-bottom: 5rem!important;
    }
    .py-md-6 {
        padding-top: 6rem!important;
        padding-bottom: 6rem!important;
    }
    .py-md-7 {
        padding-top: 7rem!important;
        padding-bottom: 7rem!important;
    }
    .py-md-8 {
        padding-top: 8rem!important;
        padding-bottom: 8rem!important;
    }
    .py-md-9 {
        padding-top: 9rem!important;
        padding-bottom: 9rem!important;
    }
    .p-md-52 {
        padding: 4rem!important;
    }
    .p-md-55 {
        padding: 5rem!important;
    }
    .p-md-6 {
        padding: 6rem!important;
    }
    .p-md-7 {
        padding: 7rem!important;
    }
    .p-md-8 {
        padding: 8rem!important;
    }
    .p-md-9 {
        padding: 9rem!important;
    }
    .pt-md-52 {
        padding-top: 4rem!important;
    }
    .pt-md-55 {
        padding-top: 5rem!important;
    }
    .pt-md-6 {
        padding-top: 6rem!important;
    }
    .pt-md-7 {
        padding-top: 7rem!important;
    }
    .pt-md-8 {
        padding-top: 8rem!important;
    }
    .pt-md-9 {
        padding-top: 9rem!important;
    }
    .pb-md-52 {
        padding-bottom: 4rem!important;
    }
    .pb-md-55 {
        padding-bottom: 5rem!important;
    }
    .pb-md-6 {
        padding-bottom: 6rem!important;
    }
    .pb-md-7 {
        padding-bottom: 7rem!important;
    }
    .pb-md-8 {
        padding-bottom: 8rem!important;
    }
    .pb-md-9 {
        padding-bottom: 9rem!important;
    }
    .ps-md-52 {
        padding-left: 4rem!important;
    }
    .ps-md-55 {
        padding-left: 5rem!important;
    }
    .ps-md-6 {
        padding-left: 6rem!important;
    }
    .ps-md-7 {
        padding-left: 7rem!important;
    }
    .ps-md-8 {
        padding-left: 8rem!important;
    }
    .ps-md-9 {
        padding-left: 9rem!important;
    }
    .pe-md-52 {
        padding-right: 4rem!important;
    }
    .pe-md-55 {
        padding-right: 5rem!important;
    }
    .pe-md-6 {
        padding-right: 6rem!important;
    }
    .pe-md-7 {
        padding-right: 7rem!important;
    }
    .pe-md-8 {
        padding-right: 8rem!important;
    }
    .pe-md-9 {
        padding-right: 9rem!important;
    }
    .w-md-10{
        width: 10% !important;
    }
    .w-md-20{
        width: 20% !important;
    }
    .w-md-30{
        width: 30% !important;
    }
    .w-md-40{
        width: 40% !important;
    }
    .w-md-50{
        width: 50% !important;
    }
    .w-md-60{
        width: 60% !important;
    }
    .w-md-70{
        width: 70% !important;
    }
    .w-md-80{
        width: 80% !important;
    }
    .w-md-90{
        width: 90% !important;
    }
    .w-md-100{
        width: 100% !important;
    }
    .mx-md-52 {
        margin-right: 4rem!important;
        margin-left: 4rem!important;
    }
    .mx-md-55 {
        margin-right: 5rem!important;
        margin-left: 5rem!important;
    }
    .mx-md-6 {
        margin-right: 6rem!important;
        margin-left: 6rem!important;
    }
    .mx-md-7 {
        margin-right: 7rem!important;
        margin-left: 7rem!important;
    }
    .mx-md-8 {
        margin-right: 8rem!important;
        margin-left: 8rem!important;
    }
    .mx-md-9 {
        margin-right: 9rem!important;
        margin-left: 9rem!important;
    }
    .my-md-52 {
        margin-top: 4rem!important;
        margin-bottom: 4rem!important;
    }
    .my-md-55 {
        margin-top: 5rem!important;
        margin-bottom: 5rem!important;
    }
    .my-md-6 {
        margin-top: 6rem!important;
        margin-bottom: 6rem!important;
    }
    .my-md-7 {
        margin-top: 7rem!important;
        margin-bottom: 7rem!important;
    }
    .my-md-8 {
        margin-top: 8rem!important;
        margin-bottom: 8rem!important;
    }
    .my-md-9 {
        margin-top: 9rem!important;
        margin-bottom: 9rem!important;
    }
    .m-md-52 {
        padding: 4rem!important;
    }
    .m-md-55 {
        padding: 5rem!important;
    }
    .m-md-6 {
        padding: 6rem!important;
    }
    .m-md-7 {
        padding: 7rem!important;
    }
    .m-md-8 {
        padding: 8rem!important;
    }
    .m-md-9 {
        padding: 9rem!important;
    }
    .mt-md-52 {
        margin-top: 4rem!important;
    }
    .mt-md-55 {
        margin-top: 5rem!important;
    }
    .mt-md-6 {
        margin-top: 6rem!important;
    }
    .mt-md-7 {
        margin-top: 7rem!important;
    }
    .mt-md-8 {
        margin-top: 8rem!important;
    }
    .mt-md-9 {
        margin-top: 9rem!important;
    }
    .mb-md-52 {
        margin-bottom: 4rem!important;
    }
    .mb-md-55 {
        margin-bottom: 5rem!important;
    }
    .mb-md-6 {
        margin-bottom: 6rem!important;
    }
    .mb-md-7 {
        margin-bottom: 7rem!important;
    }
    .mb-md-8 {
        margin-bottom: 8rem!important;
    }
    .mb-md-9 {
        margin-bottom: 9rem!important;
    }
    .ms-md-52 {
        margin-left: 4rem!important;
    }
    .ms-md-55 {
        margin-left: 5rem!important;
    }
    .ms-md-6 {
        margin-left: 6rem!important;
    }
    .ms-md-7 {
        margin-left: 7rem!important;
    }
    .ms-md-8 {
        margin-left: 8rem!important;
    }
    .ms-md-9 {
        margin-left: 9rem!important;
    }
    .me-md-52 {
        margin-right: 4rem!important;
    }
    .me-md-55 {
        margin-right: 5rem!important;
    }
    .me-md-6 {
        margin-right: 6rem!important;
    }
    .me-md-7 {
        margin-right: 7rem!important;
    }
    .me-md-8 {
        margin-right: 8rem!important;
    }
    .me-md-9 {
        margin-right: 9rem!important;
    }
    #navbarsPrincipal > ul > li > .nav-link.nav-primary{
        font-size: var(--fontsize-base);
        color: #fff;
        padding-right: 1.3rem !important;
        padding-left: 1.3rem !important;
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
        position: relative;
        font-weight: 700;
        line-height: 1.1;
    }
    #navbarsPrincipal .nav-link.nav-primary:before, #navbarsPrincipal .nav-link.nav-primary: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;
    }
    #navbarsPrincipal .nav-link.nav-primary:before{
        border-width: 12px;
        margin-left: -12px;
        border-bottom-color: #eee;
    }
    #navbarsPrincipal .nav-link.nav-primary:hover {
        color: #fff;
    }
    #navbarsPrincipal ul li.active a{
        color: #fff;
    }
    .nav-link.nav-primary.show:before{
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    .dropdown-toggle.show{
        color: #8dc63f;
    }
    .dropdown-toggle::after{
        display: none;
    }
    .nav-item.dropdown{
        position: static;
    }


    .menu-on #navbarsPrincipal .nav-link.nav-primary{
        color: #fff;
    }
    .menu-on #navbarsPrincipal .nav-link.nav-primary:hover{
        color: #fff;
    }
    .menu-on #navbarsPrincipal .nav-link.nav-primary.show{
        color: #fff;
    }
    .menu-on .btn-whatsapp-menu{
        color: #fff;
    }
    .menu-on .btn-whatsapp-menu:hover{
        color: #fff;
    }
    .menu .navbar-nav .dropdown-menu{
        padding: 0;
        border: 0;
        box-shadow: 1px 5px 6px rgb(0 0 0 / 26%);
        border-radius: 0;
        border-top: 0px solid var(--bs-primary);
        /*padding: 1.2rem;*/
    }
    .menu .navbar-nav li ul li a.nav-link{
        font-size: var(--fontsize-base);
        color: var(--bs-dark);
        font-weight: 700;
        padding: 0.6rem 1.2rem;
        border-bottom: 1px solid var(--bs-primary);
    }
    .menu .dropdown-menu[data-bs-popper]{
        left: auto;
    }
    .menu .navbar-nav li ul.dropdown-menu{
        overflow: hidden;
        display: block;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        max-height: 0;
        -webkit-transition: max-height .4s, -webkit-transform .3s cubic-bezier(0.98, 0.04, 0.88, 1.03);
        transition: max-height .4s, -webkit-transform .3s cubic-bezier(0.98, 0.04, 0.88, 1.03);
        -o-transition: max-height .4s, transform .3s cubic-bezier(0.98, 0.04, 0.88, 1.03);
        transition: max-height .4s, transform .3s cubic-bezier(0.98, 0.04, 0.88, 1.03);
        transition: max-height .4s, transform .3s, -webkit-transform .3s cubic-bezier(0.98, 0.04, 0.88, 1.03);
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
    }
    .menu .navbar-nav li ul.dropdown-menu.show{
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        max-height: 68vh;
            margin-top: var(--bs-dropdown-spacer);
    }
    .menu .navbar-nav li ul li:last-child a.nav-link{
        border-bottom: 0 solid #000;
    }
    #navbarsPrincipal li ul li a.nav-link{
        color: var(--bs-dark);
    }
    .menu .navbar-nav li ul li a.nav-link:hover{
        background-color: #fff !important;
        color: var(--bs-primary) !important;
    }
    #navbarsPrincipal li ul li.active a.nav-link{
        color: var(--bs-primary) !important;
    }

    #navbarsPrincipal > ul#navMenu > li > a span {
        text-decoration: none;
        line-height: 2em;
        position: relative;
        display: flex;
        align-items: center;
    }
    #navbarsPrincipal > ul#navMenu > li > a span:before {
        content: '';
        text-decoration: none;
        background-image: linear-gradient(to top, var(--bs-secondary) 0, var(--bs-secondary) 2px, transparent 2px, transparent 100%);
        background-position: 0;
        background-repeat: no-repeat;
        background-size: 0 100%;
        transition: background-size .25s ease-out;
        line-height: 2em;
        position: relative;
        display: flex;
        align-items: center;
        position: absolute;
        /* background-size: 100% 100%; */
        width: 26px;
        height: 2px;
        bottom: 0;
        right: -9px;
    }
    #navbarsPrincipal > ul#navMenu > li:hover > a span:before, #navbarsPrincipal > ul#navMenu > li.active > a span:before {
        background-size: 100% 100%;
    }
    #navbarsPrincipal .nav-item.dropdown a i {
        font-size: 60%;
        display: none;
    }
    .menu .navbar-nav .dropdown-menu {
        padding: 0;
        border: 0;
        box-shadow: 1px 5px 6px rgb(0 0 0 / 26%);
        border-radius: 0;
        border-top: 0px solid var(--bs-primary);
        /* padding: 1.2rem; */
    }
    .menu .navbar-nav li ul.dropdown-menu {
        overflow: hidden;
        display: block;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        max-height: 0;
        -webkit-transition: max-height .4s, -webkit-transform .3s cubic-bezier(0.98, 0.04, 0.88, 1.03);
        transition: max-height .4s, -webkit-transform .3s cubic-bezier(0.98, 0.04, 0.88, 1.03);
        -o-transition: max-height .4s, transform .3s cubic-bezier(0.98, 0.04, 0.88, 1.03);
        transition: max-height .4s, transform .3s cubic-bezier(0.98, 0.04, 0.88, 1.03);
        transition: max-height .4s, transform .3s, -webkit-transform .3s cubic-bezier(0.98, 0.04, 0.88, 1.03);
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
    }
    /* menu de 3 hijos */
    .menu .navbar-nav li.childrens3 > ul.dropdown-menu{
        overflow: visible;
        min-width: 350px;
        min-width: auto;
        max-width: 100%;
        display: flex;
    }
    .menu .navbar-nav li.childrens3 > ul.dropdown-menu > li{
        width: 50%;
        position: relative;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .menu .navbar-nav li.childrens3 > ul.dropdown-menu > li:first-child:before{
        display: none;
    }
    .menu .navbar-nav li.childrens3 > ul.dropdown-menu > li:before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 1px;
        height: 100%;
        background: var(--bs-primary);
        z-index: 9991;
    }
    .menu .navbar-nav li.childrens3 > ul.dropdown-menu > li > a{
        border-bottom: 1px solid var(--bs-primary);
        text-align: center;
        color: var(--bs-primary) !important;
    }
    .menu .navbar-nav li.childrens3 > ul.dropdown-menu > li > ul{
        display: block;
        top: 0;
        overflow-y: auto;
        /* left: 0; */
        right: auto !important;
        position: relative;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        max-height: 68vh;
        width: 100%;
        box-shadow: none;
    }
    .menu .navbar-nav li.childrens3 > ul.dropdown-menu > li > ul li a.nav-link{
        border: 0;
        box-shadow: none;
        position: relative;
        font-weight: 600;
    }
    .menu .navbar-nav li.childrens3 > ul.dropdown-menu > li > ul li a.nav-link:before{
        content: "\f519";
        display: inline-block;
        font-family: bootstrap-icons !important;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        font-size: 0.6rem;
        color: var(--bs-primary);
    }
    
    /* menu productos */
    #Menu_Productos .menu-drop1{
        width: 100%;
        left: -10%;
        height: 300px;
        background-color: rgb(255 255 255 / 97%);
        border: 0;
        box-shadow: 0px 3px 6px rgb(113 112 115 / 36%);
        z-index: 9999;
        min-width: 50rem;
        -webkit-transform: translateY(15px);
        -moz-transform: translateY(15px);
        -ms-transform: translateY(15px);
        -o-transform: translateY(15px);
        transform: translateY(15px);
        display: block;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    #Menu_Productos .menu-drop1.show{
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }
    .menu-drop1 > .dropend {
        width: 14rem;
        position: static;
        padding-bottom: 25px;
    }
    .dropend .menu-drop2 {
        top: 15px !important;
        right: auto !important;
        left: 14.1rem !important;
        margin-top: 0 !important;
        text-align: center;
        margin-left: 0;
        width: 10.7rem;
        width: 72%;
        border: 0;
        min-width: 1rem;
        /*display: block;*/

        background: transparent;
        border: 0;
        height: 277px;
        overflow-y: auto;
    }
    .dropend .menu-drop2 div{
        display: flex;
        flex-wrap: wrap;
    }
    .menu-drop2 li.li3{
        width: 33.33%;
        position: relative;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .menu-drop2 li.li3 > a{
        color: #bd844c;
        font-weight: 600;
        font-size: 1rem;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .menu-drop2 li.li3:after {
        content: "";
        position: absolute;
        height: 100%;
        width: 1px;
        background: #fff;
        top: 40px;
        right: 0;
    }
    .menu-drop2 li.li3:last-child:after{
        display: none;
    }
    .link-menu-primary{
        background-color: transparent !important;
        font-size: 1.1rem;
        padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x) !important;
    }
    .link-menu-primary span{
        position: relative;
    }
    .link-menu-primary span p {
        background: #bd844c;
        border-radius: 1rem;
        color: #fff;
        padding: 6px 15px;
        text-align: left;
        width: 90%;
    }
    .link-menu-primary span img {
        position: absolute;
        height: 50px;
        top: -6px;
        right: -6px;
    }
    .dropend .dropdown-toggle::after{
        display: none;
    }
    .link-menu-secondary figure{
        text-align: center;
        margin-bottom: 4px;
    }
    .link-menu-secondary img{
        height: 22px;
        display: inline-block;
    }
    .menu-drop3 {
        display: block;
        background: transparent;
        border: 0;
        width: 100%;
        padding: 0;
        position: relative !important;
        min-width: 100%;
    }
    .menu-drop3 a{
        font-size: 1rem;
        color: #69696b;
        padding: 2px 0px !important;
        text-align: center;
    }
    .menu-drop3.submenu li a span {
        position: relative;
    }
    .menu-drop3.submenu li a span:before {
        content: '-';
        position: absolute;
        left: -12px;
        top: 0;
        line-height: 1.2;
    }
    .link-todos{
        padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
        display: block;
        margin-bottom: 1rem;
    }
    .link-todos a{
        color: #717174;
        text-decoration: underline;
        font-size: 1rem;
    }
    #submenu-productos-gatos .link-menu-primary span p{
        background: #89d2de;
    }
    #submenu-productos-animales-pequenos .link-menu-primary span p{
        background: #eab5ac;
    }
    #submenu-productos-animales-pequenos .link-menu-primary span img{
        height: 64px;
        top: -22px;
    }
    .menu-drop1 > li > .dropdown-item:active{
        background-color: transparent !important;
        color: #fff !important;
    }
    .menu-drop2 .dropdown-item:active, .menu-drop2 .dropdown-item:focus, .menu-drop2 .dropdown-item:hover{
        background-color: transparent !important;
        color: #bd844c;
    }
    #submenu-productos-animales-pequenos .link-menu-secondary img{
        height: 30px;
    }
    .colmenu {
        width: auto;
        max-width: 80%;
    }
    .desplegable-cat:hover .dropdown-menu{
        display: block;
        top: 100%;
    }
    .logo img{
        height: 65px;
    }
    .box-banner-pag:hover .dropdown-toggle{
        display: none !important;
    }
    .box-banner-pag:hover .dropdown-menu {
        display: block !important;
    }
    .container-pc {
        max-width: 960px;
    }
    
}
/*fin min-width 991*/
@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;
    }
    .nav-link.nav-primary{
        font-size: 1rem;
    }
    .menu-drop2 li.li3 > a{
        font-size: 1rem;
    }
    .menu-drop3 a{
        font-size: 1rem;
    }

}
@media (min-width: 1200px){
    :root{
        --fontsize-base: 0.9rem;
        --fontsize-secondary: 1rem;
    }
    h1{
        font-size: 2.8rem;
    }
    h2{
        font-size: 2.2rem;
    }
    h3{
        font-size: 1.8rem;
    }
    h4{
        font-size: 1.5rem;
    }
    h5{
        font-size: 1.2rem;
    }
    .fs-01 {
        font-size: 5.4rem !important;
    }
    .fs-0 {
        font-size: 4.5rem !important;
    }
    .fs-1 {
        font-size: 3rem !important;
    }
    .fs-2 {
        font-size: 2.2rem !important;
    }
    .fs-3 {
        font-size: 1.6rem !important;
    }
    .fs-4 {
        font-size: 1.4rem !important;
    }
    .fs-5 {
        font-size: 1.1rem!important;
    }
    .fs-6 {
        font-size: 1rem!important;
    }
    .hidden-lg {
        display: none !important;
    }
    .px-lg-6 {
        padding-left: 4rem!important;
        padding-right: 4rem!important;
    }
    .px-lg-7 {
        padding-left: 5rem!important;
        padding-right: 5rem!important;
    }
    .px-lg-8 {
        padding-left: 6rem!important;
        padding-right: 6rem!important;
    }
    .px-lg-9 {
        padding-left: 7rem!important;
        padding-right: 7rem!important;
    }
    .py-lg-6 {
        padding-top: 4rem!important;
        padding-bottom: 4rem!important;
    }
    .py-lg-7 {
        padding-top: 5rem!important;
        padding-bottom: 5rem!important;
    }
    .py-lg-8 {
        padding-top: 6rem!important;
        padding-bottom: 6rem!important;
    }
    .py-lg-9 {
        padding-top: 7rem!important;
        padding-bottom: 7rem!important;
    }
    .ps-lg-52 {
        padding-left: 4rem!important;
    }
    .pe-lg-52 {
        padding-right: 4rem!important;
    }
    .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;
    }
    .ps-lg-8 {
        padding-left: 8rem!important;
    }
    .pe-lg-8 {
        padding-right: 8rem!important;
    }
    .ps-lg-9 {
        padding-left: 9rem!important;
    }
    .pe-lg-9 {
        padding-right: 9rem!important;
    }
    .pt-lg-52 {
        padding-top: 4rem!important;
    }
    .pb-lg-52 {
        padding-bottom: 4rem!important;
    }
    .pt-lg-6 {
        padding-top: 6rem!important;
    }
    .pb-lg-6 {
        padding-bottom: 6rem!important;
    }
    .pt-lg-7 {
        padding-top: 7rem!important;
    }
    .pb-lg-7 {
        padding-bottom: 7rem!important;
    }
    .pt-lg-8 {
        padding-top: 8rem!important;
    }
    .pb-lg-8 {
        padding-bottom: 8rem!important;
    }
    .mt-lg-6{
        margin-top: 6rem!important;
    }
    .mb-lg-6{
        margin-bottom: 6rem!important;
    }
    .mt-lg-7{
        margin-top: 7rem!important;
    }
    .mb-lg-7{
        margin-bottom: 7rem!important;
    }
    .mt-lg-8{
        margin-top: 8rem!important;
    }
    .mb-lg-8{
        margin-bottom: 8rem!important;
    }
    .w-lg-100{
        width: 100% !important;
    }
    .w-lg-90{
        width: 90% !important;
    }
    .w-lg-80{
        width: 80% !important;
    }
    .w-lg-70{
        width: 70% !important;
    }
    .w-lg-60{
        width: 60% !important;
    }
    .w-lg-50{
        width: 50% !important;
    }
    .w-lg-40{
        width: 40% !important;
    }
    .w-lg-30{
        width: 30% !important;
    }
    .w-lg-20{
        width: 20% !important;
    }
    .w-lg-10{
        width: 10% !important;
    }
    .mx-lg-52 {
        margin-right: 4rem!important;
        margin-left: 4rem!important;
    }
    .mx-lg-55 {
        margin-right: 5rem!important;
        margin-left: 5rem!important;
    }
    .mx-lg-6 {
        margin-right: 6rem!important;
        margin-left: 6rem!important;
    }
    .mx-lg-7 {
        margin-right: 7rem!important;
        margin-left: 7rem!important;
    }
    .mx-lg-8 {
        margin-right: 8rem!important;
        margin-left: 8rem!important;
    }
    .mx-lg-9 {
        margin-right: 9rem!important;
        margin-left: 9rem!important;
    }
    .my-lg-52 {
        margin-top: 4rem!important;
        margin-bottom: 4rem!important;
    }
    .my-lg-55 {
        margin-top: 5rem!important;
        margin-bottom: 5rem!important;
    }
    .my-lg-6 {
        margin-top: 6rem!important;
        margin-bottom: 6rem!important;
    }
    .my-lg-7 {
        margin-top: 7rem!important;
        margin-bottom: 7rem!important;
    }
    .my-lg-8 {
        margin-top: 8rem!important;
        margin-bottom: 8rem!important;
    }
    .my-lg-9 {
        margin-top: 9rem!important;
        margin-bottom: 9rem!important;
    }
    .m-lg-52 {
        padding: 4rem!important;
    }
    .m-lg-55 {
        padding: 5rem!important;
    }
    .m-lg-6 {
        padding: 6rem!important;
    }
    .m-lg-7 {
        padding: 7rem!important;
    }
    .m-lg-8 {
        padding: 8rem!important;
    }
    .m-lg-9 {
        padding: 9rem!important;
    }
    .mt-lg-52 {
        margin-top: 4rem!important;
    }
    .mt-lg-55 {
        margin-top: 5rem!important;
    }
    .mt-lg-6 {
        margin-top: 6rem!important;
    }
    .mt-lg-7 {
        margin-top: 7rem!important;
    }
    .mt-lg-8 {
        margin-top: 8rem!important;
    }
    .mt-lg-9 {
        margin-top: 9rem!important;
    }
    .mb-lg-52 {
        margin-bottom: 4rem!important;
    }
    .mb-lg-55 {
        margin-bottom: 5rem!important;
    }
    .mb-lg-6 {
        margin-bottom: 6rem!important;
    }
    .mb-lg-7 {
        margin-bottom: 7rem!important;
    }
    .mb-lg-8 {
        margin-bottom: 8rem!important;
    }
    .mb-lg-9 {
        margin-bottom: 9rem!important;
    }
    .ms-lg-52 {
        margin-left: 4rem!important;
    }
    .ms-lg-55 {
        margin-left: 5rem!important;
    }
    .ms-lg-6 {
        margin-left: 6rem!important;
    }
    .ms-lg-7 {
        margin-left: 7rem!important;
    }
    .ms-lg-8 {
        margin-left: 8rem!important;
    }
    .ms-lg-9 {
        margin-left: 9rem!important;
    }
    .me-lg-52 {
        margin-right: 4rem!important;
    }
    .me-55 {
        margin-right: 5rem!important;
    }
    .me-lg-6 {
        margin-right: 6rem!important;
    }
    .me-lg-7 {
        margin-right: 7rem!important;
    }
    .me-lg-8 {
        margin-right: 8rem!important;
    }
    .me-lg-9 {
        margin-right: 9rem!important;
    }
    .container-pc {
        max-width: 1140px;
    }
}
/*fin min-width 1200 */
@media(min-width: 1440px){
    .container-pc {
        max-width: 1320px;
    }
}
/*fin min-width 1440*/
@media(min-width: 1500px){
    :root {
        --fontsize-base: 1.1rem;
        --fontsize-secondary: 1.3rem;
    }
    h1 {
        font-size: 3rem;
    }
    h2 {
        font-size: 2.6rem;
    }
    h3 {
        font-size: 2rem;
    }
    h4 {
        font-size: 1.7rem;
    }
    h5 {
        font-size: 1.5rem;
    }
    h6 {
        font-size: 1.1rem;
    }
    .h4 {
        font-size: 1.4rem;
    }
    .fs-1 {
        font-size: 4rem !important;
    }
    .fs-2 {
        font-size: 3rem !important;
    }
    .fs-3 {
        font-size: 2.5rem !important;
    }
    .fs-4 {
        font-size: 2rem !important;
    }
    .form-plomo .form-control{
        height: 55px !important;
    }
    .circulo-tienda {
        height: 25px;
        width: 25px;
    }
    .radio label, .checkbox label{
        padding: 3px 5px 0px 40px;
    }
    .radio label:before, .checkbox label:before{
        width: 25px;
        height: 25px;
    }
    .checkbox label:after{
        top: 9px;
        height: 12px;
    }
    .opciones-buscar.checkbox label:after{
        left: 3px;
    }
    .banner-title h1{
        font-size: 6.2rem;
    }
    .banner-title h2{
        font-size: 4rem;
    }
    .logo img {
        height: 80px;
    }
    .nav-pills-info-prod .nav-link{
        padding: 1rem 1rem;
    }
    .cotizar-flotante img{
        width: 120px;
    }
    .box-blog figure{
        height: 280px;
    }
    .fecha-blog{
        height: 4.2rem;
        width: 4.2rem;
    }
    .fecha-blog h6{
        bottom: -8%;
        left: -10%;
    }
}
/*fin min-width 1500 */
@media(min-width: 1800px){
    :root {
        --fontsize-base: 1.2rem;
        --fontsize-secondary: 1.4rem;
    }
    .nav-pills-info-prod .nav-link{
        padding: 1.4rem 1rem;
    }
}
/*fin min-width 1800 */
@media(min-width: 1900px){
    :root {
        --fontsize-base: 1.4rem;
        --fontsize-secondary: 1.5rem;
    }
    h1, .h1 {
        font-size: 3.5rem;
    }
    h2, .h2 {
        font-size: 2.9rem;
    }
    h3, .h3 {
        font-size: 2.2rem;
    }
    h4, .h4 {
        font-size: 1.8rem;
    }
    h5, .h5 {
        font-size: 1.6rem;
    }
    h6, .h6 {
        font-size: 1.1rem;
    }
    .fs-01 {
        font-size: 6rem !important;
    }
    .fs-0 {
        font-size: 5.3rem !important;
    }
    .fs-1 {
        font-size: 4.7rem !important;
    }
    .fs-2 {
        font-size: 4rem !important;
    }
    .fs-3 {
        font-size: 3.4rem !important;
    }
    .fs-4 {
        font-size: 2.4rem !important;
    }
    .fs-5 {
        font-size: 1.8rem!important;
    }
    /* margenes */
    .py-2 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important;
    }
    .py-4 {
        padding-top: 3.5rem!important;
        padding-bottom: 3.5rem!important;
    }
    .py-5 {
        padding-top: 5rem!important;
        padding-bottom: 5rem!important;
    }
    .py-md-3 {
        padding-top: 2rem!important;
        padding-bottom: 2rem!important;
    }
    .px-lg-5 {
        padding-right: 5rem!important;
        padding-left: 5rem!important;
    }

    .mt-md-2 {
        margin-top: 1.5rem!important;
    }
    .mb-md-2 {
        margin-bottom: 1.5rem!important;
    }
    .mt-md-4 {
        margin-top: 3.5rem!important;
    }
    .mb-md-4 {
        margin-bottom: 3.5rem!important;
    }
    /* fin margenes */
    .px-xl-6 {
        padding-left: 4rem!important;
        padding-right: 4rem!important;
    }
    .px-xl-7 {
        padding-left: 5rem!important;
        padding-right: 5rem!important;
    }
    .px-xl-8 {
        padding-left: 6rem!important;
        padding-right: 6rem!important;
    }
    .px-xl-9 {
        padding-left: 7rem!important;
        padding-right: 7rem!important;
    }
    .py-xl-6 {
        padding-top: 4rem!important;
        padding-bottom: 4rem!important;
    }
    .py-xl-7 {
        padding-top: 5rem!important;
        padding-bottom: 5rem!important;
    }
    .py-xl-8 {
        padding-top: 6rem!important;
        padding-bottom: 6rem!important;
    }
    .py-xl-9 {
        padding-top: 7rem!important;
        padding-bottom: 7rem!important;
    }
    .ps-xl-6 {
        padding-left: 6rem!important;
    }
    .pe-xl-6 {
        padding-right: 6rem!important;
    }
    .ps-xl-7 {
        padding-left: 7rem!important;
    }
    .pe-xl-7 {
        padding-right: 7rem!important;
    }
    .ps-xl-8 {
        padding-left: 8rem!important;
    }
    .pe-xl-8 {
        padding-right: 8rem!important;
    }
    .ps-xl-9 {
        padding-left: 9rem!important;
    }
    .pe-xl-9 {
        padding-right: 9rem!important;
    }
    .pt-xl-22 {
        padding-top: 0.8rem!important;
    }
    .pb-xl-22 {
        padding-bottom: 0.8rem!important;
    }
    .mt-xl-6{
        margin-top: 6rem!important;
    }
    .mb-xl-6{
        margin-bottom: 6rem!important;
    }
    .mt-xl-7{
        margin-top: 7rem!important;
    }
    .mb-xl-7{
        margin-bottom: 7rem!important;
    }
    .mt-xl-8{
        margin-top: 8rem!important;
    }
    .mb-xl-8{
        margin-bottom: 8rem!important;
    }
    .w-xl-100{
        width: 100% !important;
    }
    .w-xl-90{
        width: 90% !important;
    }
    .w-xl-80{
        width: 80% !important;
    }
    .w-xl-70{
        width: 70% !important;
    }
    .w-xl-60{
        width: 60% !important;
    }
    .w-xl-50{
        width: 50% !important;
    }
    .w-xl-40{
        width: 40% !important;
    }
    .w-xl-30{
        width: 30% !important;
    }
    .w-xl-20{
        width: 20% !important;
    }
    .w-xl-10{
        width: 10% !important;
    }
    .mx-xl-52 {
        margin-right: 4rem!important;
        margin-left: 4rem!important;
    }
    .mx-xl-55 {
        margin-right: 5rem!important;
        margin-left: 5rem!important;
    }
    .mx-xl-6 {
        margin-right: 6rem!important;
        margin-left: 6rem!important;
    }
    .mx-xl-7 {
        margin-right: 7rem!important;
        margin-left: 7rem!important;
    }
    .mx-xl-8 {
        margin-right: 8rem!important;
        margin-left: 8rem!important;
    }
    .mx-xl-9 {
        margin-right: 9rem!important;
        margin-left: 9rem!important;
    }
    .my-xl-52 {
        margin-top: 4rem!important;
        margin-bottom: 4rem!important;
    }
    .my-xl-55 {
        margin-top: 5rem!important;
        margin-bottom: 5rem!important;
    }
    .my-xl-6 {
        margin-top: 6rem!important;
        margin-bottom: 6rem!important;
    }
    .my-xl-7 {
        margin-top: 7rem!important;
        margin-bottom: 7rem!important;
    }
    .my-xl-8 {
        margin-top: 8rem!important;
        margin-bottom: 8rem!important;
    }
    .my-xl-9 {
        margin-top: 9rem!important;
        margin-bottom: 9rem!important;
    }
    .m-xl-52 {
        padding: 4rem!important;
    }
    .m-xl-55 {
        padding: 5rem!important;
    }
    .m-xl-6 {
        padding: 6rem!important;
    }
    .m-xl-7 {
        padding: 7rem!important;
    }
    .m-xl-8 {
        padding: 8rem!important;
    }
    .m-xl-9 {
        padding: 9rem!important;
    }
    .mt-xl-52 {
        margin-top: 4rem!important;
    }
    .mt-xl-55 {
        margin-top: 5rem!important;
    }
    .mt-xl-6 {
        margin-top: 6rem!important;
    }
    .mt-xl-7 {
        margin-top: 7rem!important;
    }
    .mt-xl-8 {
        margin-top: 8rem!important;
    }
    .mt-xl-9 {
        margin-top: 9rem!important;
    }
    .mb-xl-52 {
        margin-bottom: 4rem!important;
    }
    .mb-xl-55 {
        margin-bottom: 5rem!important;
    }
    .mb-xl-6 {
        margin-bottom: 6rem!important;
    }
    .mb-xl-7 {
        margin-bottom: 7rem!important;
    }
    .mb-xl-8 {
        margin-bottom: 8rem!important;
    }
    .mb-xl-9 {
        margin-bottom: 9rem!important;
    }
    .ms-xl-52 {
        margin-left: 4rem!important;
    }
    .ms-xl-55 {
        margin-left: 5rem!important;
    }
    .ms-xl-6 {
        margin-left: 6rem!important;
    }
    .ms-xl-7 {
        margin-left: 7rem!important;
    }
    .ms-xl-8 {
        margin-left: 8rem!important;
    }
    .ms-xl-9 {
        margin-left: 9rem!important;
    }
    .me-xl-52 {
        margin-right: 4rem!important;
    }
    .me-55 {
        margin-right: 5rem!important;
    }
    .me-xl-6 {
        margin-right: 6rem!important;
    }
    .me-xl-7 {
        margin-right: 7rem!important;
    }
    .me-xl-8 {
        margin-right: 8rem!important;
    }
    .me-xl-9 {
        margin-right: 9rem!important;
    }
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 86%;
    }
    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: 75px;
    }
    label {
/*        font-size: 1.2rem;*/
    }
    .radio label:before, .checkbox label:before {
        width: 29px;
        height: 29px;
    }
    .checkbox label:after{
        top: 9px;
        left: 12px;
        height: 15px;
    }
    .form-plomo .form-control {
        height: 64px !important;
    }
    .modal-lg, .modal-xl {
        --bs-modal-width: 1100px;
    }
    .dropdown-menu {
        font-size: 1.2rem;
    }
    button, .btn {
/*        font-size: 1.2rem;*/
    }
    .cont-dropdown li .dropdown-item{
        font-size: 1.1rem;
    }
    .btn-sus{
        height: 70px;
        font-size: 1.6rem;
    }
    .btn-flechita{
        font-size: 1.3rem;
    }
    .top-cab a{
        font-size: 1.2rem;
    }
    .logo img {
        height: 88px;
    }
    .nav-link.nav-primary{
        font-size: 1.4rem;
    }
    .link-menu-primary{
        font-size: 1.2rem;
    }
    .menu-drop2 li.li3 > a{
        font-size: 1.2rem;
    }
    .menu-drop3 a {
        font-size: 1.15rem;
    }
    .link-todos a{
        font-size: 1.2rem;
    }
    .container{
        max-width: 85%;
    }
    .div-cate span{
        height: 70px;
        font-size: 2rem;
    }
    .div-cate img {
        top: 60%;
        height: 85px;
    }
    .cat-roedor img {
        height: 110px;
        top: 30%;
    }
    .btn-web{
        width: 300px;
        height: 80px;
        font-size: 1.8rem;
    }
    .box-consejos aside{
        height: 80px;
    }
    .box-consejos aside img {
        height: 98px;
    }
    .box-banner-pag .dropdown-menu{
        width: 900px !important;
    }
    .box-esqueleto span p{
        min-height: 60px;
        font-size: 0.99rem;
    }
    .box-esqueleto span.comment1:before{
        height: 100px;
        right: -25px;
    }
    .box-esqueleto span.comment2:before{
        height: 150px;
        height: 150px;
        top: -203%;
    }
    .box-esqueleto span.comment4:before{
        left: 0;
        bottom: -121%;
    }
    .box-flix{
        height: 340px;
    }
    .box-flix aside > div{
        padding: 6rem;
    }
    .icono-flotante img {
        width: 90px;
    }
    .contentDesp-head{
        padding: 1rem 2rem;
        min-height: 120px;
    }
    .contentDesp-head span b{
        width: 54px;
        height: 54px;
        font-size: 26px;
    }
    .contentDesp-body {
        padding: 0rem 2rem;
    }
    .imgDesp{
        max-width: 50%;
    }
    .flotante-msg{
        bottom: 120px;
    }
    .nav-pills-info-prod .nav-link{
/*        font-size: 1.4rem;*/
    }
    .linkeables li{
        font-size: 1.1rem;
    }
    .swiper-container.swiper-home-buscados .dropdown-toggle {
        padding: 20px 15px;
    }
    .redes-foot a{
        width: 48px;
        height: 48px;
        font-size: 22px;
        border-radius: 6px;
    }
    .btn-to-top{
        font-size: 34px;
        width: 65px;
        height: 65px;
        line-height: 65px;
    }
    #navbarsPrincipal > ul > li > a.nav-link.nav-primary{
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .menu .navbar-nav li ul.dropdown-menu{
        min-width: 12rem;
    }
    .banner-title h1{
        font-size: 8rem;
    }
    .banner-title h2{
        font-size: 5.2rem;
    }
    .box-blog figure{
        height: 320px;
    }
    .box-blog aside{
        padding: 2rem;
    }
    .fecha-blog{
        height: 4rem;
        width: 4rem;
    }
    .fecha-blog h6{
        bottom: -8%;
        left: -7%;
    }
    .container-pc {
        max-width: 85%;
    }
    .cotizar-flotante img {
        width: 145px;
    }
    .menu .navbar-nav li.childrens3 > ul.dropdown-menu{
        min-width: 555px;
    }
    .menu .navbar-nav li.childrens3 > ul.dropdown-menu > li{
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .menu .navbar-nav li.childrens3 > ul.dropdown-menu > li > a{
        padding-top: 1.1rem !important;
        padding-bottom: 1.2rem !important;
    }

}
/*fin min-width 1900 */