
:root {
    --brandColor: hsl(166, 67%, 51%);
    --background: rgb(247, 247, 247);
    --textDark: hsla(0, 0%, 0%, 0.66);
    --textLight: hsla(0, 0%, 0%, 0.33);
}

.control.has-icons-left .input:focus ~ .icon, .control.has-icons-left .select:focus ~ .icon, .control.has-icons-right .input:focus ~ .icon, .control.has-icons-right .select:focus ~ .icon {
    color: white;
}

.control.has-icons-left .icon, .control.has-icons-right .icon:focus > .fa-user{
    color: rgb(100, 100, 100) !important;
}


body {
    font-family: montserrat;
    height: 100vh;
    color: var(--textDark);
}
.status-cart-label.with-items {
    background-color: #e5265d;
}
.navbar-item img {
    max-height: 3rem;
    height: 100%;
    width: 177px;
}
.nav-submenu {
    position: absolute;
    z-index: 1;
    box-shadow: 5px 5px 10px rgb(0 0 0 / 30%);
    width: auto;
    background-color: white;
    border-radius: 20px;
    font-size: 15px;
}

.nav-submenu li {
    width: 100%;
    white-space: nowrap;
}
.dropdown {
    /*display: none;
    position: absolute;
    z-index: 9999;*/
}

.has-dropdown {
&:hover {
.dropdown {
    display: block;
}
}
}


.field:not(:last-child) {
    margin-bottom: 1rem;
}
.anchobuscadornav{
    width: 550px;
}

.register {
    background: white;
    border-radius: 10px;
}

/*ESTILOS NAV HOVER SHIFT*/

/* NAVIGATION */
.navbar-item, .navbar-link {

    padding: 0.3rem 0.75rem;

}
nav ul li {
    display: inline-block;
}
nav ul li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #aaa;
    /* font-weight: 800; */
    text-transform: uppercase;
    margin: 2px 3px;
}
nav ul li a,
nav ul li a:after,
nav ul li a:before {
    transition: all .1s;
}
nav ul li a:hover {
    color: #555;
}
a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-item.is-active, .navbar-link:focus, .navbar-link:focus-within, .navbar-link:hover, .navbar-link.is-active {
    background-color: #fafafa;
    color: #666666;
}

/* SHIFT */
nav.shift ul li a {
    position:relative;
    z-index: 1;
}
nav.shift ul li a:hover {
    color: #ffffff;
}
nav.shift ul li a:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    border-radius: 20px;
    content: '.';
    color: #ffffff00;
    background: #05bfa8;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}
nav.shift ul li a:hover:after {
    opacity: 1;
    visibility: visible;
    height: 100%;
}


/* Keyframes */
@-webkit-keyframes fill {
    0% {
        width: 0%;
        height: 1px;
    }
    50% {
        width: 100%;
        height: 1px;
    }
    100% {
        width: 100%;
        height: 100%;
        background: #333;
    }
}

/* Keyframes */
@-webkit-keyframes circle {
    0% {
        width: 1px;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        height: 1px;
        z-index: -1;
        background: #eee;
        border-radius: 100%;
    }
    100% {
        background: #aaa;
        height: 5000%;
        width: 5000%;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        border-radius: 0;
    }
}
/*termina estilos nav*/

.left,
.right {
    padding: 4.5rem;
}

.divide_gris{
    border-right: 1px solid rgb(216 216 216);
}

.left .title {
    font-weight: 800;
    letter-spacing: -2px;
}

.left .colored {
    color: var(--brandColor);
    font-weight: 500;
    margin-top: 1rem !important;
    letter-spacing: -1px;
}

.left p {
    color: var(--textLight);
    font-size: 1.15rem;
}

.right .title {
    font-weight: 800;
    letter-spacing: -1px;
}

.right .description {
    margin-top: 1rem;
    margin-bottom: 1rem !important;
    color: var(--textLight);
    font-size: 1.15rem;
}

.right small {
    color: var(--textLight);
}

input {
    font-size: 1rem;
}

input:focus {
    border-color: var(--brandColor) !important;
    box-shadow: 0 0 0 1px var(--brandColor) !important;
}

.fab,
.fas {
    color: var(--textLight);
    margin-right: 1rem;
}
.linea_gris{
    border-bottom: solid .5px #d0d0d0;
    margin-bottom: 50px;
}


input[type=checkbox] {
    vertical-align: middle;
    position: relative;
    bottom: 1px;
    margin-right: 2px;
}

label {
    display: block;
}



.btn-verificar{
    background-color: #cccccc;
    height: 35px;
    padding: 2px;
    border-radius: 20px;
    color: white;
}
@media print, screen and (min-width: 769px){}
.pagination {
    justify-content: center;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: bold;
    color: red;
    font-size: 20px;
}

.splide__pagination {
    bottom: -1.5em !important;
}
.splide__slide {
    margin-right: 0px !important;
    width: auto !important;
    height: auto !important;
}
.btn-verificar:hover{
    background-color:#06d1b2;
    color:white;
}

.btn-entrar{
    background-color: #38b499 !important;
    height: 31px;
    padding: 2px;
    border: none !important;
    border-radius: 40px;
    color: white !important;
}

.btn-entrar:hover{
    background-color:#06d1b2;
    color:white;
}

.tus{
    font-size: 40px;
}
.res{
    font-size: 40px;
    font-weight: bolder;
    color: white;
}
.back_tus{
    background-color: #ff225e;
    margin-right: 0px;
}
.back_tus_cybermonday{
   background-color: #666666;
    margin-right: 0px;
} 

/*
.back_tus{
    background-color: #e4275d;
    margin-right: 0px;
}*/
.sombra_out{
    background-color: #ffffff;
    /* margin-bottom: 15px !IMPORTANT; */
    box-shadow: -1px 2px 12px 0px #2d756abd;
    z-index: 10 !IMPORTANT;
}
.titulos_principales{
    font-size: 26px;
    /* font-family: montserrat; */
    font-weight: 600;
    line-height: 30px;
    color: #00C19F;
    text-align: center;
}
.principal_segundo{
    color: #3c3c3c;
}
.tabs li.is-active a {
    border-bottom-color: #00C19F;
    color: #00C19F;
    border-bottom: 5px solid;
    border-radius: 4px;
}
.margin_b{
    margin-bottom: 25px;
}
.tabs ul {
    /* height: 50%; */
    align-items: center;
    border-bottom-color:none !important;
    border-bottom-style: none !important;
    border-bottom-width: 1px;
    display: flex;
    flex-grow: 1;
    flex-shrink: 0;
    justify-content: flex-start;
}
.tit_study{
    color: #05bfa8;
    font-weight: bold;
    text-align: center;
}
.subs_study{
    color: #6f6f6f !IMPORTANT;
    margin-bottom: 15px;
    line-height: 16px;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    height: 43px;
}
.liga_study{
    color: #484848;
}
.box_labbe{
    width: 280px;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: none;
    color: #666666;
    display: block;
    border: 1px solid #dbdbdb;
    padding: 1rem;
    height: 258px;
}
.box {
    background-color: #f9f9f9;
    border-radius: 0px;
    /* box-shadow: none; */
    color: #666666;
    display: block;
    border: 1px solid #ffffff;
    padding: 1rem;
    height: 258px;
    box-shadow: 1px 1px 4px #dadde4, -2px -1px 7px 0px #eaf0f9;
}
.carrito_rojo_chico{
    color: #E3084D;
    border: red 2px solid !IMPORTANT;
    height: 40px !IMPORTANT;
    font-size: 16px;
    font-weight: bold;
    border-radius: 20px;
    padding: 2px 30px 0px 30px;
    transition: all .3s;
    background-size: 1px 100px;
}
.carrito_rojo_chico:hover{
   background-color: #E3084D;
    color: rgb(255 255 255);
}
.verde_disponibles{
    color: #00c3a7;
    border: #00c3a7 2px solid !IMPORTANT;
    height: 40px !IMPORTANT;
    font-size: 16px;
    font-weight: bold;
    border-radius: 20px;
    padding: 2px 30px 0px 30px;
    transition: all .3s;
    background-size: 1px 100px;
}
.verde_disponibles:hover{
   background-color: #00c3a7;
    color: rgb(255 255 255);
}

.boton_agendar_nuevo_rojo{
   background-size: 1px 100px;
    background-color: #E3084D;
    transition: all .3s;
    border: 1px solid #E3084D !IMPORTANT;
    color: #ffffff;
    height: 40px !IMPORTANT;
    font-size: 13px;
    font-weight: bold;
    border-radius: 20px;
   /* padding: 0px 25px 0px 25px; */
    cursor: pointer;
}

.boton_agendar_nuevo_rojo:hover{
    background-color: white;
    color: #ef235a;
}
.boton_sube_receta_azul{
        background-size: 1px 100px;
    background-color: #68c3d2;
    transition: all .3s;
    border: 1px solid #68c3d2 !IMPORTANT;
    color: #ffffff;
    height: 40px !IMPORTANT;
    font-size: 13px;
    font-weight: bold;
    border-radius: 20px;
    /* padding: 0px 25px 0px 25px; */
    cursor: pointer;
}
.boton_sube_receta_azul:hover{
     background-color: white;
    color: #68c3d2;
}
.boton_receta_rojo{
   background-size: 1px 100px;
    background-color: #E3084D;
    transition: all .3s;
    border: 1px solid #E3084D !IMPORTANT;
    color: #ffffff;
    height: 40px !IMPORTANT;
    font-size: 13px;
    font-weight: bold;
    border-radius: 20px;
   /* padding: 0px 25px 0px 25px; */
    cursor: pointer;
}
.boton_receta_rojo:hover{
   background-color: #ab143f;
    color: #ffffff;
    border-color: #60d1c0 !IMPORTANT;
}
.btn_agendar{
    background: linear-gradient(269deg, #c34b72 0%, #e84378 49%, #fbde7400 50%, #a54b68 100%);
    background-size: 1px 100px;
    background-color: #e5265d;
    transition: all .3s;
    border: none !IMPORTANT;
    color: #fff;
    height: 31px;
    font-size: 13px;
    font-weight: bold;
    border-radius: 20px;
    padding: 0px 15px 0px 15px;
}
.btn_eliminar {
    background: linear-gradient(180deg, #339882 0%, #21a085 49%, #3fab94 50%, #26947c 100%);
    background-size: 1px 100px;
    background-color: #35b398;
    transition: all .3s;
    border: none !IMPORTANT;
    color: #fff;
    height: 31px;
    font-size: 13px;
    font-weight: bold;
}

.linea_gris_up{
    border-top:1px solid rgb(236, 236, 236);
}
.espacio_cart{
    height: 55px;
}
.rojocart{
    font-size:17px; color: #d34867;
}
.redondo_fichas{
        border-radius: 15px 15px 0px 0px;
    border: 1px solid red;
}
.descripcion_ficha{
        margin-top: -7px !important;
    background-color: rgb(11, 212, 192);
    border-radius: 0px 0px 15px 15px
}

.anchoficha{
        width: -webkit-fill-available;
}


.info-panel {
  display: block;
  position: relative;
  background: #FFFFFF;
  padding: 15px;
}
.info-panel:before {
  /*border: 1px solid #DDDDDD;*/
}
.info-panel:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 0;
  height: 0;
  border-bottom: 20px solid #f4f4f4;
  border-top: 10px solid transparent;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}

.info-panel2 {
  display: block;
  position: relative;
  background: #FFFFFF;
  padding: 15px;
}
.info-panel2:before {
  /*border: 1px solid #DDDDDD;*/
}
.info-panel2:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 0;
  height: 0;
  border-bottom: 20px solid #00c7a6;
  border-top: 10px solid transparent;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}





