@import url('https://fonts.googleapis.com/css2?family=Asap+Condensed:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Share+Tech&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alatsi&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: #6C6C6C;
    --color-primary: #2ea3f2;
    --color-secondary: #15314e;
    --color-tertiary: #ffa727;
    --bs-warning-rgb: 255,193,33;
    --bs-primary: #2ea3f2;
    --bs-secondary: #15314e;
    --bs-tertiary: #ffa727;
    --bs-secondary-rgb: 46,163,242;
    --fontsize-base: 1rem;
    --fontsize-secondary: 1.1rem;
}
::selection {
    background: #87bad8;
    color: white;
}
::-moz-selection {
    background: #87bad8;
    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: "Open Sans", sans-serif;font-family: "Open Sans", sans-serif;
    color: #666;
    font-size: var(--fontsize-secondary);
    overflow-x: hidden;
    font-weight: 500;
    line-height: 1.7;
}
.share-tech-regular {
    font-family: "Share Tech", sans-serif !important;
    font-weight: 400;
    font-style: normal;
  }
.asap-condensed-light {
    font-family: "Asap Condensed", sans-serif !important;
    font-weight: 300;
    font-style: normal;
}

.asap-condensed-regular {
    font-family: "Asap Condensed", sans-serif !important;
    font-weight: 400;
    font-style: normal;
}

.asap-condensed-medium {
    font-family: "Asap Condensed", sans-serif !important;
    font-weight: 500;
    font-style: normal;
}

.asap-condensed-semibold {
    font-family: "Asap Condensed", sans-serif !important;
    font-weight: 600;
    font-style: normal;
}

.asap-condensed-bold {
    font-family: "Asap Condensed", sans-serif !important;
    font-weight: 700;
    font-style: normal;
}

.asap-condensed-extrabold {
    font-family: "Asap Condensed", sans-serif !important;
    font-weight: 800;
    font-style: normal;
}

.asap-condensed-black {
    font-family: "Asap Condensed", sans-serif !important;
    font-weight: 900;
    font-style: normal;
}

.asap-condensed-extralight-italic {
    font-family: "Asap Condensed", sans-serif !important;
    font-weight: 200;
    font-style: italic;
}

.asap-condensed-light-italic {
    font-family: "Asap Condensed", sans-serif !important;
    font-weight: 300;
    font-style: italic;
}

.asap-condensed-regular-italic {
    font-family: "Asap Condensed", sans-serif !important;
    font-weight: 400;
    font-style: italic;
}

.asap-condensed-medium-italic {
    font-family: "Asap Condensed", sans-serif !important;
    font-weight: 500;
    font-style: italic;
}

.asap-condensed-semibold-italic {
    font-family: "Asap Condensed", sans-serif !important;
    font-weight: 600;
    font-style: italic;
}

.asap-condensed-bold-italic {
    font-family: "Asap Condensed", sans-serif !important;
    font-weight: 700;
    font-style: italic;
}

.asap-condensed-extrabold-italic {
    font-family: "Asap Condensed", sans-serif !important;
    font-weight: 800;
    font-style: italic;
}

.asap-condensed-black-italic {
    font-family: "Asap Condensed", sans-serif !important;
    font-weight: 900;
    font-style: italic;
}
.alatsi-regular {
    font-family: "Alatsi", sans-serif !important;
    font-weight: 400;
    font-style: normal;
}
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: 0.95rem;
}
.btn{
    border-radius: 0;
}
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: 60px;
    line-height: 1.5 !important;
    -webkit-appearance: none;
    border-radius: 0px;
    padding: 0 1rem;
    background-color: #fff;
    position: relative;
    z-index: 2;
    border: 0;
    border-bottom: 2px solid #e5e5e5;
    border-color: #e5e5e5;
}
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); */
    box-shadow: none;
}
.fw-lighter{
    font-weight: 600 !important;
}
.fw-bolder {
    font-weight: 900!important;
}
p {
    margin-bottom: 10px;
}

h1, .h1 {
    font-size: 2.074rem;
    /*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: 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: #de1c1a !important;
}
.text-success {
    color: #8dc63f !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-muted {
    color: #ccc !important;
}
.text-default {
    color: var(--color-base) !important;
}
.btn-outline-primary {
    --bs-btn-color: #1e1e43;
    --bs-btn-border-color: #1e1e43;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #1e1e43;
    --bs-btn-hover-border-color: #1e1e43;
    --bs-btn-focus-shadow-rgb: 13,110,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #1e1e43;
    --bs-btn-active-border-color: #1e1e43;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #1e1e43;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #1e1e43;
    --bs-gradient: none;
}
.border-bottom-1{
    border-bottom: 1px solid #e1e1e1;
}
.border-primary {
    border-color: #1e1e43!important;
}
.border-secondary{
    border-color: #707070 !important;
}
.border-primary-hover:hover{
    border-color: #1e1e43!important;
}
.form-control{
    font-size: var(--fontsize-base);
}
.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;
}
.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;
}
.btn-primary{
    background-color: #1e1e43;
    border-color: #1e1e43;
    color: #fff;
}
.btn-primary:hover{
    background-color: #000000 !important;
    border-color: #000000 !important;
    color: #fff;
}
.btn-secondary{
    background-color: #336589;
    border-color: #336589;
    color: #fff;
}
.btn-secondary:hover{
    background-color: #1c4563 !important;
    border-color: #1c4563 !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: #8dc63f;
    border-color: #8dc63f;
}
.btn-success:hover{
    background-color: #659524 !important;
    border-color: #659524 !important;
}
.btn-green{
    background-color: #1e1e43;
    border-color: #1e1e43;
    color: #fff;
}
.btn-green:hover{
    background-color: #494e2f !important;
    border-color: #494e2f !important;
    color: #fff !important;
}
.btn-outline-white {
    --bs-btn-color: #191D20;
    --bs-btn-border-color: #191D20;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #191D20;
    --bs-btn-hover-border-color: #191D20;
    --bs-btn-focus-shadow-rgb: 13,110,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #191D20;
    --bs-btn-active-border-color: #191D20;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #191D20;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #191D20;
    --bs-gradient: none;
}
.btn-danger {
    background-color: #de1c1a;
    border-color: #de1c1a;
    --bs-btn-hover-bg: #1e1e43;
    --bs-btn-active-bg: #1e1e43;
}
.btn-danger:hover {
    background-color: #1e1e43;
    border-color: #1e1e43;
    box-shadow: 0 0 0 0.5rem rgb(145 9 10 / 26%);
}
.dropdown-item.active, .dropdown-item:active{
    background-color: #69696b !important;
    color: #fff;
}
.bg-danger{
    background-color: #de1c1a !important;
}
.bg-primary{
    background-color: #1e1e43 !important;
}
.bg-lighter{
    background-color: #F9F9F9 !important;
}
.bg-light {
    background-color: #F2F2F2 !important;
}
.bg-normal{
    background-color: #f9f9ff !important;
}
.bg-rosa {
    background-color: #efb9b9 !important;
}
.bg-rosado {
    background-color: #eab5ac !important;
}
.bg-tertiary{
    background: var(--bs-tertiary) !important;
}
.btn.bg-none, .btn.bg-none:hover, .btn.bg-none:focus{
    background-color: rgb(0 0 0 / 0%) !important;
    color: #1e1e43 !important;
    border:0 !important;
}
.bg-success{
    background-color: #8dc63f !important;
}
.bg-info{
    background-color: #89d2de !important;
}
.bg-brown{
    background-color: #bd844c !important;
}
.bg-green{
    background-color: #1e1e43 !important;
}
.bg-verde{
    background-color: #747861 !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.2rem 0.2rem 0.32rem rgba(0,0,0,.30)!important;
}
.shadow-section {
    box-shadow: 0 0rem 0.5rem rgba(0,0,0,.12)!important;
}
.accordion{
    /* border: 1px dashed #1e1e43; */
    --bs-accordion-active-bg: #ffffff;
    --bs-accordion-btn-icon: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-body-color%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
}
.accordion-button{
    border: 1px dashed #000;
    box-shadow: none;
}
.accordion-button:not(.collapsed){
    border: 1px dashed #1e1e43;
    box-shadow: none;
    font-weight: bold;
}
.accordion-button:not(.collapsed)::after{
    background-image:var(--bs-accordion-btn-icon);
}
.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: #1e1e43;
    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: #1e1e43 !important;
    box-shadow: 0 .3rem 0.7rem rgba(0,0,0,.2)!important;
}
.btn-hover-secondary {
    background-color: #1e1e43 !important;
    border-color: #1e1e43 !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;
}
.zi-0{
    z-index: 0!important;
}
.zi-1{
    z-index: 1!important;
}
.zi-2{
    z-index: 2 !important;
}
.zi-3 {
    z-index: 3 !important;
}
.pt-42 {
    padding-top: 2rem!important;
}
.pb-42 {
    padding-bottom: 2rem!important;
}
.pt-45 {
    padding-top: 2.5rem!important;
}
.pb-45 {
    padding-bottom: 2.5rem!important;
}
.pt-52 {
    padding-top: 4rem!important;
}
.pb-52 {
    padding-bottom: 4rem!important;
}
.pt-6{
    padding-top: 6rem!important;
}
.pb-6{
    padding-bottom: 6rem!important;
}
.pt-7{
    padding-top: 7rem!important;
}
.pb-7{
    padding-bottom: 7rem!important;
}
.pt-8{
    padding-top: 8rem!important;
}
.pb-8{
    padding-bottom: 8rem!important;
}
.pt-9{
    padding-top: 9rem!important;
}
.pb-9{
    padding-bottom: 9rem!important;
}
.px-42 {
    padding-right: 2rem!important;
    padding-left: 2rem!important;
}
.py-42 {
    padding-top: 2rem!important;
    padding-bottom: 2rem!important;
}
.px-45 {
    padding-right: 2.5rem!important;
    padding-left: 2.5rem!important;
}
.py-45 {
    padding-top: 2.5rem!important;
    padding-bottom: 2.5rem!important;
}
.px-52 {
    padding-right: 4rem!important;
    padding-left: 4rem!important;
}
.py-52 {
    padding-top: 4rem!important;
    padding-bottom: 4rem!important;
}
.px-55 {
    padding-right: 5rem!important;
    padding-left: 5rem!important;
}
.py-55 {
    padding-top: 5rem!important;
    padding-bottom: 5rem!important;
}
.px-6 {
    padding-right: 6rem!important;
    padding-left: 6rem!important;
}
.py-6 {
    padding-top: 6rem!important;
    padding-bottom: 6rem!important;
}
.px-7 {
    padding-right: 7rem!important;
    padding-left: 7rem!important;
}
.py-7 {
    padding-top: 7rem!important;
    padding-bottom: 7rem!important;
}
.px-8 {
    padding-right: 8rem!important;
    padding-left: 8rem!important;
}
.py-8 {
    padding-top: 8rem!important;
    padding-bottom: 8rem!important;
}
.px-9 {
    padding-right: 9rem!important;
    padding-left: 9rem!important;
}
.py-9 {
    padding-top: 9rem!important;
    padding-bottom: 9rem!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 {
    background: #118ABD;
    color: #fff;
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 2rem;
    box-shadow: 3px 3px 4px rgb(0 0 0 / 40%);
    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: 1rem;
}
.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 {
    background-color: #0f698f !important;
    color: #fff !important;
}
.btn-flechita:hover i {
    padding-left: 12px;
}
.text-shadow{
    text-shadow: 1px 1px 7px #1e1e43;
}
.outline-none{
    outline: none !important;
    box-shadow: none !important;
}
.modal-backdrop.show{
    opacity: 0.8;
    --bs-backdrop-bg: #000;
}
.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 #1e1e43;
    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: #1e1e43;
    border: 1px solid #1e1e43;
}
.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;
}
.img-thumbnail{
    padding: 0.5rem;
}

