/*Styles por encima de bootstrap*/

.col-lg-2-5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.odometer.odometer-theme-train-station .odometer-digit {
    /*background: #62ac57;
    margin: 1px;
    padding: 7px;
    color: white;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    overflow: hidden !important;*/
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5ab043), color-stop(35%, #88cf03), color-stop(55%, #007816), color-stop(55%, #88cf02), color-stop(100%, #5ab043)) !important;
    background-image: -moz-linear-gradient(top, #5ab043 0%, #88cf03 35%, #007816 55%, #88cf02 55%, #5ab043 100%) !important;
    background-image: -webkit-linear-gradient(top, #5ab043 0%, #88cf03 35%, #007816 55%, #88cf02 55%, #5ab043 100%) !important;
    background-image: linear-gradient(to bottom, #5ab043 0%, #88cf03 35%, #007816 55%, #88cf02 55%, #5ab043 100%) !important;
    background-color: #5ab043;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner {
    /*text-align: center !important;
    display: block;
    position: absolute;
    top: 7px !important;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: visible !important;*/
}


/*Estilos del NAV nuevo*/

#menuToggle {
    display: block;
    position: fixed;
    top: 24px;
    right: 25px;
    z-index: 999999;
    -webkit-user-select: none;
    user-select: none;
}

#menuToggle a {
    text-decoration: none;
    color: #232323;
    transition: color 0.3s ease;
}

#menuToggle a:hover {
    color: #232323;
    color: #1a8b1f;
    font-weight: bold;
}

#menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    /* hide this */
    z-index: 2;
    /* and place it over the hamburger */
    -webkit-touch-callout: none;
}

#menuToggle span {
    display: block;
    width: 35px;
    height: 2px;
    margin-bottom: 8px;
    position: relative;
    background: #000000;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
}

#menuToggle span:first-child {
    transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

#menuToggle input:checked~span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #232323;
}

#menuToggle input:checked~span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked~span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
}

#menu {
    position: absolute;
    width: 350px;
    margin: -100px 0 0 125px;
    padding: 30px;
    padding-top: 80px;
    background: #fff;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    /* to stop flickering of text in safari */
    height: 120vh;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transform: none;
    transition: transform 0.8s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -webkit-transition: right .8s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: transform .8s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

#menu #selector-menu-opciones .selector {
    width: 95px !important;
    display: inline-block !important;
    text-align: center;
    border: 1px solid #b3b3b3;
    margin-right: -5px;
    font-size: 13px;
}

#menu #selector-menu-opciones .selector.left {
    border-radius: 40px 0 0 40px;
}

#menu #selector-menu-opciones .selector.right {
    border-radius: 0 40px 40px 0px;
}

#menu #selector-menu-opciones .selector.activo {
    /*background-color: #3bcf00;*/
    background-color: #000;
    font-weight: bold;
    color: #fff !important;
    -webkit-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
}

#menuToggle input:checked~ul {
    transform: none;
    transform: translate(-100%, 0);
}

#menuToggleOverlay {
    position: fixed;
    display: block;
    visibility: hidden;
    opacity: 0;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 120vh;
    background-color: rgba(0, 0, 0, .8);
    /*transition: 6s;
    transition: top 6s linear;
    transition: opacity 300ms, visibility 600ms;*/
}

#menuToggleOverlay.overlayMove {
    display: block;
    visibility: visible;
    opacity: 1;
}


/*Fin nuevo NAV Test*/


/* width */

::-webkit-scrollbar {
    width: 10px;
}


/* Track */

::-webkit-scrollbar-track {
    background: #d8d8d8ef;
    border-radius: 20px;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #9c9c9c;
    border-radius: 20px;
    ;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #888;
}


/* Autofill */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: inherit;
    -webkit-text-fill-color: inherit;
    box-shadow: inherit;
    background-color: white !important;
}

input:-internal-autofill-selected {
    background-color: white !important;
}


/* Placeholder */

.form-control::-webkit-input-placeholder {
    color: #adadad;
}

.form-control:-moz-placeholder {
    color: #adadad;
}

.form-control::-moz-placeholder {
    color: #adadad;
}

.form-control:-ms-input-placeholder {
    color: #adadad;
}

.form-control::-ms-input-placeholder {
    color: #adadad;
}

.form-control {
    color: #000000;
}

.alert {
    font-size: 0.9em !important;
    border-radius: 0px !important;
}


/*
@font-face {
    font-family: 'Foxlite Script';
    src: url('../fonts/FoxliteScript.woff2') format('woff2'), url('../fonts/FoxliteScript.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.foxlite-script {
    font-family: 'Foxlite Script', sans-serif !important;
}*/

@font-face {
    font-display: swap;
}

.font-oswald {
    font-family: Arial, Helvetica, sans-serif;
}

.font-oswald {
    font-family: 'Oswald', sans-serif;
    font-display: swap;
}

.font-abril {
    font-family: 'Abril Fatface', 'serif';
    font-display: swap;
}

.gm-style {
    font-display: swap;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    /*font-family: 'Poppins', sans-serif;*/
    font-weight: 500;
    color: #212529;
    color: #000;
    font-display: swap;
}

body {
    font-family: 'Inter','Open Sans', sans-serif;
}

::-moz-selection {
    background: #68cf00;
}

::selection {
    background: #68cf00;
}

p {
    font-size: 15px;
    line-height: 27px;
    font-weight: 300;
}

h2 {
    line-height: 2.5rem;
}

.green-depilife-2 {
    color: #3bcf00;
}

.green-depilife-3 {
    color: #68cf00;
}

.fw-200 {
    font-weight: 200;
}

.fw-300 {
    font-weight: 300;
}

.fw-500 {
    font-weight: 500;
}

.fw-800 {
    font-weight: 800;
}

.fs-07em {
    font-size: 0.7em !important;
}

.fs-075em {
    font-size: 0.75em !important;
}

.fs-08em {
    font-size: 0.8em !important;
}

.fs-09em {
    font-size: 0.9em !important;
}

.fs-1em {
    font-size: 1em !important;
}

.fs-1-2em {
    font-size: 1.2em !important;
}

.cursor-pointer {
    cursor: pointer;
}

.w-40 {
    width: 40%;
}

.w-48 {
    width: 48%;
}

.lh1 {
    line-height: 1.3rem !important;
}

.lh1-5 {
    line-height: 1.5rem !important;
}

.lh2 {
    line-height: 1.8rem;
}

.lh2-5 {
    line-height: 2.0rem;
}

.lh2-7 {
    line-height: 2.5rem;
}

.lh3 {
    line-height: 2.8rem;
}

.fixed-bg {
    background-attachment: fixed;
}

.def-font {
    font-size: 1.0em;
    line-height: 1.7em;
}

.def-font-09 {
    font-size: 0.9em;
    line-height: 1.7em;
}

.text-black,
.text-black:hover {
    color: #000;
}

.btn {
    border-radius: 0;
}

.btn-gift-card {
    background-color: #af8a00 !important;
}

.btn-gift-card:hover {
    background-color: #937400 !important;
}

.dropdown-toggle::after {
    display: none;
}

.mt-10 {
    margin-top: 6rem !important;
}

.mb-10 {
    margin-bottom: 6rem !important;
}

.p-10 {
    padding: 4rem !important;
}

.pt-10 {
    padding-top: 4rem !important;
}

.pb-10 {
    padding-bottom: 4rem !important;
}

.pl-10 {
    padding-left: 4rem !important;
}

.pr-10 {
    padding-right: 4rem !important;
}

.zoom-img {
    transition: all 0.3s ease 0s
}

.zoom-img:hover {
    transform: scale(1.02);
}

.zoom-img-2x {
    transition: all 0.3s ease 0s
}

.zoom-img-2x:hover,
.shop-item:hover .zoom-img-2x,
.shop-item-combos-personalizados:hover .zoom-img-2x {
    transform: scale(1.1);
}

.grey {
    color: grey;
}

.mobile,
.mobile-inline {
    display: none;
}

.bg-black {
    background-color: #000;
}

.box-shadow-normal {
    box-shadow: 0 0 11px rgba(33, 33, 33, .2);
}

.box-shadow-hover {
    transition: all 0.3s ease 0s !important;
}

.box-shadow-hover:hover {
    box-shadow: 0 0 11px rgba(33, 33, 33, .2);
}

div.bg-grey {
    background-color: #f1f1f1;
    background-image: url("../img/header/header-bg.webp");
    padding: 1px;
}

div.bg-grey-2 {
    background-color: #f1f1f1;
    background-image: url("../img/bg/bg_grey_pintura_01-min.webp");
    padding: 1px;
}

div.bg-flatgrey {
    background-color: #ededed;
}

