.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: #0077bd;
    --color-primary: #0077bd;
    --color-secondary: #606062;
    --bs-warning-rgb: 255,193,33;
    --bs-primary: #0077bd;
}
@font-face {
    font-family: "montserrat";
    src: url("../fonts/Montserrat-Regular.otf");
    src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Montserrat-Regular.woff") format("woff"),
    url("../fonts/Montserrat-Regular.ttf") format("truetype"),
    url("../fonts/Montserrat-Regular.svg#montserrat") format("svg");
    font-weight: 100;
}
/*@font-face {
    font-family: "montserrat";
    src: url("../fonts/Montserrat-Medium.otf");
    src: url("../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Montserrat-Medium.woff") format("woff"),
    url("../fonts/Montserrat-Medium.ttf") format("truetype"),
    url("../fonts/Montserrat-Medium.svg#montserrat") format("svg");
    font-weight: 500;
}*/
@font-face {
    font-family: "montserrat";
    src: url("../fonts/Montserrat-SemiBold.otf");
    src: url("../fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Montserrat-SemiBold.woff") format("woff"),
    url("../fonts/Montserrat-SemiBold.ttf") format("truetype"),
    url("../fonts/Montserrat-SemiBold.svg#montserrat") format("svg");
    font-weight: 500;
}
@font-face {
    font-family: "montserrat";
    src: url("../fonts/Montserrat-Bold.otf");
    src: url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Montserrat-Bold.woff") format("woff"),
    url("../fonts/Montserrat-Bold.ttf") format("truetype"),
    url("../fonts/Montserrat-Bold.svg#montserrat") format("svg");
    font-weight: 900;
}
body {
    font-family: 'montserrat';
    color: #606062;
    font-size: 0.92rem;
    letter-spacing: 0px;
    font-weight: 100;
}
img{
    max-width: 100%;
}
figure{
    margin-bottom: 0;
}
input[type='text'].form-control, input[type='number'].form-control, input[type='email'].form-control, input[type='password'].form-control, input[type='date'].form-control, input[type='tel'].form-control, select.form-control, textarea.form-control, select.select {
    height: 50px;
    line-height: 1.5 !important;
    -webkit-appearance: none;
    border-radius: 0px;
    padding: 0 1rem;
    background-color: #fff;
    position: relative;
    z-index: 2;
    /*width: 100%;*/
    border-color: #bbb;
    color: #252525;
    font-size: 1rem;
}
textarea.form-control {
    height: auto !important;
    padding-top: 12px;
}
.form-control:focus{
    border-color: #eaeaea;
    box-shadow: 0 0 0 0.5rem rgba(197,197,197,0.25);
}
a{
    color: #0077bd;
    text-decoration: none;
}
a:hover {
    color: #0d6bcb;
}
a, button, .btn{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
button, .btn{
    font-size: 0.95rem;
}
button:focus-visible {
    outline: none !important;
}
.fw-lighter{
    font-weight: 600 !important;
}
.fw-bolder {
    font-weight: 900!important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    line-height: 1.2;
}
p {
    margin-bottom: 10px;
}
h1, .h1 {
    font-size: 2.074rem;
    /*color: #000;*/
}
h2, .h2 {
    font-size: 1.728rem;
    /*color: #000;*/
}
h3, .h3 {
    font-size: 1.44rem;
    /*color: #000;*/
}
h4, .h4 {
    font-size: 1.2rem;
    /*color: #000;*/
}
h5, .h5 {
    font-size: 0.98rem;
}
h6, .h6 {
    font-size: 0.8rem;
}
.fs-0{
    font-size: 3.052rem;
}
.text-danger {
    color: #ed1328 !important;
}
.text-warning{
    color: #f19700 !important;
}
.text-success {
    color: #8dc63f !important;
}
.text-info {
    color: #89d2de !important;
}
.text-rosa {
    color: #eab5ac !important;
}
.text-primary {
    color: #0077bd !important;
}
.text-secondary{
    color: #69696b !important;
}
.text-purple{
    color: #586b98 !important;
}
.text-turqueza{
    color: #0081a6 !important;
}
.text-white-hover:hover {
    color: #89d2de !important;
}
.text-white-hover:hover svg{
    fill: #89d2de;
}
.border-primary {
    border-color: #000000!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-90{
    width: 90% !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;
}
.mt-6{
    margin-top: 6rem!important;
}
.mb-6{
    margin-bottom: 6rem!important;
}
.mt-7{
    margin-top: 7rem!important;
}
.mb-7{
    margin-bottom: 7rem!important;
}
.mt-8{
    margin-top: 8rem!important;
}
.mb-8{
    margin-bottom: 8rem!important;
}
.form-control::-webkit-input-placeholder {
    color: #ccc;
}
.form-control:-moz-placeholder {
    color: #ccc;
    opacity: 1;
}
.form-control::-moz-placeholder {
    color: #ccc;
    opacity:  1;
}
.form-control:-ms-input-placeholder {
    color: #ccc;
}
.btn{
    border-radius: 0.5rem;
}
.btn-primary{
    background-color: #0077bd;
    border-color: #0077bd;
}
.btn-primary:hover{
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .4) !important;
    background-color: #096ca7 !important;
    border-color: #096ca7 !important;
}
.btn-white{
    background-color: #fff;
    border-color: #fff;
}
.btn-white:hover{
    background-color: #f7f7f7 !important;
    border-color: #f7f7f7 !important;
}
.btn-warning {
    background-color: #f19700;
    border-color: #f19700;
}
.btn-warning:hover{
    background-color: #d78c0d !important;
    border-color: #d78c0d !important;
}
.btn-turqueza {
    background-color: #0081a6;
    border: 0;
    color: #fff;
}
.btn-turqueza:hover{
    background-color: #006480 !important;
    color: #d0e1e6 !important;
}
.btn-purple{
    background-color: #586b98 !important;
    border-color: #586b98 !important;
    color: #fff !important;
}
.btn-purple:hover{
    background-color: #3e507a !important;
    border-color: #3e507a !important;
    color: #fff !important;
}
.btn-outline-white{
    color: #fff !important;
    border-color: #fff !important;
    background-color: transparent !important;
}
.btn-outline-white:hover{
    background-color: #fff !important;
    color: #0077bd !important;
}
.btn-primary-50{
    background-color: rgb(0 119 189 / 80%);
    color: #fff;
}
.btn-primary-50:hover{
    background-color: #0077bd !important;
    border-color: none !important;
    color: #fff !important;
}
.dropdown-item.active, .dropdown-item:active{
    background-color: transparent !important;
    color: #717174;
}
.bg-lighter{
    background-color: #fafafb !important;
}
.bg-light {
    background-color: #f8f8f9 !important;
}
.bg-normal{
    background-color: #f3f2f2 !important;
}
.bg-purple{
    background-color: #586b98 !important;
}
.bg-primary{
    background-color: #0077bd !important;
}
.bg-secondary{
    background-color: #606062 !important;
}
.bg-primary-50{
    background-color: rgb(0 119 189 / 80%) !important;
}
.border-secondary {
    border-color: #717174 !important;
}
.shadow-white{
    box-shadow: 0px 0px 1px 1px rgb(255 255 255 / 90%);
}
.shadow-light{
    box-shadow: 0 0.2rem 0.42rem rgba(0,0,0,.15)!important;
}
.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: #7d7d7d;
    font-size: 1.1rem;
    font-weight: 100;
    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: #3d3b3b !important;
    box-shadow: 0 .3rem 0.7rem rgba(0,0,0,.2)!important;
}
.zi-0{
    z-index: 0!important;
}
.zi-1{
    z-index: 1!important;
}
.lh-md{
    line-height: 1.5 !important;
}
.mt-03{
    margin-top: -3rem !important;
}
.border-right{
    border-right: 1px solid #fff;
}
.text-justify{
    text-align: justify;
}
.modal-dialog.modal-lg {
    margin-top: 70px;
    padding-right: 0;
}
.modal-content {
    border-radius: 8px;
    border: 0px solid rgba(0,0,0,.2);
    box-shadow: inset 0 0em 1.5em rgb(0 0 0 / 10%), 0 0 0 2px rgb(244 244 244 / 0%), 0.3em 1em 1em rgb(0 0 0 / 30%);
    padding: 15px;
}
.modal-header {
    margin: 0;
    padding: 25px 15px;
    background: #fff;
    border-bottom: 0px solid #e5e5e5;
    border-radius: 8px 8px 0 0;
    color: #000;
    text-align: center;
}
.modal-header .close {
    margin-top: -2px;
    position: absolute;
    top: -60px;
    right: 0;
    font-size: 40pt;
    font-weight: 100;
    text-shadow: none;
    color: #fff;
    font-family: initial;
    opacity: 1;
    height: auto;
    border: 0;
    background: transparent;
    outline: none;
    line-height: 1;
}
/* scroll web */
::-webkit-scrollbar {
    width: 11px;
    height: 11px;
}
::-webkit-scrollbar-thumb {
    background: #0077bd;
    /*border-radius: 0px;*/
    cursor: pointer !important;
}
::-webkit-scrollbar-thumb:active {
    background-color: #0077bd;
    cursor: pointer !important;
}
::-webkit-scrollbar-thumb:hover {
    background: #0077bd;
    /*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: 4px;*/
}
::-webkit-scrollbar-scroll{
    background: #0077bd;
}
::-webkit-scrollbar-track:hover,
::-webkit-scrollbar-track:active {
    /*border:  1px solid red;*/
}
::-moz-scrollbar {
    width: 11px;
    height: 11px;
}
::-moz-scrollbar-thumb:active {
    background-color: #0077bd;
    cursor: pointer !important;
}
::-moz-scrollbar-thumb:hover {
    background: #0077bd;
    /*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: #0077bd;
    cursor: pointer !important;
}
::-ms-scrollbar-thumb:hover {
    background: #0077bd;
    /*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: #0077bd;
}
::-ms-scrollbar-track:hover,
::-ms-scrollbar-track:active {
    /*border:  1px solid red;*/
}
/*fin scroll web*/
/*--------------------------------------------*/
/*_____________   WEB CSS   _____________*/
/*--------------------------------------------*/
label{
    font-size: 0.9rem;
}
.radio input[type="radio"], .checkbox input[type="checkbox"] {
    /* display: none; */
    width: 0;
    border: 0 !important;
    margin: 0 !important;
    position: absolute;
    z-index: -1;
    outline: none !important;
}
.radio label, .checkbox label {
    padding: 3px 5px 0px 30px;
    display: inline-block;
    position: relative;
    font-size: 15px;
    cursor: pointer;
    font-weight: normal;
}
.radio label:before, .checkbox label:before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    background: white;
    border: 2px solid #ffffff;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 4px;
}
.checkbox label:after {
    content: "";
    position: absolute;
    left: 7px;
    top: 6px;
    width: 6px;
    height: 12px;
    border: solid #0077bd;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none;
}
.checkbox label:before {
    border-radius: 0px;
}
.checkbox input[type="checkbox"]:checked + label:after {
    display: block;
}
.linkeables{
    padding: 0;
    margin: 0px 0 0px;
    /* border-bottom: 1px dotted #b7b7b7; */
}
.linkeables li{
    list-style: none;
    display: inline-block;
    padding: 0 1px;
    font-size: 0.9rem;
}
.linkeables li a{
    color: #606062;
    /*text-transform: uppercase;*/
    text-decoration: none;
}
.linkeables li a:hover{
    color: #0077bd;
}
.linkeables>li+li:before {
    /*content: "/\00a0";*/
    content: "/";
    padding: 0 5px 0 0;
}
.linkeables li a i{
    padding-right: 6px;
}
/* whatsapp flotante */
.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 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: 4rem;
}
.texto-flotante{
    /*display: none;*/
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-animation: cs_tittles 15000ms infinite -1400ms ease;
    -moz-animation: cs_tittles 15000ms infinite -1400ms ease;
    animation: cs_tittles 15000ms infinite -1400ms ease;
}
.flotante-msg{
    bottom: 80px;
}
/*fin whatsapp*/

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

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

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

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

}