/* 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.7rem;
    color: rgb(0 0 0 / 70%);
}
.linkeables li a{
    color: rgb(0 0 0 / 70%);
    /*text-transform: uppercase;*/
    text-decoration: none;
}
.linkeables li a:hover{
    color: #000;
}
.linkeables>li+li:before {
    /*content: "/\00a0";*/
    content: "/";
    padding: 0 5px 0 0;
}
.linkeables li a i{
    padding-right: 6px;
}
.top-cab {
    background: #1e1e43;
    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: 0 4px;
    font-size: var(--fontsize-base);
    line-height: 1;
    -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;
}
.redesCab{
    border: 1px solid #fff;
    border-radius: 4px;
    height: 30px;
    width: 30px;
}
.top-cab .text-start a {
    color: #fff;
}
.top-cab:hover a {
    color: #000;
}
.top-cab:hover div> i{
    color: #000;
}
.top-cab:hover .redesCab{
    border: 1px solid #000;
}
/*.top-cab:hover {
    background: #FFC121;
}*/
.line-right{
    position: relative;
}
/*.line-right:before{
    content: "";
    position: absolute;
    top: 50%;
    right: -2px;
    transform: translateY(-50%) skewX(340deg);
    height: 50%;
    width: 1px;
    background: #fff;
}*/
/* .fondo-footer:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgb(15 13 41 / 100%);
} */
.fondo-pie{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.fondo-pie a{
    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: #fff;
}
.fondo-pie .img-absolute-end{
    position: absolute;
    top: 0;
    right: 0;
    height: 90%;
    opacity: 0.9;
    z-index: 1;
}
.fondo-pie .img-absolute-start{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 80%;
    opacity: 0.9;
    z-index: 1;
}
.divisor-foot{
    position: absolute;
    pointer-events: none;
    width: 100%;
    left: 0;
    right: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSI0OXB4IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI2ZmZmZmZiI+PHBhdGggZD0iTTEyODAgMEw2NDAgNzAgMCAwdjE0MGw2NDAtNzAgNjQwIDcwVjB6IiBmaWxsLW9wYWNpdHk9Ii41Ii8+PHBhdGggZD0iTTEyODAgMEgwbDY0MCA3MCA2NDAtNzB6Ii8+PC9nPjwvc3ZnPg==);
    background-size: 100% 49px;
    top: 0;
    height: 49px;
    z-index: 1;
    transform: scale(1, 1);
}
.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{
    display: grid;
    gap: 5px;
    grid-auto-flow: column;
    justify-content: start;
}
.redes a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    font-size: 17px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    /*padding-left: 1px;
    margin-left: 5px;*/
    margin-right: 0;
    background-color: #87BAD8;
    color: #1e1e43;
}
.redes a:hover{
    background-color: #74a2bd;
    color: #1e1e43;
}
.titulo-footer{
    position: relative;
    color: #fff;
    padding-bottom: 8px;
    margin-bottom: 0;
    /* text-transform: uppercase; */
    font-weight: 400;
    font-family: "Share Tech", sans-serif;
}
/* .titulo-footer:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 40px;
    height: 1px;
    background-color: var(--color-primary);
} */
.iconos-pie i {
    width: 48px;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #ffa727;
    font-size: 25px;
}
.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;
    /*-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;
}
.copy{
    background: #000;
    color: #666;
}
.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;
    /* 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-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{
    /*width:40px;
    height:40px;
    opacity:0.4;
    position:fixed;
    bottom:20px;
    left: 10px;
    text-indent:-9999px;
    background: transparent url('../img/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: #1e1e43;
    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 #1e1e43;
    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: #1e1e43;
    border-radius: 5px;
}
.btn-to-top:hover:after {
    border-color: #1e1e43;
    -webkit-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
    border-radius: 5px;
    opacity: 1;
}
/* scroll web */
.alto-scrollHome::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
.alto-scrollHome::-webkit-scrollbar-thumb {
    background: #707070;
    border-radius: 0px;
    cursor: pointer !important;
}
.alto-scrollHome::-webkit-scrollbar-thumb:active {
    background-color: #707070;
    cursor: pointer !important;
}
.alto-scrollHome::-webkit-scrollbar-thumb:hover {
    background: #707070;
    /*box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);*/
    cursor: pointer !important;
}
.alto-scrollHome::-webkit-scrollbar-track {
    background: #f1f1f1;
    /*border:  1px solid red;*/
    /*border-radius: 6px;*/
}
.alto-scrollHome::-webkit-scrollbar-scroll{
    background: #707070;
}
.alto-scrollHome::-webkit-scrollbar-track:hover,
.alto-scrollHome::-webkit-scrollbar-track:active {
    /*border:  1px solid red;*/
}
.alto-scrollHome::-moz-scrollbar {
    width: 5px;
    height: 5px;
}
.alto-scrollHome::-moz-scrollbar-thumb:active {
    background-color: #707070;
    cursor: pointer !important;
}
.alto-scrollHome::-moz-scrollbar-thumb:hover {
    background: #707070;
    /*box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);*/
    cursor: pointer !important;
}
.alto-scrollHome::-moz-scrollbar-track {
    /*border:  1px solid red;*/
    /*border-radius: 4px;*/
}
.alto-scrollHome::-moz-scrollbar-scroll{
    /*background: blue;*/
}
.alto-scrollHome::-moz-scrollbar-track:hover,
.alto-scrollHome::-moz-scrollbar-track:active {
    /*border:  1px solid red;*/
}
.alto-scrollHome::-ms-scrollbar {
    width: 5px;
    height: 5px;
}
.alto-scrollHome::-ms-scrollbar-thumb:active {
    background-color: #707070;
    cursor: pointer !important;
}
.alto-scrollHome::-ms-scrollbar-thumb:hover {
    background: #707070;
    /*box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);*/
    cursor: pointer !important;
}
.alto-scrollHome::-ms-scrollbar-track {
    /*border:  1px solid red;
    border-radius: 4px;*/
}
.alto-scrollHome::-ms-scrollbar-scroll{
    background: #707070;
}
.alto-scrollHome::-ms-scrollbar-track:hover,
.alto-scrollHome::-ms-scrollbar-track:active {
    /*border:  1px solid red;*/
}
/*fin scroll web*/
/*=========== fin 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;
}
.menu-efecto:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 120%;
    z-index: -1;
    background: linear-gradient(0deg, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 41%) 47%, rgb(255 255 255 / 89%) 100%);
    opacity: 0;
}
.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: rgb(255 255 255 / 97%); */
    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.6rem;
    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: 0px;
}
.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: #1e1e43 !important;
    border: 1px solid #1e1e43;
}
.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.png);*/
    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;
}
.btn-sus:hover{
    background-color: #1e1e43 !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: #1e1e43;
    height: 55px;
}
.cont-testimonio article{
    background: #fff;
    padding: 10%;
    text-align: center;
}
.fourOfour {
    text-align: center;
    padding: 5rem;
}
.fourOfour h1{
    font-size: 8rem;
    line-height: 0.8;
}
.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: 1.2rem;
    outline: none !important;
}
.nav-pills-info-prod .nav-link.active, .nav-pills-info-prod  .show>.nav-link{
    background-color: #fff;
    color: #1e1e43;
    font-weight: bold;
}
.box-flix{
    height: 380px;
    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: 35px;
    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;
    /* height: 80px; */
}
/* .banner-pag:before{
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: #212529;
    opacity: 0;
    pointer-events: none;
    transition: ease opacity 300ms 100ms;
    opacity: .5;
} */
.banner-pag .banner-title{
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}
.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: #1e1e43 !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: bold;
    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: bold;
    margin-top: 2rem;
}
.box-banner-pag .dropdown-toggle span{
    color: #1e1e43;
}
.box-banner-pag .dropdown-toggle i{
    color: #1e1e43;
}
.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;
}
.box-banner-pag .dropdown-toggle.show{
    display: none;
}
.circle-present{
    height: 55px;
    width: 55px;
    line-height: 1;
}
.icono-ubicacion{
    height: 150px;
    width: 150px;
}
.btn-redes{
    line-height: 1;
    color: #1e1e43;
    display: inline-flex;
    justify-content: start;
    align-items: center;
    word-break: break-word;
}
.ubicacion-svg{
    height: 40px;
    width: 40px;
}
.alto-scroll{
    max-height: 100%;
}
.mapa{
    overflow: hidden;
    margin: 0;
    padding: 0;
    line-height: 0;
}
.mapa-contact{
    height: 550px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    line-height: 0;
}
.textos{
    font-size: 1.2rem;
}
.redes-pie a {
    display: inline-block;
    position: relative;
    z-index: 2;
    font-size: 30px;
    color: #fff;
    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: #191D20;
}
.text-recortado{
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: justify;
}
/************ 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;
}
/*fin whatsapp*/
/* chatbot whatsapp */
#nta-wa-gdpr{

    vertical-align: text-top !important;

    padding: 0 !important;

    margin: 0 !important;

}
.nta-wa-gdpr{

    font-size: 11px;

    padding: 5px;

    margin-left: -5px;

    margin-right: -5px;

    border-radius: 4px;

}



.nta-wa-gdpr a{

    text-decoration: underline;

    color: inherit;

}



.pointer-disable{

    pointer-events: none;

}



.nta-woo-products-button:before, .nta-woo-products-button:after{

    content: '';

    display: block;

    clear: both;

}



.wa__button{

    border-bottom: none !important;

}



.wa__btn_w_img:hover{

    text-decoration: none;

}



.wa__button,

.wa__btn_popup,

.wa__button *,

.wa__btn_popup *,

.wa__btn_popup :before,

.wa__button :before,

.wa__button :after,

.wa__btn_popup :after,

.wa__popup_chat_box,

.wa__popup_chat_box *,

.wa__popup_chat_box :before,

.wa__popup_chat_box :after{

    box-sizing: border-box;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

}



/* VVV--button--VVV */

.wa__button{

    position: relative;

    width: 300px;

    min-height: 64px;

    display: block;

    font-family: Arial,Helvetica,sans-serif;

    text-decoration: none;

    color: #fff;

    box-shadow: 0px 4px 8px 1px rgba(32,32,37,0.09);

    -webkit-box-shadow: 0px 4px 8px 1px rgba(32,32,37,0.09);

    -moz-box-shadow: 0px 4px 8px 1px rgba(32,32,37,0.09);

}

.wa__btn_txt{

    display: inline-block;

    font-size: 12px;

    line-height: 1.33em;

}



.wa__btn_w_icon .wa__btn_txt{

    padding: 16px 20px 15px 71px;

}



.wa__button_text_only .wa__btn_txt,

.wa__r_button.wa__btn_w_img.wa__button_text_only .wa__btn_txt,

.wa__sq_button.wa__btn_w_img.wa__button_text_only .wa__btn_txt{

    padding-top: 25px;

    padding-bottom: 24px;

}







.wa__btn_w_icon .wa__btn_txt .wa__btn_title{

    font-weight: 600;

    padding-left: 2px;

    font-size: 14px;

}



.wa__cs_info{

    margin-bottom: 2px

}



.wa__btn_status{

    color: #F5A623;

    font-size: 9px;

    padding: 2px 0 0;

    font-weight: 700;

}



.wa__cs_info .wa__cs_name,

.wa__cs_info .wa__cs_status{

    display: inline-block;

}



.wa__cs_info .wa__cs_name{

    font-weight: 400;

    font-size: 12px;

    line-height: 1.36em;

}



.wa__stt_online .wa__cs_info .wa__cs_name{

    color: #d5f0d9

}



.wa__stt_offline .wa__cs_info .wa__cs_name{

    color: #76787d;

}



.wa__cs_info .wa__cs_status{

    width: 36px;

    height: 14px;

    margin-left: 3px;

    padding: 1px;

    font-size: 9px;

    line-height: 1.34em;

    border-radius: 5px;

    color: rgba(255,255,255,0.98);

    position: relative;

    top: -1px;

    left: 0px;

    text-align: center;

}



.wa__stt_online .wa__cs_info .wa__cs_status{

    background: #62c971;

}



.wa__stt_offline .wa__cs_info .wa__cs_status{

    background: #b9bbbe;

}





.wa__stt_online{

    background: #2DB742;

    cursor: pointer;

    transition: 0.4s ease all;

    -webkit-transition: 0.4s ease all;

    -moz-transition: 0.4s ease all;

    backface-visibility: hidden;

    will-change: transform;

}