div.bg-navidad {
    background-color: #f1f1f1;
    background-image: url("../img/bg/bg_navidad_2023.jpg");
    padding: 1px;
    background-position: bottom;
}

.bg-flatdarkgrey {
    background-color: #ededed;
}

.fa-2x {
    font-size: 1.6em;
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: none;
}

.form-control:focus {
    border-color: #68cf00;
    box-shadow: 0 0 0 0.2rem rgba(75, 255, 0, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 124, 5, 0.12);
}

.lupa {
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px;
}

/*Styles del nav desktop*/

.desktop-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}


.desktop-menu ul li {
    display: inline-block;
    padding: 16px 0px;
    padding: 10px 0px;
}

.desktop-menu ul li:hover {
    cursor: pointer;
}

.desktop-menu ul li:hover.desktop-menu-desplegar-mas {
    background-color: #f5f5f5;
}

.desktop-menu ul li a, .desktop-menu ul li p {
    font-size: 13px;
    margin: 0 10px;
    color: black;
    padding: 8px 24px;
    display: inline-block;
    position: relative;
    font-weight: bold;
}

.desktop-menu ul li p {
    font-weight: bold;
    color: #68cf00;
    margin-left: 10px !important;
}

.desktop-menu ul li div ul li {
    display: block;
    padding: 0px;
}

.desktop-menu ul li a i {
    font-size: 0.7em;
}

.desktop-menu ul li a::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    /*height: 2px;*/
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #68cf00;
    transition: transform 0.15s ease-out;
    transform-origin: bottom center;
}

.desktop-menu ul li a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom center;
}

#menuDesktopToggle {
    position: absolute;
    padding: 20px 0px;
    height: auto;
    width: 100%;
    left: 0px;
    background-color: white;
    z-index: 99999999999999999;
    top: 58px;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.13);
    background-color: #f5f5f5;
    cursor: auto;
    border-top: 1px solid #e5e5e5;
}

.menuDestkopMiDepilife {
    border-left: 1px solid #d5d5d5;
}

.menuDesktopSocialMedia {
    margin-top: 10px !important;
    padding-top: 10px !important;
    border-top: 1px solid #d5d5d5;
}

/*Styles del NAVBAR*/

.navbar.style-navbar-depilife {
    background-color: #fff !important;
    padding: 1rem 1rem;
    border-bottom: 1px solid #e2e2e2;
    z-index: 9;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
    padding: 0px;
}

.navbar.style-navbar-depilife .btn-ingresar {
    border-radius: 24px;
    font-size: 13px;
    background: #68cf00;
    background: rgb(104, 207, 0);
    background: linear-gradient(90deg, rgba(104, 207, 0, 1) 0%, rgba(0, 207, 79, 1) 100%);
    background: rgb(143, 207, 0);
    background: linear-gradient(90deg, rgba(143, 207, 0, 1) 0%, rgba(0, 207, 55, 1) 100%);
    border: none;
}

.navbar.style-navbar-depilife .btn-ingresar i {
    margin-right: 5px;
}

.navbar.style-navbar-depilife .depilife-logo,
footer .depilife-logo {
    max-width: 140px;
}

.navbar.style-navbar-depilife .shop-icon {
    max-width: 35px;
}

.navbar.style-navbar-depilife .hamburguer-depilife {
    cursor: pointer;
}

.navbar.style-navbar-depilife .nav-link {
    text-align: center;
    color: white;
}

.navbar.style-navbar-depilife .carrito-container {
    position: relative;
    display: inline-block;
}

.navbar.style-navbar-depilife .carrito-container a,
.navbar.style-navbar-depilife .carrito-container a:hover {
    color: black;
}

.navbar.style-navbar-depilife .carrito-fill {
    font-family: sans-serif;
    position: absolute;
    background: white;
    font-size: 11px;
    font-weight: 800;
    padding: 5px !important;
    border-radius: 60px;
    border: 2px solid #313131;
    line-height: 6px;
    top: 10px;
    left: 17px;
}

.navbar.style-navbar-depilife .carrito {
    max-width: 30px;
}

.modal {
    z-index: 99999999;
}

.navbar.style-navbar-depilife .navbar-collapse {
    border-top: 1px solid #d8d8d8;
    margin-top: 14px;
}

.menu-opciones .btn {
    font-size: 0.9rem;
    width: 100%;
    text-align: left;
}

.menu-opciones .link-mi-depilife {
    margin-left: 11px;
    /*padding: 10px;*/
    border-radius: 24px;
    font-size: 13px;
    background: #68cf00;
    background: rgb(104, 207, 0);
    background: linear-gradient(90deg, rgba(104, 207, 0, 1) 0%, rgba(0, 207, 79, 1) 100%);
    background: rgb(143, 207, 0);
    background: linear-gradient(90deg, rgba(143, 207, 0, 1) 0%, rgba(0, 207, 55, 1) 100%);
    border: none;
    width: auto;
    color: white !important;
}

.menu-midepilife {
    text-transform: uppercase;
}

.fa-home,
.fa-shopping-cart {
    color: white;
}

.stroke-transparent {
    -webkit-text-stroke: 1px #000;
    -webkit-text-fill-color: transparent;
}

.stroke-transparent-2x {
    -webkit-text-stroke: 2px #68cf00;
    -webkit-text-fill-color: transparent;
}

.green-star {
    color: #68cf00;
}

.stroke-transparent-white {
    -webkit-text-stroke: 1px #fff;
    -webkit-text-fill-color: transparent;
}

.btn-dark {
    color: #fff;
    background-color: #000;
    border-color: #000;
    border-radius: 0;
}

.social-media i {
    color: #9e9e9e;
}

.social-media i:hover {
    color: #000;
}

.midepilife-header-nombre, .midepilife-header-nivel  {
    line-height: 1.2em;
    font-size: 13px;
}

.midepilife-header-nombre {
    font-weight: bold;
    margin-top: -2px !important;
}

.midepilife-header-nivel {
    font-size: 0.9em;
    margin-bottom: -2px !important;
}

/* MAIN */

.main {
    position: relative;
    -webkit-transition: right .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: right .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    right: 0;
}

.main.move {
    right: 16.25rem;
}


/*BODY*/

.counter {
    font-size: 3rem;
    font-family: 'Inter', 'Open Sans', sans-serif;
    font-weight: 100;
    z-index: 3;
    text-align: center;
    line-height: 1;
    top: 15%;
    left: 45%;
}

.counter p {
    line-height: 4.9rem;
    font-size: 2rem;
}

.counter span {
    /*font-weight: 700;*/
    font-size: 7rem !important;
    line-height: 7rem !important;
}

.counter-shop {
    color: #3bcf00;
}