@-ms-keyframes pulse-wsp{

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

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

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

}

@-moz-keyframes pulse-wsp{

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

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

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

}

@keyframes pulse-wsp{

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

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

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

}
#nta-wa-gdpr{

    vertical-align: text-top !important;

    padding: 0 !important;

    margin: 0 !important;

}
.nta-wa-gdpr{

    font-size: 11px;

    padding: 5px;

    margin-left: -5px;

    margin-right: -5px;

    border-radius: 4px;

}



.nta-wa-gdpr a{

    text-decoration: underline;

    color: inherit;

}



.pointer-disable{

    pointer-events: none;

}



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

    content: '';

    display: block;

    clear: both;

}



.wa__button{

    border-bottom: none !important;

}



.wa__btn_w_img:hover{

    text-decoration: none;

}



.wa__button,

.wa__btn_popup,

.wa__button *,

.wa__btn_popup *,

.wa__btn_popup :before,

.wa__button :before,

.wa__button :after,

.wa__btn_popup :after,

.wa__popup_chat_box,

.wa__popup_chat_box *,

.wa__popup_chat_box :before,

.wa__popup_chat_box :after{

    box-sizing: border-box;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

}



/* VVV--button--VVV */

.wa__button{

    position: relative;

    width: 300px;

    min-height: 64px;

    display: block;

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

    text-decoration: none;

    color: #fff;

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

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

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

}

.wa__btn_txt{

    display: inline-block;

    font-size: 12px;

    line-height: 1.33em;

}



.wa__btn_w_icon .wa__btn_txt{

    padding: 16px 20px 15px 71px;

}



.wa__button_text_only .wa__btn_txt,

.wa__r_button.wa__btn_w_img.wa__button_text_only .wa__btn_txt,

.wa__sq_button.wa__btn_w_img.wa__button_text_only .wa__btn_txt{

    padding-top: 25px;

    padding-bottom: 24px;

}







.wa__btn_w_icon .wa__btn_txt .wa__btn_title{

    font-weight: 600;

    padding-left: 2px;

    font-size: 14px;

}