.wa__stt_online .wa__btn_txt{

    position: relative;

    z-index: 4;

}

.wa__r_button.wa__stt_online:before{

    border-radius: 50vh;

}

.wa__sq_button.wa__stt_online:before{

    border-radius: 5px;

}

.wa__stt_online:before{

    content: '';

    transition: 0.4s ease all;

    -webkit-transition: 0.4s ease all;

    -moz-transition: 0.4s ease all;

    background: rgba(0,0,0,0.2);

    position: absolute;

    left: 0;

    top: 0;

    z-index: -1;

    width: 100%;

    height: 100%;

    opacity: 0;

    will-change: opacity;

}

.wa__button.wa__stt_online:focus,

.wa__button.wa__stt_online:active,

.wa__button.wa__stt_online:hover{

    box-shadow: 0px 4px 8px 1px rgba(32,32,37,0.19);

    transform: translate(0,-3px);

    -webkit-transform: translate(0,-3px);

    -moz-transform: translate(0,-3px);

    -ms-transform: translate(0,-3px);

}

.wa__button.wa__stt_online:focus:before,

.wa__button.wa__stt_online:active:before,

.wa__button.wa__stt_online:hover:before{

    opacity: 1;

}

.wa__stt_online.wa__btn_w_icon .wa__btn_icon img{

    transform: scale(1);

    -webkit-transform: scale(1);

    -moz-transform: scale(1);

    -ms-transform: scale(1);

    transition: 0.2s ease all;

    -webkit-transition: 0.2s ease all;

    -moz-transition: 0.2s ease all;

}



.wa__stt_offline{

    background: #EBEDF0;

    color: #595B60;

    box-shadow: none;

    cursor: initial;

}



.wa__stt_offline.wa__btn_w_icon .wa__btn_txt {

    padding: 8px 20px 6px 71px;

}



.wa__stt_offline.wa__r_button.wa__btn_w_img .wa__btn_txt{

    padding: 8px 20px 8px 100px

}



.wa__stt_offline.wa__sq_button.wa__btn_w_img .wa__btn_txt {

    padding: 8px 20px 8px 70px;

}



.wa__btn_w_icon .wa__btn_icon{

    position: absolute;

    top: 50%;

    left: 16px;

    transform: translate(0,-50%);

    -moz-transform: translate(0,-50%);

    -webkit-transform: translate(0,-50%);

}



.wa__btn_w_icon .wa__btn_icon img{

    width: 41px;

    height: 69px;

}



.wa__btn_w_img{

    position: relative;

    width: 300px;

    margin: 20px 0 20px;

}



.wa__btn_w_img .wa__cs_img{

    position: absolute;

    top: 50%;

    left: 0px;

    text-align: center;

    transform: translate(0,-50%);

    -webkit-transform: translate(0,-50%);

    -moz-transform: translate(0,-50%);

}

.wa__btn_w_img .wa__cs_img_wrap{

    width: 79px;

    height: 79px;

    border-radius: 50%;

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    border: 3px solid #ffffff;

    position: relative;

    overflow: hidden;

}

.wa__btn_w_img .wa__cs_img img{

    max-width: 100%;

    height: auto;

    transition: 0.2s ease transform;

    -webkit-transition: 0.2s ease transform;

    -moz-transition: 0.2s ease transform;

}

.wa__btn_w_img .wa__cs_img:after{

    content: '';

    background: #ffffff url('../img/whatsapp.png') center center no-repeat;

    background-size: 21px;

    display: block;

    width: 27px;

    height: 27px;

    position: absolute;

    top: 20px;

    right: -14px;

    border-radius: 50%;

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);

    -webkit-box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);

    -moz-box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);

}



.wa__stt_offline.wa__btn_w_img .wa__cs_img:after{

    content: '';

    background: #ffffff url('../img/whatsapp.png') center center no-repeat;

    background-size: 21px;

    display: block;

    width: 27px;

    height: 27px;

    position: absolute;

    top: 20px;

    right: -14px;

    border-radius: 50%;

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);

    -webkit-box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);

    -moz-box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);

}





.wa__btn_w_img .wa__btn_txt{

    padding:14px 20px 12px 103px;

}



.wa__r_button{

    border-radius: 50vh;

}



.wa__sq_button{

    border-radius: 5px;

}



.wa__sq_button.wa__btn_w_img{

    width: 270px;

    margin-left: 30px;

}



.wa__r_button.wa__btn_w_img .wa__cs_img{

    left: -5px;

}



.wa__sq_button.wa__btn_w_img .wa__cs_img{

    left: -35px;

}



.wa__sq_button.wa__btn_w_img .wa__btn_txt{

    padding: 10px 20px 10px 70px;

    display: table-cell;

    vertical-align: middle;

    height: 66px;

}



.wa__btn_txt .wa__btn_title{

    font-weight: 600;

}



.wa__r_button.wa__btn_w_img .wa__btn_txt{

    padding: 8px 20px 8px 100px;

    display: table-cell;

    vertical-align: middle;

    height: 66px;

}



.wa__r_button.wa__btn_w_img .wa__cs_info .wa__cs_status{

    margin-left: 3px;

}

/* ^^^--button--^^^ */



/* VVV--popup--VVV */



.wa__popup_chat_box{

    font-family: Arial,Helvetica,sans-serif;

    width: 351px;

    border-radius: 5px 5px 8px 8px;

    -webkit-border-radius: 5px 5px 8px 8px;

    -moz-border-radius: 5px 5px 8px 8px;

    position: fixed;

    overflow: hidden;

    box-shadow: 0px 10px 10px 4px rgba(0,0,0,0.04);

    -webkit-box-shadow: 0px 10px 10px 4px rgba(0,0,0,0.04);

    -moz-box-shadow: 0px 10px 10px 4px rgba(0,0,0,0.04);

    bottom: 102px;

    right: 25px;

    z-index: 999;

    opacity: 0;

    visibility: hidden;

    -ms-transform: translate(0,50px);

    transform: translate(0,50px);

    -webkit-transform: translate(0,50px);

    -moz-transform: translate(0,50px);

    transition: 0.4s ease all;

    -webkit-transition: 0.4s ease all;

    -moz-transition: 0.4s ease all;

    will-change: transform,visibility,opacity;

    max-width: calc(100% - 50px);

}

.wa__popup_chat_box:hover,

.wa__popup_chat_box:focus,

.wa__popup_chat_box:active{

    box-shadow: 0px 10px 10px 4px rgba(32,32,37,0.23);

    -webkit-box-shadow: 0px 10px 10px 4px rgba(32,32,37,0.23);

    -moz-box-shadow: 0px 10px 10px 4px rgba(32,32,37,0.23);

}

.wa__popup_chat_box.wa__active{

    -ms-transform: translate(0,0);

    transform: translate(0,0);

    -webkit-transform: translate(0,0);

    -moz-transform: translate(0,0);

    visibility: visible;

    opacity: 1;

}

.wa__popup_chat_box .wa__popup_heading{

    position: relative;

    padding: 15px 43px 17px 74px;

    color: #d9ebc6;

    background: #2db742;

}

.wa__popup_chat_box .wa__popup_heading_sm{

    padding: 12px 15px 17px 74px;

}

.wa__popup_chat_box .wa__popup_heading:before{

    content: '';

    background: url('../img/chat.png') center top no-repeat;

    background-size: 33px;

    display: block;

    width: 55px;

    height: 33px;

    position: absolute;

    top: 20px;

    left: 12px;

}

.wa__popup_chat_box .wa__popup_heading_sm:before{

    top: 19px;

    left: 11px;

}



.wa__popup_chat_box .wa__popup_heading .wa__popup_title{

    padding-top: 2px;

    color: #ffffff;

    font-size: 18px;

    line-height: 24px;

    will-change: transform;

}



.wa__popup_chat_box .wa__popup_heading .wa__popup_intro{

    padding-top: 4px;

    font-size: 12px;

    line-height: 20px;

    will-change: transform;

}

.wa__popup_chat_box .wa__popup_heading_sm .wa__popup_intro{

    padding-top: 0px;

}



.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a{

    display: inline-block;

    color: #ffffff;

    text-decoration: none;

}

.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a:hover,

.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a:focus,

.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a:active{

    text-decoration: underline;

}



.wa__popup_chat_box  .wa__popup_notice{

    font-size: 11px;

    color: #a5abb7;

    font-weight: 500;

    padding: 0 3px;

}

.wa__popup_chat_box .wa__popup_content{

    background: #ffffff;

    padding: 13px 20px 21px 19px;

    text-align: center;

}

.wa__popup_chat_box .wa__popup_content_left{

    text-align: left;

}

.wa__popup_chat_box .wa__popup_avatar{

    position: absolute;

    overflow: hidden;

    border-radius: 50%;

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    left: 12px;

    top: 12px;

    height: 50px;

    width: 50px;

}

.wa__popup_chat_box .wa__popup_avatar .wa__cs_img_wrap{

    height: 100%;

}

.wa__popup_chat_box .wa__popup_avatar.nta-default-avt{

    border-radius: unset;

    -webkit-border-radius: unset;

    -moz-border-radius: unset;

}



.wa__popup_chat_box .wa__stt{

    padding: 13px 40px 12px 74px;

    position: relative;

    text-decoration: none;

    display: table;

    width: 100%;

    border-left: 2px solid #2db742;

    background: #f5f7f9;

    border-radius: 2px 4px 2px 4px;

    -webkit-border-radius: 2px 4px 2px 4px;

    -moz-border-radius: 2px 4px 2px 4px;

}

.wa__popup_chat_box .wa__stt:after{

    content: '';

    background: url('../img/whatsapp.png') 0 0 no-repeat;

    position: absolute;

    right: 14px;

    top: 26px;

    width: 20px;

    height: 20px;

    background-size: 100% 100%;

    -webkit-background-size: 100% 100%;

    -moz-background-size: 100% 100%;

}

.wa__popup_chat_box .wa__stt.wa__stt_offline:after{

    background-image: url('../img/whatsapp.png');

}

.wa__popup_chat_box .wa__stt.wa__stt_online{

    transition: 0.2s ease all;

    -webkit-transition: 0.2s ease all;

    -moz-transition: 0.2s ease all;

}

.wa__popup_chat_box .wa__stt.wa__stt_online:hover,

.wa__popup_chat_box .wa__stt.wa__stt_online:active,

.wa__popup_chat_box .wa__stt.wa__stt_online:focus{

    background: #ffffff;

    box-shadow: 0px 7px 15px 1px rgba(55,62,70,0.07);

    -webkit-box-shadow: 0px 7px 15px 1px rgba(55,62,70,0.07);

    -moz-box-shadow: 0px 7px 15px 1px rgba(55,62,70,0.07);

}

.wa__popup_content_list .wa__popup_content_item{

    margin: 14px 0 0;

    transform: translate(0,20px);

    -webkit-transform: translate(0,20px);

    -moz-transform: translate(0,20px);

    will-change: opacity,transform;

    opacity: 0;

}

.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item{

    transition: 0.4s ease all;

    -webkit-transition: 0.4s ease all;

    -moz-transition: 0.4s ease all;

    transition-delay: 2.1s;

    -webkit-transition-delay: 2.1s;

    -moz-transition-delay: 2.1s;

}

.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(1){

    transition-delay: 0.3s;

    -webkit-transition-delay: 0.3s;

    -moz-transition-delay: 0.3s;

}

.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(2){

    transition-delay: 0.5s;

    -webkit-transition-delay: 0.5s;

    -moz-transition-delay: 0.5s;

}

.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(3){

    transition-delay: 0.7s;

    -webkit-transition-delay: 0.7s;

    -moz-transition-delay: 0.7s;

}

.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(4){

    transition-delay: 0.9s;

    -webkit-transition-delay: 0.9s;

    -moz-transition-delay: 0.9s;

}

.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(5){

    transition-delay: 1.1s;

    -webkit-transition-delay: 1.1s;

    -moz-transition-delay: 1.1s;

}

.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(6){

    transition-delay: 1.3s;

    -webkit-transition-delay: 1.3s;

    -moz-transition-delay: 1.3s;

}