.counter-mobile {
    font-size: 1.5rem;
    font-family: 'Inter', 'Open Sans', sans-serif;
    font-weight: 100;
    z-index: 3;
    line-height: 1;
    top: 81%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.counter-mobile p {
    line-height: 2.5rem;
    font-size: 1.2rem;
}

.counter-mobile span {
    font-weight: 700;
    font-size: 3.5rem !important;
    line-height: 3.5rem !important;
}

.swiper-container {
    width: 100%;
    height: auto;
}

.swiper-pagination-bullet {
    width: 0.5em;
    height: 0.5em;
    margin: 0 1em;
    border: 1px solid #ffffff;
    background: none;
    transition: 250ms ease-in-out;
    opacity: 1;
    position: relative;
    background: #68cf00 !important;
}

.swiper-pagination-bullet-active {
    background: #ffffff;
    cursor: default;
    background: #68cf00 !important;
}

.swiper-button-next,
.swiper-button-prev {
    right: 10px;
    padding: 30px;
    color: #525252 !important;
    transform: scale(0.65);
}

.col-border-left {
    border-left: 1px solid #c6c6c6;
}

.inner-seccion {
    margin-top: 40px;
}

.inner-seccion .foto-centro,
.inner-seccion .foto-zona-shop {
    max-height: 200px;
    overflow: hidden;
}

.inner-seccion .foto-centro {
    border-radius: 5px;
    width: 90%;
    margin: 0 auto;
    margin-top: -30px;
}

.inner-seccion .foto-centro img,
.inner-seccion .foto-zona-shop img {
    margin-top: -5px;
}

.ver-mapa-centros {
    background: none !important;
    color: black !important;
    border: 1px solid black !important;
}

.ver-mapa-centros:hover {
    background: black !important;
    color: white !important;
}

.inner-seccion .card-centro {
    transition: transform .2s;
    text-align: left;
    background: #fbfbfb;
    /*cursor: pointer;*/
}

.inner-seccion .card-centro .acciones-centros a img {
    background: #60cf12;
    border-radius: 200px;
    border: 3px solid #60cf12;
    width: 40px;
}

.inner-seccion .card {
    border: none;
    background: white;
}

.inner-seccion .card.novedades {
    border-radius: 10px;
    border: 1px solid #e9e9e9;
}

.inner-seccion .card .fas {
    margin-right: 7px;
}

.inner-seccion .menu-centros .btn {
    border: 1px solid #dedede;
    font-size: 13px;
    padding: 14px;
}

.inner-seccion .menu-centros .btn:hover {
    background-color: black;
    color: white;
}

.inner-seccion .dos-columnas .btn,
.card-body .btn,
.shop .btn {
    background-color: black;
    background-color: #3acf01;
    border: none;
    color: white;
    font-size: 14px;
    padding: 20px 40px;
    font-weight: bold;
    transition: background-color 0.2s ease;
}

.card-body .btn {
    background-color: #eaeaea;
    color: #212529;
    border: 1px solid gainsboro;
    padding: 10px;
}

.card-body .btn:hover {
    background-color: #3acf01;
    color: white;
}

.card-body .date {
    color: grey;
    font-size: 12px;
}

.inner-seccion .dos-columnas .btn-dark,
.shop .btn-dark {
    background-color: black;
}

.inner-seccion .dos-columnas .btn-dark:hover,
.shop .btn-dark:hover {
    background-color: #3acf01;
}

.inner-seccion .dos-columnas .btn:hover {
    background-color: #3acf01;
    background-color: #32a803;
}

.inner-seccion .form-horizontal input,
.inner-seccion .form-horizontal textarea,
.inner-seccion .form-horizontal select.required {
    /*background: #eaeaea;*/
    /*border-left: 2px solid red;*/
    border: 1px solid black;
    border-radius: 0px;
}

.input-alternativo,
.input-alternativo:focus {
    border: none !important;
    border-bottom: 1px solid black !important;
    background: none !important;
    box-shadow: none !important;
}

.input-alternativo::placeholder {
    color: grey !important;
}

form .error {
    font-size: 13px;
    color: red;
}

.error {
    color: red;
}

.text-gold {
    background: rgb(132, 112, 0) !important;
    background: linear-gradient(0deg, rgba(132, 112, 0, 1) 0%, rgba(234, 189, 33, 1) 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.text-gold-bg {
    background: rgb(132, 112, 0) !important;
    background: linear-gradient(0deg, rgba(132, 112, 0, 1) 0%, rgba(234, 189, 33, 1) 100%) !important;
    color: white !important;
}

.carousel-item {
    min-height: 230px;
}

.carousel-item div {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    /*border: 1px solid #ececec;*/
    padding: 20px;
    border-radius: 20px;
}

.carousel-item div p {
    margin-top: 10px !important;
    font-size: 1.4em;
    line-height: 1.6em;
    font-weight: 400;
}

.carousel-indicators li {
    display: none;
}

.carousel-item div h6 {
    font-style: italic;
    font-size: 0.9em;
}

.carousel-item div h6 span {
    font-size: 0.8em;
    color: grey;
}

.carousel-google-logo {
    text-align: center;
}

.carousel-google-logo img {
    max-width: 46px;
    padding: 12px;
    margin-bottom: -10px;
    /*background: #efefef;*/
    border-radius: 77px;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: green;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    height: 100px;
    width: 100px;
    outline: black;
    background-size: 100%, 100%;
    border-radius: 50%;
    background-image: none;
}

.carousel-control-next-icon:after {
    content: '›';
    font-size: 60px;
    color: grey;
    margin-right: -45px;
    font-weight: 300;
}

.carousel-control-prev-icon:after {
    content: '‹';
    font-size: 60px;
    color: grey;
    margin-left: -45px;
    font-weight: 300;
}

.about-us-comentarios-google {
    background-image: url("../img/banners/banner_comentarios_google_3.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    /*border-bottom: 2px solid #ffc107;*/
}

input[type="file"]#archivoadjunto {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

label[for="archivoadjunto"] {
    font-size: 13px;
    font-weight: 600;
    color: black;
    background-color: #ececec;
    display: inline-block;
    transition: all .5s;
    cursor: pointer;
    padding: 15px 30px !important;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    border: 1px solid #ced4da;
    border-left: 2px solid red;
}

label[for="archivoadjunto"].error {
    background: white;
    padding: 0px !important;
    text-align: left;
    border: none;
}

label[for="archivoadjunto"].error:after {
    content: '*Elegí tu archivo';
    color: red;
    font-weight: normal;
    text-transform: none;
    padding: 10px;
    width: 100px;
}

.busqueda-laboral-titulo {
    display: inline-block;
    /* background: #68cf00; */
    padding: 8px 20px;
    /* color: white; */
    border-bottom: 1px solid;
    font-weight: bold;
}

.busqueda-laboral-evelin {
    display: inline-block;
    padding: 10px 20px;
    color: #3acf01;
}

.busqueda-laboral-evelin a {
    color: #3acf01;
    font-weight: bold;
    ;
}

.about-us-premisas {
    background-image: url("../img/bg/bg_green_pintura_01-min.webp");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.about-us-header {
    background: #cecece;
    background-image: url("../img/bg/bg_grey_pintura_01-min.webp");
    background-attachment: fixed;
}

.about-us-premisas p {
    color: white;
    font-size: 1.3rem;
    /*2: 200;*/
    line-height: 2.2rem;
    letter-spacing: 0.1rem;
    font-weight: normal;
}


/* ALERTA */

.alerta {
    position: relative;
    margin-bottom: 1rem;
}

.alerta-tratamientos {
    color: #fff;
    background-color: #3acf01;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 100;
}


/* .alerta-tratamientos span {
  background-color: #000;
  display: inline-block;
  font-weight: 700;
  padding: 0px 20px;
} */


/* FAQ */

.card {
    border: 0;
    border-radius: 0;
}

.accordion>.card .card-header {
    margin-bottom: 0px;
}

.card-header:first-child {
    border-radius: 0;
}

.faq-heading {
    text-transform: uppercase;
}

.faq-card .btn-link {
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

@media (max-width: 768px) {
    .card-header {
        padding: .75rem 0.25rem;
    }
}

.faq-card .btn-link:hover {
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    color: #32a803;
}

.faq-card .card-header {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    background-color: transparent;
}

.faq-card .card-body {
    font-size: 14px;
    color: #888;
    padding: 1.25rem 2rem;
}

.faq-card .btn {
    text-align: left;
}

.color-header {
    background-color: #e9e9e9 !important;
    transition: background-color 0.5s ease-in-out;
}


/* SHOP */

.shop.slider {
    background-size: cover;
    /*background-image: url(../img/shop/bg/bg_shop3.jpg);*/
    background-attachment: fixed;
    background-position: top;
}

.full-h {
    height: 90vh;
    float: left;
    width: 50%;
}

.half-h {
    height: 45vh;
    float: left;
    width: 50%;
}

.clear {
    clear: both;
}

.shop-box {
    position: relative;
    overflow: hidden;
}

.bg-mujer {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-image: url("../img/shop/tratamiento/depilacion_v3.jpg");
    background-position: center;
    transition: all 0.3s ease 0s
}

.bg-hombre {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-image: url("../img/shop/tratamiento/velashape_v3.jpg");
    background-position: center;
    transition: all 0.3s ease 0s
}

.bg-shop {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-image: url("../img/shop/tratamiento/shop-gradient.jpg");
    background-position: center;
    transition: all 0.3s ease 0s
}

.bg-velashape {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-image: url("../img/shop/tratamiento/velashape_v2.jpg");
    background-position: center;
    transition: all 0.3s ease 0s
}

.bg-sorteo-arte {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-image: url("../img/bg/bg_grey_sorteo_arte.jpg");
    background-position: center;
}

.shop-box:hover .bg-mujer,
.shop-box:hover .bg-hombre,
.shop-box:hover .bg-velashape {
    transform: scale(1.03);
}

.modal-dialog {
    max-width: 1000px;
}

/*.titulo-seccion-shop {
    font-size: 1.1em;
    border: 1px solid;
    padding: 1em 0.9em !important;
    background: black;
    color: white;
    border: 1px solid black;
    border-radius: 10px;
    text-align: center !important;
    line-height: 1em;
    font-weight: 800;
    padding-top: 1.2em !important;
}*/


/*.titulo-seccion-shop-secundario {
    background: white;
    color: black;
    border: none !important;
    /*border: 1px solid black;
}*/

.seccion-tratamientos-border-right {
    border-right: 1px solid #b9b9b9;
}

.caja-seleccion-tratamientos {
    border: 1px solid #b9b9b9;
    border: 1px solid black;
    border-radius: 10px;
    padding: 0px;
    margin: 0px;
}

.titulo-seccion-shop {
    font-size: 12px;
    padding: 0em 0em !important;
    color: black;
    text-align: center !important;
    line-height: 1em;
    font-weight: 800;
    padding-top: 1em !important;
    margin: 0px;
}

#texto-animado {
    border-radius: 0px 0px 10px 10px !important;
}

.titulo-seccion-shop-secundario {
    color: #747474;
}

.titulo-seccion-shop-subtitulo {
    font-size: 9px;
    font-weight: normal;
    line-height: 15px;
}

.titulo-seccion-shop:hover {
    text-decoration: underline;
    color: black
}


.titulo-seccion-shop-secundario:hover {
    /*background: black;
    color: white;*/
    color: black;
    text-decoration: underline;
}

/*Estilos nuevo SHOP 2024*/
.shop-container-2024 {
    padding: 0px 15px;
    width: 70%;
}

.shop-item-2024 {
    padding: 0px;
    margin: 1em 0px 1em 0px;
}

.shop-item-2024 .shop-card-2024 {
    padding: 6px;
    background: white;
    margin: 0px 8px;
    border-radius: 10px;
    cursor: pointer;
}

.shop-item-2024 .shop-card-img-container-2024 {
    overflow: hidden;
    border-radius: 10px;
    width: 95%;
    margin: 0 auto;
    position: relative;
    border: 1px solid #e7e7e7;
}

.img-cart-2024 {
    border-radius: 10px;
    border: 1px solid #e7e7e7;
}

.shop-check-icon {
    position: absolute;
    font-size: 2em;
    left: 45%;
    top: -0.65em;
    color: #4bcf1b;
    margin-top: -25px;
    background: white;
    border-radius: 200px;
    left: 50%;
    top: 15%;
    transform: translate(-50%, -50%);
}


.shop-item-2024 .shop-card-2024 img {
    /*border-radius: 10px;*/
}

.shop-item-price-2024 p {
    font-size: 0.8em;
    font-size: 0.75em;
    line-height: 1.3em;
    text-align: center;
    margin: 1em 0 2.5em 0;
}

.shop-item-price-2024 p del {
    /*color: #a7a7a7;
    font-size: 0.9em;*/
}

.shop-item-price-2024 {
    position: relative;
}

.shop-item-price-2024 b {
    font-size: 1.1em;
    line-height: 1.3em;
}

.precio-descuento-sesiones {
    font-size: 0.9em;
}

.precio-literal-sesiones {
    font-size: 1.3em;
    font-size: 1.15em;
}

.shop-card-options-2024 {
    margin: 0 auto;
    margin-top: -20px;
    position: relative;
    max-width: 85%;
}

.shop-card-info-2024 {
    position: absolute;
    top: 100px;
    left: 6px;
    background: white;
    width: 50px;
    padding: 3px;
    border-radius: 0 20px 20px 0;
    cursor: pointer;
    z-index: 0;
}

.shop-card-info-2024 p {
    margin: 0;
    /*font-family: 'Times New Roman', Times, serif;
    font-style: italic;*/
    font-weight: bold;
    font-size: 0.8em;
    margin-left: 7px;
}

.seleccionar-zona-2024, .continuar-a-tienda-2024 {
    text-align: center;
    background: #6dcf0d;
    margin: 0px;
    padding: 8px;
    border-radius: 10px;
    color: white;
    font-weight: 800;
    font-size: 0.9em;
    cursor: pointer;
    background: #68cf00;
    background: rgb(104, 207, 0);
    background: linear-gradient(90deg, rgba(104, 207, 0, 1) 0%, rgba(0, 207, 79, 1) 100%);
    background: rgb(143, 207, 0);
    background: linear-gradient(90deg, rgba(143, 207, 0, 1) 0%, rgba(0, 207, 55, 1) 100%);
}

.seleccionar-zona-2024:hover {
    background: #000;
}

.seleccionar-zona-menu-2024 p {
    text-align: center;
    margin: 0px;
    padding: 6.5px 2px;
    border-radius: 10px;
    font-size: 0.9em;
    cursor: pointer;
    width: 70%;
    border: 1px solid #dbdbdb;
    display: inline-block;
    background: white;
}

.seleccionar-zona-menu-2024 p:hover {
    border: 1px solid #9b9b9b;
}

.shop-zona-title-2024 {
    font-size: 0.8em;
    line-height: 1.3em;
    text-transform: uppercase !important;
    font-weight: 800;
    margin: 0px;
    text-align: center;
    margin: 10px 0px 8px 0px;
}

.shop-trash-icon-2024 {
    display: inline-block;
    margin-left: 0.5em;
    font-size: 1em;
    background: black;
    width: 25%;
    height: 43px;
    padding: 0.5em 9px;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
    color: white;
    right: 0px;
    position: static;
    position: absolute;
}

.shop-trash-icon-2024-flotante {
    position: relative;
    padding: 0px;
    margin: 0px;
    width: 85%;
    padding-top: 0.5em;
    border-radius: 10px;
    background: white;
    color: black;
    box-shadow: none !important;
}


.shop-trash-icon-2024:hover {
    /*background: #68cf00;
    background: rgb(104, 207, 0);
    background: linear-gradient(90deg, rgba(104, 207, 0, 1) 0%, rgba(0, 207, 79, 1) 100%);
    background: rgb(143, 207, 0);
    background: linear-gradient(90deg, rgba(143, 207, 0, 1) 0%, rgba(0, 207, 55, 1) 100%);*/
}

.shop-shadow-2024 {
    -webkit-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.11);
}

.main-shop-2024 {
    background-color: #ededed;
}

.shop-card-green-2024 .shop-card-info-2024 {
    color: white !important;
    background: #68cf00 !important;
    background: rgb(104, 207, 0) !important;
    background: linear-gradient(90deg, rgba(104, 207, 0, 1) 0%, rgba(0, 207, 79, 1) 100%) !important;
    background: rgb(143, 207, 0) !important;
    background: linear-gradient(90deg, rgba(143, 207, 0, 1) 0%, rgba(0, 207, 55, 1) 100%) !important;
}

.shop-card-green-2024, .shop-card-green-2024 .shop-card-img-container-2024, .shop-card-green-2024 .seleccionar-zona-menu-2024 p {
    -webkit-box-shadow: 0px 0px 7px 2px rgba(107, 207, 31, 0.4);
    -moz-box-shadow: 0px 0px 7px 2px rgba(107, 207, 31, 0.4);
    box-shadow: 0px 0px 7px 2px rgba(107, 207, 31, 0.4);
    border: 2px solid #6acf0f;
}

.shop-ver-cart-flotante-container-2024 {
    position: absolute;
    padding: 2%;
    z-index: 2;
}

.zona-suma-puntos {
    position: absolute;
    bottom: 0px;
}

.imagen-practicas-individuales {
    border-radius: 10px;
    border: 1px solid #dfdfdf;
}

/*.shop-ver-cart-flotante-2024 {
    position: fixed;
    z-index: 1;
    bottom: 0px;
    right: 0px;
    width: 30%;
    padding: 1em 1em;
    background: white;
    text-align: center;
    color: black;
    -webkit-box-shadow: 0px 3px 13px 0px rgba(0,0,0,0.42);
    -moz-box-shadow: 0px 3px 13px 0px rgba(0,0,0,0.42);
    box-shadow: 0px 3px 13px 0px rgba(0,0,0,0.42);
    border: 1px solid #c5c5c5;
    border-radius: 10px 10px 0px 0px;
}*/

.shop-ver-cart-flotante-2024 {
    position: fixed;
    z-index: 1;
    right: 0px;
    width: 30%;
    padding: 1em 1em;
    background: white;
    text-align: center;
    color: black;
    -webkit-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.11);
    border-radius: 10px 0px 0px 0px;
    top: 393px;
    transform: translate(0%, -50%);
    overflow-x: hidden;
    overflow-y: scroll;
}

.shop-item-info-flotante-2024 {
    border-radius: 10px;
}

.shop-ver-cart-flotante-2024 {
    top: 185px;
    top: 258px;
    top: 100px;
    height: calc(100% - 100px);
    height: calc(100% - 20%);
    border-radius: 10px 0px 0px 10px;
    overflow-y: auto;
    transform: none;
}

.texto-membresia-shop {
    color: #507100;
    margin: 0px;
    font-size: 0.8em;
    line-height: 1.7em;
}

.color-membresia-shop {
    color: #507100;
}

.texto-sesiones-shop {
    color: #30CF24;
    margin: 0px;
    font-size: 0.75em;
    line-height: 1.6em;
}

.color-sesiones-shop {
    color: #30CF24;
}

.shop-cart-flotante-texto-barra-progreso p {
    display: inline-block;
    text-align: center;
}

.shop-cart-flotante-barra-progreso, .shop-cart-flotante-barra-progreso div {
    height: 10px;
    position: relative;
    border-radius: 30px;
    margin-top: 1px;
}

.shop-cart-flotante-barra-progreso-base {
    background: #D9D9D9;
    width: 100%;
    position: absolute !important;
}

.shop-cart-flotante-barra-progreso-membresia {
    background: #4A9A00;
    position: absolute !important;
    background: linear-gradient(90deg, rgb(143 169 0) 0%, rgb(36 74 0) 100%) !important;
}

.shop-cart-flotante-barra-progreso-sesiones {
    background: #30CF24;
    position: absolute !important;
    background: #68cf00 !important;
    background: rgb(104, 207, 0) !important;
    background: linear-gradient(90deg, rgba(104, 207, 0, 1) 60%, rgba(0, 207, 79, 1) 100%) !important;
    background: rgb(143, 207, 0) !important;
    background: linear-gradient(90deg, rgba(143, 207, 0, 1) 60%, rgba(0, 207, 55, 1) 100%) !important;
}

.shop-cart-flotante-texto-progreso {
    height: 20px;
    position: relative;
    margin-top: 3px;
}

.shop-cart-flotante-texto-progreso-inicial {
    /*position: absolute !important;
    margin-left: -1em;*/
    display: inline-block;
    font-size: 0.8em;
}

.shop-cart-flotante-texto-progreso-maximo {
    position: absolute !important;
    left: 100%;
    top: 0.29em;
    margin-left: -2em;
    font-weight: normal !important;
}

.shop-color-sesiones {
    color: #30CF24;
}

.shop-color-membresia {
    color: #507100;
}

.como-acceder-descuentos {
    cursor: pointer;
    font-size: 0.7em;
    line-height: 1.1em;
    margin: 8px 0 13px 0;
}

.tenes-un-cupon {
    cursor: pointer;
    font-size: 0.7em;
    line-height: 1.1em;
    /*margin: 8px 0 13px 0;
    border-top: 1px solid #d1d1d1;*/
    padding-top: 1em;
}

.shop-cart-flotante-practicas-seleccionadas {
    margin-bottom: 10px;
    margin-top: 10px;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 217px;
    /*max-height: 310px;*/
}

.shop-cart-flotante-practicas-seleccionadas-50 {
    max-height: 280px !important;
}

.shop-cart-flotante-continuar-compra {
    position: relative;
    width: 100%;
    background: #68cf00 !important;
    background: rgb(104, 207, 0) !important;
    background: linear-gradient(90deg, rgba(104, 207, 0, 1) 0%, rgba(0, 207, 79, 1) 100%) !important;
    background: rgb(143, 207, 0) !important;
    background: linear-gradient(90deg, rgba(143, 207, 0, 1) 0%, rgba(0, 207, 55, 1) 100%) !important;
    padding: 5px;
    color: white;
    border-radius: 10px;
}

.shop-cart-flotante-monto {
    float: left;
    padding: 3px 0px 6px 10px;
    font-size: 0.9em;
}

.shop-cart-flotante-monto p, .shop-cart-flotante-continuar p {
    margin: 0;
}

.shop-cart-flotante-monto p {
    line-height: 1em;
}

.shop-cart-flotante-monto-texto {
    float: left;
    padding: 6px 0px 0px 10px;
    font-size: 0.9em;
}

.shop-cart-flotante-monto-texto p {
    margin: 0;
    font-weight: 800;
}

.shop-cart-flotante-monto del {
    font-weight: normal !important;
    font-size: 0.7em;
}

.shop-cart-flotante-continuar {
    float: right;
    background: #4a9a00;
    background: #000000;
    padding: 6px 50px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 0.9em;
    width: 50%;
}

.shop-cart-flotante-continuar:hover {
    background: black;
}

.shop-cart-flotante-clear-both {
    clear: both;
}

.shop-ver-cart-flotante-desplegable-2024 {}

.shop-cart-flotante-texto-barra-progreso {
    line-height: 0.5em;
    margin: 0.6em 0;
}

.shop-cart-flotante-info-descuentos-sesiones, .shop-cart-flotante-info-descuentos-niveles {
    border: 1px solid #dddddd;
    padding: 0.9em;
    border-radius: 10px;
    background: #fbfbfb;
    font-size: 0.9em;
    -webkit-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.11);
}

.shop-ver-cart-flotante-desplegable-boton-2024 {
    display: inline-block;
    /* margin-top: -4px; */
    position: absolute;
    top: -35px;
    background: white;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    border-radius: 200px 200px 200px 200px;
    border: 1px solid #e9e9e9;
    cursor: pointer;
    background: #68cf00;
    background: rgb(104, 207, 0);
    background: linear-gradient(90deg, rgba(104, 207, 0, 1) 0%, rgba(0, 207, 79, 1) 100%);
    background: rgb(143, 207, 0);
    background: linear-gradient(90deg, rgba(143, 207, 0, 1) 0%, rgba(0, 207, 55, 1) 100%);
    color: white;
    background: white !important;
    color: black;
}

.shop-cart-flotante-info-descuentos p {
    font-size: 0.8em !important;
    line-height: 1.5em;
}

.cerrar-encabezado-shop-2024 {
    position: absolute;
}

.cerrar-encabezado-shop-2024 i {
    background: white;
    padding: 0.5em 0.7em;
    font-size: 1.5em;
    border-radius: 200px;
    margin-top: 0.4em;
    cursor: pointer;
}

.rotate {
    transform: rotate(-180deg);
    /*transform: rotate(180deg);*/
    transition: .3s;
}

.rotate-reset {
    transform: rotate(0deg);
    transition: .3s;
}

.rotate-horizontal-reset {
    transform: rotate(-90deg);
    transition: .3s;
}

.rotate-horizontal {
    transform: rotate(0deg);
    transition: .3s;
}

.shop-display-mobile {
    display: none !important;
}

.shop-ver-cart-flotante-desplegable-boton-2024 i {
    margin-top: 11px;
}

.modal-info-descuentos {
    padding: 30px;
}

.modal-info-descuentos p {
    font-size: 0.8em !important;
    line-height: 1.5em;
}

.foto-modal-practica-2024 {
    border-radius: 10px !important;
}

#encabezado-shop-2024 {
    z-index: 2;
}

#encabezado-shop-2024 p {
    font-size: 0.6em;
    line-height: 1.7em;
    padding: 1em !important;
}