.estudio_fondo{
    background-image: url(../images/Ficha_embarazo.png);
    height: 295px;
    background-repeat: no-repeat;
    background-size: contain;
}
.estudio_fondoets{
    background-image: url(../images/Ficha_ets.png);
    height: 295px;
    background-repeat: no-repeat;
    background-size: contain;
}
.estudio_fondovih{
    background-image: url(../images/Ficha_vih.png);
    height: 295px;
    background-repeat: no-repeat;
    background-size: contain;
}
.encabezado_estudio{
    height: 55px;
}
.margin_agendar{
    padding-top: 20px;
}
.btn_agendar:hover {
    background-position: 0 -50px;
    transition: all .3s;
}
.alto_encabezado{
    height: 60px;
}
.covid_cantidad{
    font-size: 25px;
    font-weight: bold;
    color: #d54867;
}
.inter20{
    line-height: 20px;;
}
.backquienes{
    background-color: rgb(255 245 247);
}
.backconocenos{
    background-color: #f4f1fe;
}
.paciente{
    color: #d8d3d3;
    font-size: 10px;
}
.inicio_font{
    font-size:10px;
}
.navlinkbreadcrumb {
    color: rgb(123 123 123);
    font-size: 10px;
}
.navlinkbreadcrumb:hover{
    color: rgb(0 0 0);
}
.navlinkbreadcrumb:active{
    color: rgb(113 113 113);
}
.navlinkactivepage {
    color: rgb(220 40 93);
    font-size: 10px;
}
.negritas{
    font-weight: bolder;
}
.ceropad{
    padding-top: 0px;
}
.contra{
    margin-bottom: 15px;
    color: #06d1b2;
}
.input_login1{
    border-radius: 20px;
    border: 1px solid #d6d6d6;
}
.txtcontra{
    color: #e5265d;
    font-weight: 600;
    font-size: 14px;
}
.cent_tam{
    font-size: 11px !Important;
    align-items: center;
}
.car_centr{
    font-size: 11px !Important;
}
.notification {
    padding: 1.25rem 1.5rem 1.25rem 1.5rem;
}

/*Footer*/
.footertexture{
    background-image: url(../images/texturef.png);
    box-shadow: 0px -1px 5px 0px #808080bd;
    border-top: 1px solid white;
}
.column-header{
    margin-bottom: 15px;
    color: #55bca9;
    font-weight: 600;
}
footer li a{
    text-decoration: none;
    color: #000000;
}
.social_t{
    font-size: 35px;
    color: #524f4f;
}
.tel_f{
    color: #55bca9;
    font-weight: 600;
}
.boletin{
    margin-top: 20px;
    position: relative;
}
.icono_bo {
    top: 8px;
    right: 6px;
    position: absolute;
    font-size: 11px;
    color: gray;
}
/*ESTILOS BANNER NUEVO*/
.espacio_bannernuevo{
    z-index: 5;
    margin-top: 118px;
    padding-bottom: 25px !important;
}