.wa__cs_info{

    margin-bottom: 2px

}



.wa__btn_status{

    color: #F5A623;

    font-size: 9px;

    padding: 2px 0 0;

    font-weight: 700;

}



.wa__cs_info .wa__cs_name,

.wa__cs_info .wa__cs_status{

    display: inline-block;

}



.wa__cs_info .wa__cs_name{

    font-weight: 400;

    font-size: 12px;

    line-height: 1.36em;

}



.wa__stt_online .wa__cs_info .wa__cs_name{

    color: #d5f0d9

}



.wa__stt_offline .wa__cs_info .wa__cs_name{

    color: #76787d;

}



.wa__cs_info .wa__cs_status{

    width: 36px;

    height: 14px;

    margin-left: 3px;

    padding: 1px;

    font-size: 9px;

    line-height: 1.34em;

    border-radius: 5px;

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

    position: relative;

    top: -1px;

    left: 0px;

    text-align: center;

}



.wa__stt_online .wa__cs_info .wa__cs_status{

    background: #62c971;

}



.wa__stt_offline .wa__cs_info .wa__cs_status{

    background: #b9bbbe;

}





.wa__stt_online{

    background: #2DB742;

    cursor: pointer;

    transition: 0.4s ease all;

    -webkit-transition: 0.4s ease all;

    -moz-transition: 0.4s ease all;

    backface-visibility: hidden;

    will-change: transform;

}

.wa__stt_online .wa__btn_txt{

    position: relative;

    z-index: 4;

}

.wa__r_button.wa__stt_online:before{

    border-radius: 50vh;

}

.wa__sq_button.wa__stt_online:before{

    border-radius: 5px;

}

.wa__stt_online:before{

    content: '';

    transition: 0.4s ease all;

    -webkit-transition: 0.4s ease all;

    -moz-transition: 0.4s ease all;

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

    position: absolute;

    left: 0;

    top: 0;

    z-index: -1;

    width: 100%;

    height: 100%;

    opacity: 0;

    will-change: opacity;

}

.wa__button.wa__stt_online:focus,

.wa__button.wa__stt_online:active,

.wa__button.wa__stt_online:hover{

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

    transform: translate(0,-3px);

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

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

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

}

.wa__button.wa__stt_online:focus:before,

.wa__button.wa__stt_online:active:before,

.wa__button.wa__stt_online:hover:before{

    opacity: 1;

}

.wa__stt_online.wa__btn_w_icon .wa__btn_icon img{

    transform: scale(1);

    -webkit-transform: scale(1);

    -moz-transform: scale(1);

    -ms-transform: scale(1);

    transition: 0.2s ease all;

    -webkit-transition: 0.2s ease all;

    -moz-transition: 0.2s ease all;

}



.wa__stt_offline{

    background: #EBEDF0;

    color: #595B60;

    box-shadow: none;

    cursor: initial;

}



.wa__stt_offline.wa__btn_w_icon .wa__btn_txt {

    padding: 8px 20px 6px 71px;

}



.wa__stt_offline.wa__r_button.wa__btn_w_img .wa__btn_txt{

    padding: 8px 20px 8px 100px

}



.wa__stt_offline.wa__sq_button.wa__btn_w_img .wa__btn_txt {

    padding: 8px 20px 8px 70px;

}



.wa__btn_w_icon .wa__btn_icon{

    position: absolute;

    top: 50%;

    left: 16px;

    transform: translate(0,-50%);

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

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

}



.wa__btn_w_icon .wa__btn_icon img{

    width: 41px;

    height: 69px;

}



.wa__btn_w_img{

    position: relative;

    width: 300px;

    margin: 20px 0 20px;

}



.wa__btn_w_img .wa__cs_img{

    position: absolute;

    top: 50%;

    left: 0px;

    text-align: center;

    transform: translate(0,-50%);

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

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

}

.wa__btn_w_img .wa__cs_img_wrap{

    width: 79px;

    height: 79px;

    border-radius: 50%;

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    border: 3px solid #ffffff;

    position: relative;

    overflow: hidden;

}

.wa__btn_w_img .wa__cs_img img{

    max-width: 100%;

    height: auto;

    transition: 0.2s ease transform;

    -webkit-transition: 0.2s ease transform;

    -moz-transition: 0.2s ease transform;

}

.wa__btn_w_img .wa__cs_img:after{

    content: '';

    background: #ffffff url('../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('../../imagenes/whatsapp_logo_green_sm.svg') 0 0 no-repeat;*/

    background-size: 100% 100%;

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

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

    vertical-align: top;

    top: 0px;

    margin-right: -19px;

    left: -31px;

    transition: 0.2s ease background-image;

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

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

}

.wa__popup_call_btn.wa__popup_call_btn_lg:hover:before,

.wa__popup_call_btn.wa__popup_call_btn_lg:focus:before,