.encabezado-shop-title-2024 {
    font-size: 1.5em;
    color: #8acf02;
}

#encabezado-shop-2024 div {
    background: black;
}

.modal-sesiones-practica {
    margin-top: 2em;
    margin-bottom: 1em;
    text-align: center;
}

.modal-sesiones-practica span {
    font-size: 0.8em;
}

.modal-sesiones-practica p {
    text-align: center;
    border-bottom: 1px solid #c3c3c3;
    cursor: pointer;
    max-width: 300px;
    margin: 0 auto;
    padding: 0.3em;
    font-size: 0.8em;
    color: black;
    font-weight: bold;
}

#shopModalSeleccionarSesionesPractica {
    background: none !important;
}

.modal-sesiones-practica p.selector-cantidad-sesiones-first {
    margin-top: 1.3em;
    border-top: 1px solid #c3c3c3;
}


.modal-sesiones-practica p:hover {
    background: #68cf00 !important;
    background: rgb(104, 207, 0) !important;
    background: linear-gradient(90deg, rgba(104, 207, 0, 1) 0%, rgba(0, 207, 79, 1) 100%) !important;
    background: rgb(143, 207, 0) !important;
    background: linear-gradient(90deg, rgba(143, 207, 0, 1) 0%, rgba(0, 207, 55, 1) 100%) !important;
    color: white;
}