.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(7){

    transition-delay: 1.5s;

    -webkit-transition-delay: 1.5s;

    -moz-transition-delay: 1.5s;

}

.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(8){

    transition-delay: 1.7s;

    -webkit-transition-delay: 1.7s;

    -moz-transition-delay: 1.7s;

}

.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(9){

    transition-delay: 1.9s;

    -webkit-transition-delay: 1.9s;

    -moz-transition-delay: 1.9s;

}

.wa__popup_chat_box.wa__lauch .wa__popup_content_list .wa__popup_content_item{

    opacity: 1;

    transform: translate(0,0);

    -webkit-transform: translate(0,0);

    -moz-transform: translate(0,0);

}

.wa__popup_content_list .wa__popup_content_item .wa__member_name{

    font-size: 14px;

    color: #363c47;

    line-height: 1.188em !important;

}

.wa__popup_content_list .wa__popup_content_item .wa__member_duty{

    font-size: 11px;

    color: #989b9f;

    padding: 2px 0 0;

    line-height: 1.125em !important;

}

.wa__popup_content_list .wa__popup_content_item .wa__member_status{

    color: #F5A623;

    font-size: 10px;

    padding: 5px 0 0;

    line-height: 1.125em !important;

}

.wa__popup_content_list .wa__popup_content_item .wa__popup_txt{

    display: table-cell;

    vertical-align: middle;

    min-height: 48px;

    height: 48px;

}

.wa__popup_content_list .wa__popup_content_item .wa__stt_offline{

    border-left-color: #c0c5ca;

}

.wa__popup_avt_list{

    font-size: 0;

    margin: 7px 0 24px;

}

.wa__popup_avt_list .wa__popup_avt_item{

    display: inline-block;

    position: relative;

    width: 46px;

}

.wa__popup_avt_list .wa__popup_avt_img{

    width: 60px;

    height: 60px;

    border-radius: 50%;

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    position: relative;

    overflow: hidden;

    border: 2px solid #ffffff;

    left: -7px;

}

.wa__popup_call_btn{

    background: #2db742;

    color: #ffffff;

    text-decoration: none;

    display: inline-block;

    width: 275px;

    max-width: 100%;

    font-size: 16px;

    padding: 14px 10px;

    border-radius: 24px;

    -webkit-border-radius: 24px;

    -moz-border-radius: 24px;

    margin: 25px 0 15px;

    box-shadow: 0px 8px 17px 2px rgba(13,15,18,0.2);

    -webkit-box-shadow: 0px 8px 17px 2px rgba(13,15,18,0.2);

    -moz-box-shadow: 0px 8px 17px 2px rgba(13,15,18,0.2);

}

.wa__popup_call_btn.wa__popup_call_btn_lg:before{

    content: '';

    display: inline-block;

    width: 20px;

    height: 20px;

    position: relative;

    /*background: url('../img/whatsapp_logo_green_sm.svg') 0 0 no-repeat;*/

    background-size: 100% 100%;

    -webkit-background-size: 100% 100%;

    -moz-background-size: 100% 100%;

    vertical-align: top;

    top: 0px;

    margin-right: -19px;

    left: -31px;

    transition: 0.2s ease background-image;

    -webkit-transition: 0.2s ease background-image;

    -moz-transition: 0.2s ease background-image;

}

.wa__popup_call_btn.wa__popup_call_btn_lg:hover:before,

.wa__popup_call_btn.wa__popup_call_btn_lg:focus:before,

.wa__popup_call_btn.wa__popup_call_btn_lg:active:before{

    background-image: url('../img/whatsapp.png')

}



.wa__popup_chat_box_gray{

    border-radius: 2px 2px 8px 8px;

}



.wa__popup_chat_box_gray .wa__popup_heading_gray{

    background: #f8f8f8;

    border-top: 3px solid #2db742;

    color: #868c9a;

    font-weight: 500;

}

.wa__popup_chat_box_gray .wa__popup_heading_gray .wa__popup_title{

    color: #595b60;

}

.wa__popup_chat_box_gray .wa__popup_heading_gray:before{

    content: '';

    /*background: url(../img/whatsapp_logo_green.svg) center top no-repeat;*/

    background-size: 33px;

    display: block;

    width: 55px;

    height: 33px;

    position: absolute;

    top: 20px;

    left: 12px;

}

.wa__popup_chat_box_gray .wa__popup_heading_gray .wa__popup_intro a{

    color: #595b60;

}



.wa__popup_chat_box_ct{

    width: 384px;

    text-align: center;

}



.wa__popup_chat_box_ct .wa__popup_heading_ct{

    text-align: center;

    padding: 18px 0 18px;

}



.wa__popup_chat_box_ct .wa__popup_heading_ct:before {

    content: '';

    background: url(../img/whatsapp.png) center top no-repeat;

    background-size: 30px;

    display: block;

    width: 30px;

    height: 31px;

    position: absolute;

    top: 15px;

    left: 72px;

}



.wa__popup_chat_box_ct .wa__popup_heading_ct .wa__popup_title{

    padding-left: 22px;

    padding-bottom: 14px;

}



.wa__popup_chat_box_ct .wa__popup_heading_ct .wa__popup_intro{

    margin-top: -5px;

    line-height: 12px;

}



.wa__popup_chat_box_ct .wa__popup_ct_avt_list:after{

    content: '';

    clear: both;

    display: block;

}



.wa__popup_chat_box_ct .wa__popup_ct_content{

    background: #ffffff;

    padding: 0 0 14px;

}



.wa__popup_chat_box_ct .wa__popup_ct_content .wa__popup_notice{

    padding-top: 18px;

    padding-bottom: 15px;

}



.wa__popup_chat_box_ct .wa__popup_ct_content_item{

    width: 33%;

    float: left;

    font-size: 10px;

}



.wa__popup_chat_box_ct .wa__popup_ct_content_item a{

    text-decoration: none;

    color: #989b9f;

}



.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__popup_ct_txt{

    padding-top: 8px;

}



.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_name{

    color: #363c47;

    font-size: 13px;

}



.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_duty{

    color: #989b9f;

    padding: 3px 0 0;

}



.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_stt_online{

    color: #2db742;

    font-size: 9px;

    line-height: 12px;

    display: inline-block;

    padding: 3px 0 0 16px;

    /*background: url('../img/whatsapp_logo_green.svg') 0 3px no-repeat;*/

    background-size: 12px auto;

    -webkit-background-size: 12px auto;

    -moz-background-size: 12px auto;

}



.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_stt_offline{

    color: #f5a623;

    font-size: 9px;

    line-height: 12px;

    padding: 2px 0 0;

}





.wa__popup_chat_box_ct .wa__popup_ct_avatar img{

    border-radius: 50%

}



.wa__popup_chat_box_ct .wa__popup_ct_call_btn{

    width: 97px;

    font-size: 11px;

    padding: 9px 10px 11px;

    margin: 15px 0 15px;

}
/* ^^^--popup--^^^ */
/* VVV--popup button--VVV */

.wa__btn_popup{

    position: fixed;

    right: 10px;

    bottom: 8px;

    cursor: pointer;

    font-family: Arial,Helvetica,sans-serif;

    z-index: 98;

}

.wa__btn_popup .wa__btn_popup_icon{

    width: 56px;

    height: 56px;

    background: #2db742;

    border-radius: 50%;

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);

    -webkit-box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);

    -moz-box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);

    animation: pulse-wsp 1.5s infinite;

}

.wa__btn_popup .wa__btn_popup_icon:before{

    content: '';

    position: absolute;

    z-index: 1;

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

    background: transparent url('../img/whatsapp.png') center center no-repeat;

    background-size: 35px auto;

    -webkit-background-size: 35px auto;

    -moz-background-size: 35px auto;

    transition: 0.4s ease all;

    -webkit-transition: 0.4s ease all;

    -moz-transition: 0.4s ease all;

}

.wa__btn_popup .wa__btn_popup_icon:after{

    content: '';

    opacity: 0;

    position: absolute;

    z-index: 2;

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

    background: transparent url('../img/cerrar.png') center center no-repeat;

    background-size: 18px auto;

    -webkit-background-size: 18px auto;

    -moz-background-size: 18px auto;

    transition: 0.4s ease all;

    -webkit-transition: 0.4s ease all;

    -moz-transition: 0.4s ease all;

    -ms-transform: scale(0) rotate(-360deg);

    transform: scale(0) rotate(-360deg);

    -webkit-transform: scale(0) rotate(-360deg);

    -moz-transform: scale(0) rotate(-360deg);

}

.wa__btn_popup.wa__active .wa__btn_popup_icon:before{

    opacity: 0;

    -ms-transform: scale(0) rotate(360deg);

    transform: scale(0) rotate(360deg);

    -webkit-transform: scale(0) rotate(360deg);

    -moz-transform: scale(0) rotate(360deg);

}

.wa__btn_popup.wa__active .wa__btn_popup_icon:after{

    opacity: 1;

    -ms-transform: scale(1) rotate(0deg);

    transform: scale(1) rotate(0deg);

    -webkit-transform: scale(1) rotate(0deg);

    -moz-transform: scale(1) rotate(0deg);

}

.wa__btn_popup .wa__btn_popup_txt{

    position: absolute;

    width: 156px;

    right: 100%;

    background-color: #f5f7f9;

    font-size: 12px;

    color: #43474e;

    /*top: 15px;*/

    top: 0px;

    /* top: 50%;

    transform: translate(0,-50%);

    -moz-transform: translate(0,-50%);

    -webkit-transform: translate(0,-50%); */

    padding: 7px 0 7px 12px;

    margin-right: 7px;

    letter-spacing: -0.03em;

    border-radius: 4px;

    -webkit-border-radius: 4px;

    -moz-border-radius: 4px;

    transition: 0.4s ease all;

    -webkit-transition: 0.4s ease all;

    -moz-transition: 0.4s ease all;

}

.wa__btn_popup.wa__active .wa__btn_popup_txt{

    -ms-transform: translate(0,15px);

    transform: translate(0,15px);

    -webkit-transform: translate(0,15px);

    -moz-transform: translate(0,15px);

    opacity: 0;

    visibility: hidden;

}

