/* @import url('https://fonts.googleapis.com/css2?family=Dosis:wght@500;600;&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@500;600;700;800&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: #717174;
    --color-primary: #FFC121;
    --color-secondary: #8BC53F;
    --bs-warning-rgb: 255,193,33;

}
/* @font-face {
    font-family: "dosis";
    src: url("../fonts/Dosis-Light.otf");
    src: url("../fonts/Dosis-Light.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Dosis-Light.woff") format("woff"),
    url("../fonts/Dosis-Light.ttf") format("truetype"),
    url("../fonts/Dosis-Light.svg#dosis") format("svg");
    font-weight: 100;
}
@font-face {
    font-family: "dosis";
    src: url("../fonts/Dosis-Regular.otf");
    src: url("../fonts/Dosis-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Dosis-Regular.woff") format("woff"),
    url("../fonts/Dosis-Regular.ttf") format("truetype"),
    url("../fonts/Dosis-Light.svg#dosis") format("svg");
    font-weight: 300;
}
@font-face {
    font-family: "dosis";
    src: url("../fonts/Dosis-Bold.otf");
    src: url("../fonts/Dosis-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Dosis-Bold.woff") format("woff"),
    url("../fonts/Dosis-Bold.ttf") format("truetype"),
    url("../fonts/Dosis-Bold.svg#dosis") format("svg");
    font-weight: bold;
} */
body {
    font-family: 'Dosis', sans-serif;
    color: #69696b;
    font-size: 0.95rem;
    overflow-x: hidden;
}
a{
    color: #ffc121;
    text-decoration: none;
}
a:hover {
    color: #ffb800;
}
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;
}
button, .btn{
    font-size: 1rem;
}
.btn{
    border-radius: 0.5rem;
}
label {
    font-size: 1rem;
}
img{
    max-width: 100%;
}
figure{
    margin-bottom: 0;
}
input[type='text'].form-control, input[type='number'].form-control, input[type='email'].form-control, input[type='password'].form-control, input[type='date'].form-control, input[type='tel'].form-control, select.form-control, textarea.form-control, select.select {
    height: 50px;
    line-height: 1.5 !important;
    -webkit-appearance: none;
    border-radius: 0px;
    padding: 0 1rem;
    background-color: #fff;
    position: relative;
    z-index: 2;
    /*width: 100%;*/
    border-color: #bbb;
    color: #252525;
    /*font-size: 1rem;*/
}
textarea.form-control {
    height: auto !important;
    padding-top: 12px;
}
.form-control:focus{
    border-color: #eaeaea;
    box-shadow: 0 0 0 0.5rem rgba(197,197,197,0.25);
}
.form-check-input:checked {
    background-color: #8dc63f;
    border-color: #8dc63f;
}
.form-check-input:focus {
    border-color: #bcf174;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(141 198 63 / 24%);
}
.fw-lighter{
    font-weight: 600 !important;
}
.fw-bold {
    font-weight: 600!important;
}
.fw-bolder {
    font-weight: 900!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: 1.8rem;
    /*color: #000;*/
}
h2, .h2 {
    font-size: 1.6rem;
    /*color: #000;*/
}
h3, .h3 {
    font-size: 1.4rem;
    /*color: #000;*/
}
h4, .h4 {
    font-size: 1.1rem;
    /*color: #000;*/
}
h5, .h5 {
    font-size: 0.98rem;
}
h6, .h6 {
    font-size: 0.8rem;
}
.fs-0 {
    font-size: 2.7rem;
}
.fs-01{
    font-size: 3rem;
}
.fs-02{
    font-size: 3.4rem;
}
.text-danger {
    color: #ed1328 !important;
}
.text-success {
    color: #8dc63f !important;
}
.text-info {
    color: #89d2de !important;
}
.text-rosa {
    color: #eab5ac !important;
}
.text-rosado {
    color: #eab5ac !important;
}
.text-primary {
    color: #000000 !important;
}
.text-secondary{
    color: #69696b !important;
}
.text-brown{
    color: #bd844c !important;
}
.text-muted {
    color: #afafaf !important;
}
.border-primary {
    border-color: #000000!important;
}
.form-control::-webkit-input-placeholder {
    color: #ccc;
}
.form-control:-moz-placeholder {
    color: #ccc;
    opacity: 1;
}
.form-control::-moz-placeholder {
    color: #ccc;
    opacity:  1;
}
.form-control:-ms-input-placeholder {
    color: #ccc;
}
.form-control::-webkit-input-placeholder {
    color: #ccc;
}
.form-control:-moz-placeholder {
    color: #ccc;
    opacity: 1;
}
.form-control::-moz-placeholder {
    color: #ccc;
    opacity:  1;
}
.form-control:-ms-input-placeholder {
    color: #ccc;
}
.btn-primary{
    background-color: #8dc63f;
    border-color: #8dc63f;
}
.btn-primary:hover{
    background-color: #659524 !important;
    border-color: #659524 !important;
}
.btn-white{
    background-color: #fff;
    border-color: #fff;
}
.btn-white:hover{
    background-color: #fff !important;
    border-color: #fff !important;
}
.btn-success{
    background-color: #8dc63f;
    border-color: #8dc63f;
}
.btn-success:hover{
    background-color: #659524 !important;
    border-color: #659524 !important;
}
.dropdown-item.active, .dropdown-item:active{
    background-color: #69696b !important;
    color: #fff;
}
.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-brown{
    background-color: #bd844c !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 0.2rem 0.42rem rgba(0,0,0,.15)!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: #8dc63f !important;
    box-shadow: 0 .3rem 0.7rem rgba(0,0,0,.2)!important;
}
.btn-hover-secondary {
    background-color: #717174 !important;
    border-color: #717174 !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: #8dc63f !important;
    border-color: #8dc63f !important;
    color: #fff !important;
}
.btn-hover-info:hover, .btn-hover-info:focus {
    background-color: #89d2de !important;
    border-color: #89d2de !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;
}
.btn-hover-purple:hover, .btn-hover-purple:focus {
    background-color: #802c91 !important;
    border-color: #802c91 !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 #717174;
    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: #717174;
    border: 1px solid #717174;
}
.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;
}
#toast-container>div{
    opacity: 1 !important;
}
/*--------------------------------------------*/
/*_____________   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: #8dc63f;
}
.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: right;
    background-repeat: no-repeat;
    background-size: contain;
}
.fondo-pie a{
    color: #69696b;
    text-decoration: none;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
.iconos-pie {
    padding-bottom: 8px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
.iconos-pie i {
    width: 18px;
    text-align: left;
}
.iconos-pie aside {
    margin-bottom: 0;
    width: 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
.banner-title{
    position: absolute;
    top: 80%;
    left: 0;
    transform: translateY(-80%);
    -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{
    background: rgb(255 255 255 / 72%);
    padding: 20px 20px;
    color: #69696b;
    border-radius: 8px;
    width: 160px;
    display: inline-block;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    -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: #ffffff;
    color: #69696b;
}
.swiper-container .swiper-button-next, .swiper-container .swiper-button-prev{
    display: none;
}
.swiper-initialized.swiper-container .swiper-button-next, .swiper-initialized.swiper-container .swiper-button-prev{
    display: flex;
}
.swiper-banner .swiper-button-next, .swiper-rtl .swiper-button-prev{
    right: 15px;
}
.swiper-banner .swiper-button-prev, .swiper-rtl .swiper-button-next{
    left: 15px;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    opacity: .15;
}
/*=========== flecha hacia arriba ============*/
.scrollup{
    /*width:40px;
    height:40px;
    opacity:0.4;
    position:fixed;
    bottom:20px;
    left: 10px;
    text-indent:-9999px;
    background: transparent url('../../imagenes/navegacion-top.svg') no-repeat;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    background-size: cover;
    fill: #000;
    z-index: 991;*/
    display:none;
}
.scrollup:hover{
    opacity:1;
}
.btn-to-top {
    background: #717174;
    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: #717174;
    border-radius: 5px;
}
.btn-to-top:hover:after {
    border-color: #717174;
    -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*/
.nav-link{
    font-size: 1rem;
}
.menu-efecto {
    top: 0;
    position: relative;
    z-index: 99;
    width: 100%;
    padding-top: 0;
}
.menu-on {
    background: #fff;
    /* background: rgb(255 255 255 / 97%); */
    padding-bottom: 0;
    box-shadow: 0 2px 6px 2px rgb(129 129 129 / 80%);
    position: fixed;
    top: 0;
    padding-top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    border-bottom: 0px solid #fff;
    opacity: 1;
}
.menu-on .top-cab {
    height: 0;
}
/*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-brit.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: #8dc63f;
    height: 55px;
}
.cont-testimonio article{
    background: #fff;
    padding: 10%;
    text-align: center;
}
.fourOfour {
    text-align: center;
    padding: 5rem;
}
.fourOfour h1{
    font-size: 8rem;
}
.nav-pills-info-prod .nav-link{
    box-shadow: 0 0.2rem 0.42rem rgba(0,0,0,.15)!important;
    background-color: #fff;
    color: #69696b;
    border-radius: 0.8rem;
    padding: 0.8rem 1rem;
    font-size: 1rem;
    outline: none !important;
}
.nav-pills-info-prod .nav-link.active, .nav-pills-info-prod  .show>.nav-link{
    background-color: #fff;
    color: #8dc63f;
    font-weight: 600;
}
.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%);
}

.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;
}
/* final css*/
/*_____________________________________*/
/* ------  max MEDIA QUERY   ------*/
/*_____________________________________*/
@media(max-width: 1200px){
    .btn-sus{
        width: 164px;
    }
}
/*fin 1200*/
@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;
    }
    .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: 10px;
        right: 1%;
        z-index: 999999;
        border: 0;
        outline: 0 !important;
        box-shadow: none;
        background: #f5f6f6;
    }
    .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: #f5f6f6;
        position: relative;
        right: 0;
        top: 0;
        padding: 3px 11px;
    }
    .head-logo .navbar-toggler .icon-bar {
        display: block;
        height: 2px;
        border-radius: 1px;
        background-color: #69696b;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        transition: all 0.4s ease;
        margin-top: 6px;
        width: 30px;
        transform: rotate(45deg);
    }
    .head-logo .navbar-toggler.collapsed .icon-bar {
        background-color: #0d0d0d;
        transform: rotate(0deg);
        width: 30px;
    }
    .head-logo .navbar-toggler.collapsed .icon-bar + .icon-bar {
        transform: rotate(0deg);
        margin-top: 6px;
    }
    .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: #f5f6f6;
        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 15px;
        font-size: 1.2rem;
        position: relative;
        color: #717174 !important;
    }
    .link-todos a{
        font-size: 1.2rem;
        padding: 12px 15px;
        display: block;
        color: #717174;
    }
    .menu .navbar-nav .nav-link.show{
        font-weight: bold;
    }
    .menu .nav-link.nav-link.nav-primary:focus, .menu .nav-link.nav-link.nav-primary:hover {
        color: #8dc63f;
    }
    .menu ul.navbar-nav li ul .link-todos a{
        padding-left: 25px !important;
    }
    .menu ul.navbar-nav li ul li a{
        padding-left: 25px !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: #717174 !important;
    }
    .menu ul.navbar-nav li ul li ul .link-todos a{
        padding-left: 35px !important;
    }
    .menu ul.navbar-nav li ul li ul li a{
        padding-left: 35px !important;
    }
    .menu ul.navbar-nav li ul li ul li ul .link-todos a{
        padding-left: 45px !important;
    }
    .menu ul.navbar-nav li ul li ul li ul li a{
        padding-left: 45px !important;
    }
    .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: 15px;
        border-top: 0.4em solid;
        border-right: 0.5em solid transparent;
        border-bottom: 0;
        border-left: 0.5em solid transparent;
        top: 50%;
        font-size: 10px;
        transform: translateY(-50%) 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;
    }
}
/*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: 500px;
    }
    .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;
    }

}
/*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%);
    }
}
/*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;
    }
    .nav-link.nav-primary{
        font-size: 1.1rem;
        padding-right: 1.3rem !important;
        padding-left: 1.3rem !important;
        padding-top: 1.2rem !important;
        padding-bottom: 1.2rem !important;
        position: relative;
        line-height: 1.1;
    }
    .nav-link.nav-primary:before, .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;
    }
    .nav-link.nav-primary:before{
        border-width: 12px;
        margin-left: -12px;
        border-bottom-color: #eee;
    }
    #navbarsPrincipal .nav-link.nav-primary:hover {
        color: #9ccd59;
    }
    #navbarsPrincipal ul li.active a{
        color: #8dc63f;
    }
    .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_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: 42px;
    }
    .box-banner-pag:hover .dropdown-toggle{
        display: none !important;
    }
    .box-banner-pag:hover .dropdown-menu {
        display: block !important;
    }
}
/*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){
    .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;
    }
    .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;
    }
}
/*fin min-width 1200 */
@media(min-width: 1900px){
    body{
        font-size: 1.2rem;
    }
    h1, .h1 {
        font-size: 3rem;
    }
    h2, .h2 {
        font-size: 2.7rem;
    }
    h3, .h3 {
        font-size: 2.1rem;
    }
    h4, .h4 {
        font-size: 1.8rem;
    }
    h5, .h5 {
        font-size: 1.4rem;
    }
    h6, .h6 {
        font-size: 0.95rem;
    }
    .fs-01 {
        font-size: 4.4rem !important;
    }
    .fs-0 {
        font-size: 4rem !important;
    }
    .fs-1 {
        font-size: 3.7rem !important;
    }
    .fs-2 {
        font-size: 3rem !important;
    }
    .fs-3 {
        font-size: 2.3rem !important;
    }
    .fs-4 {
        font-size: 2rem !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;
    }
    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: 70px;
    }
    label {
        font-size: 1.2rem;
    }
    .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: 50px;
    }
    .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;
    }
}
/*fin min-width 1900 */