.shop-card-img-container-2024 .overlayTopSale {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 1;
    background-color: #858585;
    padding: 5px;
    font-size: 11px;
    font-weight: bold;
    color: white;
    bottom: 0px;
    text-transform: uppercase;
    font-weight: normal;
}

.actualizando-tu-precio {
    position: absolute;
    text-align: center;
    width: 91%;
    z-index: 1;
    bottom: 13%;
    font-size: 0.6em;
}

.cargado-tu-descuento {
    font-size: 0.8em;
}

.seleccion-tratamientos {
    width: 70%;
    max-width: inherit;
    margin: 0;
}

.shop-2024-border-top {
    border-top: 1px solid #bdbdbd;
}

.txt-descuento-cart{
    font-size: 0.7em;
    font-weight: bold;
}

.shop-preguntas-frecuentes-2024 {
    width: 70%;
    display: block;
    margin: 0;
    max-width: 100% !important;
}

.form-login-shop-2024 button, .form-login-shop-2024 input, .form-login-shop-2024 select {
    border-radius: 8px !important;
    padding: 1.5em 0.7em;
}

#texto-animado {
    font-size: 12px; 
    border-radius: 10px; 
    background: grey;
    background: black;
}

/*Fin estilos nuevo SHOP 2024*/

.shop-item .overlayOferta,
.shop-item-combos-personalizados .overlayOferta {
    position: absolute;
    z-index: 1;
    background-color: #68cf00;
    padding: 10px;
    font-size: 12px;
    font-weight: bold;
    color: white;
    top: 0px;
    background: #68cf00;
    background: rgb(104, 207, 0);
    background: linear-gradient(90deg, rgba(104, 207, 0, 1) 0%, rgba(0, 207, 79, 1) 100%);
    background: rgb(143, 207, 0);
    background: linear-gradient(90deg, rgba(143, 207, 0, 1) 0%, rgba(0, 207, 55, 1) 100%);
}