/* ^^^--popup button--^^^ */
/* fin chatbot whatsapp */
.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: bold;
    width: 24px;
    height: 24px;
    margin-right: 6px;
    font-style: normal;
    font-size: 20px;
}
.contentDesp-head h3{
    width: 75.553%;
    font-weight: bold;
}
.contentDesp-head i{
    width: 12%;
    text-align: end;
    font-weight: bold;
    font-size: 1.2rem;
}
.contentDesp-head.active{
    background: #1e1e43;
    color: #fff;
}
.contentDesp-body .optionSelec {
    box-shadow: 0px 0px 15px -5px rgb(0 0 0 / 20%);
    border: 2px solid transparent;
}
.contentDesp-body .optionSelec.active {
    border: 2px solid #1e1e43 ;
}
.contentDesp-body .optionSelec:hover {
    border: 2px solid #1e1e43 ;
}
.contentDesp-body .optionSelec figure{
    height: 200px;
}
.imgDesp{
    max-height: 100%;
    max-width: 70%;
}
.contentDesp-body {
    padding: 0 2rem;
}
.titulo span {
    position: relative;
    background: #1e1e43;
    color: #fff;
    /* height: 60px; */
    /* padding: 10px; */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.3rem;
    font-weight: 700;
    line-height: 1;
    padding: 15px 10px 0px 10px;
}
.titulo-span span {
    position: relative;
    font-weight: 600;
}
.titulo-span span:before{
    content: '';
    width: 80px;
    height: 2px;
    background: #1e1e43;
    position: absolute;
    bottom: 0;
}
.titulo-centrado span:before{
    margin: 0 auto;
    left: 0;
    right: 0;
}
.titulo-verde.titulo-span span:before{
    background: #1e1e43;
}
.titulo-linea{
    position: relative;
    color: var(--color-primary);
    padding-bottom: 8px;
    margin-bottom: 6%;
    text-transform: uppercase;
    font-weight: bold;
}
.titulo-linea:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 40px;
    height: 1px;
    background-color: var(--color-primary);
}
.alto-grande{
    height: 70px;
}
.parallax{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.btn-sinLadosX{
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    color: var(--color-base);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.btn-sinLadosX:hover{
    background-color: #191d20;
    color: #fff;
}
.alto-scrollHome{
    max-height: 450px;
    overflow: auto;
    height: 450px;
}
.box-producto-home{
    position: relative;
    height: 100%;
}
.box-producto-home .accordion-header {
    width: 50%;
    margin: 0 0 0 auto;
}
.box-producto-home .accordion-collapse {
    width: 50%;
    text-align: center;
    height: 450px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: transform 0.4s ease;
    -moz-transition: transform 0.4s ease;
    -ms-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
}
.box-producto-home .accordion-collapse.show{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.box-producto-home .accordion-body {
    height: 100%;
}
.box-producto-home .accordion-body figure{
    height: 90%;
}
.box-producto-home .accordion-body figure img{
    max-height: 100%;
}
.box-producto-home .accordion-header button i{
    position: absolute;
    left: -23px;
    color: #1e1e43 !important;
    opacity: 1;
}
.box-producto-home .accordion-header button.collapsed i{
    opacity: 0;
}
.box-producto-home .accordion-button:not(.collapsed){
    color: var(--color-primary);
}
.box-ubicaciones{
    border-bottom: 1px solid #b2b2b2;
}
.img-absolute-fin{
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.1;
    z-index: -1;
    width: 14%;
}
.img-absolute-inicio{
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.1;
    z-index: -1;
    width: 30%;
}
.img-nosotros{
    height: 155px;
}
.box-ubicaciones p{
    margin-bottom: 0;
}
.border-izquierdo{
    border-left: 1px solid gainsboro;
}
.btn-imagen img{
    height: 80px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.btn-imagen:hover img{
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.img-centrado {
    height: 45px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.img-centrado img{
    max-height: 100%;
    max-width: 82%;
}
.splide__pagination{
    bottom: -2rem;
}
.splide__pagination__page{
    height: 13px;
    width: 13px;
    background: #e3e3e3;
    opacity: 1;
}
.splide__pagination__page.is-active {
    background: #1e1e43;
}
.box-degradado figure{
    position: relative;
    overflow: hidden;
    height: 350px;
}
.box-degradado figure img{
    object-fit: cover;
    height: 100%;
    width: 100%;
    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-degradado article{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    transform: scale(1.5, 1.5);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.box-degradado figure:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgb(0,141,216);
    background: linear-gradient(90deg, rgb(255 255 255 / 0%) 0%, rgb(0 0 0 / 94%) 100%);
    mix-blend-mode: multiply;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.box-degradado:hover figure:before, .box-degradado.active figure:before{
    opacity: 1;
}
.box-degradado:hover article, .box-degradado.active article{
    opacity: 1;
    transform: scale(1, 1);
}
.box-degradado:hover figure img, .box-degradado.active:hover img{
    transform: scale(1.2);
}
.cont-degradado{
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.box-degradado.box-chico figure{
    height: 230px;
}
.parallax-overlay {
    position: relative;
    background-position: center center;
    background-size: 80%;
}
.parallax-overlay:before {
    content: "";
    background-color: #000;
    width: 100%;
    position: absolute;
    overflow: hidden;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.8;
}
.parallax-claro:before{
    background-color: rgb(0 0 0 / 50%);
}
.img-logitos{
    height: 80px;
}
.ul-centrado{
    text-align: left;
    width: auto;
    margin: 0 auto;
    display: inline-block;
    list-style-type: none;
}
.ul-centrado li{
    display: flex;
}
.ul-centrado li:before {
    font-family: 'FontAwesome';
    content: '\f00c';
    color: #1e1e43;
    margin-right: 12px;
}
.linea-debajo-texto span {
    position: relative;
    color: #1e1e43;
}
.linea-debajo-texto span:before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    height: 2px;
    width: 100%;
    background: #1e1e43;
}
.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;
}
.texto-borde{
    -webkit-text-stroke: 1px white;
}
.franja-roja {
    background: #fffcd6;
    padding: 1.5rem 1.5rem;
    border-radius: 1rem;
    color: #1e1e43;
    font-weight: 600;
    text-align: justify;
}
.img-absolute-lb{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 186px;
}
.imagen-zoom {
    display: block;
    background: #fff;
    box-shadow: 0px 0px 6px 2px rgb(0 0 0 / 12%);
    padding: 4px;
}
.marker {
    background: #fff89d;
    padding: 10px;
    border-radius: 0.3rem;
}
.imagen-zoom figure {
    height: 200px;
    width: 100%;
}
.imagen-zoom figure img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.rotate-icon{
    transform: rotateZ(15deg);
}
.box-servicio{
    border-radius: 0.5rem;
    background: #fff;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 19%);
    height: 100%;
    position: relative;
    word-wrap: break-word;
}
.box-servicio > span{
    position: absolute;
    right: -8px;
    top: -12px;
    font-size: 24px;
    color: #1e1e43;
}
/*.box-servicio:before {
    content: '';
    box-shadow: -14px 14px #082A75;
    display: block;
    height: 100%;
    border-radius: 1rem;
}*/
.caja-servicio {
    /*transform: translateY(-100%);*/
    height: 100%;
    margin-left: 1.3rem;
    padding-right: 1.3rem;
    padding-top: 1rem;
    padding-bottom: 3rem;
    position: relative;
}
.caja-servicio figure img{
    height: 70px;
    transform: scale(0.9);
    transition: all 0.4s ease;
}
.vermas{
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    text-align: center;
}
.box-servicio:hover{
    box-shadow: 2px 2px 11px rgb(0 0 0 / 19%);
}
.box-servicio:hover figure img{
    transform: scale(1);
}
.navbar-right a{
    padding: 0.6rem 1.2rem !important;
    display: flex;
    align-items: center;
    height: 100%;
    font-size: var(--fontsize-base);
}
.navbar-right img{
    height: 34px;
}
.logos{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70%;
    margin: 0 auto;
    text-align: center;
    font-weight: 700;
    line-height: 1.1;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.logos img{
    filter: grayscale(1);
}
.logos:hover{
    color: #1e1e43;
}
.logos:hover img{
    filter: grayscale(0);
}
.btn-acordeon span img{
    height: 40px;
    padding-right: 10px;
}
.box-equipo{
    overflow-x: auto;
}
.box-equipo article{
    display: flex;
    flex-direction: row;
    width: fit-content;
}
.box-equipo article > .row{
    position: relative;
    display: flex;
    flex-direction: row;
    width: fit-content;
    padding-left: 14px;
    padding-right: 14px;
    gap: 16px;
    flex-wrap: nowrap;
}
.box-equipo article > .row > div{
    width: 200px;
}
.box-team{
    position:relative;
}
.box-team figure{
    border: 1px dashed #1e1e43;
    height: 170px;
    width: 170px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}
.box-team aside{
    text-align: center;
}
.box-socios {
    padding: 30px 2rem 4rem;
    border: 1px solid #EEEEEE;
    border-radius: 5px 5px 5px 5px;
    height: 100%;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.box-socios img{
    margin-bottom: 2rem;
    height: 60px
}
.box-socios a.btn{
    position: absolute;
    bottom: 1rem;
}
.box-socios:hover {
    border: 1px solid #1e1e43;
}
.parallax-sombra:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: #1e1e43;
    z-index: -1;
    opacity: 0.94;
}
ul.listado {
    padding-left: 0;
    position: relative
}
ul.listado > li {
    padding-left: 18px;
    display: block;
    position: relative;
}
ul.listado > li::before{
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 80%;
    left: 0;
    top: 0.2rem;
    position: absolute;
    display: block;
}
ul.listado > li > ul{
    padding-left: 0;
    position: relative
}
ul.listado > li > ul > li{
    padding-left: 18px;
    position: relative;
    list-style: none;
}
ul.listado > li > ul > li::before{
    content: "\f111";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    font-size: 55%;
    left: 0;
    top: 0.3rem;
    position: absolute;
    display: block;
}
.box-cubo{
    position: relative;
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*background-color: #118ABD;
    color: #fff;*/
    border-radius: 0.6rem;
    transition: all 0.4s ease;
}
.box-cubo figure{
    margin-bottom: 1rem;
}
.box-cubo img{
    height: 115px;
}
.box-cubo span{
    font-weight: bold;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    text-align: center;
}
.box-cubo i{
    position: relative;
    height: 23px;
    width: 23px;
    background: var(--bs-primary);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 12px;
    box-shadow: 2px 2px 2px rgb(0 0 0 / 34%);
    margin-left: 8px;
}
.box-cubo.box-gym{
    background-color: #1E1E43;
    color: #fff;
}
.box-cubo.box-piscina{
    background-color: #336589;
    color: #fff;
}
.box-cubo.box-sauna{
    background-color: #87BAD8;
    color: #fff;
}
.box-cubo.box-gym:hover{
    background-color: #040443;
}
.box-cubo.box-piscina:hover{
    background-color: #040443;
}
.box-cubo.box-sauna:hover{
    background-color: #040443;
}
.margen-container{
    margin-top: -60px;
    position: relative;
}
.margen-container2{
    margin-top: -70px;
    position: relative;
}
.fondo-contacto .bg-white aside span{
    color: #6c6c6c !important;
    transition: all 0.4s ease;
}
.fondo-contacto .bg-white aside span:hover{
    color: #1e1e43 !important;
}
.box-especialidad{
    text-align: center;
    transition: all 0.4s ease;
}
.box-especialidad:hover{
    color: #1e1e43;
}
.box-blog {
    background: #fff;
    border-radius: 0.4rem;
    box-shadow: 2px 3px 4px rgb(0 0 0 / 20%);
    overflow: hidden;
    -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;
}
.btn-flecha {
    background-color: transparent !important;
    color: #87bad8;
    box-shadow: none;
    border: 0;
    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: var(--fontsize-secondary);
}
.btn-flecha 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;
}
.box-blog:hover{
    box-shadow: 2px 4px 16px rgb(0 0 0 / 20%);
}
.box-blog:hover .btn-flecha i {
    padding-left: 12px;
}
.box-buscador .form-control{
    border-radius: 0.5rem 0 0 0.5rem !important;
}
.buscador-letra{
    display: grid;
    grid-template-columns: repeat(auto-fill, 36px);
    justify-content: space-between;
    grid-gap: 10px;
}
.parallax-fixed{
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0px;
    z-index: -1;
    /* background: transparent; */
    /* background-size: cover !important; */
    background-repeat: no-repeat;
    background-position-x: center !important;
    background-attachment: fixed;
}
.parallax-img {
    height: 60vh;
    width: 100%;
    position: absolute;
    top: -80px;
    left: 0px;
    z-index: -1;
    background: transparent;
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position-x: left !important;
}
.parallax-img-der{
    height: 68vh;
    width: 100%;
    position: absolute;
    top: -50px;
    right: 0px;
    z-index: -1;
    background: transparent;
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position-x: right !important;
}
.parallax-img-center{
    height: 68vh;
    width: 100%;
    position: absolute;
    top: -50px;
    right: 0px;
    z-index: -1;
    background: transparent;
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position-x: center !important;
}
/* Boton con lineas */
.btn-lines {
    position: relative;
    padding-left: 7px;
    padding-bottom: 5px;
    padding-right: 3px;
    padding-top: 6px;
    z-index: 1;
    display: inline-block;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}
.btn-lines:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 44px;
    height: 44px;
    z-index: -1;
    border-left: 1px solid #376688;
    border-bottom: 1px solid #376688;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}
.btn-lines:after {
    position: absolute;
    content: '';
    right: 3px;
    top: 9px;
    width: 44px;
    height: 44px;
    opacity: 0;
    z-index: -1;
    border-right: 1px solid #376688;
    border-top: 1px solid #376688;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}
.btn-linesed {
    position: relative;
    display: inline-block;
    font-size: 0.9rem;
    line-height: 30px;
    color: #000;
    padding: 0.6rem 2rem;
    /*font-weight: 700;*/
    overflow: hidden;
    border-radius: 0px;
    text-transform: capitalize;
    border: 1px solid #000;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}
.btn-linesed:before {
    position: absolute;
    content: '';
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: -50px;
    /*border-bottom: 55px solid #376688;
    border-right: 30px solid transparent;*/
    border-bottom: 4rem solid #376688;
    border-right: 0rem solid transparent;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.btn-linesed:after {
    position: absolute;
    content: '';
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: -50px;
    /*border-left: 30px solid transparent;
    border-bottom: 55px solid #376688;*/
    border-left: 0rem solid transparent;
    border-bottom: 4rem solid #376688;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.btn-linesed span, .btn-linesed i {
    position: relative;
    z-index: 1;
}
.btn-lines-white .btn-linesed{
    color: #fff;
    border: 1px solid #fff;
}
.btn-lines:hover::before {
    opacity: 0;
}
.btn-lines:hover::after {
    opacity: 1;
    width: 100%;
    height: 100%;
}
.btn-lines:hover .btn-linesed {
    color: #ffffff;
    transform: translate(-7px, 10px);
}
.btn-linesed:hover {
    color: #ffffff;
    border-color: #376688;
}
.btn-linesed:hover::before {
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
}
.btn-linesed:hover::after {
    -webkit-transform: translateX(40%);
    transform: translateX(40%);
}
.img-object {
    height: 240px;
    position: relative;
    overflow: hidden;
    border-radius: 0;
}
.img-object img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.cj-image img{
    -webkit-transition: transform 600ms ease;
    moz-transition: transform 600ms ease;
    -ms-transition: transform 600ms ease;
    transition: transform 600ms ease;
}
.caja-inscribete{
    position: relative;
}
.caja-inscribete .cj-title{
    position: absolute;
    left: 5px;
    bottom: 10px;
    padding: 15px 10px;
    display: inline-block;
    background-color: rgb(255 255 255 / 90%);
    color: #000;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.12);
    width: 80%;
    -webkit-transition: background-color 0.5s ease;
    moz-transition: background-color 0.5s ease;
    -ms-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
}
.caja-inscribete .cj-title h1, .caja-inscribete .cj-title h2, .caja-inscribete .cj-title h3, .caja-inscribete .cj-title h4, .caja-inscribete .cj-title h5, .caja-inscribete .cj-title h6{
    margin-bottom: 0;
}
.caja-inscribete:hover .cj-image img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.caja-inscribete:hover .cj-title{
    background-color: #fff;
}
/* fin Boton con lineas */
.splide-padding .splide__slide {
    padding-left: 15px;
    padding-right: 15px;
}
.splide-flecha-black .splide__arrow.splide__arrow--next:before, .splide-flecha-black .splide__arrow.splide__arrow--next:after{
    background: #000;
}
.splide-flecha-black .splide__arrow.splide__arrow--prev:before, .splide-flecha-black .splide__arrow.splide__arrow--prev:after{
    background: #000;
}
.splide-flecha-black .splide__arrow--next {
    right: -1em;
}
.splide-flecha-black .splide__arrow--prev {
    left: -1em;
}
.box-degradado figure {
    position: relative;
    overflow: hidden;
    height: 380px;
}
.box-degradado figure:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgb(0,141,216);
    background: linear-gradient(90deg, rgb(255 255 255 / 0%) 0%, rgb(0 0 0 / 94%) 100%);
    mix-blend-mode: multiply;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.box-degradado figure img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    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-degradado:hover figure:before, .box-degradado.active figure:before {
    opacity: 1;
}
.box-degradado:hover figure img, .box-degradado.active:hover img {
    transform: scale(1.2);
}
.logos-pie {
    display: flex;
    /*flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;*/
}
.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;
}
#popup_home_slide .splide__slide{
    text-align: center;
}
#popup_home_slide .splide__slide a{
    display: inline-block;
}
#popup_home_slide .splide__slide img{
    max-height: 80vh;
}

#modal-home.modal{
    --bs-modal-border-color: none !important;
}
.cerrar-modal{
    position: absolute;
    right: -15px;
    top: -11px;
    border: 0;
    /*background: rgb(255 255 255 / 0%);
    color: #fff;
    font-size: 3rem;
    height: 50px;
    width: 50px;*/
    background: rgb(0 0 0);
    border: 2px solid #fff;
    box-shadow: 0px 0px 6px 2px #000;
    color: #fff;
    font-size: 2rem;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 100;
    font-family: none;
    border-radius: 50%;
    z-index: 1;
}
.splide-flecha-sola .splide__arrow{
    background: transparent;
    color: #fff;
}
.splide-flecha-sola .splide__arrow--next {
    right: 0em;
}
.splide-flecha-sola .splide__arrow--prev {
    left: 0em;
}
.splide-flecha-sola .splide__arrow.splide__arrow--prev:before, .splide-flecha-sola .splide__arrow.splide__arrow--next:before {
    font-size: 40px;
    font-weight: 100;
}
.box-duo {
    display: flex;
    align-items: center;
    gap: 20px;
}
.box-duoFila {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-direction: column;
}
.circle-efect {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.circle-efect img{
    transition: all .3s ease-in-out;
    transform: scale(1.02);
    padding: 0;
    width: 55px;
    height: auto;
    max-width: 100%;
    z-index: 1;
}
.circle-efect:before{
    content: "";
    height: 18px;
    width: 18px;
    background-color: var(--bs-tertiary);
    border-radius: 50%;
    position: absolute;
    bottom: 0px;
    left: auto;
    z-index: 3;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0.7;
}
.box-duoFila .circle-efect:before{
    background-color: #f58320;
}
.box-duoFila .circle-efect img{
    width: 85px;
}
.box-duo .body-duo{
    flex: 1;
}
.box-duo:hover .circle-efect img{
    transform: scale(1.1);
}
.box-duo:hover .circle-efect:before{
    width: 100%;
    height: 100%;
    z-index: 1;
}
.box-duoFila:hover .circle-efect img{
    transform: scale(1.1);
}
.box-duoFila:hover .circle-efect:before{
    width: 100%;
    height: 100%;
    z-index: 1;
}
.efecto-video{
    position: relative;
}
.efecto-video .img-principal{
    z-index: 1;
    position: relative;
}
.img-fondos {
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: -7rem;
    width: 140% !important;
    height: 120%;
    max-width: max-content;
}


@keyframes jkit-ripple {
    70% {
        -webkit-box-shadow: 0 0 0 25px currentColor;
        box-shadow: 0 0 0 25px currentColor;
        opacity: 0
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 currentColor;
        box-shadow: 0 0 0 0 currentColor;
        opacity: 0
    }
}
.item-play {
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item-play span{
    position: relative;
    color: #fff;
    font-size: 3rem;
    background: white;
    border-radius: 50%;
    padding: 0;
    height: 5rem;
    width: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item-play span:before, .item-play span:after{
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: var(--color-secondary);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 currentColor;
    box-shadow: 0 0 0 0 currentColor;
    -webkit-animation: jkit-ripple 3s infinite;
    animation: jkit-ripple 3s infinite;
    opacity: .6;
    z-index: -1;
}
.item-play span i{
    color: #336589;
    width: 40px;
}
.item-play span:before{
    color: #fff;
}
.box-datos p span{
    color: var(--color-base) !important;
}
.tabla-flex{
    border-color: #ccc;
    box-shadow: 0 7px 13px rgba(4,15,40,.11);
}
.tabla-flex th, .tabla-flex td{
    padding: 0.7rem;
}
.tabla-flex thead > tr > th[scope='row'] {
    background: var(--bs-tertiary);
    color: #fff;
    min-width: 80px !important;
    flex: 1;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: var(--fontsize-secondary);
    border: 0;
}
.tabla-flex thead > tr > th[scope='col'] {
    background: #f3f3f3;
    color: #000;
    text-align: center;
    font-size: var(--fontsize-secondary);
    
}
.tabla-flex tbody > tr > th[scope='row']{
    background: #f3f3f3;
    color: var(--color-tertiary);
    text-align: center;
    font-size: var(--fontsize-secondary);
    white-space: nowrap;
}
.btn-llamada {
    display: inline-flex;
    align-items: center;
}
.btn-llamada span{
    flex: 1;
    width: 80px;
    position: relative;
    z-index: 3;
}
.btn-llamada b{
    background: #fff;
    height: 64px;
    font-size: 1.3rem;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 4rem 4rem 0;
    padding: 10px 20px 10px 10px;
    position: relative;
    z-index: 2;
    box-shadow: 1px 3px 11px rgb(0 0 0 / 14%);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.btn-llamada b:before{
    content: '';
    position: absolute;
    left: -10%;
    top: 0;
    bottom: 0;
    background: #ffffff;
    width: 50px;
    height: 100%;
    z-index: -1;
}
.img-horario-contacto {
    width: 100%;
    margin-top: -5rem;
}
.btn-llamada b:hover{
    box-shadow: 1px 5px 15px rgb(0 0 0 / 25%);
}
.scroll-tabla{
    overflow: auto;
    max-width: 100%;
}
.img-absolute-bottomizq{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 4%;
}
.img-absolute-topder{
    position: absolute;
    top: 0;
    right: 0;
    width: 4%;
}
.modal-content{
    border-radius: 0;
}
.tachado{
    position: relative;
}
.tachado:before{
    content: '';
    position: absolute;
    top: -130%;
    left: 50%;
    right: 0;
    background: red;
    /* transform: skewX(107deg); */
    width: 1px;
    height: 78px;
    transform: rotate(74deg);
    z-index: 1;
}

.banner-imagen {
    position: relative;
    height: 100%;
}
.banner-imagen:before {
    content: '';
    position: absolute;
    background: #2ea3f2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    mix-blend-mode: multiply;
}
.banner-imagen img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.banner-title h1{
    font-family: "Asap Condensed", sans-serif;
    font-weight: 400;
    font-size: 4.4rem;
    letter-spacing: 7px !important;
    text-shadow: 0.08em 0.08em 0.08em rgba(0,0,0,0.4)!important;
}
.banner-title h2{
    font-family: "Asap Condensed", sans-serif;
    font-weight: 400;
    font-size: 2.3rem;
    letter-spacing: 10px !important;
}
.banner-title h3{
    font-family: "Asap Condensed", sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    letter-spacing: 3px !important;
}
.titulo-cosombreado{
    font-family: "Share Tech", sans-serif;
    text-align: center;
    color: #000;
}
.titulo-cosombreado span{
    color: #fafafa;
    line-height: 0.2em;
    text-align: center;
    font-size: 6.3rem;
    display: block;
}
.box-cuadro{
    text-align: center;
    padding: 3rem 0rem 0rem;
    position: relative;
}
.box-cuadro img{
    padding-bottom: 2rem;
    height: 120px;
}
.box-cuadro h4{
    padding: 0 1.5rem 2.5rem;
    height: 90px;
}
.box-cuadro a.desplegable {
    /* position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-right: 1rem;
    padding-top: 0.6rem; */
    padding-right: 1rem;
    padding-left: 1rem;
    padding-top: 0.6rem;
    padding-bottom: 0.4rem;
    display: block;
}
.box-cuadro a.linea-top{
    border-top: 1px solid #dee2e6;
}
.contenido{
    padding-top: 12vw;
    padding-bottom: 12vw;
    margin-left: 5%;
    border-radius: 20vw 0 0 20vw;
    overflow: hidden;
    background-position: center;
}
.contador{
    font-family: "Share Tech", sans-serif;
    text-align: center;
    font-size: 5rem;
}
.box-icontext{
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "Share Tech", sans-serif;
    color: #333;
}
.box-icontext i{
    font-size: 1.7rem;
    color: var(--bs-tertiary);
    display: contents;
}
.box-icontext h1, .box-icontext h2, .box-icontext h3, .box-icontext h4, .box-icontext h5{
    margin-bottom: 0;
}
.text-shadow-int {
    text-shadow: 0em -0.11em 0.1em rgba(0,0,0,0.4) !important;
}
.banner-title .text-shadow-int{
    text-shadow: 0em -0.11em 0.1em rgba(0,0,0,0.4) !important;
}
table{
    border-color: #eee;
    font-size: 14px;
}
table thead th, table tr th {
    color: #555;
    font-weight: 700;
    padding: 9px 24px;
}
table tr td {
    border-top: 1px solid #eee;
    padding: 6px 24px;
}
table label{
    font-size: 14px;
}
.aspNetDisabled label{
    padding-left: 0.4rem;
}
.ls-1{
    letter-spacing: 1px;
}
.ls-2{
    letter-spacing: 2px;
}
.ls-3{
    letter-spacing: 3px;
}
.ls-4{
    letter-spacing: 4px;
}
.ls-5{
    letter-spacing: 5px;
}
.ls-6{
    letter-spacing: 6px;
}
.box-contact-right{
    padding: 2rem;
    background-color: #0C71C3;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.total-white a{
    color: #fff !important;
}
.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
}
.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%;
}
/* final css*/
/*_____________________________________*/
/* ------  max MEDIA QUERY   ------*/
/*_____________________________________*/
@media(max-width: 1600px){
    .img-nosotros{
        height: 150px;
    }
}
/*fin 1600*/
@media(max-width: 1399px){
    .visible-xl{
        display: none!important;
    }
}
/*fin 1399*/
@media(max-width: 1400px){
    .img-nosotros{
        height: 100px;
    }
}
/*fin 1400*/
@media(max-width: 1200px){
}
/*fin 1200*/
@media(max-width: 1024px) {
    .fondo-pie .img-absolute-start{
        opacity: 0.1;
    }
    .fondo-pie .img-absolute-end{
        opacity: 0.1;
    }
}
/*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: #fff;
    }
    .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 2.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: var(--bs-primary);
        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 15px;
        font-size: 1rem;
        position: relative;
        color: #7d7d7d !important;
    }
    .link-todos a{
        font-size: 1.2rem;
        padding: 12px 15px;
        display: block;
        color: #1e1e43;
    }
    .menu .navbar-nav .nav-link.show{
        font-weight: bold;
        color: var(--bs-primary) !important;
    }
    .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: #1e1e43 !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: #e9e9e9;
    }
    .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);
    }
    .menu .navbar-right li{
        padding-left: 15px;
        padding-right: 15px;
    }
    .menu #navbarsPrincipal ul li.active a{
        background: var(--bs-primary) !important;
        color: #fff !important;
    }
    .menu .navbar-right a.nav-link{
        color: #fff !important;
        padding: 0.8rem 1.2rem !important;
    }

    .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: 1rem;
    }
    .banner-title{
        /* position: relative;
        top: 0;
        left: 0;
        transform: translateY(0%);
        background: #1e1e43; */
        padding: 1rem;
    }
    .banner-title div{
        /* background: rgb(255 255 255 / 75%); */
    }
    /* .splide__track--fade>.splide__list>.splide__slide{
        height: auto !important;
    } */
    .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;
    }
    .box-consejos figure{
        height: 150px;
    }
    .logo img{
        height: 76px;
        /*background: #fff;*/
        margin-top: -30px;
        z-index: 999;
        position: relative;
        border-radius: 4px;
    }
    .Home .menu-efecto .head-logo{
        top: 40px;
    }
    .menu-on .logo img{
        height: auto;
        margin-top: 0;
    }
    .Home .menu-on.menu-efecto .head-logo{
        top: 0;
    }
    .alto-scrollHome {
        max-height: 100%;
        height: auto;
    }
    .box-producto-home .accordion-header{
        width: 100%;
    }
    .box-producto-home .accordion-collapse{
        width: 100%;
        position: relative;
    }
    .box-producto-home .accordion-header button.collapsed i{
        opacity: 1;
    }
    .box-producto-home .accordion-header button.collapsed i:before{
        content: "\f0da";
    }
    .box-producto-home .accordion-header button i{
        position: relative;
        left: 0;
        opacity: 1;
    }
    .box-producto-home .accordion-header button i:before{
        content: "\f0d7";
    }
    html{
        overflow-x: hidden;
    }
    .fondo-pie .img-absolute-start{
        height: auto;
        opacity: 0.1;
    }
    .fondo-pie .img-absolute-end{
        height: auto;
        opacity: 0.1;
    }
    .menu-efecto{
        position: relative;
    }
    .Home .menu-efecto .head-logo{
        position: relative;
        top: 0;
    }
    .logo img{
        margin-top: 0;
    }
    .menu-on{
        position: fixed;
    }
    .logo img{
        height: auto;
    }
    .parallax-overlay {
        background-position: center;
        background-size: cover;
        z-index: 1;
    }
    .box-servicio:before{
        box-shadow: -6px 6px #082A75;
    }
    .modales-cab a{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .modales-cab img{
        height: 20px;
    }
    .banner-title .caption{
        width: 100%;
        padding: 5% 0% 5% 0%;
    }
    .margen-container {
        margin-top: 0;
    }
    .margen-container2 {
        margin-top: 0;
    }
    .img-horario-contacto{
        margin-top: 0;
    }
    .row{
        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{
        padding-right: calc(var(--bs-gutter-x)* 1.8);
        padding-left: calc(var(--bs-gutter-x)* 1.8);
    }
    .titulo-cosombreado span{
        line-height: 0.7em;
        font-size: 4.3rem;
    }
    .animatedFlex{
        opacity: 1;
        transform: perspective(2000px) rotateY(0deg);
    }
    .tabla-responsiva{
        position: relative;
        overflow: auto;
    }
    .cerrar-modal{
        right: 0;
    }
    #modal-home iframe{
        height: 70vh !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: 0.9rem;
    }
    .p-xs{
        font-size: 0.9rem;
    }
    h1 {
        font-size: 2.4rem;
    }
    h2 {
        font-size: 2rem;
    }
    h3 {
        font-size: 1.8rem;
    }
    h4 {
        font-size: 1.4rem;
    }
    .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: #1e1e43 !important;
        color: #fff !important;
        padding: 1rem;
    }
    .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%);
    }
    .mapa{
        height: 400px;
    }
    .mapa-contact{
        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;
    }
    .box-equipo article > .row > div {
        width: 170px;
    }
    .logo.py-1 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important;
    }
    .banner-title {
        padding: 0;
        /*position: relative;*/
        /*background: #e9e9e9;
        height: auto;*/
    }
    .banner-principal .container{
        /*height: auto;*/
        padding: 0;
    }
    .banner-title .caption {
        padding: 1.4rem 2.5rem;
        margin: 0;
        width: 100%;
    }
    .banner-title h1{
        font-size: 3rem !important;
        font-weight:700;
    }
    .banner-title h2{
        font-size: 1.8rem !important;
    }
    .banner-title h3{
        font-size: 1.2rem !important;
    }
    .banner-title h4{
        font-size: 1rem !important;
    }
    .banner-title h5{
        font-size: 0.8rem !important;
    }
    .banner-title h6{
        font-size: 0.7rem !important;
    }
    .banner-title .fs-1{
        font-size: 2rem !important;
    }
    .splide__arrow--prev {
        left: 0em;
    }
    .splide__arrow--next {
        right: 0em;
    }
    .box-cubo{
        height: 130px;
    }
    .box-cubo img {
        height: 62px;
    }
    .box-cubo i{
        height: 16px;
        width: 16px;
        font-size: 6px;
    }
    .box-cubo span {
        font-size: 0.8rem;
    }
    .rounded-xs-0{
        border-radius: 0 !important;
    }
    .buscador-letra{
        grid-template-columns: repeat(auto-fill, 40px);
        grid-gap: 8px;
    }
    .fs-6-xs {
        font-size: 1rem!important;
    }
    .splide-flecha-black .splide__arrow--next {
        right: -0.8em;
    }
    .splide-flecha-black .splide__arrow--prev {
        left: -0.8em;
    }
    /*[data-aos^=fade][data-aos^=fade] {
        opacity: 1 !important;
    }
    [data-aos=fade-right], [data-aos=fade-left] {
        transform: translate3d(0,0,0) !important;
    }
    [data-aos=fade-up] {
        transform: translate3d(0,0,0);
    }*/
    .px-xs-0{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .titulo-cosombreado span{
        line-height: 0.6em;
        font-size: 4.3rem;
    }
}
/*fin 767*/
@media(max-width: 420px) {
    .cont-carru figure{
        height: 190px;
    }
}
/*fin 420*/
@media(max-width: 380px) {
    html{
        font-size: 90%;
    }
}
/*fin 380*/
@media(max-width: 320px) {
    .col-xs-12{
        width: 100% !important;
    }
}
/*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: 94%;
        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;
    }
}
/*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 .navbar-expand-lg .navbar-nav{
        flex-wrap: wrap;
    }
    #navbarsPrincipal .nav-link.nav-primary{
        font-size: var(--fontsize-base);
        padding-right: 0.6rem !important;
        padding-left: 0.6rem !important;
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
        position: relative;
        color: #939393;
        font-weight: 600;
        /* text-transform: uppercase; */
    }
    #navbarsPrincipal .nav-link.nav-primary:before, #navbarsPrincipal .nav-link.nav-primary:after{
        bottom: 0;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        opacity: 0;
        visibility: hidden;
        transform: translateY(20px);
        left: 50%;
        transition: transform .4s;
        z-index: 9999;
        backface-visibility: hidden;
    }
    #navbarsPrincipal .nav-link.nav-primary:before{
        border-width: 12px;
        margin-left: -12px;
        border-bottom-color: #bdbdbd;
    }
    #navbarsPrincipal .nav-link.nav-primary::after {
        border-bottom-color: #fff;
        border-width: 12px;
        margin-left: -12px;
        z-index: 99999;
        margin-bottom: 0px;
    }
    #navbarsPrincipal ul#navMenu li a span{
        text-decoration: none;
        background-image: linear-gradient(to top,#000 0,#000 2px,transparent 2px,transparent 100%);
        background-position: 0 100%;
        background-repeat: no-repeat;
        background-size: 0 100%;
        transition: background-size .25s ease-out;
        line-height: 2em;
        position: relative;
        display: flex;
        align-items: center;
    }
    #navbarsPrincipal ul li.active a{
        color: #2ea3f2 !important;
    }
    #navbarsPrincipal .nav-link.nav-primary.show{
        color: #2ea3f2;
    }
    #navbarsPrincipal ul#navMenu li:hover a span, #navbarsPrincipal ul#navMenu li.active a span {
        /* background-size: 100% 100%; */
    }
    #navbarsPrincipal .nav-link.nav-primary.show:before, #navbarsPrincipal .nav-link.nav-primary.show:after{
        /* opacity: 1;
        visibility: visible;
        transform: translateY(0); */
    }
    .dropdown-toggle.show{
        color: #9d2722;
    }
    .dropdown-toggle::after{
        /* display: none; */
    }
    #navbarsPrincipal .nav-item.dropdown{
        position: static;
    }
    #navbarsPrincipal .nav-item.dropdown a{
        display: flex;
        align-items: center;
    }
    #navbarsPrincipal .nav-item.dropdown a i{
        font-size: 60%;
    }
    #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;
    }
    #navbarsPrincipal .menu-drop1 > .dropend {
        width: 14rem;
        position: static;
        padding-bottom: 25px;
    }
    #navbarsPrincipal .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;
    }
    #navbarsPrincipal .dropend .menu-drop2 div{
        display: flex;
    }
    #navbarsPrincipal .menu-drop2 li.li3{
        width: 33.33%;
        position: relative;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    #navbarsPrincipal .menu-drop2 li.li3 > a{
        color: #bd844c;
        font-weight: bold;
        font-size: 1.1rem;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    #navbarsPrincipal .menu-drop2 li.li3:after {
        content: "";
        position: absolute;
        height: 100%;
        width: 1px;
        background: #fff;
        top: 40px;
        right: 0;
    }
    #navbarsPrincipal .menu-drop2 li.li3:last-child:after{
        display: none;
    }
    #navbarsPrincipal .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;
    }
    #navbarsPrincipal .link-menu-primary span{
        position: relative;
    }
    #navbarsPrincipal .link-menu-primary span p {
        background: #bd844c;
        border-radius: 1rem;
        color: #fff;
        padding: 6px 15px;
        text-align: left;
        width: 90%;
    }
    #navbarsPrincipal .link-menu-primary span img {
        position: absolute;
        height: 50px;
        top: -6px;
        right: -6px;
    }
    #navbarsPrincipal .dropend .dropdown-toggle::after{
        display: none;
    }
    #navbarsPrincipal .link-menu-secondary figure{
        text-align: center;
        margin-bottom: 4px;
    }
    #navbarsPrincipal .link-menu-secondary img{
        height: 22px;
        display: inline-block;
    }
    #navbarsPrincipal .menu-drop3 {
        display: block;
        background: transparent;
        border: 0;
        width: 100%;
        padding: 0;
        position: relative !important;
        min-width: 100%;
    }
    #navbarsPrincipal .menu-drop3 a{
        font-size: 1.1rem;
        color: #69696b;
        padding: 2px 0px !important;
        text-align: center;
    }
    #navbarsPrincipal .menu-drop3.submenu li a span {
        position: relative;
    }
    #navbarsPrincipal .menu-drop3.submenu li a span:before {
        content: '-';
        position: absolute;
        left: -12px;
        top: 0;
        line-height: 1.2;
    }
    #navbarsPrincipal .link-todos{
        padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
        display: block;
        margin-bottom: 1rem;
    }
    #navbarsPrincipal .link-todos a{
        color: #9d2722;
        text-decoration: underline;
        font-size: 1.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;
    }
    #navbarsPrincipal .menu-drop1 > li > .dropdown-item:active{
        background-color: transparent !important;
        color: #fff !important;
    }
    #navbarsPrincipal .menu-drop2 .dropdown-item:active, #navbarsPrincipal .menu-drop2 .dropdown-item:focus, #navbarsPrincipal .menu-drop2 .dropdown-item:hover{
        background-color: transparent !important;
        color: #bd844c;
    }
    #submenu-productos-animales-pequenos .link-menu-secondary img{
        height: 30px;
    }
    #navbarsPrincipal .nav-link.nav-primary:hover{
        color: #2ea3f2;
    }
    .colmenu {
        width: auto;
        max-width: 80%;
    }
    .desplegable-cat:hover .dropdown-menu{
        display: block;
        top: 100%;
    }
    .logo img {
        max-height: 65px;
    }
    .box-banner-pag:hover .dropdown-toggle{
        display: none !important;
    }
    .box-banner-pag:hover .dropdown-menu {
        display: block !important;
    }
    .w-md-auto{
        width: auto !important;
    }
    .btn-whatsapp-menu{
        color: #000;
        background: #1e1e43;
        font-weight: bold;
        border-radius: 0.8rem;
        height: 45px !important;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    .btn-whatsapp-menu:hover{
        color: #fff;
        background: #000;
        box-shadow: 0px 0px 2px 4px #1e1e43;
    }
    .menu-on .logo img {
        height: auto;
    }
    .Home #navbarsPrincipal .nav-link.nav-primary{
        color: #000;
    }
    .Home #navbarsPrincipal .nav-link.nav-primary:hover {
        color: #9d2722;
    }
    .Home #navbarsPrincipal ul li.active a {
        color: #9d2722 !important;
    }
    .Home .btn-whatsapp-menu {
        color: #000;
    }
    .Home .btn-whatsapp-menu:hover {
        color: #fff;
        box-shadow: 0px 0px 2px 4px #e90606;
    }
    .menu-on #navbarsPrincipal .nav-link.nav-primary{
        color: #939393;
    }
    .menu-on #navbarsPrincipal .nav-link.nav-primary:hover{
        color: #2ea3f2;
    }
    .menu-on #navbarsPrincipal .nav-link.nav-primary.show{
        color: #2ea3f2;
    }
    .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: 3px solid var(--bs-primary);
        padding: 1.2rem;
    }
    .menu .navbar-nav li ul li a.nav-link{
        font-size: 0.9rem;
        color: #939393;
        font-weight: 500;
        padding: 0.6rem 1.2rem;
    }
    .menu .navbar-nav li ul li a.nav-link:hover{
        background-color: #f9f9f9 !important;
        color: var(--bs-primary);
    }
    .contenido-parallax{
        transform: translate3d(0px, 0px, 0px) scale(0.8);
    }
    .col-lg-15 {
        flex: 0 0 auto;
        width: 10.333333%;
    }
    .col-lg-25{
        width: 21.666667%;
    }
    .col-lg-35{
        width: 31.33333333%;
    }
    .border-lados{
        border-left: 1px solid rgb(255 255 255 / 8%);
        border-right: 1px solid rgb(255 255 255 / 8%);
    }
}
/*fin min-width 991*/
@media (min-width: 767px) and (max-width: 991px){
    .hidden-sm {
        display: none !important;
    }
    .w-sm-100{
        width: 100%!important;
    }
    .w-sm-60{
        width: 60%!important;
    }
    .w-sm-50{
        width: 50%!important;
    }
    .w-sm-40{
        width: 40%!important;
    }
    .w-sm-30{
        width: 30%!important;
    }
    .w-sm-20{
        width: 20%!important;
    }
}
@media (min-width: 991px) and (max-width: 1200px){
    html{
        font-size: 80%;
    }
    .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: 3rem;
    }
    h2{
        font-size: 2.5rem;
    }
    h3{
        font-size: 2rem;
    }
    h4{
        font-size: 1.5rem;
    }
    h5{
        font-size: 1.1rem;
    }
    .fs-01 {
        font-size: 4.4rem !important;
    }
    .fs-0 {
        font-size: 4rem !important;
    }
    .fs-1 {
        font-size: 3rem !important;
    }
    .fs-2 {
        font-size: 2.6rem !important;
    }
    .fs-3 {
        font-size: 2.2rem !important;
    }
    .fs-4 {
        font-size: 1.7rem !important;
    }
    .fs-5 {
        font-size: 1.4rem!important;
    }
    .fs-6 {
        font-size: 1.2rem!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-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;
    }
    .w-lg-auto{
        width: auto !important;
    }
}
/*fin min-width 1200 */
@media(min-width: 1400px){
    :root {
    --fontsize-base: 0.9rem;
    --fontsize-secondary: 0.98rem;
}
    .logo img{
        height: auto;
    }
    #navbarsPrincipal .nav-link.nav-primary {
        /* font-size: 0.92rem; */
    }
    .col-xxl-25{
        width: 18.666667%;
    }
    .col-xxl-95{
        width: 81.3333%;
    }
    .col-xxl-28{
        width: 22.2%;
    }
}
/*fin min-width 1400 */
@media(min-width: 1500px){
    /* body{
        font-size: 1rem;
    } */
    .alto-scrollHome {
        max-height: 700px;
        height: 700px;
    }
    .btn-to-top{
        width: 50px;
        font-size: 28px;
        height: 50px;
        line-height: 50px;
    }
    .wa__btn_popup .wa__btn_popup_icon{
        width: 70px;
        height: 70px;
    }
    #navbarsPrincipal .nav-link.nav-primary {
        /* font-size: 1rem; */
    }
}
/*fin min-width 1500 */
@media(min-width: 1900px){
    html{
        font-size: 110%;
    }
    :root{
        --fontsize-base: 1.06rem;
    }
    /* body{
        font-size: 1.4rem;
    }
    button, .btn {
        font-size: 1.3rem;
    }
    label {
        font-size: 1.4rem;
    } */
    h1, .h1 {
        font-size: 2.7rem;
    }
    h2, .h2 {
        font-size: 2.2rem;
    }
    h3, .h3 {
        font-size: 2rem;
    }
    h4, .h4 {
        font-size: 1.8rem;
    }
    h5, .h5 {
        font-size: 1.4rem;
    }
    h6, .h6 {
        font-size: 0.98rem;
    }
    .fs-01 {
        font-size: 4.4rem !important;
    }
    .fs-0 {
        font-size: 4.1rem !important;
    }
    .fs-1 {
        font-size: 3.7rem !important;
    }
    .fs-2 {
        font-size: 3.5rem !important;
    }
    .fs-3 {
        font-size: 2.8rem !important;
    }
    .fs-4 {
        font-size: 2.1rem !important;
    }
    .fs-5 {
        font-size: 1.8rem!important;
    }
    .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;
    }
    .dropdown-menu {
        font-size: 1.2rem;
    }
    .btn-flechita{
        font-size: 1.3rem;
    }
    .top-cab a{
        font-size: 1.3rem;
    }
    /* .nav-link.nav-primary{
        font-size: 1.3rem !important;
    } */
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
         max-width: 85%; 