/*ESTILOS BANNER ROJO SRA*/
.degradado_banner{
    height: 510px;background-image: linear-gradient(90deg, rgb(227, 8, 77), rgb(255, 69, 139));margin-top: 100px;
}
.degradado_buenfin{
        height: 510px;
    background-image: linear-gradient(90deg, rgb(246 0 0), rgb(233 0 1));
    margin-top: 100px;
}
.degradado_cybermonday{
        height: 510px;
   background-image: linear-gradient(90deg, rgb(210 201 186), rgb(113 113 113));
    margin-top: 100px;
}
.degradado_labbenavidad{
         height: 510px;
    background-image: linear-gradient(90deg, rgb(241 240 238), rgb(242 242 242));
    margin-top: 100px;
}
.degradado_aniversario{
           height: 510px;
    background-image: linear-gradient(90deg, rgb(248 10 92), rgb(165 116 161));
    margin-top: 100px;
}
.degradado_febrero{
                   height: 510px;
    background-image: linear-gradient(90deg, rgb(248 10 92), rgb(247 18 95));
    margin-top: 100px;
}
.degradado_marzo{
                  height: 510px;
    background-image: linear-gradient(90deg, #9c27b0, rgb(187 84 205));
    margin-top: 100px;
}
.degradado_abril{
                      height: 510px;
    background-image: linear-gradient(90deg, #07bdc2, rgb(7 187 194));
    margin-top: 100px;
}

.degradado_labberappi{
          height: 510px;
    background-image: linear-gradient(90deg, rgb(253 61 96), rgb(255 31 70));
    margin-top: 100px;
}
.imagen_bannern{
    background-image: url(https://testing.labbe.io/themes/labbe-ecommerce/assets/images/img_labbe1C.png); background-size: contain; width: 100%;  background-repeat: no-repeat;
}
.imagen_buenfin{
    background-image: url(https://testing.labbe.io/themes/labbe-ecommerce/assets/images/labbe_buenfin.jpg); background-size: contain; width: 100%;  background-repeat: no-repeat;
}
.imagen_cybermonday{
    background-image: url(https://testing.labbe.io/themes/labbe-ecommerce/assets/images/Labbe_cybermonday.jpg); background-size: contain; width: 100%;  background-repeat: no-repeat;
}
.imagen_labbenavidad{
    background-image: url(https://testing.labbe.io/themes/labbe-ecommerce/assets/images/LABBE-NAVIDAD_Banner-web-Sintxt.jpg); background-size: contain; width: 100%;  background-repeat: no-repeat;
}
.imagen_aniversario{
    background-image: url(https://testing.labbe.io/themes/labbe-ecommerce/assets/images/LABBE_ANIVERSARIO.jpg); background-size: contain; width: 100%;  background-repeat: no-repeat;
}
.imagen_febrero{
    background-image: url(https://testing.labbe.io/themes/labbe-ecommerce/assets/images/labbe_febrero.png); background-size: contain; width: 100%;  background-repeat: no-repeat;
}

.imagen_labberappi{
    background-image: url(https://testing.labbe.io/themes/labbe-ecommerce/assets/images/banner_rappi.jpg); background-size: contain; width: 100%;  background-repeat: no-repeat;
}
.banner_marzo{
    background-image: url(https://testing.labbe.io/themes/labbe-ecommerce/assets/images/banners_marzo.png); background-size: contain; width: 100%;  background-repeat: no-repeat;
}
.banner_abril{
    background-image: url(https://testing.labbe.io/themes/labbe-ecommerce/assets/images/banner_abril.png); background-size: contain; width: 100%;  background-repeat: no-repeat;
}

/*-------*/

.imagen_banner4{
    background-image: url(https://testing.labbe.io/themes/labbe-ecommerce/assets/images/img_labbe4.png); background-size: contain; width: 100%;  background-repeat: no-repeat;
}
/*ESTILOS BANNER AMARILLO SR*/
.degradado_banner2{
     height: 510px;background-image: linear-gradient(90deg, #F7B11B, #FFD445);margin-top: 100px;
}
.imagen_bannern2{
    background-image: url(https://testing.labbe.io/themes/labbe-ecommerce/assets/images/img_labbe2B.png);width: 100%;    background-size: contain;background-repeat: no-repeat;
}
.imagen_amorfeb2024{
    background-image: url(https://testing.labbe.io/themes/labbe-ecommerce/assets/images/feb2024/amor.png);width: 100%;    background-size: contain;background-repeat: no-repeat;
}
.imagen_mujeresmar2024{
    background-image: url(https://testing.labbe.io/themes/labbe-ecommerce/assets/images/mar2024/mujeres.png);width: 100%;   background-size: contain;background-repeat: no-repeat;
}
.imagen_mujeresmar2024f{
    background-image: url(https://testing.labbe.io/themes/labbe-ecommerce/assets/images/mar2024/flores.png);background-size: contain;background-repeat: no-repeat;
}
.imagen_abr2024{
    background-image: url(https://testing.labbe.io/themes/labbe-ecommerce/assets/images/abr2024/hombre.png);width: 100%;   background-size: contain;background-repeat: no-repeat;
}


/*ESTILOS BANNER AZUL NINA MAMA*/
.degradado_banner3{
    height: 510px;background-image: linear-gradient(90deg, #12BFB0, #00F5D9);margin-top: 100px;
}
.imagen_bannern3{
    background-image: url(https://testing.labbe.io/themes/labbe-ecommerce/assets/images/img_labbe3B.png); width: 100%;    background-size: contain;background-repeat: no-repeat;
}

/*ESTILOS BANNER DÍA DEL PADRE*/
.degradado_DDPadre{
    height: 510px;background-image: linear-gradient(90deg, #006BBB, #006BBB);margin-top: 100px;
}

/*ESTILOS BANNER NOVIEMBRE 2024*/
.fondoNov2024{
    background-image: url(https://testing.labbe.io/themes/labbe-ecommerce/assets/images/nov2024/04-BG.png); width: 100%; height: 510px !important; background-size: contain;background-repeat: no-repeat;
}

/*------*/
.fondobanner1{
    background-image: url(https://testing.labbe.io/themes/labbe-ecommerce/assets/images/img_labbe1.png), linear-gradient(#E3084D, #FF458B);
    BACKGROUND-SIZE: COVER;

}
.fondobanner1grad{
    background-image:linear-gradient(#E3084D, #FF458B);
    BACKGROUND-SIZE: COVER;
}
/*ESTILOS BANNER AZUL PAPA*/
.degradado_PAPA10{
     height: 510px;
    background-image: linear-gradient(90deg, #68c4d5, #a2dde8);
    margin-top: 100px;
}
.degradado_influenza{
     height: 510px;
    background-image: linear-gradient(90deg, #68c4d5, #a2dde8);
    margin-top: 100px;
}
/*ESTILOS BANNER AZUL CLASES*/
.degradado_clases{
     height: 510px;
    background-image: linear-gradient(90deg, #68c4d5, #a2dde8);
    margin-top: 100px;
}
.imagen_PAPA10{
    background-image: url(https://testing.labbe.io/themes/labbe-ecommerce/assets/images/banner_PAPA10.png);width: 100%;    background-size: contain;background-repeat: no-repeat;
}

.imagen_influenza{
    background-image: url(https://testing.labbe.io/themes/labbe-ecommerce/assets/images/banners_influenza.png);width: 100%;    background-size: contain;background-repeat: no-repeat;
}
/*ESTILOS BANNER ROJO ABUELO*/
.imagen_bannerAbuelo{
background-image: url(https://testing.labbe.io/themes/labbe-ecommerce/assets/images/banner_abuelo.png);width: 100%; background-size: contain;background-repeat: no-repeat;
}

.imagen_bannerClases{
 background-image: url(https://testing.labbe.io/themes/labbe-ecommerce/assets/images/banner_clasesB.png);width: 100%; background-size: contain;background-repeat: no-repeat;
}
/*ESTILOS BANNER NARANJA VERANO HEPATITIS*/
.degradado_NAR1{
    height: 510px;
    background-image: linear-gradient(90deg, #ffae00, #f1b639);
    margin-top: 100px;
}
.imagen_NAR1{
    background-image: url(https://testing.labbe.io/themes/labbe-ecommerce/assets/images/banner_NAR1.png);width: 100%;    background-size: contain;background-repeat: no-repeat;
}

.degradado_NAR2{
    height: 480px;
    background-image: linear-gradient(90deg, #ffae00, #f1b639);
    margin-top: 100px;
}
.imagen_NAR2{
    background-image: url(https://testing.labbe.io/themes/labbe-ecommerce/assets/images/banner_NAR2.png);width: 100%;    background-size: contain;background-repeat: no-repeat;
}

/*ESTILOS BANNER MAYO 2023*/
.imagen_Mayo2023{
    background-image: url(http://testing.labbe.io/themes/labbe-ecommerce/assets/images/banner_May23.jpg);width: 100%;    background-size: contain;background-repeat: no-repeat;
}

/*ESTILOS BANNER LABBE SALE*/
.imagen_labbeSale{
    background-image: url(https://www.labbe.mx/themes/labbe-ecommerce/assets/images/labbeSale/elementos.png);width: 100%;    background-size: contain;background-repeat: no-repeat;
}

/*ESTILOS BANNER JUNIO 2023*/
.imagen_junio2023{
    background-image: url(https://www.labbe.mx/themes/labbe-ecommerce/assets/images/junio2023/elementos.png);width: 100%;    background-size: contain;background-repeat: no-repeat;
}

/*ESTILOS BANNER DÍA DEL PADRE 2023*/
.imagen_DDPadre{
    background-image: url(https://www.labbe.mx/themes/labbe-ecommerce/assets/images/diaDelPadre/elementos.jpg);width:100%;background-size:contain;background-repeat:no-repeat;
}


/*ESTILOS BANNER-----*/
.gruesolinea{
    height: 1px;
}
a.liga_estudio:hover, a.liga_estudio:focus {
    color: #75002b !important;
}
a.liga_buenfin:hover, a.liga_buenfin:focus {
    color: #630909 !important;
}
a.liga_estudio2:hover, a.liga_estudio2:focus {
    color: #015a6b !important;
}
.liga_estudio2{
    text-decoration: none !important;
}



a.liga_estudionar:hover, a.liga_estudionar:focus {
    color: #710837 !important;
        
}
.liga_estudionar{
    cursor: pointer;
}
/*Login*/

.espacio-btn{
    align-self: center;
}

.titulo_gde{
    font-size: 42px !Important;
}

.btn-invitado {
    background-color: #38b499;
    height: 31px;
    padding: 2px;
    border-radius: 40px;
    color: white;
    border: none;
}

.btn-invitado:hover{
    background-color:#1c6358;
    color:white;
}

.linea_out{
    border: 1px solid gray;
    padding: 50px 0px 50px 0px;
    border-radius: 40px;
    background-color: #fbfbfb;
}

.input_p{
    height: 40px;
    font-size: 14px !important;
    border-radius: 20px;
    border: 1px solid #d6d6d6;
}


.mid-border { width: 200px;
    height: 200px;
    border: red 1px solid;
    position: relative;
}

.mid-border:after { content: '';
    position: absolute;
    border-right: 2px green solid;
    height: 200px;
    width: 200px;
    transform: translateX(-50%);
}
.mid-border:before { content: '';
    position: absolute;
    border-bottom: 2px green solid;
    height: 200px;
    width: 200px;
    transform: translateY(-50%);
}

.linea_izq{
    border-top: 1px solid;
}
.linea_der{
    border-top: 1px solid;
}
.nombre_centro{
    text-align: center;
    font-size: 28px;
    font-weight: 200;
    margin-top: -40px;
}

/*home primera seccion*/
.sillon{
    position: absolute;
    z-index: 1;
    max-width: 450px;
}
.plantas{
    position: absolute;
    max-width: 450px;
}
.celular{
    max-width: 450px;
}
.plantas.animate__animated.animate__fadeIn  {
    --animate-duration: 4s;
}

.celular.animate__animated.animate__slideInDown  {
    --animate-duration: 4s;
}
.boton_analisis{
    font-size: 10px;
    font-family: Verdana, Helvetica;
    font-weight: bold;
    color: white;
    background: #25AC6B;
    width: 133px;
    height: 30px;
    border-radius: 4px 0px 0px 4px;
    box-shadow: 1px 2px 4px -1px #5d5d5d;
    cursor: pointer;
}

.boton_vacunas{
    font-size: 10px;
    font-family: Verdana, Helvetica;
    font-weight: bold;
    background: #d8d8d8 !Important;
    width: 133px;
    color: gray !IMPORTANT;
    height: 30px;
    border-radius: 0px 0px 0px 0px;
    cursor: pointer;
}
.boton_vacunas:hover{

    background: #7c7c7c !Important;
    color: rgb(225, 225, 225) !IMPORTANT;
    height: 30px;
    border-radius: 0px 0px 0px 0px;
    cursor: pointer;
}

.boton_covid{
    font-size: 10px;
    font-family: Verdana, Helvetica;
    font-weight: bold;
    background: #d8d8d8 !Important;
    width: 133px;
    color: gray !IMPORTANT;
    height: 30px;
    border-radius: 0px 0px 0px 0px;
    cursor: pointer;
}

.boton_covid:hover{
    background: #7c7c7c !Important;
    color: rgb(225, 225, 225) !IMPORTANT;
    height: 30px;
    border-radius: 0px 0px 0px 0px;
    cursor: pointer;
}
.txtmapa{
    font-size: 17px;
    color: dimgrey;
}
.txtCP{
    color: #E3084D;
    font-weight: bold;
}
.fondo_buscador{
    background-color: #E3084D;
    margin-top: 65px;
    /*  height: 585px; */
}

.titulo_enc{
    color: white !Important;
}
.sub_enc {
    color: white;
}
.fondo_pasos{
    /*  background-image: url(../images/pasos/fondo_pasos.png);
      background-color: #e0f1f6;*/
    background-size: cover;

}

.numero_pasos{
    font-family: montserrat;
    font-size: 55px;
    font-weight: bold !IMPORTANT;
    color: #ebd17a !IMPORTANT;
}
.parrafo_pasos{
    font-size: 17px;
    line-height: 18px;
    font-weight: 600;
    color: #245370;
}
.eligeestudio{
    background-image: url(../images/pasos/spaso1.png);
    height: auto;
    width: auto;
}
.margintop_resultados{
    margin-top: 3rem;
}
/*Testimoniales*/
.recuadrotest{
    border: 1px solid #05bfa8;
    border-radius: 20px;
}
.recuadrotest:hove{
    box-shadow: -1px 2px 12px 0px #2d756abd;
    z-index: 10 !IMPORTANT;
}

.superior_login{
    margin-top: 100px;
}
.superior_pasos{
    margin-top: 110px;
}
.superior_pasos_resumen{
    margin-top: 96px;
}
.descripcion_titulo{
    color: #5f5f5f !important;
    padding-left: 0px;
}

.cero-bottom{
    padding-bottom: 0px;
}
.imagen_figuras{
    max-width: 700px;
    margin-top: 45px;
}
.carduno:hover{
    border-top: #f7b428 6px solid;
    border-radius: 6px;
}
.carddos:hover{
    border-top: #05a84e 6px solid;
    border-radius: 6px;
}
.cardtres:hover{
    border-top: #E3084D 6px solid;
    border-radius: 6px;
}
.card-header-title-faq:hover {
    border-top: #67c4d4 6px solid;
    border-radius: 6px;
}
.card-header-title-faq-active {
    border-top: #67c4d4 6px solid;
    border-radius: 6px;
}
.card-header .collapsed {
    transform: rotate(90deg);
    border-top: #f7b428 6px solid;
    border-radius: 6px;
}

.buscar_nav_red{
    border-radius: 20px !Important;
    border: solid 1px #e85078;
    /* margin-top: 6px; */
    width: 100%;
}
.sobretodo{
    z-index: 5;
    margin-top: 70px;
    padding-bottom: 98px !important ;
}
.grad_background{
    background: linear-gradient(89deg, #f3fafb, #d0d9f9);
    background-size: 400% 400%;
    -webkit-animation: AnimationName 30s ease infinite;
    -moz-animation: AnimationName 30s ease infinite;
    animation: AnimationName 30s ease infinite;
}
.marker_search{
    color: #e85078;
    font-size: 18px;
    /* margin-top: 12px; */
    /* margin-left: -51px; */
    z-index: 1;
}
.cart_nvo{
    background-color: #ececec !Important;
    color: #13695b !Important;
    font-size: 14px !IMPORTANT;
    border-radius: 20px !IMPORTANT;
}
.ingresa_clr{
    background-color: #05bfa8;
    color: #ffffff;
    border-radius: 15px;
    font-size: 14px;
}
.fondo_lupa{
    background-color: #e5265d;
    border-radius: 14px;
    height: 28px;
    width: 38px;
}

a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-item.is-active, .navbar-link:focus, .navbar-link:focus-within, .navbar-link:hover, .navbar-link.is-active {

    color: #05bfa8;

}
.hide {
    display: none;
}

.myDIV:hover + .hide {
    display: block;
    color: rgb(46, 46, 46);
}
/*Cert*/

.hide {
    display: none;
}
/*.altocert{
    height: 400px;
}*/
.imagencert{
    height: 90px;
}

.titlecert{
    font-size: 15px !Important;
}
.textid{
    font-size: 13px;
}
.Back_gray{
    background-color: #f1f1f1;
}

.line_contorno{
    border: solid 1px black;
}
.texto_izq{
    text-align: left;
    font-size: 12px;
}
.titulo_covid{
    border-bottom: solid 1px #dadada;
    text-align: left;
}
.subtitulo_covid{
    border: none;
    color: #424242;
}
.titulos_listado_estudios{
    border: none;
    color: #05bfa8;
}
.subtitulo_covid:hover{

    color: #d54867;
}
.label_cuadrado {
    margin-bottom: 0 !IMPORTANT;
    font-size: 14px;
    color: #6e6e6e;
    font-weight: 100;
    /* padding-bottom: 0px; */
}
.pagination-previous, .pagination-next, .pagination-link, .pagination-ellipsis, .file-cta, .file-name, .select select, .taginput .taginput-container.is-focusable, .textarea, .input, .button {

    height: 2.3em;

}
.icono_bucadorb{
    font-size: 17px;
    color: #55d3df;
    border: none;
    background-color: transparent;
    float: right;
    margin-right: 6px;
    margin-top: -29px;
    position: relative;
    z-index: 2;
}
.lineas_resumen{
        background-color: #b3b3b3;
    height: 1px;
}
.costo_resumen{
    font-size: 20px;
    font-weight: bolder;
    color: #E3084D;
}
.txt-rd{
    color: #b11919;
    font-weight: bold;
}
.product-title{
    font-size: 19px !Important;
    font-weight: 500;
}
.card_codigo{
    padding: 4px;
    border-radius: 30px;
    background-color: #71c8d7;
    color: white;
    font-size: 15px;
    text-align: center;
    font-weight: 600;
}
.margencodigo{
    margin-top: 10px;
    margin-bottom: 6px;
}
.cero-top{
    padding-top: 5px;
}
.label_descuento{
    box-shadow: none;
    border: none;
}
.subtotal_cta{
    font-size: 17px;
    font-weight: 700;
}
.totales_cta{
    font-size: 21px;
    font-weight: bold;
    color: #53bca8;
}
.totales_cta_fin{
    font-size: 22px;
    font-weight: bold;
    color: #E3084D;
}

.field.is-floating-label .label {
    padding-right: 0.125em;
    background-color: white;
    padding: 4px 10px 0px 10px;
    top: -11px;
    border-radius: 20px;
    border: none;
}
#promo > div > div > div > div > input {
    border: none;
    box-shadow: none;
    border-radius: 20px;
}
#promo > div > div > div > div > input:FOCUS {
    box-shadow: none !IMPORTANT;

}
.descuento_txt{
    background-color: white;
    padding: 0px 10px 0px 10px;
    border-radius: 20px;
    color: #E3084D;
}
.fondogrid_claro
{
    background-color: #f4f4f4;
}
.textoverde{
    color:#00BFA9;
}
.txtcita{
    font-size: 14px;
    color: #00BFA9;
    font-weight: 600;
}
.txtfecha{
    font-size: 17px;
    font-weight: 600;
    color: #4e4e4e;
    text-decoration: underline #00BFA9;
}
.med-cal{
    font-size: 50px;
    color: #00BFA9;
}
.resneg {
    color:black;
    font-weight: bold;
}
.top15{
    margin-top: 15px;
}
.imagen_virus{
    position: absolute;
    left: 65%;
    top: 140%;
    width: 233px;
}
.check_v{
    color: #E3084D;
    font-size: 15px;
    margin-top: 10px;
    font-weight: bold;
}
.mleft{
    margin-left: 15px;
}
.btn_steps{
    border-radius: 20px !IMPORTANT;
}
.flecha_marginleft{
    margin-left: 10px;
}
.flecha_marginright{
    margin-right: 10px;
}

.alto_fza{
    height: 50px;
}
.precio_gral{
        font-size: 35px;
    font-weight: bolder;
    color: #E3084D;
}
.estrellas_txt{
    color: #e0e0e0;
    font-size: 12;
}
.fnte_peq{
    font-size: 14px;
}
.gradback{
    background: linear-gradient( #f7ebee, #f0feff);
}
.card-header-title {
    border-bottom: 1px solid #67c4d45e;
}

/* studie card */
.study-card .box{
    margin-bottom: 10px;
    margin-top: 10px;
    border-radius: 10px;
    width: 220px;
}
.study-card {
    margin-left: 20px;
    margin-right: 20px;
}

.labbe_center_content {
    justify-content: center;
    height: 120px;
}

.labbe_center_content a.labbe-link {
    display: contents;
}

.VueCarousel-dot.VueCarousel-dot--active {
    background-color: rgb(18 166 143) !important;
}

.colap_centrado{
    margin-top: 25px;
    /* margin-left: -25px;*/
    background-color: #ffffff;
}
.espacio_intercolapse{
    margin-top: 37PX;
    box-shadow: NONE;
}
.fondocolaps_pricipal{
    border-bottom: 1px solid #35b398;
    background-color: #f9f9f9;
    height: 50px;
    MARGIN: 0PX;

}
.fondofacturar_compra{
   border-bottom: 1px solid #00BFA9;
    background-color: #00BFA9;
    height: 50px;
    MARGIN: 0PX;
    color: white;
    border-radius: 4px 4px 0px 0px;
    cursor: pointer;
}


.recuadro_nuevo{
    border: 1px solid #05bfa8;
    border-top: none;
    margin-top: 10px;
    border-radius: 0px 0px 4px 4px;
}
.centeredimg{
    margin:auto;
}

.margensuperior{
    margin-top: 45px;
}
/*
.centeredimg:hover{
    background-image: url(../images/tarjetas/visac.png);
}*/
.anchoimg{
    /*   width: 250px !important;*/
    width: 15% !important;
    /* height: 75%; */
}

.btneliminar{
    background-color: transparent;
    border: none;
    color: #ce4968;
    font-weight: bold;
    font-size: 11px;
}
.btnagregar {
    background-color: white;
    border: none;
    color: #f8bb44;
    font-weight: bold;
    font-size: 11px;
}
.btnverdatos {
    border: none;
    font-weight: bold;
    font-size: 11px;
    padding: 3px;
    background-color: white;
    border-radius: 13px;
    width: 70px;
    color: #000000ba !IMPORTANT;
}
.preciocarro{
    font-weight: bold;
    font-size: 21px;
    color: #ee245a;
    text-align: center;
}

.espaciotop_pasos{
    margin-top: 30px;
}

.sangria33{
    text-indent: 33px;
}
.margeniconoder{
    margin-right: 2px;
}


.labbe_container_img {
    position: relative;
    width: 100%;
    max-width: 400px;
}

.labbe_container_img img {
    width: 100%;
    height: auto;
}

.labbe_container_img .btn {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    text-align: center;
}
.div_paciente{
    margin-top: 10px;
    background-color: #f9f9f9;
    padding: 8px;
    border-top: 1px solid #32ac94;
    border-bottom: 1px solid #32ac94;
}

.txt_indicaciones{
    COLOR: #32ac94;
    font-weight: bold;
}
.losres{
    padding: 10px;
}

.iconos_left{
    padding-left: 17px;
}
.ceropadd{
    padding: 0px;
}

.fondo_faq{
    background: linear-gradient( #effdfe, #ffffff);
}
.over_mapa{
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    border-radius: 30px;
    background-color: #e5265dd1;
    box-shadow: 0px 1px 6px 0px rgb(41 41 41 / 58%);
}

.icono_mapa{
    font-size: 40px;
    color: white;
    text-align: center;
}
.font_peq{
    font-size: 15px;
}
.top_busca{
    margin-top: -10px;
}


.labbe_container_map {
    position: relative;
    width: 100%;
}

.labbe_container_map .map {
    width: 100%;
    height: auto;
}
.alto50{
    height: 101px;
}
.left10{
    margin-left: 10px !important;
}
.labbe_container_map .form_zone {
    position: absolute;
    top: 80px;
    left: 20%;
    z-index: 5
}
.input_number_label{
    width: 43px;
    height: 31px;
}
.carrito_centrado{
    align-self: center;
}
.carrito_vacio{
    max-width: 75px;
}

.Nuevo_boton_rd{
    background-size: 1px 100px;
    background-color: transparent;
    transition: all .3s;
    border: 1px solid #ef235a !IMPORTANT;
    color: #ef235a;
    height: 40px;
    font-size: 13px;
    font-weight: bold;
    border-radius: 20px;
    padding: 0px 25px 0px 25px;
    cursor: pointer;
}

.Nuevo_boton_rd:hover{
    color:white;
    background-color: #ef235a;
}

.Nuevo_boton_resume{
    background-size: 1px 100px;
    background-color: #e4275d;
    transition: all .3s;
    border: 1px solid #ef235a !IMPORTANT;
    color: #ffffff;
    height: 40px;
    font-size: 13px;
    font-weight: bold;
    border-radius: 20px;
    padding: 2px 25px 0px 25px;
    cursor: pointer;
    width: 100%;
}

.Nuevo_boton_resume:hover{
    color:#e4275d;
    background-color:white;
    border: 1px solid #ef235a !IMPORTANT;
}

.boton_carrito_vacio{
    background-size: 1px 100px;
    background-color: #e4275d;
    transition: all .3s;
    border: 1px solid #ef235a !IMPORTANT;
    color: #ffffff;
    height: 40px;
    font-size: 13px;
    font-weight: bold;
    border-radius: 20px;
    padding: 2px 25px 0px 25px;
    cursor: pointer;

}
.boton_carrito_vacio:hover{

    background-color: white;
    transition: all .3s;
    border: 1px solid #ef235a !IMPORTANT;
    color: #ef235a;


}
.agendarcita_top25{
    margin-top: 25px;
}

.par_background{
    background-color: #f9f9f9;
}

.resultados_text{
    font-size: 14px;
    font-weight: bold;
    color: #03af99;
}
.horas_txt{
    color:#5d5d5d;
}
.desc_14{
    font-size: 14px;
}
.social_mini{
    background-color: transparent !important;
    font-size: 11px !important;
    border-color: transparent !important;
}
.alto_agendar{
    height: 40px;
}
.linea_inferior{
    border-bottom: 1px solid #dadada;
}
.desc_title{
    color: #03af99;
    font-weight: bold;
}
.icono_desc{
    color: #03af99;
}
.bajo_sup_espacio{
    margin-top: 25px;
    margin-bottom: 35px;
}
.box2{
    background-color: #f9f9f9;
    border-radius: 10px;
    /* box-shadow: none; */
    color: #666666;
    border: 1px solid #ffffff;
    box-shadow: 1px 1px 4px #dadde4, -2px -1px 7px 0px #eaf0f9;
    /* height: 250px; */
    padding: 15px;
}
.box_alert {
    background-color: #f9f9f9;
    border-radius: 0px;
    /* box-shadow: none; */
    color: #666666;
    display: block;
    border: 1px solid #ffffff;
    padding: 1rem;
    /* height: 239px; */
    box-shadow: 1px 1px 4px #dadde4, -2px -1px 7px 0px #eaf0f9;
}
.delete{
    float: right;
}
.icono_alerta{
    font-size: 60px;
    color: #e5265d;
    margin-bottom: 15px;
}
/*
.box2 > div {
    margin: 24px
} */

.border_img{
    border: 1px solid #37b398;
    border-radius: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

.modal_calendar{
    border-radius: 23px;
}
.modal_padding{
    padding: 25px;
}
.modal_titulo{
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}
.modal_horario_titulo{
    font-size: 18px;
}
.modal_cita_text{
    font-size: 16px;
    font-weight: bold;
    color: #03af99;
}
.close{
    right: 0.5rem;
    position: absolute;
    top: 0.5rem;
    background-color: white;
    border: none;
    font-size: 17px;
    cursor: pointer;
    color: #b3b3b3;
}
.boton_alerta {
    background-size: 1px 100px;
    background-color: #e4275d;
    transition: all .3s;
    border: 1px solid #ef235a !IMPORTANT;
    color: #ffffff;
    height: 40px;
    font-size: 13px;
    font-weight: bold;
    border-radius: 20px;
    /* padding: 2px 25px 0px 25px;*/
    width: 30%;
    margin-top: 25px;
    cursor: pointer;
}
.boton_alerta:hover{
    color: #e4275d;
    background-color: white;
}
.Nuevo_boton_vde {
   background-size: 1px 100px;
    transition: all .3s;
    border: 1px solid #00BFA9 !IMPORTANT;
    color: #ffffff;
    height: 40px;
    font-size: 13px;
    font-weight: bold;
    border-radius: 20px;
    padding: 2px 25px 0px 25px;
    cursor: pointer;
    background-color: #00BFA9;
}
.boton_gris{
    background-color: #8f8f8f;
    height: 40px;
    font-size: 13px;
    font-weight: bold;
    border-radius: 20px;
    padding: 2px 25px 0px 25px;
    cursor: pointer;
    color:white;
}
.boton_amarillo{
    background-size: 1px 100px;
    background-color: #feb600;
    transition: all .3s;
    border: 1px solid #fdb700 !IMPORTANT;
    color: #ffffff;
    height: 40px;
    font-size: 13px;
    font-weight: bold;
    border-radius: 20px;
}
.boton_amarillo:hover{
    color: #feb600;
    background-color: white;
}

/*Calendar version dos */

.datepicker .dropdown-content {
    background-color: white;
    border-radius: 20px;
    box-shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 10%), 0 0px 0 1px rgb(10 10 10 / 2%);
}

.datepicker .datepicker-table .datepicker-body .datepicker-cell.is-today {
    border: solid 1px rgb(5 191 168 / 69%);
}

.datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selected {
    background-color: #ef245a;
    color: #fff;
}
.cuadrohorario{
        width: 150px;
    text-align: center;
    border-radius: 10px;
    border: none;
    padding-top: 5px;
    overflow: auto;
    font-size: 16px;
    font-weight: bolder; 
}

internal-list-box option:checked {
    background-color: -internal-light-dark(rgb(206, 206, 206), rgb(202, 33, 33)) !Important;
    color: -internal-light-dark(rgb(75, 99, 204), rgb(255, 255, 255)) !Important;
}

select:-internal-list-box option:checked {
    background-color: -internal-light-dark(rgb(206, 206, 206), rgb(202, 33, 33));
    color: -internal-light-dark(rgb(16, 16, 16), rgb(255, 255, 255));
}

.horarioselect
{
    background-color: #e4275d;
    border-radius: 20px;
    width: 50px;
    align-content: center;
    margin: auto;
    color: white;
    padding-top: 4px;
}

/*----- SECCION RECTEA AGREGAR O SUBIR ------*/
.grad_receta{
    background-color: #2ed5ca;

}

/*------------Alertas---------------------*/
.fondo_resumen{
    border: 1px solid #e5e5e5 ;
    border-radius: 20px;
    background-color: white;
}
.fondo_alert{
    border: 1px solid red;
    border-radius: 20px;
    background-color: white;
}
.titulo_alert{
    color: #ef235a !IMPORTANT;
}
.parrafo_alerta{
    width: 70%;
}
.fondo_alert_verde {
    border: 1px solid #03af99;
    border-radius: 20px;
    background-color: white;
}
.fondo_alert_amarillo{
    border: 1px solid #feb600;
    border-radius: 20px;
    background-color: white;
}
/*mini alertas */
.minired-alert1{
    background-color: rgb(228 39 93);height: 26px;border-radius: 21px;margin-bottom: 10px;margin-top: 0px;text-align: left;padding: 2px 2px 2px 4px;
}
.minired-alert2{
    color: white; font-size: 10px; vertical-align: text-top;
}
.minired-alert1a{
    background-color: rgb(255, 255, 255);height: 26px;border-radius: 21px;margin-bottom: 10px;margin-top: 0px;color: rgb(228 39 93);text-align: left;padding: 1px 1px 1px 4px;border: 1px solid rgb(228 39 93);
}
.minired-alert2a{
    color: rgb(228 39 93);font-size: 10px;vertical-align: text-top;
}
.minig-alert1{
    background-color: rgb(5 191 168);height: 26px;border-radius: 21px;margin-bottom: 10px;margin-top: 0px;text-align: left;padding: 2px 2px 2px 4px;
}
.minig-alert2{
    color: white; font-size: 10px; vertical-align: text-top;
}
.minig-alert1a{
    background-color: rgb(255, 255, 255);height: 26px;border-radius: 21px;margin-bottom: 10px;margin-top: 0px;color: rgb(5 191 168);text-align: left;padding: 1px 1px 1px 4px;border: 1px solid rgb(5 191 168);
}
.minig-alert2a{
    color: rgb(5 191 168);font-size: 10px;vertical-align: text-top;
}

.miniye-alert1{
    background-color: rgb(254, 182, 0);height: 26px;border-radius: 21px;margin-bottom: 10px;margin-top: 0px;text-align: left;padding: 2px;padding-left: 4px;
}
.miniye-alert2{
    color: white; font-size: 10px; vertical-align: text-top;
}
.miniye-alert1a{
    background-color: rgb(255, 255, 255);height: 26px;border-radius: 21px;margin-bottom: 10px;margin-top: 0px;color: #fdb700;text-align: left;padding: 1px 1px 1px 4px;border: 1px solid rgb(253, 183, 0);
}
.miniye-alert2a{
    color: #fdb700;font-size: 10px;vertical-align: text-top;
}
/*------------Alertas -- Fin---------------------*/

.Nuevo_boton_vde:hover{
    color:#00BFA9;
    background-color: #ffffff;
}
.boton_gris:hover{
    transition: all .3s;
    border: 1px solid #00BFA9 !IMPORTANT;
    color: #ffffff;
    height: 40px;
    font-size: 13px;
    font-weight: bold;
    border-radius: 20px;
    padding: 2px 25px 0px 25px;
    cursor: pointer;
    background-color: #00BFA9;
}

.modal_program_txt{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.border_lightright
{
    border: 1px solid #00BFA9;

    height: 1250px;
    padding: 20px;
}

.border_light
{
    /* border: 1px solid #53bca8; */
    padding: 10px;
    border: 1px solid #00BFA9;

    /*height: 950px;*/
}
.margen_avisos{
    margin-top: 15px;
    margin-left: 1px;
}
.border_light750
{
    border: 1px solid #00BFA9;

    height: 750px;
}
.border_light375 {
    border: 1px solid #00BFA9;
}
.border_light430 {
    border: 1px solid #00BFA9;
}
.border_yellow {
    border: 1px solid #f9bf51;
}
.border_calendar{
    border: 1px solid #00BFA9;
    margin-top: 20px;
    margin-left: -11px;
    margin-right: -11px;
}

.border_calendar_asignar{
    border: 1px solid #53bca8;
    margin-top: 20px;
    margin-left: -11px;
    margin-right: -11px;
    border-top: 0px;
}
/*CUADRO RESEUMEN DE COMPRA NUEVO 2022*/

.paciente_principal{
    background-color: #ffffff;
    color: #E5265D;
    font-weight: bold;
}
.paciente_nuevo {
    color: #E5265D;
    font-weight: bold;
}
ver_de{
    color: #05bfa8 !IMPORTANT;
}
.fondo_pacientenuevo{
        border: 1px solid #00BFA8;
    border-radius: 20px;
    background: #EEF2F5;
}
.fondo-pacienteasig{
    border-radius: 25px;
    border: 1px solid #e4275d;
    padding: 15px 15px 5px 15px;
}

/*TERINA NUEVO CUADRO */
.cuadro_paciente{
    background-color: #05bfa8;
    color: #ffffff;
    font-weight: bold;
}
.cuadro_direccion{
    background-color: #f9c35e;
    color: #ffffff;
    font-weight: bold;
}

.fondo_direccion_fija{
    background-color: #f9f9f9;
    padding-right: 0px;
    border-radius: 0px 0px 10px 10px;
}

.icon24{
    font-size:24px !important;
}
.paciente_icon {
    font-size: 18px;
    border-radius: 1000px;
    color: #00BFA8;
    margin-left: 10px;
}

input::placeholder {
    font-size: 12px;
}

.margin15{
    margin-top: 15px;
}


.barraproducto{
    height: 60px;
    background-color: #00BFA9;
}

.interlineado29{
    line-height: 29px;
}
.barraresumen{

    background-color: #00BFA9;
}

.titulo_resumen{
    font-size: 18px;
    color: white;
    /* font-weight: 600; */
    text-align: center;

}
.bd-snippet-tag.bd-is-html {
    background: green;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: var(--hl-color);
}

.bd-snippet-tag {
    align-items: center;
    background: var(--hl-color);
    border-radius: .5em;
    color: var(--hl-background);
    display: inline-flex;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: .5em;
    font-weight: 600;
    height: 1.5rem;
    padding: 0 1em;
    vertical-align: top;
}
.boton_basura_resumen{
    background-color: transparent;
    border: none;
    color: #a9a9a9;
    font-weight: bold;
    font-size: 17px;
    cursor: pointer;
}
.boton_basura_resumen:hover{
     color: #E3084D;
}
.btnbarra {
    background-color: transparent;
    border: none;
    color: #E3084D;
    font-weight: bold;
    font-size: 17px;
}
.titlered{
    color: #ce4968;
}
.topgris{
    border-top: 1px solid gainsboro;
}
.barrafondo{
    position: fixed;
    border-top: 1px solid rgb(247 178 26) !IMPORTANT;
    background-color: #fffdf7;
    /*background-color:#f6f4f1;*/
    box-shadow: 0px -2px 10px rgb(54 54 54 / 20%), 0px 5px 10px rgb(54 54 54 / 20%);
    z-index: 10000;
    left: 0;
    bottom: -50px;
}
.numerosbarra{
    color: #37b398;
    font-weight: bold;
}
.numerosbarratotal{
    color: #ce4968;
    font-weight: bold;
}
.carrito_nuevo_rojo{
        background-color: white;
    border: red 1px solid !IMPORTANT;
    color: rgb(212, 71, 117);
     height: 40px;
    font-size: 13px;
    font-weight: bold;
    border-radius: 20px;
    padding: 2px 30px 0px 30px;
     transition: all .3s;
     background-size: 1px 100px;
}
.agregar_carrito_product {
    background-size: 1px 100px;
    background-color: #05bfa8;
    transition: all .3s;
    border: 1px solid #05bfa8 !IMPORTANT;
    color: #ffffff;
    height: 40px;
    font-size: 13px;
    font-weight: bold;
    border-radius: 20px;
    padding: 2px 30px 0px 30px;
}
.agregar_carrito_product:hover {
    color: #05bfa8;
    background-color: white;
}
.iniciar_sesion_resumen{
    background-size: 1px 100px;
    background-color: #ffffff;
    transition: all .3s;
    border: 1px solid #05bfa8 !IMPORTANT;
    color: #11B09E;
    height: 25px !IMPORTANT;
    font-size: 13px;
    font-weight: bold;
    border-radius: 20px;
    padding: 2px 30px 0px 30px;
}
.iniciar_sesion_resumen:hover{
    color: white;
    background-color: #11B09E;
}
.iniciar_chico{
    font-size: 10px;
    height: 30px;
}
.registrar_chico{
    font-size: 10px;
    height: 25px !Important;
}
.agregar_carrito_home {
    background-size: 1px 100px;
    background-color: #05bfa8;
    transition: all .3s;
    border: 1px solid #05bfa8 !IMPORTANT;
    color: #ffffff;
    height: 40px;
    font-size: 13px;
    font-weight: bold;
    border-radius: 20px;
    padding: 0px 35px 0px 35px;
}
.agregar_carrito_home:hover {
    color: #05bfa8;
    background-color: white;
}
.lineadivgris{
    border-left: 1px solid #cecece;
}

.lineatopbarra{
    border-top: 1px solid #c1c1c17d;
}
.preciosbarramin{
    font-size: 18px;
    color: #ce4968;
    font-weight: bold;
}
#faq .button.is-primary {
    background-color: #05bfa8;
    border-color: transparent;
    color: #fff;
}
#faq .button.is-primary:hover{
    background-color: #ce4968;
}

.fondo_totales{
    background-color: #F6F7F9;
    border-radius: 20px;
    padding: 20px;
}
.sombra_productos{
    box-shadow: inset 0px -6px 10px -6px #e3e3e3;
    border-radius: 15px;
}
.pest_barra {
    position: relative;
    display: flex;
    flex-direction: column;
    /* border: 1px solid #ffe08a; */
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    color: rgba(0,0,0,.7);
}
.pest_barra:before {
    background: #ffe08a;
    border-radius: 4px 4px 0 0;
    bottom: 100%;
    content: "CARRITO";
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    left: -1px;
    padding: 4px 8px;
    position: absolute;
    text-transform: uppercase;
    vertical-align: top;
}

/*degradadoes ejemplo ------------------------------------*/
.context {
    width: 100%;
    position: absolute;
    top:50vh;

}

.context h1{
    text-align: center;
    color: #fff;
    font-size: 50px;
}

/*
.area{
    background: #4e54c8;
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);
    width: 100%;
    height:100vh;
}*/

.circles{
    position: absolute;
    top: 65px;
    left: 0;
    width: 100%;
    height: 585px;
    /* margin-top: 83px; */
    overflow: hidden;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    /*background: rgba(255, 255, 255, 0.2);*/
    animation: animate 25s linear infinite;
    bottom: -40px;
    background-repeat: no-repeat;
    filter: brightness(0.8);
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
    background-image: url('https://testing.api.labbe.io/assets/img/atom.svg');
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
    background-image: url('https://testing.api.labbe.io/assets/img/atom2.svg');
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
    background-image: url('https://testing.api.labbe.io/assets/img/lupa.svg');
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
    background-image: url('https://testing.api.labbe.io/assets/img/bola.svg');
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
    background-image: url('https://testing.api.labbe.io/assets/img/tubo.svg');
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
    background-image: url('https://testing.api.labbe.io/assets/img/atom.svg');
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
    background-image: url('https://testing.api.labbe.io/assets/img/atom2.svg');
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
    background-image: url('https://testing.api.labbe.io/assets/img/lupa.svg');
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
    background-image: url('https://testing.api.labbe.io/assets/img/bola.svg');
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
    background-image: url('https://testing.api.labbe.io/assets/img/tubo.svg');
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}
/*Termina ejemplo --------------------------------*/

/*efecto css --------------------------------*/

.ocean {
    height: 300px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    /* bottom: 0; */
    TOP: 165px;
    /* transform: rotate(180deg); */
    Z-INDEX: -3;
    margin-top: auto;
    /* padding-bottom: 1px;*/
}

.ocean.v01 .wave {
    background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/85486/wave.svg) repeat-x;
}

.ocean.v01 {
    transform: rotate(180deg);
    position: absolute;
    top: 0;
    left: 0;
}

.wave {
    background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/85486/wave.svg) repeat-x;
    position: absolute;
    bottom: -25px;
    width: 6400px;
    height: 100%;
    animation: wave 7s cubic-bezier( 0.36, 0.45, 0.63, 0.53) infinite;
    transform: translate3d(0, 0, 0);
    filter: invert(99%) sepia(51%) saturate(1982%) hue-rotate(
        329deg) brightness(100%) contrast(93%);
}

.wave:nth-of-type(2) {
    bottom: -25px;
    animation: wave 7s cubic-bezier( 0.36, 0.45, 0.63, 0.53) -.125s infinite, swell 7s ease -1.25s infinite;
    opacity: 1;
}

@keyframes wave {
    0% {
        margin-left: 0;
    }
    100% {
        margin-left: -1600px;
    }
}

@keyframes swell {
    0%, 100% {
        transform: translateY(-25px);
    }
    50% {
        transform: translateY(5px);
    }
}
/*Termina efecto css --------------------------------*/


/*NUEVOS PASOS DE HOME-------------------------------*/

.process-icon {
    position: relative;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    background: #fff;
    /* box-shadow: 0 14px 26px -12px rgba(239,36,90,.42),0 4px 23px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(239,36,90,.2)!important; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    z-index: 2;
    transition: all .3s ease;
    margin-bottom: 10px;
    box-shadow: -1px 2px 6px 0px #2d756a6e;
}
.text-block:hover{
    transform: scale(1.4);
    transition: all .1s ease;
}
.process-wrap .process-block:first-child:before, #process-wrap .process-block:last-child:after {
    display: none;

}

.process-wrap .process-block {
    position: relative;
}
.process-wrap .process-block:before {
    left: 0;
}

.process-wrap .process-block:after, .process-wrap .process-block:before {
    content: "";
    position: absolute;
    top: 25%;
    height: 2px;
    width: 50%;
    background: #26a3a0;
}
.process-block:after, .process-block:before {
    content: "";
    position: absolute;
    top: 25%;
    height: 2px;
    width: 50%;
    background: #26a3a0;
}
.process-wrap .process-block:after {
    right: 0;
}
.icono_nuevo{
    height: 75px;
}
.headfaq{
    margin-top: 105px;
}
.mb10{
    margin-bottom: 10px !important;
}
.eliminarpaciente{
    background-color: transparent;
}
.space_size{
    height: 150px;
}
.errorimg{
    max-height: 750px !important;
    max-width: 650px !important;
}
/*
@media (max-width: 1407px) {
    .estudio_fondo {
       height: 295px
    }
     .estudio_fondo {
       height: 252px
    }

}

@media (max-width: 1215px) {
    .estudio_fondo {
       height: 295px
    }
     .estudio_fondo {
       height: 210px
    }

}*/
/*TERMINA NUEVOS PASOS DE HOME-------------------------------*/

/*NUEVOS PASOS AGENDAR CITA*/
.panel-heading {
    background-color: #EEF2F5;
}
.input_rounded{
    border-radius:15px;
}
.color_label{
        color: #343434;
    font-weight: 400;
}
.panel_rounded{
    border-radius: 25px;
}
.cita_programada{
    font-family: 'Questrial';
    background-color: #00c3a7;
    transition: all .3s;
    /* border: 1px solid #E3084D !IMPORTANT; */
    color: #ffffff;
    height: 30px !IMPORTANT;
    /* font-size: 13px; */
    font-weight: bold;
    border-radius: 20px;
    text-align: center;
    padding-top: 5px;
}
/*TERMINAN LOS NUEVOS PASOS AGENDAR CITA --------------------*/







@media (max-width: 1023px) {
    .navbar-menu.column {
        display: none;
    }

    .navbar-menu.column.is-active {
        display: block;
    }
}
.promociones{
    background-color: #e4275d;
    border-radius: 20px;
    color: white;
    padding: 4px 10px 4px 10px;
}

.show-only-small {
    display: none;
}

@media (max-width: 1023px) {
    .show-only-small {
        display: block;
    }
    .degradado_banner{
    margin-top: 50px;
}
 .degradado_banner2{
    margin-top: 50px;
}
 .degradado_banner3{
    margin-top: 50px;
}
}

.step-details {
    margin-top: 24px;
}
.topinicio{
    margin-top:90px;
}
.step-title {
    color: lightgray;
}
.is-active .step-title {
    color: #ffffff;
}

.top-fixed {
    margin-top: 4rem;
}


.dialog .modal-card {
    border-radius: 15px;
    text-align: center;
    width: 60vw;
    max-width: none;
}

.dialog .modal-card .modal-card-foot {
    justify-content: center;
}

.dialog .modal-card-foot {
    background-color: white;
    border-top: none;
}

/*MAIL TEMPLATE CSS*/
.box_mail{
    background-color: #f9f9f9;
    border-radius: 15px;
    box-shadow: none;
    display: block;
    padding: 1rem !IMPORTANT;
}
.fondo-correo-mail{
    background-color: #caf1ec;
    border-radius: 15px;
}
.boton_mailing{
    background-size: 1px 100px;
    background-color: #e4275d;
    transition: all .3s;
    border: 1px solid #ef235a !IMPORTANT;
    color: #ffffff;
    height: 40px;
    font-size: 13px;
    font-weight: bold;
    border-radius: 20px;
    padding: 2px 25px 0px 25px;
    cursor: pointer;

}
.mail-color{
    color: #0ea288;
}
.fondo_ciudad{
    background-image: url(../images/fondo_ciudad.png);
    background-repeat: no-repeat;
    height: 225px;
    background-size: contain;
}

.redtext{
    color:#e5265d;
}
.labbe-search-input .icon {
    background-color: #e5265d;
    border-radius: 14px;
    height: 28px !important;
    width: 38px !important;
}
.basura-resumen{
    background-color: transparent;
    border: none;
    margin-top: 12px;
    padding: 0px;
}
.info_icon{
    position: absolute;
    padding: 10px;
    left: 275px;
    color: #f7b322;
    cursor: pointer;
}
.info_resultados{
    font-size: 17px;
    color: #efb50b;
    border: none;
    background-color: transparent;
    float: right;
    margin-right: 6px;
    margin-top: 10px;
    position: relative;
    z-index: 2;
}
.info_facturacion{
    font-size: 25px;
    color: #efb50b;
    border: none;
    background-color: transparent;
    float: right;
    margin-right: 6px;
    margin-top: 1px;
    position: relative;
    z-index: 2;
}
.datos_facturacion{
    font-size: 15px;
    color: #efb50b;
    border: none;
    background-color: transparent;
    float: right;
    margin-right: 6px;
    margin-top: 1px;
    position: relative;
    z-index: 2;
}
.no_edition_cursor{
    cursor: default;
}
/*pasos circulos*/


/*//////////////////////////////////////////////////////////////////
[ Table ]*/

.limiter {
    width: 100%;
    margin: 0 auto;
}

.container-table100 {
    width: 100%;
    min-height: 65vh;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 33px 30px;
}

.wrap-table100 {
    width: 960px;
    border-radius: 10px;
    /*overflow: hidden; */
}

.table {
    width: 100%;
    display: table;
    margin: 0;
}

@media screen and (max-width: 480px) {
    .b-tooltip.is-primary .tooltip-content {
        width: 450px !important;
        padding-right: 200px !important;
    }
    .sillon {
        max-width: 375px;
    }
    .plantas {
        max-width: 375px;
    }
    .celular {
        max-width: 375px;
    }
    .over_mapa{
        margin-right: 44px;
    }
    .circles {
        height: 360px;
    }
    .headfaq{
        margin-top: 55px;
    }
    .espacio_precio{
        margin-top: 1rem !important;
    }
    .centradocantidad{
        margin: auto !IMPORTANT;
    }
    .imgredonda2{
        border-radius:20px;
    }
    .sinborder_resumen{
        border-bottom: none !important;
    }
    .sizeiconmobile{
        height: 128px;
        width: 128px;
    }
    .tabs {
        font-size: 14px;
    }
    .space_size{
        height: auto;
    }
    .errorimg{
        max-width: 200px !IMPORTANT;
        max-height: 150px !IMPORTANT;
    }
    .topinicio{
        margin-top:5px;
    }
     .agendar_txt_peq{
        font-size: 10px !IMPORTANT;
    }
    .labbe_container_map .form_zone {
    left: 15% !IMPORTANT; }
  /*   .agendar_txt_peq{
        font-size: 10px !IMPORTANT;
    }  */
}
@media screen and (max-width: 940px){

 .altobannernuevo{
    margin-top: 100px;
}
 .altobannernuevo{
    margin-top: 100px;
}
 .agendar_txt_peq{
        font-size: 11px !IMPORTANT;
    }
  .labbe_container_map .form_zone {
    left: 1% !IMPORTANT }   
}

@media screen and (max-width: 768px) {

    .table {
        /* display: block; */
    }
    .b-table .table-wrapper.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td {
        justify-content: center !Important;
        text-align: center;
        padding-top: 7px !IMPORTANT;
        padding-bottom: 7px !IMPORTANT;

    }
}
.altobannernuevo{
    margin-top: 60px;
}
.row {
    display: table-row;
    background: #fff;
}
.conmargen{
    padding: 2px;
}
.row.header {
    color: #ffffff;
    /* background: #e4275d;*/
}
@media screen and (max-width:491px) {
    .imagen_bannern{
    background-image:none;
}
.imagen_bannern{
    background-image:none;
}
.banner_marzo{
    background-image:none;
}
.banner_abril{
    background-image:none;
}
.imagen_bannerAbuelo{
    background-image: none;
}
.imagen_bannerClases{
    background-image: none;
}
.textobannern{
        margin-top:15px !Important; 
    }
.degradado_banner{
    height: 410px;
}
.imagen_bannern2{
     background-image:none;
}
.imagen_amorfeb2024{
     background-image:none;
}
.imagen_mujeresmar2024{
     background-image:none;
}
.imagen_mujeresmar2024f{
     background-image:none;
}
.imagen_abr2024{
     background-image:none;
}
.imagen_NAR1{
     background-image:none;
}
.imagen_NAR2{
     background-image:none;
}
.imagen_Mayo2023{
    background-image:none;
}
.imagen_labbeSale{
    background-image:none;
}
.imagen_junio2023{
     background-image:none;
}
.imagen_DDPadre{
     background-image:none;
}
.imagen_influenza{
    background-image:none;
}
.imagen_labbenavidad{
    background-image: none;
}
.imagen_aniversario{
    background-image: none;
}
.imagen_febrero{
    background-image: none;
}
.imagen_labberappi{
    background-image: none;
}
.imagen_{
    background-image:none;
}

.degradado_banner2{
    height: 410px;
} 
.imagen_bannern3{
    background-image:none;
}
.imagen_buenfin{
    background-image:none;
}
.degradado_NAR1{
    margin-top: 50px;
}
.degradado_NAR2{
    margin-top: 50px;
}
.degradado_banner3{
    height: 410px;
}  
.degradado_clases  {
    margin-top: 60px;
     height: 410px;
}
.autocomplete .dropdown-content {
    max-height: 125px;
}

}
@media screen and (max-width: 768px) {
    .row {
        display: block;
    }
   .labbe_container_map .form_zone {
    left: 8% !IMPORTANT }  
    
    .row.header {
        padding: 0;
        height: 0px;
    }

    .row.header .cell {
        display: none;
    }

    .row .cell:before {

        font-size: 12px;
        color: #808080;
        line-height: 1.2;
        text-transform: uppercase;
        font-weight: unset !important;

        margin-bottom: 13px;
        content: attr(data-title);
        min-width: 98px;
        display: block;
    }
}

.cell {
    display: table-cell;
}

@media screen and (max-width: 768px) {
    .cell {
        display: block;
    }
}

.row .cell {

    font-size: 15px;
    color: #666666;
    line-height: 1.2;
    font-weight: unset !important;

    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
}

.row.header .cell {

    font-size: 18px;
    color: #ef235a;
    line-height: 1.2;
    font-weight: unset !important;
    padding-top: 19px;
    padding-bottom: 19px;
    text-align: center;
}

.row .cell:nth-child(1) {
    width: 60px;
    padding-left: 40px;
}

.row .cell:nth-child(2) {
    width: 360px;
}

.row .cell:nth-child(3) {
    width: 150px;
}

.row .cell:nth-child(4) {
    width: 120px;
}

.row .cell:nth-child(5) {
    width: 30px;
    text-align: center;
    color: #ef235a;
}

.table, .row {
    width: 100% !important;
}

#renglon:hover {
    background-color: #f9f9f9;
    cursor: pointer;
    transform: scale(1.1);
    transition: all .1s ease;
    box-shadow: 0px 0px 5px 0px #ccccccbd;
}

@media (max-width: 768px) {
    .row {
        border-bottom: 1px solid #f2f2f2;
        padding-bottom: 18px;
        padding-top: 30px;
        padding-right: 15px;
        margin: 0;
    }

    .row .cell {
        border: none;
        padding-left: 30px;
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .row .cell:nth-child(1) {
        padding-left: 30px;
    }

    .row .cell {
        font-size: 18px;
        color: #555555;
        line-height: 1.2;
        font-weight: unset !important;
    }

    .table, .row, .cell {
        width: 100% !important;
    }
}

.altoalcien{
    height: 100%;
}
.autocomplete .dropdown-content {
    max-height: 95px;
}

.labbe-dropdown-content {
    display: none;
}

.labbe-dropdown:hover .labbe-dropdown-content{
    display: flex;
    z-index: 10;
}

.numeros_registro{
    height: 30px;
    background-color: #f7b21a;
    border-radius: 20px;
    width: 30px;
    padding: 3px;
    margin-right: 7px;
    color: white;
    text-align: center;
}

/*flip image card*/
.containerflip {
    display: flex;
    justify-content: center;
    align-items: center;

}

.flip-cardnew {
    background-color: transparent;
    width: 432px;
    height: 190px;
    perspective: 1000px;

}
.flip-cardnew .inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    border-top: #f7b428 6px solid;
    border-radius: 6px;
}
.flip-cardnew .inner .front,
.flip-cardnew .inner .back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.flip-cardnew .inner .front {
    background-color: #fff;
    border-radius: 0.25rem;
    box-shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 10%), 0 0px 0 1px rgb(10 10 10 / 2%);
    color: #666666;
}
.flip-cardnew .inner .back {
    background-color: white;
    transform: rotateY(180deg);
    border-radius: 0.25rem;
    box-shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 10%), 0 0px 0 1px rgb(10 10 10 / 2%);
    color: #666666;

}
.flip-cardnew:hover .inner {
    transform: rotateY(180deg);
}

.radius20{
    border-radius: 20px;
    border: 1px solid #05bfa8;
}
.icononews{
    top: 25px;
    right: 463px;
    position: absolute;
    font-size: 11px;
    color: #05bfa8;
}
.escribenoscuadro{
    height: fit-content;
    border: 1px solid #05bfa8;
    border-radius: 20px;
}

/* blog estilos*/

.blog-sidebar .blog-sidebar-categories h4 {
    color: #444f60;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.blog-sidebar .blog-sidebar-tags h4 {
    color: #444f60;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.blog-sidebar .blog-sidebar-tags .tags .tag {
    height: 3em;
    padding-left: 1em;
    padding-right: 1em;
    font-size: .9rem;
    background: #fff;
    color: #8e9baf;
    border: 1px solid #e7eaed;
    border-radius: 8px;
    text-decoration: none !important;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.blog-sidebar .blog-sidebar-tags .tags .tag:hover {
    color: #e5265d;
    -webkit-box-shadow: -1px 3px 15px 0 rgb(0 0 0 / 6%);
    box-shadow: -1px 3px 15px 0 rgb(0 0 0 / 6%);
}

.blog-sidebar .blog-sidebar-categories .blog-sidebar-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.blog-sidebar .blog-sidebar-categories .blog-sidebar-category .post-count {
    height: 35px;
    width: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid transparent;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.blog-sidebar .blog-sidebar-categories .blog-sidebar-category>span {
    font-family: "Roboto",sans-serif;
    font-size: 1.15rem;
    font-weight: 300;
    color: #8e9baf;
    line-height: 1.2;
    -webkit-transition: color .3s;
    transition: color .3s;
}

.blog-sidebar .blog-sidebar-categories .blog-sidebar-category .post-count span {
    font-weight: 600;
    font-size: .8rem;
    color: #444f60;
    -webkit-transition: color .3s;
    transition: color .3s;
}

.blog-sidebar .blog-sidebar-categories .blog-sidebar-category:hover .post-count {
    border-color: #05bfa8;
    -webkit-box-shadow: -1px 3px 15px 0 rgb(0 0 0 / 6%);
    box-shadow: -1px 3px 15px 0 rgb(0 0 0 / 6%);
}

.altojusto{
    height: fit-content;
}
.puntovistas{
    font-size: 7px;
    color: #05bfa8;
    vertical-align: middle;
}
.artcolor{
    color: #05bfa8;
}
.flechaart{
    font-size: 10px;
}

.contorno_verde{
    height: fit-content;
    border: 1px solid #05bfa8;
    border-radius: 20px;
}

.imgredonda{
    border-radius:20px;
}



.redondeado2{
    border-radius: 20px;
    height: 35px;
    font-size: 15px !IMPORTANT;
}

/*ESTILOS DE PERFIL DE USUARIO - INICIA*/

.account-wrapper .account-box.is-navigation .media-flex-center {
    padding-bottom: 20px;
}
.media-flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem;
}

.h-avatar.is-large {
    max-width: 68px;
    min-width: 68px;
}

.h-avatar {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
}

.h-avatar.is-large .avatar {
    width: 68px;
    min-width: 68px;
    height: 68px;
}
.h-avatar .avatar {
    width: 40px;
    min-width: 40px;
    height: 40px;
    -o-object-fit: cover;
    object-fit: cover;
}
.h-avatar img {
    display: block;
    border-radius: 50%;
}

.h-avatar.is-large .badge {
    border-width: 2px;
    height: 24px;
    width: 24px;
}

.h-avatar .badge {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 16px;
    width: 16px;
    border: 1px solid #fff;
}

.media-flex-center .flex-meta {
    margin-left: 12px;
    line-height: 1.4;
}

.account-wrapper .account-box.is-navigation .account-menu .account-menu-item.is-active {
    /*-webkit-box-shadow: -1px 3px 10px 0 rgb(0 0 0 / 6%); */
    /* box-shadow: -1px 3px 10px 0 rgb(0 0 0 / 6%); */
    /* border-color: #e5e5e5; */
    border-right: 1px solid #e4275d;
    border-radius: 1px;
}

.account-wrapper .account-box.is-navigation .account-menu .account-menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 16px;
    border: 1px solid transparent;
    border-radius: 8px;
    margin-bottom: 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.account-wrapper .account-box.is-navigation .account-menu .account-menu-item.is-active span, .account-wrapper .account-box.is-navigation .account-menu .account-menu-item.is-active i {
    color: #671cc9;
}

.account-wrapper .account-box.is-navigation .account-menu .account-menu-item i {
    margin-right: 8px;
    font-size: 1.1rem;
    color: #a2a5b9;
}
.lnil {
    display: inline-block;
    font: normal normal normal 1em/1 'LineIconsPro Light';
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.account-wrapper .account-box.is-navigation .account-menu .account-menu-item.is-active .end {
    display: block;
}

.account-wrapper .account-box.is-navigation .account-menu .account-menu-item.is-active span, .account-wrapper .account-box.is-navigation .account-menu .account-menu-item.is-active i {
    color: #671cc9;
}
.account-wrapper .account-box.is-navigation .account-menu .account-menu-item .end {
    margin-left: auto;
    display: none;
}
.account-wrapper .account-box.is-navigation .account-menu .account-menu-item span {
    font-family: "Montserrat",sans-serif;
    font-size: .95rem;
    color: #283252;
}

.account-wrapper .account-box.is-navigation .account-menu .account-menu-item i.fas, .account-wrapper .account-box.is-navigation .account-menu .account-menu-item i .fal, .account-wrapper .account-box.is-navigation .account-menu .account-menu-item i .far {
    font-size: .9rem;
}

.account-wrapper .account-box.is-navigation .account-menu .account-menu-item.is-active span, .account-wrapper .account-box.is-navigation .account-menu .account-menu-item.is-active i {
    color: #e4275d;
}
.account-wrapper .account-box.is-navigation .account-menu .account-menu-item i {
    margin-right: 8px;
    font-size: 1.1rem;
    color: #a2a5b9;
}


.account-wrapper .account-box.is-form .form-head {
    border-bottom: 1px solid #e5e5e5;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.account-wrapper .account-box.is-form .form-head, .account-wrapper .account-box.is-form .form-foot {
    padding: 12px 20px;
}

.account-wrapper .account-box.is-form .form-head .form-head-inner, .account-wrapper .account-box.is-form .form-head .form-foot-inner, .account-wrapper .account-box.is-form .form-foot .form-head-inner, .account-wrapper .account-box.is-form .form-foot .form-foot-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.account-wrapper .account-box.is-form .form-body .fieldset {
    padding: 20px 0;
    /* max-width: 480px;*/
    margin: 0 auto;
}
.account-wrapper .account-box.is-form .form-body .fieldset .fieldset-heading {
    margin-bottom: 20px;
}

.account-wrapper .account-box.is-form .form-body .fieldset .h-avatar {
    position: relative;
    display: block;
    margin: 0 auto;
}

.account-wrapper .account-box.is-form .form-body .fieldset .fieldset-heading h4 {
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    font-size: 1rem;
    color: #00BFA9;
}

.account-wrapper .account-box.is-form .form-body .fieldset .fieldset-heading p {
    font-size: .9rem;
}

.control.has-icon {
    position: relative;
}

.control {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    font-size: 1rem;
    position: relative;
    text-align: inherit;
}

.control.has-icon .input {
    height: 38px;
    padding-left: 38px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.control.has-icon .form-icon {
    position: absolute;
    top: 0;
    left: 0;
    height: 38px;
    width: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.control.has-icon .form-icon svg {
    height: 18px;
    width: 18px;
    stroke: #cecece;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.account-wrapper .account-box.is-navigation .account-menu .account-menu-item:not(.is-active):hover {
    background: #f5f5f5;
}

.boton_guardar_cambios{
    background-size: 1px 100px;
    background-color: #e4275d;
    transition: all .3s;
    border: 1px solid #ef235a !IMPORTANT;
    color: #ffffff;
    height: 40px;
    font-size: 13px;
    font-weight: bold;
    border-radius: 20px;
    padding: 2px 25px 0px 25px;
    cursor: pointer;
    width: auto;
}
.boton_guardar_cambios:hover{
    color:#ef235a;
    background-color: white;
}
.boton_regresar
{
    background-size: 1px 100px;
    transition: all .3s;
    background-color: #ebebeb;
    color: gray;
    border: 1px solid white !IMPORTANT;
    text-align: center;
    height: 40px;
    font-size: 13px;
    font-weight: bold;
    border-radius: 20px;
    padding: 2px 25px 0px 25px;
    cursor: pointer;
    width: auto;
}

.iconocaja{
    height: 18px;
    width: 18px;
    color: #cecece;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.topyellow{
    border-top: 2px solid #f8bc48;
}
/* TERMINA - SECCION DEL PERFIL */



/*iconos resultados tabla*/

.view-icon{
    border: none;
    color: #e5265d;
    background-color: transparent;
}
.down-icon{
    border: none;
    color: #35b398;
    background-color: transparent;
}

.share-icon{
    border: none;
    color: #f7b21a;
    background-color: transparent;
}

.agregar_carrito_home:focus  {

    color: #056055;
}

.Nuevo_boton_rd:focus  {

    color: #a10d37;
}
.button:focus, .button.is-focus {
    color: #d8d8d8;
}
.button:focus:not(:active), .button.is-focused:not(:active) {
    box-shadow: 0 0 0 0.125em rgb(209 209 209 / 25%);
}
/*
.button:focus:not(:active), .button.is-focused:not(:active) {
    box-shadow: none;
    color: #f9b40c;
}*/

#info td{
    border: 1px solid #dbdbdb;
    border-width: 0 0 1px;
    padding: 1.2em 0.75em !important;
    vertical-align: middle;
}

#facturartable td {
    border: 1px solid #f7b319;
    border-width: 0 0 1px;
    padding: 1.2em 0.75em !important;
    vertical-align: middle;
    text-align: left !IMPORTANT;
}
.table td, .table th {
    border: 1px solid #f9b40c;
    /* border-width: 0 0 1px; */
    /* padding: 0.5em 0.75em; */
    /* vertical-align: top; */
}
#info th{
    padding: 1.2em 0.75em !important;
}
#info th:hover {
    border-color: #e4275d !important;
    color: #05bfa8;
}

.info td{
    border: 1px solid #dbdbdb;
    border-width: 0 0 1px;
    padding: 1.2em 0.75em !important;
    vertical-align: middle;
}

.info th{
    padding: 1.2em 0.75em !important;
}
.info th:hover {
    border-color: #e4275d !important;
    color: #05bfa8;
}

.txt_precios{
    text-align: right !important;
    color: #e4275d;
    font-weight: bold;
}
.lapiz-rojo{
    color: #e4275d;
}

.b-table .table th.is-sortable, .b-table .table th.is-sortable .th-wrap {

    color: #05bfa8;
}
.b-table .table th.is-current-sort {
    border-color: #dbdbdb;
    font-weight: 700;
}

.birthtxt{
    color: #e4275d;
}
.back_red{
    background-color: #e4275d;
}




/* Container Tooltip */
.tooltip22 {
    position: relative;
    display: flex;
    /* justify-content: center; */
    /* align-items: center; */
    /* margin-right: 40px; */
    cursor: pointer;
    top: -37px;
}

/* Style text tooltip */
.tooltipText22 {
    background-color: #05bfa8;
    position: absolute;
    bottom: 70%;
    right: 59%;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 14px;
    opacity: 0;
    transition: all .5s;
    color: white !IMPORTANT;
    z-index: 4000000;
    width: 50%;
}
.b-tooltip.is-primary .tooltip-content {
    background: #ef245a !IMPORTANT;
    color: #fff;
}
.labbe-tooltip .tooltip-content {
    /* background: #05bfa8 !important; */
    border: 2px solid #05bfa8 !important;
    width: 16vw!important;
}

.fb {color: #3B5998;}
.tw {color: #1da1f2}
.wa {color:#25d366}


/*  Membuat dan style tip*/
.tooltipText22::after {
    content: '';
    border-width: 5px;
    border-style: solid;
    border-color: #05bfa8 transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 21%;
    margin-left: 6%;
}

/* Hover text tooltip */
.tooltip22:hover .tooltipText22{
    opacity: 1;
    transform: translateY(-10px);
}

.fondo_news{
    background-color: #00BFA9;
    padding-top: 50px;
}


/*PROMOCIONES */

.texto_cupon{
    font-family: Montserrat !important;
}

.cupon_recuadro{
    border-radius: 15px;
    height: 195px;
}

.shadowgreen {
    box-shadow: inset 0px -8px 0px 0px rgb(15 102 91);
}
.shadowyellow {
    box-shadow: inset 0px -8px 0px 0px rgb(185 136 11);
}
.shadowblue {
    box-shadow: inset 0px -8px 0px 0px rgb(27 115 151);
}

.imagencupon{
    justify-content: center;
    display: initial;
}
.imagenblanca{
    filter: invert(2%) sepia(81%) saturate(0%) hue-rotate(
        135deg) brightness(215%) contrast(101%);
}

.verdedark{
    color: #0e665b;
}

.amadark{
    color: #644a08;
}
.bluedark{
    color: #146283;
}

.labbe_share_buttons {
    position: absolute;
    background: white;
    padding: 10px;
    border: solid 1px gray;
    border-radius: 30px;
    margin-top: -290px;
    z-index: 10;
    margin-left: -11px;
}

.labbe_share_button_whatsapp {
    font-size: 30px;
    color: green;
    margin-left: 3px;
}

.labbe_share_buttons_post {
    width: fit-content;
    margin-left: auto;
    position: relative;
    background: white;
    padding: 10px;
    border: solid 1px gray;
    border-radius: 30px;
    margin-top: -290px;
    z-index: 10;
}

.s5_content {
    display: none;
}
.chat_whatsapp:hover .s5_content {
    display: flex;
}

.chat_whatsapp:hover .link_whatsapp {
    display: none;
}

.chat_whatsapp_img {
    height: 60px;
}

.chat_whatsapp_text {
    height: 40px;
    width: 195px;
    background: #00BFA9;
    margin-top: 10px;
    margin-right: 10px;
    border-color: #00BFA9;
    border-radius: 10px;
    color: white;
    display: flex;
}

.chat_whatsapp_link{
    position: absolute;
    left: -45px;
}

.chat_whatsapp_labbe_img{
    height: 80%;
    margin-top: 5px;
}

.chat_whatsapp_heading {
    font-size: 25px;
    margin-top: 2px;
    margin-left: 20px;
    margin-right: 10px;
    font-weight: bold;
}

.chat_whatsapp_bottom_text {
    display: none;
    font-weight: bold;
    margin-left: 20px;
}

.chat_whatsapp:hover .chat_whatsapp_bottom_text {
    display: block;
}




/* chris garcia */


.banner__container {
    display: flex;  
    background-image: url(https://testing.labbe.io/themes/labbe-ecommerce/assets/images/noviembre2024/banner/fondo.png);
    height: 510px;
    background-size: cover;
    flex-wrap: wrap;
}

.banner__container_nov2024 {
    display: flex;  
    background-image: url(https://testing.labbe.io/themes/labbe-ecommerce/assets/images/nov2024/04-BG.png);
    height: 510px;
    background-size: cover;
    flex-wrap: wrap;
}

.banner__item {
    width: 50%;
}

.banner__item_right{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px
}

.banner__girl {
    object-fit: contain;
    height: 100%;
}

.banner__img-buen-fin {
    left: 75%;
    width: 100%;
    max-width: 670px;
    margin-top: 40px;
}

.banner__search {  
  width: 40vw;
  top: calc(50% + 30px);
}

.banner__action{
    width: 450px;
}

@media screen and (max-width: 500px){
    .banner__item {
        width: 100%;
    }

    .banner__search {
        width: 80%;
    }

    .banner__item_left {
        display: none;
    }
}