.shop-item .overlayTopSale,
.shop-item-combos-personalizados .overlayTopSale {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 1;
    background-color: #000;
    padding: 5px;
    font-size: 11px;
    font-weight: bold;
    color: white;
    bottom: 0px;
    text-transform: uppercase;
    font-weight: normal;
}

.shop-item,
.shop-item-combos-personalizados {
    border: 23px solid #ffffff;
    border-left: none;
    border-right: none;
    overflow: hidden;
    cursor: pointer;
    /*border-bottom: 1px solid #e4e4e4;*/
}

.shop-item .pra-tipo,
.shop-item-combos-personalizados .pra-tipo {
    font-size: 11px;
    color: #dadada;
}

.shop-item p,
.shop-item-combos-personalizados p {
    font-size: 0.8em;
    line-height: 1.3em;
}

.shop-item p.descr,
.shop-item-combos-personalizados p.descr {
    font-size: 0.75em;
    color: #313131;
}

.shop-item p.precio,
.shop-item-combos-personalizados p.precio {
    font-size: 0.8em;
}

.shop-item p.btn-agregar,
.shop-item-combos-personalizados p.btn-agregar {
    padding: 12px;
    display: inline-block;
    color: white;
    background-color: black;
    font-size: 12px;
    border: none;
    cursor: pointer;
    /*border-radius: 7px;*/
}

.shop-item p.btn-agregar:hover,
.shop-item-combos-personalizados p.btn-agregar:hover {
    color: white;
    background-color: #68cf00;
}

.shop-item div,
.shop-item div {
    overflow: hidden;
}

.ultrawave-color {
    color: #71beab;
}

.unibody-color {
    color: #62a7c9;
}

.shop-item .etiqueta-ultrawave,
.etiqueta-ultrawave {
    background-color: #71beab;
    color: #fff;
    display: inline-block;
    padding: 0.4em 0.6em;
    font-weight: normal;
    border-radius: 8px;
}

.shop-item .etiqueta-unibody,
.etiqueta-unibody {
    background-color: #62a7c9;
    color: #fff;
    display: inline-block;
    padding: 0.4em 0.6em;
    font-weight: normal;
    border-radius: 8px;
}

p.shop-total-flavor {
    font-size: 1.2em;
    margin-right: 15px;
    margin-bottom: 5px !important;
}

.shop-ver-cart-flotante-container {
    position: absolute;
    padding: 2%;
    z-index: 2;
}

.shop-ver-cart-flotante {
    cursor: pointer;
    position: fixed;
    z-index: 1;
    bottom: 7px;
    right: 10px;
    width: 96%;
    width: 30%;
    padding: 12px 20px;
    background: #68cf00;
    background: rgb(104, 207, 0);
    background: linear-gradient(90deg, rgba(104, 207, 0, 1) 0%, rgba(0, 207, 79, 1) 100%);
    background: rgb(143, 207, 0);
    background: linear-gradient(90deg, rgba(143, 207, 0, 1) 0%, rgba(0, 207, 55, 1) 100%);
    /*border-radius: 9px;*/
    text-align: center;
    color: white;
}

.shop-ver-cart-flotante .cant-items {
    float: left;
    padding: 0px 10px;
    border-radius: 6px;
    -webkit-box-shadow: 2px 2px 18px -8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 2px 18px -8px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 2px 18px -8px rgba(0, 0, 0, 0.75);
}

.shop-ver-cart-flotante .accion {
    display: inline-block;
    font-weight: bold;
}

.shop-ver-cart-flotante .total-cart {
    float: right;
}

.shop-cart-flotante-precios-practicas p {
    font-size: 0.85em;
    line-height: 1em;
    text-align: right;
    margin: 0px;
    margin-top: -7px;
}

.shop-cart-flotante-selector-practicas p {
    line-height: 1em;
}

.shop-cart-flotante-selector-practicas .seleccionar-zona-menu-2024 p {
    width: 85%;
    border-radius: 6px;
    font-size: 0.75em;
}

.shop-cart-flotante-selector-practicas .shop-trash-icon-2024 {
    display: inline-block;
    margin-left: 0.5em;
    font-size: 1em;
    font-size: 0.9em;
    width: auto;
    height: 28px;
    padding: 0.1em;
    background: white;
    color: black;
    right: 0px;
    position: static;
    position: absolute;
}

.shop-cart-flotante-selector-practicas-familia {
    padding: 0px;
    margin: 0px;
    font-size: 0.4em;
    color: grey;
    line-height: 0.8em !important;
    margin-bottom: 0.3em;
}

.shop-cart-flotante-selector-practicas-practica {
    padding: 0px;
    margin: 0px;
    font-size: 0.6em;
    font-weight: bold;

    font-size: 0.7em;
    font-weight: 800;
    margin-bottom: 5px;
}



.shop-cart-flotante-precios-practicas del {
    font-size: 0.8em;
    color: #a7a7a7;
}

#filtro-search-back {
    position: absolute;
    top: 70px;
}

#filtro-search {
    background: rgba(255, 255, 255, 0.95);
    padding: 10px 0px;
    padding-top: 8px !important;
    z-index: 2;
}

#search {
    position: relative;
    font-size: 18px;
}

#search .delete-search {
    position: absolute;
    top: 4px;
    right: 0;
    cursor: pointer;
    padding: 7px;
}

#search label {
    position: absolute;
    left: 17px;
    top: 6px;
}

#search #search-input,
#search .hint {
    padding-left: 43px;
    padding-right: 43px;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #bfbfbf;
    background: none !important;
}

#search #search-input:focus,
#search .hint:focus {
    box-shadow: none;
}

.modal-open .modal {
    background: rgba(0, 0, 0, 0.8);
    padding: 0 !important;
}

.modal-content {
    padding: 0.5rem;
    border-radius: 0;
    border-radius: 0.5rem !important;
}

.modal.show .modal-dialog {
    /*margin-top: 55px;*/
    width: 100% !important;
    margin: 1em auto;
    height: 90vh;
    /*margin-top: 4em;*/
}

.modal.show .modal-cart {
    /*margin-top: 55px !important;*/
    width: 50% !important;
    max-width: 150px;
}

.w-500 {
    /*width: 90% !important;*/
    max-width: 430px !important;
}

.modal-header .close {
    cursor: pointer;
    background: black;
    color: white;
    height: 30px;
    width: 30px;
    padding: 0px;
    padding-left: 8px;
    line-height: 28px;
    border-radius: 100px;
    margin: 0px;
}

.modal-body p.descripcion {
    line-height: 1.5em;
    font-size: 0.8em;
}

.modal-title {
    line-height: 1.2;
}

.modal-shop {
    padding: 1.5em;
}

.agregar-producto-modal-item {
    border: 1px solid #dadada;
    padding: 1em;
    text-align: center !important;
}

.close-modal-practica {
    position: absolute;
    top: 6px;
    right: 5px;
    z-index: 9;
    background: none !important;
    color: black !important;
    font-size: 2em;
}

.counter-product {
    width: 120px;
    display: inline-flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 2px;
    border: 1px solid #e5edef;
    border: 1px solid #c5c5c5;
    border-radius: 10px;
}

.counter-product>button {
    background-color: #fafaf8;
    color: #5fbd00;
    background-color: #fff;
    /*border-radius: 8px;*/
    width: 34px;
    height: 34px;
    transition: all .3s linear;
    border: none;
    font-weight: 800;
    border-radius: 10px;
}

.counter-product>button:hover {
    color: #fff;
    background-color: #68cf00;
}

.counter-product>button:disabled {
    background-color: #fafaf8 !important;
    color: #b7b7b7;
}

.counter-product>div {
    font-weight: 800;
    font-size: 14px;
    text-transform: lowercase;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    color: #332927;
}

.counter-product>button:focus {
    border: none !important;
    outline: none !important;
}