.wa__popup_call_btn.wa__popup_call_btn_lg:active:before{

    background-image: url('../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(../../imagenes/whatsapp_logo_green.svg) center top no-repeat;*/

    background-size: 33px;

    display: block;

    width: 55px;

    height: 33px;

    position: absolute;

    top: 20px;

    left: 12px;

}

.wa__popup_chat_box_gray .wa__popup_heading_gray .wa__popup_intro a{

    color: #595b60;

}



.wa__popup_chat_box_ct{

    width: 384px;

    text-align: center;

}



.wa__popup_chat_box_ct .wa__popup_heading_ct{

    text-align: center;

    padding: 18px 0 18px;

}



.wa__popup_chat_box_ct .wa__popup_heading_ct:before {

    content: '';

    background: url(../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('../../imagenes/whatsapp_logo_green.svg') 0 3px no-repeat;*/

    background-size: 12px auto;

    -webkit-background-size: 12px auto;

    -moz-background-size: 12px auto;

}



.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_stt_offline{

    color: #f5a623;

    font-size: 9px;

    line-height: 12px;

    padding: 2px 0 0;

}





.wa__popup_chat_box_ct .wa__popup_ct_avatar img{

    border-radius: 50%

}



.wa__popup_chat_box_ct .wa__popup_ct_call_btn{

    width: 97px;

    font-size: 11px;

    padding: 9px 10px 11px;

    margin: 15px 0 15px;

}
/* 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 */
.top-cab {
    background: #0077bd;
    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: 0.9rem;
    -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:hover {
    color: #74ccff;
}
.line-right{
    position: relative;
}
.line-right:before{
    content: "";
    position: absolute;
    top: 50%;
    right: -2px;
    transform: translateY(-50%);
    height: 50%;
    width: 1px;
    background: #fff;
}
.fondo-footer{
    background: #606060;
    color: #fff;
}
.fondo-pie{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.fondo-pie a{
    color: #fff;
    text-decoration: none;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
.iconos-pie {
    padding-bottom: 8px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
.iconos-pie i {
    width: 36px;
    font-size: 22px;
    text-align: center;
    line-height: 1.5;
}
.iconos-pie aside {
    margin-bottom: 0;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.iconos-pie:hover i{
    color: #7fcfff;
}
.iconos-pie aside:hover{
    color: #7fcfff;
}
.banner-imagen{
    position: relative;
}
.banner-imagen:before{
    content: "";
    background: rgb(0 0 0 / 50%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    position: absolute;
}
.banner-title{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    z-index: 1;
    padding: 0 1rem;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
.btn-banner{
    background: transparent;
    border: 2px solid #fff;
    padding: 8px 15px;
    color: #fff;
    border-radius: 1rem;
    width: 240px;
    display: inline-block;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 100;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
.btn-banner:hover, .btn-banner:focus{
    background: #fff;
    color: #0077bd;
}
.swiper-button-disabled.swiper-button-lock{
    opacity: 0;
    display: none;
}
.swiper-container .swiper-button-next, .swiper-container .swiper-button-prev{
    display: none;
}
.swiper-initialized.swiper-container .swiper-button-next, .swiper-initialized.swiper-container .swiper-button-prev{
    display: flex;
}
.swiper-banner .swiper-button-next, .swiper-rtl .swiper-button-prev{
    right: 15px;
}
.swiper-banner .swiper-button-prev, .swiper-rtl .swiper-button-next{
    left: 15px;
}

/*menu principal*/
.nav-link{
    font-size: 1rem;
}
@keyframes menuAnimacion{
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.menu-efecto {
    top: 0;
    position: relative;
    z-index: 99;
    width: 100%;
    padding-top: 0;
}
.menu-on {
    background: #fff;
    /* background: rgb(255 255 255 / 97%); */
    padding-bottom: 0;
    box-shadow: 0 2px 6px 2px rgb(129 129 129 / 80%);
    position: fixed;
    top: 0;
    padding-top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    border-bottom: 0px solid #fff;
    /*transition: transform 0.3s ease-out, opacity 0s 0.3s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);*/
    opacity: 1;
    /*transition: transform 0.3s ease-out, opacity 0s 0s;
    -webkit-animation: menuAnimacion 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
    -moz-animation: menuAnimacion 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
    animation: menuAnimacion 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;*/
}
.menu-on .top-cab{
    height: 0;
}
.menu-on .logo img{
    max-width: 80%;
}
/*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;
}
.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%;
}
.swiper-pagination{
    position: relative;
    margin-top: 10px;
}
.swiper-container{
    position: relative;
    /*overflow: hidden;*/
}
.swiper-container.swiper-watch-progress .swiper-slide{
    opacity: 0;
    height: 0;
}
.swiper-container .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 .dropdown-toggle::after{
    display: none;
}
.swiper-container .dropdown-toggle.show i:before{
    content: "\f0d7";
}
.swiper-container .dropdown-toggle:hover, .swiper-container .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: #545454;
}
.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;
}
.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: 12px;
    border: 0;
    width: 100%;
}
.cont-dropdown{
    display: flex;
    justify-content: center;
}
.cont-dropdown li{
    border: 1px solid #565e64;
    margin-left: 4px;
    margin-right: 4px;
}
.cont-dropdown li .dropdown-item{
    padding: 8px 5px;
    font-size: 0.95rem;
    color: #69696b !important;
}
.cont-carru figure{
    position: relative;
    overflow: hidden;
    height: 290px;
    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;
    width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.cont-carru aside{
    position: absolute;
    bottom: 20px;
    left: 0;
    background: #0077bd;
    color: #fff;
    padding: 10px;
}
.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: 1;
}
.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;
}
.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: #8dc63f !important;
    color: #fff !important;
}
.rating {
    display: block;
    text-align: center;
    font-size: 20px;
    color: #ffc121;
    cursor: pointer;
    -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 13px 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;
}
.cont-testimonio aside{
    background: #8dc63f;
    height: 55px;
}
.cont-testimonio article{
    background: #fff;
    padding: 10%;
    text-align: center;
}
.text-absoluto{
    font-size: 5rem;
    line-height: 0;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    color: #d7aeae;
}
.img-fondo-absoluto{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
.lista-figure{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}
.lista-figure li{
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.lista-figure li figure{
    width: 80px;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}
.lista-figure li figure:before{
    content: "";
    position: absolute;
    left: 50%;
    top: 80%;
    width: 1px;
    height: 45%;
    background: #0671d3;
    z-index: -1;
}
.lista-figure li:last-child figure:before{
    display: none;
}
.lista-figure li aside{
    width: 100%;
    margin-left: 15px;
    font-size: 1.1rem;
}
.parallax-imagen{
    background-position: center;
    background-size: cover;
}
.cont-cate{
    justify-content: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.div-cate{
    height: 160px;
    width: 160px;
    background: rgb(0 128 163 / 80%);
    border-radius: 1.2rem;
    margin: 0 20px 20px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 0.8rem;
    text-align: center;
}
.shadow-section{
    box-shadow: 0 0rem 1.2rem rgba(0,0,0,.12)!important;
}
.shadow-section-bottom {
    box-shadow: 0 1rem 1.2rem rgba(0,0,0,.12)!important;
}

/*=========== flecha hacia arriba ============*/
.scrollup{
    /*width:40px;
    height:40px;
    opacity:0.4;
    position:fixed;
    bottom:20px;
    left: 10px;
    text-indent:-9999px;
    background: transparent url('../../imagenes/navegacion-top.svg') no-repeat;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    background-size: cover;
    fill: #000;
    z-index: 991;*/
    display:none;
}
.scrollup:hover{
    opacity:1;
}
.btn-to-top {
    background: #0077bd;
    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 #0077bd;
    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: #0077bd;
    border-radius: 5px;
}
.btn-to-top:hover:after {
    border-color: #0077bd;
    -webkit-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
    border-radius: 5px;
    opacity: 1;
}
/*=========== final flecha hacia arriba ============*/
.fourOfour {
    text-align: center;
    padding: 5rem;
}
.fourOfour h1{
    font-size: 8rem;
    font-weight: 900;
}
.fourOfour .btn-primary{
    padding: 0.6rem 2rem;
}
.grid-val span{
    display: inline-flex;
    margin: 4px;
    font-size: 1rem;
    color: #0077bd;
    font-weight: normal;
    padding: 0.6rem 1.2rem;
}
.btn-whatsapp-outline{
    display: flex;
    align-items: center;
    justify-content: center;
    -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-outline i{
    color: #36b63b;
}
.btn-whatsapp-outline:hover{
    background-color: #0077bd !important;
    color: #fff !important;
}
.btn-azul-outline{
    border: 1px solid #0077bd !important;
    color: #0077bd;
    min-width: 160px;
}
.btn-azul-outline:hover{
    background-color: #0077bd !important;
    color: #fff !important;
}
.box-zoom-hover{
    box-shadow: 0 .5rem 0.7rem rgba(0,0,0,.15)!important;
    height: 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.box-zoom-hover figure{
    height: 300px;
    overflow: hidden;
}
.box-zoom-hover figure img{
    object-fit: cover;
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.box-zoom-hover aside{
    background: #fff;
    color: #000;
    padding: 1.2rem;
}
.box-zoom-hover:hover {
    box-shadow: 0 0.5rem 1.2rem rgba(0,0,0,.25)!important;
}
.box-zoom-hover:hover figure img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.box-directory{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.box-directory a{
    padding: 0.6rem;
    font-weight: 400;
    color: #69696b;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.box-directory a:hover{
    color: #0077bd;
}
.lista-info{
    background: #fff;
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    padding: 10px;
    color: #7c7c7c;
}
.colmenu{
    width: auto;
    max-width: 80%;
}
.copy{
    background: #303031;
}
.img-alto{
    height: 70px;
}
.box-efectos{
    position: relative;
}
.box-efectos figure{
    position: relative;
    height: 420px;
    overflow: hidden;
}
.box-efectos figure img{
    object-fit: cover;
    height: 100%;
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.box-efectos .mascara{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0 / 72%);
}
.box-efectos .text-mascara{
    position: relative;
    z-index: 2;
    color: #fff;
}
.box-efectos aside{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box-efectos:hover figure img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.img-cli{
    max-height: 90px;
    max-width: 80%;
}
.form-transparent .form-control::-webkit-input-placeholder {
    color: rgb(255 255 255 / 42%) !important;
}
.form-transparent .form-control:-moz-placeholder {
    color: rgb(255 255 255 / 42%) !important;
    opacity: 1;
}
.form-transparent .form-control::-moz-placeholder {
    color: rgb(255 255 255 / 42%) !important;
    opacity:  1;
}
.form-transparent .form-control:-ms-input-placeholder {
    color: rgb(255 255 255 / 48%) !important;
}
.border-white-50{
    border-color: rgb(255 255 255 / 48%) !important;
}
.img-form{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.div-absolute {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}
.img-centrado{
    height: 50px;
    display: flex;
}
.img-centrado img{
    max-height: 100%;
    max-width: 80%;
    width: auto!important;
}
.box-hover{
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.box-hover:hover{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.img-absolute-left-top{
    position: absolute;
    top: 0;
    left: 0;
}
.img-absolute-left{
    position: absolute;
    bottom: 0;
    left: 0;
}
.img-absolute-right{
    position: absolute;
    bottom: 0;
    right: 0;
}
.swiper-pagination {
    bottom: 0 !important;
    margin-top: 15px;
    z-index: 2;
}
.swiper-pagination-bullet {
    background: #0077bd !important;
    height: 17px;
    width: 17px;
    outline: none !important;
}
.iconos-chicos i {
    width: 50px;
    text-align: left;
}
.iconos-chicos i:before {
    font-size: 22px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.iconos-chicos aside {
    font-size: 16px;
    color: #606062;
    width: 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.iconos-chicos aside a {
    color: #606062;
}
.iconos-chicos:hover i {
    color: #0077bd;
}
.iconos-chicos:hover aside {
    color: #0077bd;
}
.iconos-chicos:hover aside a {
    color: #0077bd;
}
.img-contacto{
    position: absolute;
    bottom: 0;
    max-width: 70%;
    right: 0;
    z-index: -1;
    max-height: 100%;
}
.mapa iframe{
    width: 100% !important;
    float: left;
}
.numerador {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 30px;
}
.numerador i {
    background-color: #0077bd;
    border-radius: 100%;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: bold;
    width: 24px;
    height: 24px;
    margin-right: 6px;
    font-style: normal;
}
.numerador span {
    color: #000;
    /*font-weight: 600;*/
    font-size: 18px;
    line-height: 20px;
    margin-left: 6px;
}
.text-liston {
    color: #000;
    /*font-size: 12pt;*/
    margin: 0px 0 10px;
    position: relative;
}
.text-liston aside {
    position: relative;
    /*width: 100%;*/
}
.text-liston aside select {
    padding-right: 2.5rem;
}
.text-liston aside i {
    position: absolute;
    right: 10px;
    color: #252525;
    line-height: 1.7;
    z-index: 2;
    pointer-events: none;
    top: 0;
    display: table;
    height: 100%;
}
.text-liston aside i:before {
    font-size: 12px;
    vertical-align: middle;
    display: table-cell;
}
/* final css*/
/*_____________________________________*/
/* ------  max MEDIA QUERY   ------*/
/*_____________________________________*/
@media(max-width: 1299px) {
    .swiper-container{
        overflow: hidden;
    }
}
/*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: 15px;
        right: 15px;
        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: #000;
        -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: #fff;
        position: relative;
        right: 0;
        top: 0;
        padding: 3px 11px;
    }
    .head-logo .navbar-toggler .icon-bar {
        display: block;
        height: 2px;
        border-radius: 1px;
        background-color: #000;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        transition: all 0.4s ease;
        margin-top: 6px;
        width: 30px;
        transform: rotate(45deg);
    }
    .head-logo .navbar-toggler.collapsed .icon-bar {
        background-color: #0d0d0d;
        transform: rotate(0deg);
        width: 30px;
    }
    .head-logo .navbar-toggler.collapsed .icon-bar + .icon-bar {
        transform: rotate(0deg);
        margin-top: 6px;
    }
    .menu .navbar-collapse {
        width: 100%;
        padding-right: 0px !important;
        padding-left: 0px !important;
        left: -100%;
        transform: translate(0);
        transition-delay: 0s,.3s;
        transition-duration: .3s,0s;
        transition-property: transform,visibility;
        transition-timing-function: ease-in-out;
        visibility: hidden;
        z-index: 99999;
        position: fixed;
        height: 100vh;
        float: left;
        background-color: #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;
    }
    #navbarsPrincipal .nav-link{
        padding: 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    #navbarsPrincipal .navbar-nav{
        padding-top: 40px;
    }
    #navbarsPrincipal .dropdown-menu{
        border: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        background: #f6f6f6;
        border-radius: 0 !important;
    }
    #navbarsPrincipal ul li.active a{
        color: white;
        background: #0077bd;
    }
    #navbarsPrincipal ul > li > ul > li > a{
        padding-left: 20px !important;
    }
    #navbarsPrincipal ul > li > ul > li ul > li > a{
        padding-left: 30px !important;
    }
    #navbarsPrincipal ul > li > a.show{
        color: white;
        background: #0077bd;
    }
    #navbarsPrincipal ul > li > ul > li > a.show{
        color: white;
        background: #0095ed;
    }
    .swiper-container{
        overflow: hidden;
    }
    .swiper-home-buscados.swiper-container.swiper-watch-progress .swiper-slide{
        padding-bottom: 65px;
    }
    button, .btn {
        font-size: 1.2rem;
    }
    .banner-title{
        position: relative;
        top: 0;
        left: 0;
        transform: translateY(0%);
        background: #0077bd;
        padding: 2rem;
    }
    .logo img{
        height: 75px;
    }
    .text-white-sm{
        color: #fff !important;
    }

}
/*fin 991*/
@media(max-width: 767px) {
    h1, .h1 {
        font-size: 1.8rem;
    }
    .p-xs{
        font-size: 0.95rem;
    }
    .h1-xs{
        font-size: 2.074rem;
    }
    .h2-xs{
        font-size: 1.728rem;
    }
    .h3-xs{
        font-size: 1.44rem;
    }
    .h4-xs{
        font-size: 1.2rem;
    }
    .h5-xs{
        font-size: 1rem;
    }
    .p-xs-0{
        padding: 0 !important;
    }
    .hidden-xs {
        display: none !important;
    }
    .w-xs-10{
        width: 10% !important;
    }
    .w-xs-20{
        width: 20% !important;
    }
    .w-xs-30{
        width: 30% !important;
    }
    .w-xs-40{
        width: 40% !important;
    }
    .w-xs-50{
        width: 50% !important;
    }
    .w-xs-60{
        width: 60% !important;
    }
    .w-xs-70{
        width: 70% !important;
    }
    .w-xs-80{
        width: 80% !important;
    }
    .w-xs-90{
        width: 90% !important;
    }
    .w-xs-100{
        width: 100% !important;
    }
    .flex-xs-wrap {
        flex-wrap: wrap!important;
    }
    .btn-sus {
        background-color: #8dc63f !important;
        color: #fff !important;
    }
    .div-cate span{
        height: 40px;
        font-size: 1.1rem;
        width: 90%;
    }
    .div-cate img{
        top: 98%;
        right: -20px;
        height: 60px;
    }
    .cat-roedor img {
        height: 80px;
        top: 50%;
    }
    .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: 82%;
        font-size: 1rem;
    }
    .div-cate{
        height: 120px;
        width: 120px;
        margin: 0 10px 20px;
    }
    .cont-carru aside{
        width: 100%;
        text-align: center;
    }
    .logo img {
        height: 48px;
    }
    .banner-imagen:before{
        background: transparent;
    }
    .padding-carru-xs .swiper-slide{
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 10px;
    }
}
/*fin 767*/
@media(max-width: 420px) {
}
/*fin 420*/
@media(max-width: 320px) {
    .col-xs-12{
        width: 100%;
    }
}
/*fin 320*/
/*_____________________________________*/
/*_____________________________________*/
/*_____________________________________*/
/* ------  Min media Query   ------*/
/*_____________________________________*/
/*_____________________________________*/
/*_____________________________________*/
@media(min-width: 767px) {
    .px-md-42 {
        padding-right: 2rem!important;
        padding-left: 2rem!important;
    }
    .px-md-45 {
        padding-right: 2.5rem!important;
        padding-left: 2.5rem!important;
    }
    .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-42 {
        padding-top: 2rem!important;
        padding-bottom: 2rem!important;
    }
    .py-md-45 {
        padding-top: 2.5rem!important;
        padding-bottom: 2.5rem!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-42 {
        padding: 2rem!important;
    }
    .p-md-45 {
        padding: 2.5rem!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-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-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;
    }
    .col-md-20{
        flex: 0 0 auto;
        width: 20%;
    }
    .mt-md-09{
        margin-top: -9rem !important;
    }
}
/*fin min-width 767*/
@media(min-width: 991px) {
    .px-md-42 {
        padding-right: 2rem!important;
        padding-left: 2rem!important;
    }
    .px-md-45 {
        padding-right: 2.5rem!important;
        padding-left: 2.5rem!important;
    }
    .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-42 {
        padding-top: 2rem!important;
        padding-bottom: 2rem!important;
    }
    .py-md-45 {
        padding-top: 2.5rem!important;
        padding-bottom: 2.5rem!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-42 {
        padding: 2rem!important;
    }
    .p-md-45 {
        padding: 2.5rem!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-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-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;
    }
    .col-lg-20{
        flex: 0 0 auto;
        width: 20%;
    }
    .nav-link.nav-primary{
        font-size: 1rem;
        font-weight: 100;
        padding-right: 0.8rem !important;
        padding-left: 0.8rem !important;
        padding-top: 0.8rem !important;
        padding-bottom: 0.8rem !important;
        position: relative;
    }
    .nav-link.nav-primary:before, .nav-link.nav-primary:after{
        bottom: 0px;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        opacity: 0;
        visibility: hidden;
        transform: translateY(20px);
        left: 50%;
        transition: transform .4s;
        z-index: 9999;
        backface-visibility: hidden;
    }
    .nav-link.nav-primary:before{
        border-width: 12px;
        margin-left: -12px;
        border-bottom-color: #eee;
    }
    .nav-link.nav-primary.show:before{
        /*opacity: 1;
        visibility: visible;
        transform: translateY(0);*/
    }
    #navbarsPrincipal .dropdown-toggle.show{
        color: #024e91;
    }
    #navbarsPrincipal .dropdown-toggle::after{
        display: none;
    }
    #navbarsPrincipal .nav-item.dropdown .dropdown-menu{
        border-radius: 0;
        padding: 0;
        background-color: white !important;
        border: 0;
        padding: 8px 0;
        min-width: 18rem;
        /*max-height: 76vh;
        overflow: auto;*/
    }
    #navbarsPrincipal .nav-item.dropdown{
        /*position: static;*/
    }
    #navbarsPrincipal .nav-item a{
        color: #024e91;
    }
    #navbarsPrincipal .nav-item.active a{
        color: #024e91;
    }
    #navbarsPrincipal .nav-item.dropdown .nav-link {
        font-size: 1rem;
        padding: 0.6rem;
        font-weight: 100;
    }
    #navbarsPrincipal .dropdown-item.active, #navbarsPrincipal .dropdown-item:active{
        background-color: #0077bd !important;
        color: #717174;
    }
    #navbarsPrincipal .nav-item.dropdown .menu-drop1 .nav-link{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .menu .dropdown .menu-drop1 .dropdown-toggle.show i:before{
        content: "\f0da";
        margin-top: 0;
    }
    #navbarsPrincipal .nav-item.dropdown .menu-drop2{
        left: 100%;
        top: 0;
        padding: 0;
    }

    .link-menu-primary{
        background-color: transparent !important;
        font-size: 1.1rem;
    }
    .link-menu-primary span{
        position: relative;
    }
    .link-menu-primary span p {
        background: #bd844c;
        border-radius: 1rem;
        color: #fff;
        padding: 6px 15px;
        text-align: left;
        width: 90%;
    }
    .link-menu-primary span img {
        position: absolute;
        height: 50px;
        top: -6px;
        right: -6px;
    }
    .link-menu-secondary figure{
        text-align: center;
        margin-bottom: 4px;
    }
    .link-menu-secondary img{
        height: 22px;
        display: inline-block;
    }
    .menu-drop3 {
        display: block;
        background: transparent;
        border: 0;
        width: 100%;
        padding: 0;
        position: relative !important;
    }
    .menu-drop3 a{
        font-size: 1.1rem;
        color: #bd844c;
        padding: 2px 2px !important;
    }
    .link-todos{
        padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
        display: block;
        margin-bottom: 1rem;
    }
    .link-todos a{
        color: #717174;
        text-decoration: underline;
        font-size: 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;
    }
    .menu-drop1 > li > .dropdown-item:active{
        background-color: transparent !important;
        color: #fff !important;
    }
    .menu-drop2 .dropdown-item:active, .menu-drop2 .dropdown-item:focus, .menu-drop2 .dropdown-item:hover{
        background-color: transparent !important;
        color: #bd844c;
    }
    #submenu_productos_animales_pequenos .link-menu-secondary img{
        height: 30px;
    }
    .position-absolute-content{
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        transform: translateY(-50%);
    }
    .logo img{
        height: 80px;
    }
    .menu-on .logo img {
        height: auto;
    }
    .menu .dropdown .dropdown-toggle{
        display: flex;
        align-items: center;
    }
    .menu .dropdown .dropdown-toggle.show i:before{
        content: "\f0dd";
        margin-top: -6px;
        display: block;
    }
    #navbarsPrincipal .nav-item.active .nav-link {
        border: 1px solid #0077bd;
    }
    #navbarsPrincipal .nav-item:hover .nav-link.show{
        border: 1px solid #0077bd
    }
    #navbarsPrincipal ul li ul li{
        padding: 3px;
    }
    #navbarsPrincipal ul li ul li a{
        color: #0077bd !important;
        background-color: #fff !important;
    }
    #navbarsPrincipal ul li ul li:hover a{
        color: #fff !important;
        background-color: #0077bd !important;
    }
    #navbarsPrincipal ul li ul li.active a, #navbarsPrincipal ul li ul li:active a{
        color: #fff !important;
        background-color: #0077bd !important;
    }
    .bn-25{
        top: 25% !important;
    }
}
/*fin min-width 991*/
@media (min-width: 767px) and (max-width: 991px){
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 991px) and (max-width: 1200px){
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px){
    .hidden-lg {
        display: none !important;
    }
    .fs-1 {
        font-size: 2.8rem!important;
    }
    .fs-2 {
        font-size: 2.5rem!important;
    }
    .fs-3 {
        font-size: 2rem!important;
    }
    .p-lg-6{
        padding: 6rem !important;
    }
    .p-lg-7{
        padding: 7rem !important;
    }
    .p-lg-8{
        padding: 8rem !important;
    }
    .p-lg-9{
        padding: 9rem !important;
    }
    .px-lg-6 {
        padding-left: 6rem!important;
        padding-right: 6rem!important;
    }
    .px-lg-7 {
        padding-left: 7rem!important;
        padding-right: 7rem!important;
    }
    .px-lg-8 {
        padding-left: 8rem!important;
        padding-right: 8rem!important;
    }
    .px-lg-9 {
        padding-left: 9rem!important;
        padding-right: 9rem!important;
    }
    .py-lg-52 {
        padding-top: 4rem!important;
        padding-bottom: 4rem!important;
    }
    .py-lg-55 {
        padding-top: 5rem!important;
        padding-bottom: 5rem!important;
    }
    .py-lg-6 {
        padding-top: 6rem!important;
        padding-bottom: 6rem!important;
    }
    .py-lg-7 {
        padding-top: 7rem!important;
        padding-bottom: 7rem!important;
    }
    .py-lg-8 {
        padding-top: 8rem!important;
        padding-bottom: 8rem!important;
    }
    .py-lg-9 {
        padding-top: 9rem!important;
        padding-bottom: 9rem!important;
    }
    .ps-lg-6 {
        padding-left: 6rem!important;
    }
    .pe-lg-6 {
        padding-right: 6rem!important;
    }
    .ps-lg-7 {
        padding-left: 7rem!important;
    }
    .pe-lg-7 {
        padding-right: 7rem!important;
    }
    .ps-lg-8 {
        padding-left: 8rem!important;
    }
    .pe-lg-8 {
        padding-right: 8rem!important;
    }
    .ps-lg-9 {
        padding-left: 9rem!important;
    }
    .pe-lg-9 {
        padding-right: 9rem!important;
    }
    .pt-lg-52 {
        padding-top: 4rem!important;
    }
    .pt-lg-55 {
        padding-top: 5rem!important;
    }
    .pt-lg-6 {
        padding-top: 6rem!important;
    }
    .pt-lg-7 {
        padding-top: 7rem!important;
    }
    .pt-lg-8 {
        padding-top: 8rem!important;
    }
    .pt-lg-9 {
        padding-top: 9rem!important;
    }
    .pt-xl-22 {
        padding-top: 0.8rem!important;
    }
    .pb-lg-52 {
        padding-bottom: 4rem!important;
    }
    .pb-lg-55 {
        padding-bottom: 5rem!important;
    }
    .pb-lg-6 {
        padding-bottom: 6rem!important;
    }
    .pb-lg-7 {
        padding-bottom: 7rem!important;
    }
    .pb-lg-8 {
        padding-bottom: 8rem!important;
    }
    .pb-lg-9 {
        padding-bottom: 9rem!important;
    }
    .pb-xl-22 {
        padding-bottom: 0.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;
    }
    .nav-link.nav-primary {
        font-size: 1rem;
    }
    .mt-lg-09{
        margin-top: -9rem !important;
    }
}
@media(min-width: 1300px){
    .nav-link.nav-primary {
        font-size: 1rem;
        font-weight: 100;
        padding-right: 1rem !important;
        padding-left: 1rem !important;
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
        border: 1px solid white;
    }
    .nav-link.nav-primary{
        padding-top: 1.2rem !important;
        padding-bottom: 1.2rem !important;
    }
}
@media(min-width: 1900px){
    body{
        font-size: 1.3rem;
    }
    input[type='text'].form-control, input[type='number'].form-control, input[type='email'].form-control, input[type='password'].form-control, input[type='date'].form-control, input[type='tel'].form-control, select.form-control, textarea.form-control, select.select{
        font-size: 1.3rem;
    }
    h1, .h1 {
        font-size: 2.7rem;
    }
    h2, .h2 {
        font-size: 2.4rem;
    }
    h3, .h3 {
        font-size: 2rem;
    }
    h4, .h4 {
        font-size: 1.8rem;
    }
    h5, .h5 {
        font-size: 1.4rem;
    }
    h6, .h6 {
        font-size: 1.2rem;
    }
    button, .btn {
        font-size: 1.3rem;
    }
    .p-xl-6{
        padding: 6rem !important;
    }
    .p-xl-7{
        padding: 7rem !important;
    }
    .p-xl-8{
        padding: 8rem !important;
    }
    .p-xl-9{
        padding: 9rem !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;
    }
    .pt-xl-52 {
        padding-top: 4rem!important;
    }
    .pt-xl-55 {
        padding-top: 5rem!important;
    }
    .pt-xl-6 {
        padding-top: 6rem!important;
    }
    .pt-xl-7 {
        padding-top: 7rem!important;
    }
    .pt-xl-8 {
        padding-top: 8rem!important;
    }
    .pt-xl-9 {
        padding-top: 9rem!important;
    }
    .pb-xl-52 {
        padding-bottom: 4rem!important;
    }
    .pb-xl-55 {
        padding-bottom: 5rem!important;
    }
    .pb-xl-6 {
        padding-bottom: 6rem!important;
    }
    .pb-xl-7 {
        padding-bottom: 7rem!important;
    }
    .pb-xl-8 {
        padding-bottom: 8rem!important;
    }
    .pb-xl-9 {
        padding-bottom: 9rem!important;
    }
    .pb-xl-10 {
        padding-bottom: 10rem!important;
    }
    .pb-xl-15 {
        padding-bottom: 15rem!important;
    }
    .ps-xl-6 {
        padding-left: 6rem!important;
    }
    .pe-xl-6 {
        padding-right: 6rem!important;
    }
    .ps-xl-7 {
        padding-left: 7rem!important;
    }
    .pe-xl-7 {
        padding-right: 7rem!important;
    }
    .ps-xl-8 {
        padding-left: 8rem!important;
    }
    .pe-xl-8 {
        padding-right: 8rem!important;
    }
    .ps-xl-9 {
        padding-left: 9rem!important;
    }
    .pe-xl-9 {
        padding-right: 9rem!important;
    }
    .pt-xl-22 {
        padding-top: 0.8rem!important;
    }
    .pb-xl-22 {
        padding-bottom: 0.8rem!important;
    }
    .mt-xl-6{
        margin-top: 6rem!important;
    }
    .mb-xl-6{
        margin-bottom: 6rem!important;
    }
    .mt-xl-7{
        margin-top: 7rem!important;
    }
    .mb-xl-7{
        margin-bottom: 7rem!important;
    }
    .mt-xl-8{
        margin-top: 8rem!important;
    }
    .mb-xl-8{
        margin-bottom: 8rem!important;
    }
    .w-xl-100{
        width: 100% !important;
    }
    .w-xl-90{
        width: 90% !important;
    }
    .w-xl-80{
        width: 80% !important;
    }
    .w-xl-70{
        width: 70% !important;
    }
    .w-xl-60{
        width: 60% !important;
    }
    .w-xl-50{
        width: 50% !important;
    }
    .w-xl-40{
        width: 40% !important;
    }
    .w-xl-30{
        width: 30% !important;
    }
    .w-xl-20{
        width: 20% !important;
    }
    .w-xl-10{
        width: 10% !important;
    }
    .mx-xl-52 {
        margin-right: 4rem!important;
        margin-left: 4rem!important;
    }
    .mx-xl-55 {
        margin-right: 5rem!important;
        margin-left: 5rem!important;
    }
    .mx-xl-6 {
        margin-right: 6rem!important;
        margin-left: 6rem!important;
    }
    .mx-xl-7 {
        margin-right: 7rem!important;
        margin-left: 7rem!important;
    }
    .mx-xl-8 {
        margin-right: 8rem!important;
        margin-left: 8rem!important;
    }
    .mx-xl-9 {
        margin-right: 9rem!important;
        margin-left: 9rem!important;
    }
    .my-xl-52 {
        margin-top: 4rem!important;
        margin-bottom: 4rem!important;
    }
    .my-xl-55 {
        margin-top: 5rem!important;
        margin-bottom: 5rem!important;
    }
    .my-xl-6 {
        margin-top: 6rem!important;
        margin-bottom: 6rem!important;
    }
    .my-xl-7 {
        margin-top: 7rem!important;
        margin-bottom: 7rem!important;
    }
    .my-xl-8 {
        margin-top: 8rem!important;
        margin-bottom: 8rem!important;
    }
    .my-xl-9 {
        margin-top: 9rem!important;
        margin-bottom: 9rem!important;
    }
    .m-xl-52 {
        padding: 4rem!important;
    }
    .m-xl-55 {
        padding: 5rem!important;
    }
    .m-xl-6 {
        padding: 6rem!important;
    }
    .m-xl-7 {
        padding: 7rem!important;
    }
    .m-xl-8 {
        padding: 8rem!important;
    }
    .m-xl-9 {
        padding: 9rem!important;
    }
    .mt-xl-52 {
        margin-top: 4rem!important;
    }
    .mt-xl-55 {
        margin-top: 5rem!important;
    }
    .mt-xl-6 {
        margin-top: 6rem!important;
    }
    .mt-xl-7 {
        margin-top: 7rem!important;
    }
    .mt-xl-8 {
        margin-top: 8rem!important;
    }
    .mt-xl-9 {
        margin-top: 9rem!important;
    }
    .mb-xl-52 {
        margin-bottom: 4rem!important;
    }
    .mb-xl-55 {
        margin-bottom: 5rem!important;
    }
    .mb-xl-6 {
        margin-bottom: 6rem!important;
    }
    .mb-xl-7 {
        margin-bottom: 7rem!important;
    }
    .mb-xl-8 {
        margin-bottom: 8rem!important;
    }
    .mb-xl-9 {
        margin-bottom: 9rem!important;
    }
    .ms-xl-52 {
        margin-left: 4rem!important;
    }
    .ms-xl-55 {
        margin-left: 5rem!important;
    }
    .ms-xl-6 {
        margin-left: 6rem!important;
    }
    .ms-xl-7 {
        margin-left: 7rem!important;
    }
    .ms-xl-8 {
        margin-left: 8rem!important;
    }
    .ms-xl-9 {
        margin-left: 9rem!important;
    }
    .me-xl-52 {
        margin-right: 4rem!important;
    }
    .me-55 {
        margin-right: 5rem!important;
    }
    .me-xl-6 {
        margin-right: 6rem!important;
    }
    .me-xl-7 {
        margin-right: 7rem!important;
    }
    .me-xl-8 {
        margin-right: 8rem!important;
    }
    .me-xl-9 {
        margin-right: 9rem!important;
    }
    .container{
        max-width: 85%;
    }
    .nav-link.nav-primary {
        font-size: 1.5rem;
    }
    #navbarsPrincipal .nav-item.dropdown .nav-link{
        font-size: 1.5rem;
    }
    .top-cab a{
        font-size: 1.05rem;
    }
    .btn-banner{
        width: 270px;
        font-size: 1.8rem;
    }
    .img-centrado {
        height: 80px;
    }
    .btn-to-top{
        font-size: 38px;
        height: 60px;
        width: 60px;
        line-height: 60px;
    }
    .wa__btn_popup .wa__btn_popup_icon {
        width: 76px;
        height: 76px;
    }
    .wa__btn_popup .wa__btn_popup_icon:before{
        background-size: 45px auto;
        -webkit-background-size: 45px auto;
        -moz-background-size: 45px auto;
    }
    .wa__btn_popup .wa__btn_popup_icon:after{
        background-size: 28px auto;
        -webkit-background-size: 28px auto;
        -moz-background-size: 28px auto;
    }
    .img-alto {
        height: 100px;
    }
    .iconos-chicos aside {
        font-size: 1.4rem;
    }
    .radio label, .checkbox label{
        font-size: 1.2rem;
    }
    .iconos-chicos i svg {
        width: 52px;
        height: 52px;
    }
    .iconos-chicos i {
        width: 65px;
    }
    .iconos-chicos i:before {
        font-size: 32px;
    }
    .linkeables li{
        font-size: 1.2rem;
    }
    .mt-xl-013{
        margin-top: -13rem !important;
    }
}

/*************************************************/
@media(max-width: 1300px) and (min-width: 991px) {
    #navbarsPrincipal .nav-item.dropdown:hover > ul {
        display: block;
    }
    #navbarsPrincipal .nav-item.dropdown:hover > ul {
        display: block;
    }
}