/*        max-width: 1400px;*/
    }
    .logo img {
        height: auto;
    }
    .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;
        top: -203%;
    }
    .box-esqueleto span.comment4:before{
        left: 0;
        bottom: -121%;
    }
    .box-flix{
        height: 480px;
    }
    .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%;
    }
    .btn-linesed{
        font-size: 1rem;
    }
    .img-object {
        height: 330px;
    }
    .box-degradado.box-chico figure {
        height: 350px;
    }
    .btn-llamada span {
        width: 100px;
    }
    .btn-llamada b{
        height: 84px;
        font-size: 1.8rem;
    }
    .wa__btn_popup .wa__btn_popup_icon {
        width: 85px;
        height: 85px;
    }
    .wa__btn_popup .wa__btn_popup_icon:before{
        background-size: 50px auto;
        -webkit-background-size: 50px auto;
        -moz-background-size: 50px auto;
    }
    .wa__btn_popup .wa__btn_popup_icon:after{
        background-size: 30px auto;
        -webkit-background-size: 30px auto;
        -moz-background-size: 30px auto;
    }
    .wa__popup_chat_box .wa__stt:after{
        height: 30px;
        width: 30px;
    }
}
/*fin min-width 1900 */
@media(min-width: 3000px){
    html{
        font-size: 200%;
    }
    .logo img {
        max-height: 135px;
    }
    .box-cubo{
        height: 420px;
    }
    .box-cubo img {
        height: 170px;
    }
    .img-object {
        height: 600px;
    }
    .caja-inscribete .cj-title{
        padding: 1rem 1rem;
    }
    .btn-linesed {
        font-size: 1.2rem;
    }
    .box-degradado.box-chico figure {
        height: 650px;
    }
    .splide__arrow{
        height: 6.5rem !important;
    }
    .btn-linesed{
        line-height: 2;
    }
    .splide__arrow.splide__arrow--prev:before, .splide__arrow.splide__arrow--next:before{
        width: 95px;
        margin-top: -1.12rem;
    }
    .splide__arrow.splide__arrow--prev:after, .splide__arrow.splide__arrow--next:after{
        width: 95px;
        margin-top: 1.12rem;
    }
    .btn-to-top {
        width: 110px;
        font-size: 80px;
        height: 110px;
        line-height: 110px;
    }
    .wa__btn_popup .wa__btn_popup_icon {
        width: 150px;
        height: 150px;
    }
    .wa__btn_popup .wa__btn_popup_icon:before {
        background-size: 90px auto;
        -webkit-background-size: 90px auto;
        -moz-background-size: 90px auto;
    }
    .wa__btn_popup .wa__btn_popup_icon:after {
        background-size: 70px auto;
        -webkit-background-size: 70px auto;
        -moz-background-size: 70px auto;
    }
    .wa__popup_chat_box{
        width: 551px;
        bottom: 210px;
    }
    .wa__popup_chat_box .wa__stt {
        padding: 18px 76px 20px 110px;
    }
    .wa__popup_content_list .wa__popup_content_item .wa__member_name {
        font-size: 0.9rem;
    }
    .wa__popup_content_list .wa__popup_content_item .wa__member_duty {
        font-size: 0.6rem;
    }
    .wa__popup_chat_box .wa__stt:after {
        height: 50px;
        width: 50px;
    }
    .wa__popup_chat_box .wa__popup_heading:before{
        width: 65px;
        height: 40px;
    }
    .wa__popup_content_list .wa__popup_content_item .wa__popup_txt{
        min-height: 60px;
        height: 90px;
    }
    .wa__popup_chat_box .wa__popup_heading .wa__popup_title{
        font-size: 0.9rem;
        line-height: 36px;
    }
    .wa__popup_chat_box .wa__popup_heading .wa__popup_intro{
        font-size: 0.7rem;
        line-height: 31px;
    }



}
/*fin min-width 3000 */