.btn.agregar-producto-modal {
    cursor: pointer;
    background-color: black;
    border: none;
    color: white;
    font-size: 14px;
    padding: 10px 13px;
    font-weight: bold;
    width: 190px;
    width: 100%;
    text-align: center;
    transition: background-color 0.2s ease;
    max-width: 400px;
    display: block;
    margin: 0 auto;
}

.btn.agregar-producto-modal:hover {
    background-color: #68cf00;
}

.btn.agregar-producto-modal small {
    float: right;
    font-size: 14px;
}


/*CART*/

.seguir-comprando-cart {
    border: 1px solid black !important;
    background: transparent !important;
    color: black !important;
}

.seguir-comprando-cart:hover {
    background: #32a803 !important;
    border: 1px solid #32a803 !important;
    color: white !important;
}

.my-auto-cart {
    margin-top: auto !important;
    margin-bottom: auto !important;
    padding-bottom: 20px;
}

.btn-cart-green,
.btn-cart-green:hover {
    color: #32a803;
}

.alert-cart p {
    font-size: 0.85em !important;
    margin: 0px;
    margin-top: 5px;
}

.alert-cart p.error {
    color: red;
    border: 1px solid red;
}

.alert-cart p.ok {
    color: #56ab00;
    border: 1px solid #56ab00;
}

/*CHECKOUT*/
.checkout-lista-practicas {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 180px;
}

/*FOOTER*/

.footer-bs {
    background-color: #000;
    padding: 60px 40px;
    color: rgba(255, 255, 255, 1.00);
    padding-bottom: 10px;
    background-image: url("../img/footer/footer-bg-min.webp");
}

.footer-bs .depilife-logo {
    margin-bottom: 20px;
    max-width: 120px;
}

.footer-green {
    background-color: #68cf00;
    background-image: none;
    padding: 2px;
}

.footer-bs .footer-brand,
.footer-bs .footer-nav,
.footer-bs .footer-social,
.footer-bs .footer-ns {
    padding: 10px 25px;
}

.footer-bs .footer-nav,
.footer-bs .footer-social,
.footer-bs .footer-ns {
    border-color: transparent;
}

.footer-bs .footer-brand h2 {
    margin: 0px 0px 10px;
}

.footer-bs .footer-brand p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.70);
}

.footer-bs .footer-nav ul.pages {
    list-style: none;
    padding: 0px;
}

.footer-bs .footer-nav ul {
    font-size: 13px;
}

.footer-bs .footer-nav ul.pages li {
    padding: 5px 0px;
}

.footer-bs .footer-nav ul.pages a {
    color: rgba(255, 255, 255, 1.00);
    font-weight: bold;
    text-transform: uppercase;
}

.footer-bs .footer-nav ul.pages a:hover,
footer .text-white:hover {
    color: rgba(255, 255, 255, 0.80) !important;
    text-decoration: none;
}

.footer-bs .footer-nav h4 {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.footer-bs .footer-nav ul.list {
    list-style: none;
    padding: 0px;
}

.footer-bs .footer-nav ul.list li {
    padding: 5px 0px;
}

.footer-bs .footer-nav ul.list a {
    color: rgba(255, 255, 255, 0.80);
}

.footer-bs .footer-nav ul.list a:hover {
    color: rgba(255, 255, 255, 0.60);
    text-decoration: none;
}

.footer-bs .footer-social ul {
    list-style: none;
    padding: 0px;
}

.footer-bs .footer-social h4 {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.footer-bs .footer-social li {
    padding: 5px 4px;
}

.footer-bs .footer-social a {
    color: rgba(255, 255, 255, 1.00);
}

.footer-bs .footer-social a:hover {
    color: rgba(255, 255, 255, 0.80);
    text-decoration: none;
}

.footer-bs .footer-ns h4 {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.footer-bs .footer-ns p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.70);
}

.footer-bs .social-media a {
    margin-right: 0px;
    padding-right: 0px;
}

.footer-bs .social-media i {
    color: #343a40;
    color: #5f5f5f;
}

.footer-bs .social-media i:hover {
    color: #9c9c9c;
}

.footer-bs .footer-ns {
    border-left: none !important;
}

.footer-bs .mail-info {
    border: 1px solid #585858 !important;
    background-color: black;
    color: white;
    font-size: 14px;
}

.footer-bs .mail-info:hover {
    background-color: #f8f9fa;
    color: black;
}

.footer-bs .footer-centros p {
    font-size: 12px;
}

.footer-bs .footer-menu .fas {
    color: #5f5f5f !important;
    margin-right: 7px;
}

.novedades-home {
    height: 380px;
}

.whatsapp {
    position: fixed;
    width: 75px;
    height: 75px;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    background: #68cf00;
    background: rgb(104, 207, 0);
    background: linear-gradient(90deg, rgba(104, 207, 0, 1) 0%, rgba(0, 207, 79, 1) 100%);
    background: rgb(143, 207, 0);
    background: linear-gradient(90deg, rgba(143, 207, 0, 1) 0%, rgba(0, 207, 55, 1) 100%);
}

.whatsapp .fa-whatsapp {
    font-size: 1.6em;
}

.whatsapp.shop {
    bottom: 65px;
}

.whatsapp:hover {
    color: #FFF;
}

.whatsapp-icon {
    margin-top: 13px;
}

.ir-arriba {
    display: none;
    padding-top: 6px;
    background: #024959;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    position: fixed;
    bottom: 80px;
    width: 60px;
    height: 60px;
    right: 10px;
    background-color: #000;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

.zonas-combos-personalizados {
    background: #f3f3f3;
    padding: 6px;
    border: 1px solid #ffffff;
    font-size: 11px !important;
    cursor: pointer;
}

.modal-precios-combos-personalizados {
    border: 1px solid #cecece;
    margin: 10px 0px;
    padding: 12px;
}

.zonas-combos-personalizados-seleccionado {
    background: #68cf00;
    color: white;
}

.zonas-combos-personalizados-seleccionado i {
    color: white;
}

.style-velashape {
    background: #ae0f7e !important;
    color: white !important;
}

.font-velashape {
    color: #ae0f7e !important;
}

.leyenda-practicas-combos-personalizados {
    color: #535353;
    font-size: 8px;
}

.leyenda-practicas-combos-personalizados-white {
    color: #fff;
    font-size: 8px;
}

.row-combos-personalizados {
    margin: 0px !important;
}

.textarea-referidos {}

@media (min-width: 768px) {
    .footer-bs .footer-nav,
    .footer-bs .footer-social,
    .footer-bs .footer-ns {
        border-left: solid 1px #0e0e0e
    }
}

@media (max-width: 800px) {
    .shop-ver-cart-flotante {
        width: 50%;
    }

    .desktop-only {
        display: none !important;
    }

    .mobile {
        display: block;
    }

    .mobile-inline {
        display: inline-block;
    }

    .embed-responsive.g-map {
        height: 400px !important;
    }
}

@media (max-width: 1600px) {
    .counter {
        font-size: 2.5rem;
        top: 12%;
    }
}

@media (max-width: 1400px) {
    .counter {
        font-size: 1.6rem;
        top: 12%;
        left: 43.5%;
    }

    .counter p {
        font-size: 1.6rem;
        line-height: 4rem;
    }

    .counter span {
        font-size: 5.5rem !important;
    }
}

@media (max-width: 1300px) {
    .counter {
        font-size: 1.6rem;
        top: 12%;
    }

    .counter p {
        font-size: 1.6rem;
        line-height: 4rem;
    }

    .counter span {
        font-size: 5.5rem !important;
    }
}

@media (max-width: 1000px) {
    .counter {
        font-size: 1.2rem;
        top: 14%;
    }

    .counter p {
        font-size: 1.1rem;
        line-height: 3rem;
    }

    .counter span {
        font-size: 4rem !important;
    }
}

@media (min-width: 1290px) {
    .container.container-nav {
        max-width: 1190px !important;
    }
}

@media (max-width: 1290px) {
    .container {
        max-width: 1100px;
    }
    .desktop-menu ul li a, .desktop-menu ul li p {
        font-size: 13px;
        padding: 8px 6px;
    }
}

@media (max-width: 1200px) {
    .container {
        max-width: 1100px;
    }
    .desktop-menu ul li a, .desktop-menu ul li p {
        font-size: 9px;
        padding: 13px 6px;
    }
    .shop-ver-cart-flotante-2024 {
        width: 40%;
    }
    .shop-container-2024 {
        width: 60%;
    }
    .seleccion-tratamientos {
        width: 60%;
    }
    .titulo-seccion-shop {
        font-size: 0.85em;
    }
}

@media (max-width: 850px) {

    .seccion-tratamientos-border-right {
        border-right: none;
        border-bottom: 1px solid #b9b9b9;
        padding-bottom: 10px;
    }

    .titulo-seccion-shop-subtitulo {
        font-size: 10px;
    }

    .checkout-lista-practicas {
        overflow-y: hidden;
        overflow-x: hidden;
        max-height: initial;
    }

    .novedades-home {
        height: auto;
    }

    .whatsapp {
        width: 55px;
        height: 55px;
        bottom: 15px;
        right: 15px;
    }
    
    .whatsapp .fa-whatsapp {
        font-size: 1em;
    }
    
    .col-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    #texto-animado {
        font-size: 9px; 
    }

    .shop-cart-flotante-selector-practicas-practica {
        padding: 0px;
        margin: 0px;
        font-size: 0.6em;
        font-weight: bold;
        font-weight: 800;
    }

    #shopModalSeleccionarSesionesPractica .modal.show .modal-dialog {
        /**/
    }

    .shop-cart-flotante-precios-practicas p {
        font-size: 0.7em;
    }

    .shop-cart-flotante-practicas-seleccionadas {
        max-height: 140px;
    }

    .shop-cart-flotante-practicas-seleccionadas-50 {
        max-height: 200px !important;
    }

    .seleccion-tratamientos {
        width: auto;
        max-width: inherit;
        margin: 0;
    }

    .shop-item-price-2024 p {
        font-size: 0.6em;
    }

    .seleccionar-zona-menu-2024 p {
        font-size: 0.7em;
    }

    .shop-item-2024 .shop-card-2024 {
        margin: 0px 7px;
    }

    .shop-container-2024 {
        padding: 0px;
        width: 100%;
    }

    .shop-ver-cart-flotante-2024 {
        position: fixed;
        z-index: 1;
        bottom: 0px;
        right: 0px;
        width: 30%;
        padding: 1em 1em;
        background: white;
        text-align: center;
        color: black;
        -webkit-box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.42);
        -moz-box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.42);
        box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.42);
        border: 1px solid #c5c5c5;
        border-radius: 10px 10px 0px 0px;
        top: auto;
        height: auto;
        transform: none;
        overflow: inherit;
    }

    .shop-ver-cart-flotante-2024 {
        width: 100%;
    }

    .shop-ver-cart-flotante-2024 {
        padding: 0.6em 0.6em;
    }

    .texto-membresia-shop {
        font-size: 0.7em;
        line-height: 1.7em;
    }

    .texto-sesiones-shop {
        font-size: 0.7em;
        line-height: 1.6em;
    }

    .shop-display-mobile {
        display: inline-block !important;
    }

    .shop-card-img-container-2024 .overlayTopSale {
        font-size: 9px;
    }

    .zona-suma-puntos {
        position: relative;
        bottom: auto;
    }

    .shop-preguntas-frecuentes-2024 {
        width: 100%;
        display: block;
        margin: 0;
        max-width: 100% !important;
    }

    .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
        /*scale: 1.8;*/
        width: 60px !important;
        height: 60px !important;
    }

    .swiper-button-next, .swiper-button-prev {
        transform: scale(1);
    }

    .zonas-combos-personalizados {
        background: #f3f3f3;
        padding: 10px 6px;
        margin-bottom: 5px;
        border: 1px solid #ffffff;
        font-size: 13px !important;
        cursor: pointer;
    }

    .modal-precios-combos-personalizados {
        position: fixed;
        background: white;
        padding: 1em;
        width: 100%;
        bottom: -10px;
        left: 0;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
        z-index: 9999;
        border-radius: 0px;
    }

    .montos-combos-personalizados {
        float: none !important;
        margin: 0 !important;
        margin-top: 10px !important;
    }

    .zonas-combos-personalizados-seleccionado {
        background: #5fbd00;
        color: white;
    }

    .zonas-combos-personalizados-margin-mobile {
        margin-bottom: 200px;
        margin-top: 30px;
    }

    .sticky-top-mobile {
        position: -webkit-sticky;
        position: sticky;
        top: 64px;
        z-index: 99;
    }

    #menuToggle {
        top: 22px;
        right: 10px;
    }

    .col-border-left {
        border-left: none;
    }

    .navbar.style-navbar-depilife {
        padding: 1rem 1rem;
        padding-left: 0px;
    }

    .navbar.style-navbar-depilife .depilife-logo {
        max-width: 110px;
    }

    .navbar.style-navbar-depilife .carrito {
        margin-right: 30px;
    }

    .navbar.style-navbar-depilife .carrito.primary {
        margin-right: 0px;
    }

    .inner-seccion .menu-centros .btn {
        display: block;
        width: 100%;
    }

    .mt-10 {
        margin-top: 3rem !important;
    }

    .mb-10 {
        margin-bottom: 3rem !important;
    }

    .fixed-responsive-header {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
    }

    .inicio-responsive {
        margin-top: 7rem !important;
    }

    .inicio-responsive-3 {
        margin-top: 3rem !important;
    }

    .inicio-responsive-4 {
        margin-top: 4rem !important;
    }

    .inicio-responsive-5 {
        margin-top: 5rem !important;
    }

    .inicio-responsive-6 {
        margin-top: 5.5rem !important;
    }

    .inicio-responsive-6-5 {
        margin-top: 6.3rem !important;
    }

    .inicio-responsive-6-5.shop-main-2024 {
        margin-top: 0px !important;
        margin-top: -16px !important;
        padding-top: 6.3rem !important;
        padding-top: 5.5rem !important;
    }

    .main.move {
        right: 0;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }

    .carousel-item div p {
        font-size: 1.2em;
        line-height: 1.4em;
    }

    .about-us-premisas {
        max-width: 85%;
    }

    .about-us-premisas p {
        font-size: 1.1rem;
        padding: 0.1em !important;
        margin: 1em !important;
    }

    .footer-centros {
        display: none;
    }

    .full-h {
        height: 45vh;
        width: 100%;
    }

    .half-h {
        height: 45vh;
        width: 100%;
    }

    .modal-body p.descripcion {
        margin-top: 1em;
    }

    .img-modal-practica {
        max-width: 100% !important;
        margin: 0 auto;
        display: block;
    }

    .agregar-producto-modal-item {
        position: fixed;
        background: white;
        padding: 1em;
        width: 100%;
        bottom: 0;
        left: 0;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
        z-index: 9999;
        height: 195px;
        /*height: 230px;*/
        border-radius: 0px;
    }

    .agregar-producto-modal-item p.descripcion {
        margin-top: 0 !important;
    }

    .agregar-producto-modal-item .agregar-producto-modal {
        width: 100%;
        margin: 0 !important;
        text-align: center;
    }

    #filtro-search-back {
        position: absolute;
        top: -5px;
    }

    #filtro-search.sticky-top, #encabezado-shop-2024.sticky-top {
        top: 58px;
    }

    .mostrar-selector-sexo {
        margin-bottom: 10px;
        margin: 0 auto;
    }

    .titulo-seccion-shop {
        /*font-size: 1.2em;*/
        font-size: 0.9em;
        font-size: 0.68em;
        padding-top: 1.6em !important;
        line-height: 0.5em;
        margin-bottom: -3px;
    }

    .titulo-seccion-shop-secundario {
        /*border: 1px solid black !important;*/
    }

    .titulo-combos-shop {
        text-align: center !important;
        padding: 0px !important;
        font-size: 1.5em !important;
    }

    .shop-item,
    .shop-item-combos-personalizados {
        padding-left: 1.9em;
    }

    .modal-shop {
        padding-top: 0.2em;
    }

    .modal.show .modal-dialog {
        margin-top: 0px;
        height: auto !important;
    }

    .foto-modal-practica {
        margin-bottom: 220px;
        max-width: 93% !important;
    }

    .modal-shop .cant-left {
        float: left;
        margin-left: 25px;
    }

    .modal-shop .cant-right {
        float: right;
        margin-right: 35px;
        margin-top: 8px;
    }

    .modal-shop .cant-clear {
        clear: both;
        margin-bottom: 7px;
    }

    .modal-shop .cant-desc {
        font-size: 1.3em;
        font-weight: 800;
    }

    .shop-ver-cart-flotante {
        width: 96%;
        right: auto;
    }

    div.shop-total-flavor {
        margin-top: -20px !important;
        margin-bottom: 15px !important;
    }

    p.shop-total-flavor {
        font-size: 1.6em;
    }

    .modal.show .w-500 {
        width: 90% !important;
    }

    .puntos-velashape {
        max-width: 30% !important;
    }

    .textarea-referidos {
        height: 210px !important;
    }

    #shopModal .modal-content {
        margin-top: 35% !important;
    }
}

@media (max-width: 340px) {
    .navbar.style-navbar-depilife .btn-ingresar {
        font-size: 9px;
    }

    .navbar.style-navbar-depilife .depilife-logo {
        max-width: 90px;
    }

}