@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=PT+Sans:wght@400;700&display=swap');

:root {
    --fuentePrincipal: 'Open Sans';
    --fuenteHeading: 'PT Sans';
    --primario: #0060a8;
    --secundario: #015597;
    --recuadros: #486f99;
    --recuadrodos: #5d83ae;
    --recuadrotres: #688db9;
    --azulcielo: #44c0ef;
    --azulclaro: #e2e8f3;
    --naranja: #f6903f;
    --naranjaoscuro: #f6903f;
    --letraazul: #334da0;
    --amarillo: #f9b31b;
    --gris: #58595b;
    --grisordena: #959595;
    --grisclaro: #e2e8f3;
    --blanco: #ffffff;
    --negro: #000000;
}

html {
    box-sizing: border-box;
    font-size: 62.5%; /*Hack para medida rem*/
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    font-family: var(--fuentePrincipal);
    font-size: 1.6rem;
    line-height: 2;
}

/*Globales*/
.contenidos,
.contenidosfooter {
    /* max-width: 120rem;
    width: 90%; */
    width: min(90%, 170rem);
    margin: 0 auto;
}

.contenidomedio {
    width: min(85%, 160rem);
    margin: 0 auto;
}

.contenidoform {
    width: min(95%, 558px);
    margin: 0 auto;
}

a {
    text-decoration: none;
}

    /*a:hover {
        color: white;
    }*/

h1,
h2,
h3,
h4 {
    font-family: var(--fuenteHeading);
    line-height: 1.2;
}

h1 {
    font-size: 4.8rem;
}

h2 {
    font-size: 4rem;
}

h3 {
    font-size: 3.2rem;
}

h4 {
    font-size: 2.8rem;
}

img {
    max-width: 100%;
}

p {
    margin: 0;
}

.mt-30 {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.izquierda {
    text-align: left !important;
}

/*Header*/
.oculto {
    display: none;
}

/*.header {
    font-family: var(--fuenteHeading);
    font-size: 1.8rem;
    color: var(--letraazul);
}

    .header .headersuperior,
    .header .hederinferior,
    .header .headermedio {
        display: flex;
        justify-content: space-between;
    }*/

/*Header superior*/
/*.headersup {
    background-color: var(--azulclaro);
    padding: 1.6rem 0;
}

.header .sesiones,
.header .telefonos,
.header .hederinferior .pedidos,
.header .hederinferior .promociones {
    display: flex;
    justify-content: space-between;
}

    .header .sesiones p,
    .header .telefonos p {
        margin-right: 2rem;
    }

        .header .sesiones p:last-child,
        .header .telefonos p:last-child {
            margin-right: 0;
        }

.header a {
    color: var(--letraazul);
}

.header .usuario {
    width: 23px;
    height: 23px;*/
    /* vertical-align: text-bottom; */
/*}

.header .tetoscopio {
    width: 23.74px;
    height: 23.38px;
}

.header .whatsapp {
    width: 20.83px;
    height: 20.81px;
}*/

.histo {
    margin-left: 2rem;
}

.nomdoc {
    position: absolute;
    right: 23rem;
    top: 5px;
}


.espacio {
    margin-left: 5px;
    margin-right: 5px;
}
/*Header medio*/
.psesionesmovil {
    display: none;
}

.hedaermed {
    padding: 2rem 0;
    font-family: var(--fuenteHeading);
    color: var(--gris);
}

    .hedaermed .carrito {
        display: flex;
        justify-content: space-between;
    }

    .hedaermed .imgmarca img {
        width: 132px;
        height: 39px;
    }

    .hedaermed input[type="search"] {
        width: 388px;
        height: 30px;
    }

    .hedaermed input[type="submit"] {
        width: 27px;
        height: 30px;
    }

.busqueda .icon {
    font-family: "WebSymbolsRegular";
}

.hedaermed .imgcar {
    width: 3.2rem;
    height: 3.2rem;
    margin-right: 1.9rem;
}

.linkPropios a {
  color: blue ;
  text-align:center !important ;
}


/*Header inferior*/
.menu {
  display: none;
}

.limovil {
    display: none;
}

.escritorionone {
    display: none;
}

.header .hederinferior .pedidos {
    position: relative;
}

.hederinferior .felchaabajo {
    width: 2rem;
    cursor: pointer;
}

.headerinf {
    background-color: var(--primario);
}

.header .hederinferior {
    position: relative;
    font-family: var(--fuentePrincipal);
    color: var(--blanco);
}

.ulhinferior {
    width: 100%;
}

.header .hederinferior a {
    font-family: var(--fuentePrincipal);
    color: var(--blanco);
}

.header .hederinferior .separador {
    margin: 0 2rem;
}

.header .hederinferior .pedidos p {
    cursor: pointer;
}
/* .navdoc {
  display: inline-block;
} */
.infoextra {
    /* display: block; */
    background-color: #688db9;
    font-family: var(--fuenteHeading);
    font-size: 14px;
    text-align: center;
    line-height: 1.6rem;
    width: 200px;
    height: 77px;
    margin-left: 14px;
    padding-top: 12px;
    /* position: absolute;
    top: 137px;
    left: 37px;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1; */
}

.dropdown-divider {
    display: block;
    margin: 5px auto;
    border: 1px solid white;
    width: 80%;
}

.pedidos .dropdown-toggle::after {
    display: none;
}

.pedidos .mipedido {
    display: inline-block;
}

.promociones li a,
.pedidos li a {
    padding: 0 !important;
}

    .promociones li a:hover,
    .pedidos li a:hover {
        background-color: transparent;
    }
/* .infoextra p{
    margin-top: 2rem;
} */

/*Banner*/
/* .carousel-inner img {
    width: 100%;
    height: 371px;
} */
/* .carrusel{
    height: 371px;
}

.carrusel img{
    max-width: 100%;
    height: 371px;
} */
.carousel-indicators .active {
    background-color: red;
}

.carousel-indicators .active {
    width: 15px;
    height: 15px;
    margin: 0;
    margin-right: 10px;
    border-radius: 120%;
    background-color: #97b9c9;
}

.carousel-indicators li {
    width: 15px;
    height: 15px;
    padding: 0.5rem;
    margin-right: 10px;
    border-radius: 120%;
    background-color: #e9f3f7;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 5.4rem;
    height: 5.4rem;
    background-color: var(--gris);
    border-radius: 12px 0px 0px 12px;
    font-size: 49px;
}

.carousel-control-prev-icon {
    border-radius: 0px 12px 12px 0px;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: unset;
    background: transparent;
    width: 54px;
}

/*Iconos de información*/
.inforecuadros {
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    line-height: 21.28px;
    color: white;
    background-color: var(--recuadros);
    height: 167px;
    border: #707070;
}

.telefonia {
    background-color: var(--recuadrodos);
}

.pagos {
    background-color: var(--recuadrotres);
}

.camion {
    width: 80px;
}

.asesoria {
    height: 80px;
}

.pago {
    width: 80px;
}

/*Contenido Principal*/
.contenedor_productoss {
    position: relative;
}

.cajagris {
    background-color: var(--grisclaro);
    /* height: 465px; */
}

    .cajagris p {
        margin-top: 3rem;
        margin-bottom: 3rem;
        font-family: var(--fuentePrincipal);
        font-weight: bold;
        font-size: 2.9rem;
        line-height: 3.4rem;
        color: var(--grisordena);
        text-align: center;
    }

.comillas {
    color: #2099c0;
}

.contenidoproducto {
    display: block;
    position: relative;
    width: min(90%, 558px);
    /* height: 372px; */
    margin: 0px auto;
}

.conproducto .productoprincipal {
    max-width: 100%;
}

.nombre_producto
 {
    margin-top: 0rem;
    margin-bottom: 0rem;
    font-family: var(--fuentePrincipal);
    font-size: 2rem;
    line-height: 3.4rem;
    color: #082a4c;
    text-align: center;
    height: 60px
}

.precio_producto {
    margin-top: 0rem;
    margin-bottom: 0rem;
    font-family: var(--fuentePrincipal);
    font-size: 2rem;
    margin-bottom: 1rem;
    font-weight: 100;
    font-size: 2.3rem;
    color: #082a4c;
    text-align: center;
    height: 45px
}

.btncompra {
    display: block;
    font-size: 2rem;
    color: var(--blanco);
    width: 230px;
    height: 50px;
    background-color: #f7931e;
    border: none;
    border-radius:30px;
    /*position: absolute;*/
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.3s ease-in-out;
}
.btncompra:hover{
    background: #0099d8;
}

/*Barra Derechos reservados*/
.cajaazul {
    background-color: var(--azulcielo);
    margin-top: 100px;
}

    .cajaazul p {
        text-align: center;
        color: var(--blanco);
        font-weight: bold;
        padding: 0.5rem 0;
    }

/*Footer*/
.footer {
    background-color: #014265;
    margin-top:-5px
}

    .footer .ayuda {
        display: block;
        font-family: 'PT Sans';
        font-weight: bold;
        font-size: 23px;
        width: 103px;
        height: 34px;
        border-radius: 17px;
        background-color: #279bd6;
        color: white;
        text-align: center;
        line-height: 30px;
        margin-top: 12px;
    }

    /*.footer img {
        display: block;
        width: 180px;
        height: 52px;
        margin: 0px auto;
    }*/

    .footer .lineab {
        border-bottom: 1px solid #cecfd1;
        margin-bottom: 25px;
    }

    .footer .atencion,
    .footer .lineaatencion {
        font-size: 1.7rem;
        color: #253672;
        margin-bottom: 10px;
    }

    .footer a {
        display: block;
        font-size: 1.7rem;
        line-height: 2.1rem;
        color: #58595b;
        margin-bottom: 0.7rem;
    }

    .footer .txtaviso {
        text-align: center;
        color: #58595b;
        font-size: 1.7rem;
        line-height: 2.1rem;
    }

    .footer .lineaatencion {
        display: none;
    }

    .footer .contenidosfooter {
        padding-bottom: 15px;
    }

.blue400 {
    color: #0099d8
}
.blue500 {
    color: #014265
}

.darkBlue400 {
    color: #082a4c
}

.hoverA:hover{
    color: #999999;
    transition-duration: .5s
}
.text500{
    font-weight: 500;
}
.text600{
    font-weight: 600
}



/***********************************************
************Inicio de sesion********************
************************************************/
.circleTop {
    position: absolute;
    top: -265rem;
    border-radius: 50%;
    width: 300rem;
    height: 300rem;
    background-color: #0099d8;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
}

.cntntStartSesion {
    background-color: #FFFFFF;
    padding: 12rem 0 0;
    width: 73rem;
    min-height: 100rem;
    box-shadow: 0 0 3rem -.5rem #000000;
    max-width: 100%
}

.inptSession {
    background-color: #e9f3f7 !important;
    border-radius: 6rem !important;
    border: 0 !important;
    padding: .4rem 2.5rem !important;
    outline: none;
    color: #999999 !important;
    font-weight: 600;
    margin: 1rem auto !important;
    display: block;
    width: 100%;
    font-size: 1.8rem
}


.sessionTitle {
    color: #0099d8;
    text-align: center;
    font-size: 3.5rem;
}

.cntntSesion{
    width: 55rem;
    max-width: 100%;
}

.passwordForget{
    color: #212121;
}
    .passwordForget:hover {
        color: #999999;
        transition-duration: .5s
    }

.inicaBtn {
    width: 100%;
    border: 0;
    border-radius: 6rem;
    color: #FFFFFF;
    background-color: #0062A5;
    font-size: 2rem
}
.registroSesion{
    font-size: 2rem;
    color: #999999;
    line-height: 1.2
}
.cntntFormRegistro{
    display: none
}

.cntntRegistros:not(:has(.formBtnTypeRegistro:first-child.selectReg)) .cntntFormRegistro {
    display: block
}
.cntntRegistros:not(:has(.formBtnTypeRegistro:last-child.selectReg)) .cntntFormRegistro {
    display: block
}

.registroPacienteMedico .dataForm{
    display: none
}
.registroPacienteMedico .dataForm:has(input[required]), .registroPacienteMedico .dataForm:has(select[required]) {
    display: block
}

.cntntFormRegistro .btnSubmit {
    background-color: #0099d8;
    border-radius: 6rem;
    color: #FFFFFF; 
    font-size: 1.8rem;
    width: 95%;
    text-align: center;
    border: 0;
    cursor: pointer
}

.cntntFormRegistro:has(#esPaciente[value="1"]) .btnSubmit {
    background-color: #0099d8;
}
.cntntFormRegistro:has(#esMedico[value="1"]) .btnSubmit {
    background-color: #082a4c
}

@media(min-width: 576px){
    .cntntFormRegistro .btnSubmit {
        width: 60%;
    }
    .cntntStartSesion {
        padding: 20rem 0 0;
    }
}
/***********************************************
************Seleccionar tipo de paciente********************
************************************************/
.cajaseleccion {
    display: flex;
    align-items: center;
    width: min(100%, 554px);
    margin: 0px auto;
    margin-bottom: 14px;
    border-radius: 7px;
    height: 156px;
    border: 1px solid #0060a8;
}

    .cajaseleccion img {
        width: 86px;
        height: 100px;
        margin-left: 16px;
    }

    .cajaseleccion a {
        margin: 0px auto;
        width: 364px;
        height: 49px;
        font-size: 2.8rem;
        line-height: 47px;
        font-weight: bold;
        text-align: center;
        color: var(--blanco);
        background-color: #f9b31b;
        border: 1px solid #f9b31b;
        border-radius: 7px;
    }

/***********************************************
************Registro Médico********************
************************************************/
.contenidoformmedico {
    width: min(90%, 458px);
    margin: 0 auto;
    /* height: 427px; */
    padding-top: 11px;
}

.borderform {
    border: 1px solid #e2e8f3;
    border-radius: 19px;
}

.btnregistro {
    margin-top: 3.4rem;
}

.advertencia {
    font-size: 1.4rem;
    line-height: 17px;
    color: #486f99;
    text-align: center;
    margin-bottom: 41px;
}

/***********************************************
************Recuperar contraseña********************
************************************************/
.relleno {
    min-height: 200px;
}

.btnenviarcontra {
    margin-top: 15px;
    margin-bottom: 17px;
    height: 37px;
    line-height: 12px;
}

.exitoso {
    margin-bottom: 20px;
}

.clsDescrpcion {
    color: #4d4d4d;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.2
}

.inptEmail {
    background-color: #f2f2f2 !important;
    border-radius: 6rem !important;
    border: 0 !important;
    padding: .4rem 2.5rem !important;
    outline: none;
    color: #999999 !important;
    font-weight: 600;
    margin: 4rem auto 0 !important;
    display: block;
    width: 90%;
    font-size: 1.8rem
}


.recuperaBtn {
    width: 90%;
    font-size: 2rem;
    border-radius: 6rem;
    text-align: center;
    padding: 1.2rem 0;
    color: #FFFFFF;
    background-color: #0099d8;
    border: 0;
}
.serviciosOps {
    font-size: 1.8rem;
    width: 15rem;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 2.5rem
}

.serviciosOps img{
    width: 9rem
}

.cntntServicios{
    width: 30rem;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto
}

.formBtnTypeRegistro {
    width: 17rem;
    background-color: #e8f2f7;
    box-shadow: 0 0 1.3rem -.5rem #000000;
    color: #FFFFFF;
    font-size: 2.3rem;
    border: 0;
    border-end-start-radius: 4rem;
    border-start-end-radius: 4rem;
    transition-duration: .5s
}


.cntntRegistros{
    width: 75rem;
    margin: 5rem auto 8.5rem;
    max-width: 100%
}

.medicoReg.selectReg {
    background-color: #082a4c;
    transition-duration: .5s;
}
.pacienteReg.selectReg {
    background-color: #0099d8;
    transition-duration: .5s;
}
.dataInput100{
    display: block;
    justify-content: space-between;
}
.dataInput100In{
    display: flex;
    justify-content: space-between;
}
.dataInput100 > div{
    width: 100%;
    border-radius: 6rem;
    padding: 0 1.5rem;
    border: 0;
    padding: 0
}
.dataInput100In > div{
    width: 45%;
    border-radius: 6rem;
    padding: 0 1.5rem;
    border: 0;
    padding: 0
}
.dataInput100 label span{
    color: red
}

.registroPacienteMedico input, .registroPacienteMedico select {
    width: 100%;
    border-radius: 6rem;
    background-color: #f2f2f2;
    border: 0;
    color: #4D4D4D;
    margin-bottom: 1.5rem;
    outline: none;
    height: 3rem;
    padding: 0 2rem
}
@media(min-width: 576px){
    .formBtnTypeRegistro{
        width: 24rem;
        font-size: 3.2rem
    }
    .cntntServicios {
        width: 100%;
        flex-wrap: nowrap;
    }
    .serviciosOps img {
        width: 12rem
    }

    .serviciosOps{
        font-size: 2rem
    }
    .clsDescrpcion {
        font-size: 2rem;
    }
}

@media(min-width: 768px){
    .formBtnTypeRegistro {
        width: 30rem;
    }
    .dataInput100 > div {
        width: 31rem;
     
    }
    .dataInput100{
        display: flex;
        justify-content: space-between;
    }
    .dataInput100In > div {
        width: 15rem;
    }
}

/***********************************************
************CFDI válido********************
************************************************/
.txtinitermregistro,
.btnterminoregistro {
    margin-top: 35px;
    height: 37px;
    line-height: 34px;
}

.btnterminoregistro {
    margin-top: 11px;
    margin-bottom: 25px;
}

/***********************************************
************CFDI válido********************
************************************************/
.advera {
    display: block;
    margin-bottom: 10px;
}

    .advera:hover {
        color: #486f99;
    }

.txtmenor {
    font-size: 23px;
}

.error {
    display: block;
    width: min(100%, 430px);
    margin: 0px auto;
    padding-left: 1rem;
    font-size: 14px;
    color: #ec1c24;
    line-height: 17px;
}



#namedoc {
    padding-left: 40px;
}

select::-ms-expand {
    display: none; /*Evita que se muestre la flecha por defecto en versiones de IE*/
}

/***********************************************
************Detalle del producto********************
************************************************/
.content {
    width: min(100%, 576px);
    margin: 0px auto;
}

.detalleproducto {
    margin-top: 33px;
}

.imagenprincipal {
    display: flex;
    justify-items: center;
    justify-content: center;
    align-items: center;
    width: min(100%, 600px);
    height: 52rem;
    box-shadow: 0 0 0 3px #e2e8f3;
}

    .imagenprincipal .contendor_imagen_principal {
        width: min(100%, 475px);
        height: 316px;
        display: flex;
        align-items: center;
    }

.segundaimagen,
.terceraimagen,
.cuartaimagen {
    display: flex;
    align-items: center;
    width: min(33.33%, 172px);
    height: 167px;
    margin-top: 13px;
    border: 3px solid white;
    background-color: #e2e8f3;
}

.segundaimagen {
    border-left: 0;
}

.cuartaimagen {
    border-right: 0;
}

.cuartaimagen {
    border-right: none;
}

.detalles {
    height: fit-content;
    /*border-left: 1px solid #b2b8b8;*/
}

.contenido_detalle {
    padding-left: 2rem;
}

    .contenido_detalle .tltproducto {
        font-weight: 500;
        font-size: 4rem;
        line-height: 34px;
        color: #0099d8;
        line-height: 1
    }

    .contenido_detalle .subtltproducto {
        font-size: 2.3rem;
        line-height: 28px;
        color: #082a4c;
    }

    .contenido_detalle p:nth-child(3) {
        margin-top: 5rem;
    }

    .contenido_detalle .negritas,
    .contenido_detalle .envios {
        font-weight: bold;
        color: #808184;
        font-size: 1.7rem;
        margin-bottom: 2rem;
        line-height: 21px;
    }

    .contenido_detalle .normal {
        font-weight: normal;
    }

    .contenido_detalle .envios {
        margin-bottom: 0px;
        font-weight: normal;
    }

    .contenido_detalle .precio {
        margin-top: 2rem;
        font-size: 3.5rem;
        font-family: var(--fuenteHeading);
        font-weight: 500;
        color: #0099d8;
        line-height: 1
    }

    .contenido_detalle .agregar_cantidad {
        width: 7.6rem;
        height: 2.9rem;
        border: 1px solid #c7c7c7;
    }

    .contenido_detalle .agregar_carrito {
        width: 152px;
        height: 29px;
        background-color: #0060a8;
        border-radius: 6px;
        color: white;
        font-weight: bold;
        font-size: 14px;
        line-height: 17px;
        border: none;
        margin-left: 10px;
    }

    .contenido_detalle .producto_disponible,
    .contenido_detalle .producto_nodisponible {
        font-weight: bold;
        font-size: 1.4rem;
        line-height: 17px;
        color: #00a14b;
        margin-left: 10px;
        display: inline-block;
        /* display: none; */
    }

    .contenido_detalle .producto_nodisponible {
        color: red;
        /* display: inline-block; */
        display: none;
    }

    .contenido_detalle .requiere {
        font-family: var(--fuenteHeading);
        font-weight: bold;
        font-size: 2rem;
        line-height: 24px;
        color: #334da0;
        margin-top: 2rem;
    }
.lineUnder {
    border-bottom: .15rem solid #0099d8;
    padding-bottom: 2.8rem;
    margin-bottom: 2.8rem;
}

.leyendsPromos {
    color: #082a4c;
    font-size: 2.3rem
}

.leyendsPromos span{
    color: #FF5D01;
    font-size: 2.5rem;
}


.contenido_detalle:has(.leyendsPromos) .precio {
    color: #ff5d01;
}

.opEntregasPago{
    width: 15rem;
    text-align: center;
}
    .opEntregasPago p {
        line-height: 1.3;
        color: #014265;
        font-size: 1.9rem;
    }
.opEntregasPago img {
    width: 8rem;
}

.descripcionDetalle {
    line-height: 1.2;
    font-size: 1.75rem;
    font-weight:500 
}

.compraDetelle{
    
}

.sectionCompra {
    border-radius: .2cm;
    border: .2rem solid #0099d8;
    padding: 2.3rem 2rem 2rem;
    max-width: 30rem
}

.sectionCompra .precio {
    font-size: 3.2rem;
    font-family: var(--fuenteHeading);
    font-weight: 500;
    color: #0099d8;
    line-height: 1
}

.sectionCompra .disponibilidadDetalle{
    margin-top: 5rem;
    font-size: 2.6rem;
}

.cantidadCntnt {
    color: #000000;
    background-color: #f1f1f1;
    border-radius: 6rem;
    padding: 0 1.5rem;
    font-size: 2.2rem;
    height: 3.1rem;
    display: flex;
    align-items: center;
    line-height: 1.2;
}
    .cantidadCntnt input {
        outline: none;
        border: 0;
        text-align: start;
        background-color: transparent;
        width: 15rem;
        color: #000000BB;
        height: 2.3rem;
        padding: 0 1rem;
    }

.sectionCompra .agregar_carrito {
    width: 100%;
    text-align: center;
    padding: .3rem 0 .5rem;
    font-weight: 500;
    color: #FFFFFF;
    border: 0;
    background-color: #f58300;
    border-radius: 6rem;
    font-size: 2rem;
    margin-top: 7rem;
}

.detalleproducto .muestraproducto{
    margin-bottom: 5rem
}
.ulmigas{
    list-style: none;
    color: #97b9c9;
    font-weight: 500;
    display: flex
}
.ulmigas li {
    padding-right: .5rem;
}

.ulmigas li a {
    color: #97b9c9;
}
.ulmigas li:last-child a{
    font-weight: 600
}

@media(min-width: 992px) {
    .sectionCompra .agregar_carrito {
        font-size: 2.2rem;
    }
    .contenido_detalle .tltproducto {
        font-size: 5rem;
    }
    .contenido_detalle .precio {
        font-size: 4.3rem;
    }
}
/***********************************************
************Carrito********************
************************************************/
.contenidocarrito {
    width: min(95%, 727px);
    margin: 0 auto;
}

    .contenidocarrito .cajaproducto {
        width: 100%;
        min-height: 196px;
        border-radius: 19px;
        border: 1px solid #e2e8f3;
        margin-bottom: 14px;
    }

    .contenidocarrito .txtproducto {
        padding-left: 32px;
    }

    .contenidocarrito .tltcarrito {
        text-align: center;
        font-size: 1.7rem;
        line-height: 21px;
        color: #808184;
        margin-bottom: 2rem;
    }

    .contenidocarrito .datos {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .contenidocarrito .titulos {
        display: flex;
        justify-content: space-between;
    }

    .contenidocarrito .tlpro {
        margin-left: 4rem;
        margin-top: 2rem;
    }

    .contenidocarrito .tlcant {
        margin-right: 3rem;
        margin-top: 2rem;
    }

    .contenidocarrito .tltproducto {
        font-weight: bold;
        font-size: 1.6rem;
        line-height: 19px;
        color: #0060a8;
        margin-top: 7px;
    }

    .contenidocarrito .subtltproducto {
        font-size: 1.3rem;
        line-height: 16px;
        color: #999a9b;
    }

    .contenidocarrito .productdisponible,
    .contenidocarrito .productnodisponible {
        font-weight: bold;
        font-size: 1.3rem;
        line-height: 17px;
        color: #00a14b;
        margin-top: 0.5rem;
        display: block;
        /* display: none; */
    }

    .contenidocarrito .productnodisponible {
        color: red;
    }

    .contenidocarrito .descuento {
        font-weight: normal;
        font-size: 1.5rem;
        color: #d53e3e;
        margin-top: -0.3rem;
    }

    .contenidocarrito .toppreciocar {
        margin-top: 0rem !important;
    }

    .contenidocarrito .precio {
        font-size: 1.7rem;
        line-height: 21px;
        color: #334da0;
        margin-top: 1rem;
    }

    .contenidocarrito .cuadro_cantidad {
        display: inline-block;
        width: 2.2rem;
        height: 2.2rem;
        text-align: center;
        line-height: 2.1rem;
        background-color: #f9b31b;
        border-radius: 3px;
        color: var(--blanco);
    }

    .contenidocarrito .cantidad_comprar .cuadro_total {
        display: inline-block;
        width: 53px;
        margin-bottom: 0rem;
        /*border-radius: 0rem;
        border: 1px solid transparent;*/
        background-color: transparent;
        color: black;
        text-align: center;
        padding-left: 0rem;
    }

.moviltlcant {
    display: none;
}

.totales {
    width: 90%;
    margin: 0px auto;
    margin-top: 3rem;
    text-align: center;
}

.tlttotatales {
    font-size: 1.7rem;
    color: #808184;
    line-height: 21px;
}

.numerototal {
    font-size: 1.7rem;
    color: #334da0;
}

.micarritodoc,
.labelmicarritodoc {
    width: min(90%, 551px) !important;
}

.labelmicarritodoc {
    padding: 0;
}

.pagarcarrito {
    display: block;
    margin: 0px auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
    width: 100%;
    padding:15px 5px;
    background-color: #0060a8;
    border-radius: 20px;
    border: none;
    color: var(--blanco);
    font-size: 16px;
    line-height: 17px;
}
    .pagarcarrito.block {
        background-color: #0060a887 !important;
    }

.txtseguircomprando {
    display: block;
    font-size: 17px;
    line-height: 21px;
    text-align: center;
    color: #334da0;
    margin-bottom: 15px;
}

    .txtseguircomprando:hover {
        color: #334da0;
    }

.input__row {
    margin-top: 10px;
}
/* Radio button */
.radiobtn {
    display: none;
}

.buttons {
    margin-left: -40px;
}

    .buttons li {
        display: block;
    }

        .buttons li label {
            padding-left: 30px;
            position: relative;
            left: -25px;
        }

            .buttons li label:hover {
                cursor: pointer;
            }

        .buttons li span {
            display: inline-block;
            position: relative;
            top: 5px;
            border: 2px solid #ccc;
            width: 18px;
            height: 18px;
            background: #fff;
        }

.radiobtn:checked + span::before {
    content: "";
    border: 2px solid #fff;
    position: absolute;
    width: 14px;
    height: 14px;
    background-color: #c3e3fc;
}

/* Upload button */
.upload {
    display: none;
}

.uploader {
    position: relative;
    display: flex;
    background-color: #e2e8f3;
    border-radius: 6px;
    margin: 2rem auto;
    height: 70px;
}

    .uploader .input-value {
        display: flex;
        align-items: center;
        width: min(80%, 466px);
        padding: 5px;
        padding-left: 15px;
        overflow: hidden;
        line-height: 25px;
        font-size: 16px;
        color: #808184;
    }

    .uploader label {
        cursor: pointer;
        margin: 0;
        position: absolute;
        right: 0;
        width: 134px;
        height: 70px;
        background-color: #5d83ae;
        border-radius: 6px;
        color: white;
        font: 16px;
        text-align: center;
        line-height: 19px;
        padding-top: 17px;
        padding-left: 0;
    }

.receta {
    display: inline-block;
    width: 50px;
    height: 38px;
}

.txtreceta {
    display: inline-block;
    font-size: 16px;
    line-height: 19px;
    color: #808184;
    text-align: center;
}

/***********************************************
************Historial********************
************************************************/
/* .table{
    text-align: center;
    width: 90%;
    margin: 0px auto;
    margin-top: 2.6rem;
    margin-bottom: 5rem;
    font-size: 17px;
    color: #808184;
    font-weight: normal;
}



.table th{
    font-weight: normal;
}
.thead tr,tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-top: 1px solid #E2E8F3;
}

.table tr:last-child{
    border-color: transparent;
} */

.todocontenido {
    margin-top: 2.6rem;
    margin-bottom: 5rem;
}

.cajadetalles a,
.datos_detalle_pedidos a {
    color: #808184;
}

    .cajadetalles a:hover,
    .datos_detalle_pedidos a:hover {
        color: #808184;
    }

.cajadetalles,
.dtitulos {
    display: flex;
    justify-content: space-evenly;
    width: 95%;
    margin: 0px auto;
    border-bottom: 1px solid #e2e8f3;
}

    .cajadetalles .separacionmovil,
    .dtitulos p {
        width: 25%;
        text-align: center;
        font-size: 17px;
        color: #808184;
    }

.titumovil {
    display: none;
}

.detalleslargos {
    line-height: 22px;
    text-align: right;
    width: 59%;
}

/***********************************************
************Detalle de pedido********************
************************************************/
.todos_datos {
    width: 89%;
    margin: 0px auto;
    margin-top: 3rem;
    margin-bottom: 2.5rem;
}

.datos_detalle_pedidos {
    display: flex;
    justify-content: space-between;
}

    .datos_detalle_pedidos p {
        font-size: 17px;
        color: #808184;
    }

.escriderecha {
    margin-right: 8rem !important;
}

.num_total {
    margin-left: 2rem;
}

.gris {
    color: #808184 !important;
}

.volverhistorial {
    display: block;
    width: 242px;
    height: 29px;
    background-color: #0060a8;
    border-radius: 6px;
    border: none;
    margin: 0px auto;
    margin-top: 2rem;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 30px;
    color: var(--blanco);
}
/*Rastreo pedido*/
.tupedido {
    line-height: 22px;
}
/*Historial de pedidos representante*/
.nombredoctor {
    border-top: 1px solid #e2e8f3;
    margin-top: 2rem;
}

    .nombredoctor p {
        text-align: center;
        font-size: 17px;
        color: #808184;
    }

        .nombredoctor p:first-child {
            margin-top: 1rem;
        }

/*Registro exitoso*/
.paloma {
    display: block;
    margin: 0px auto;
    width: 102px;
}

.mensaje_exitoso {
    margin-top: 2rem;
    text-align: center;
    color: #58595b;
    font-size: 2.9rem;
    line-height: 30px;
}

.salto {
    display: none;
}

/**Vista médica**/
.contselectdoctor {
    margin-top: 10rem !important;
}

.btcancelar {
    margin-top: 1rem !important;
}

.btncontinuar {
    margin-top: 4rem;
    margin-bottom: 1.5rem;
}

/*Preguntas Frecuentes*/
.todaspreguntas {
    margin-bottom: 3rem;
}

    .todaspreguntas .preguntas {
        margin-top: 2rem;
        color: #6d6e70;
        font-weight: bold;
        font-size: 2rem;
        line-height: 2.9rem;
        margin-bottom: 1rem;
    }

        .todaspreguntas .preguntas:first-child {
            margin-top: 0;
        }

    .todaspreguntas .respuestas {
        color: #808184;
        font-size: 1.7rem;
        line-height: 2.5rem;
    }

    .todaspreguntas a {
        font-weight: bold;
        color: #6d6e70;
    }

        .todaspreguntas a:hover {
            color: #6d6e70;
        }

/*Aviso de privacidad*/
.contenavisopriv {
    margin-bottom: 3rem;
}

    .contenavisopriv .titulos {
        margin-top: 2rem;
        color: #6d6e70;
        font-weight: bold;
        font-size: 2rem;
        line-height: 2.9rem;
        margin-bottom: 1rem;
    }

        .contenavisopriv .titulos:first-child {
            margin-top: 0;
        }

    .contenavisopriv .textos,
    .contenavisopriv ul li {
        color: #808184;
        font-size: 1.7rem;
        line-height: 2.5rem;
    }

    .contenavisopriv ul {
        margin: 2rem 0;
    }

        .contenavisopriv ul li {
            line-height: 3rem;
        }

    .contenavisopriv table {
        border: 1px solid #eee;
        margin: 2rem 0;
    }

    .contenavisopriv th,
    .contenavisopriv td {
        border: 1px solid #eee;
        padding: 6px 7px;
        width: 33.3%;
        font-size: 1.4rem !important;
    }

    .contenavisopriv .separacionb {
        margin-bottom: 1rem;
    }

    .contenavisopriv .actualizacion {
        margin: 2rem 0;
    }

    .contenavisopriv a {
        color: #2ea3f2;
    }

        .contenavisopriv a:hover {
            color: #2ea3f2;
        }

/*Medias*/
@media (max-width: 1200px) {
    /*Detalle del producto*/
    .detalles {
        border: none;
        margin-top: 2rem;
    }

    .contenido_detalle {
        padding-left: 0rem;
    }
}

@media (max-width: 992px) {
    .psesionesmovil {
        display: block;
        cursor: pointer;
    }

    #inicios {
        background-color: var(--primario);
    }

    .btn {
        margin-right: 5%;
    }

    .header .hederinferior .pedidos,
    .header .hederinferior .promociones {
        display: block;
    }

    #inicios .usuario,
    #inicios .tetoscopio {
        width: 23px;
        height: 23px;
        margin-right: 12px;
        vertical-align: top;
    }

    #inicios ul li a,
    #menudes ul li a {
        color: white;
    }

    #inicios ul li,
    #menudes ul li {
        border-top: 1px solid white;
        width: 88%;
        margin: 0px auto;
    }

        #inicios ul li:first-child,
        .promociones li:first-child {
            border-top: transparent !important;
        }

    .submenuinicios {
        display: flex;
        color: var(--blanco);
    }

    .psesionescritorio {
        display: none;
    }

    .ocultar,
    .header .telefonos {
        display: none;
    }

    .headermedio .imgmarca {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .hedaermed .carrito {
        position: absolute;
        right: 50px;
        top: 93px;
    }

    .movilnone {
        display: none;
    }

    /*Poner display block cuando se inicie secion
si no se ha iniciado sesion poner display none*/
    .escritorionone {
        display: none;
    }

    .hederinferiormovil {
        display: block !important;
        width: 100% !important;
    }

    /* .infoextra {
        display: block;
        background-color: transparent;
        font-size: 1.6rem;
        line-height: 1.6rem;
        width: 100%;
        position: unset;
    } */

    .menu {
        display: flex;
    }

    .limovil {
        display: block;
    }

    .navbar {
        display: relative;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 0;
    }

   /* .navbar-light .navbar-toggler {
        color: transparent;
        border-color: transparent;
    }*/

    #menudes {
        background-color: var(--secundario);
        margin: 0 -7px;
    }

    .nomdoc {
        top: 5px;
        left: 49px;
        width: 67%;
        font-size: 1.4rem;
    }

    /*Carrusel*/
    /* .carrusel{
        height: 211px;
    } */
    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        display: none;
    }
    /*Contenido principal*/
    /*Imagen del producto home*/
    .productoprincipal {
        display: block;
        max-width: 44%;
        margin: 0px auto;
        margin-top: 4rem;
    }

    .contenedor_productoss:first-of-type .productoprincipal {
        margin-top: 0rem;
    }

    .cajagris .precio_producto {
        margin-bottom: 4rem;
    }
    /*Footer*/
    .contenidosfooter {
        width: 100%;
    }

    .footer {
        text-align: center;
    }

        .footer .lineab {
            border: none;
            margin-bottom: 0;
        }

    .contenidofooter {
        padding: 0;
    }

    .footer .ayuda {
        margin: 0px auto;
    }

    .footer .conimagen {
        margin-bottom: 0;
    }

    .footer .lineaatencion {
        display: block;
        margin-top: 1.7rem;
        margin-bottom: 0;
        line-height: 21px;
        text-align: center;
    }

    .footer .fondomovil {
        background-color: #e1e1e2;
    }

    .footer .paddingmovil {
        padding: 1rem;
    }

    .footer .txtaviso {
        font-size: 14px;
    }

    .footer .contenidosfooter {
        padding-bottom: 0px;
    }
}

@media (max-width: 768px) {
    /*Header inferior*/
    .nomdoc {
        left: 13px;
    }
    /*Iconos de información*/
    .inforecuadros {
        height: 82px;
    }

    /*.pago {
        margin-left: -42px;
    }*/

    /*Carrito*/
    .menos {
        margin-left: 61px;
    }

    .contenidocarrito .preciocomprar {
        display: inline-block;
        margin-left: 31px;
    }

    .escritoriotlcant {
        display: none;
    }

    .moviltlcant {
        display: block !important;
        text-align: justify !important;
        margin-left: 29px !important;
        margin-right: 0 !important;
    }

    .contenidocarrito .tlpro {
        margin-left: 29px;
    }

    .contenidocarrito .txtproducto {
        padding-left: 32px;
    }

    .contenidocarrito .cantidad_comprar {
        margin-bottom: 2rem;
    }

    /*Detalle del Pedido*/
    .movil_cantidad {
        display: flex !important;
    }

    .movilcant,
    .moviltotal {
        width: 50%;
        text-align: center;
    }

    .movildetalleped {
        padding-left: 0px !important;
        margin-left: 0px !important;
        text-align: center !important;
    }

    .gris {
        margin-top: 5px !important;
        color: #808184 !important;
        margin-left: 0px !important;
    }
}

@media (max-width: 576px) {
    /*Header*/
    .hedaermed .carrito {
        right: 17px;
    }

    .hedaermed .imgcar {
        width: 3rem;
        height: 3rem;
        margin-right: 0.5rem;
    }

    .header .sesiones p,
    .hedaermed .carrito p {
        font-size: 1.3rem;
    }

    /*Migas*/
    .ulmigas {
        font-size: 14px;
        line-height: 22px;
        padding: 7px 0px;
    }

    /*Carrusel*/
    .carousel-inner img {
        width: 100%;
        /*height: 182px;*/
    }

    /*Contenido Principal*/
    .cajagris p {
        font-size: 2.4rem;
    }

    .btncompra {
        font-size: 1.8rem;
        width: 200px;
    }

    /*Imagen del producto home*/
    .productoprincipal {
        max-width: 100%;
    }

    /*Barra Derechos reservados*/
    .cajaazul {
        margin-top: 50px;
    }

    /*Seleccionar tipo de paciente*/
    .cajaseleccion a {
        width: 194px;
        height: 28px;
        font-size: 16px;
        line-height: 27px;
    }

    .cajaseleccion img {
        width: 55px;
        height: 61px;
        margin-left: 0px;
        margin-right: 5px;
    }

    .cajaseleccion {
        width: 297px;
        height: 91px;
    }

    /*Recuperar Contraseña*/
    .nousuario {
        margin-bottom: 20px;
    }

    /*Detalle del producto*/
    .imagenprincipal {
        height: auto;
    }

    .segundaimagen,
    .terceraimagen,
    .cuartaimagen {
        height: 120px;
    }

    .contenido_detalle .tltproducto {
        margin: 1rem 0;
    }

    .contenido_detalle .producto_disponible,
    .contenido_detalle .producto_nodisponible {
        margin: 2rem 0;
    }

    .contenido_detalle p:nth-child(3) {
        margin-top: 2rem;
    }

    /*Carrito*/
    .contenidocarrito .tltcarrito {
        margin-bottom: 0;
    }

    .imgproducto {
        padding-top: 12px;
    }
    /* .imgproducto img{
        margin-left: 26px;
    } */

    .tlttotatales {
        font-size: 1.5rem;
    }

    .labelmicarritodoc {
        margin-top: 1.5rem;
    }

    .cajatotales {
        position: relative;
    }

    .flotarboton {
        position: absolute;
        top: 21rem;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

    /*Carrito receta*/
    .uploader {
        height: 58px;
    }

    .txtreceta {
        font-size: 12px;
        line-height: 13px;
    }

    .uploader .input-value {
        padding: 10px;
    }

    .uploader label {
        width: 114px;
        height: 58px;
        padding-top: 13px;
    }

    .cajatotalesmovil {
        min-height: 127px !important;
    }


    /*Historial de pedidos*/
    .cajahistorial {
        border: none !important;
    }

    .contenidocarrito .dtitulos {
        display: none;
    }

    .cajadetalles,
    .dtitulos {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: 0px auto;
        border: 1px solid #e2e8f3;
        border-radius: 19px;
        margin-bottom: 2rem;
    }

    .cajadetalles {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .titumovil {
        display: block;
    }

    .cajadetalles .separacionmovil {
        width: 92%;
        margin: 0px auto;
        display: flex;
        justify-content: space-between;
        font-size: 14px;
    }

    /*Detalle de pedido*/
    .todos_datos {
        width: 95%;
    }

    .datos_detalle_pedidos p {
        font-size: 14px;
    }

    /*Historial de pedidos representante*/
    .nombredoctor p {
        font-size: 14px;
    }

    /*Registro exitoso*/
    .mensaje_exitoso {
        font-size: 2rem;
    }

    .salto {
        display: block;
    }

    /*Aviso de Privacidad*/
    .paddinconten {
        padding: 0 18px;
    }
}

@media (max-width: 398px) {
    /*Contenido Principal*/
    .cajagris p {
        font-size: 1.8rem;
    }
}


.cajaproducto{
    position:relative;
}
.cajaproducto_close{
        display: flex;
        justify-content:center;
        align-items:center;
        color: #082a4c;
        background: #f1f5f8;
        border-radius: 50px;
        cursor: pointer;
        font-weight: bold;
        width: 2rem;
        height: 2rem;
        position: absolute;
        right:10px;
        top:10px;
        font-size:10px;
       
    }

.msj-transfer {
    font-size: 1.15rem;
    line-height: 1.2
}

@media(min-width: 992px) {
    .msj-transfer {
        font-size: 1.3rem;
    }
}



#diaFeriadoModal {
    margin: auto;
}

    #diaFeriadoModal .modal-content {
        padding: 0 !important;
    }

    #diaFeriadoModal .modal-body {
        padding: 0 !important;
    }

.modalBodyFeriado {
    position: relative;
    padding: 0rem !important;
}

#diaFeriadoModal button span {
    font-size: 3rem;
    height: 0;
    color: white;
    line-height: 1;
}

#diaFeriadoModal button {
    position: absolute;
    z-index: 20;
    right: -17px;
    top: -20px;
    background-color: #ff0101;
    border-radius: 50%;
    width: 3.5rem;
    height: 3.5rem;
    opacity: 1;
    border: unset;
}

@media(max-width:992px) {
    #diaFeriadoModal .modal-content {
        width: 95% !important;
        margin: auto !important;
    }
}


.textGreenEnable {
    --tw-text-opacity: 1;
    color: #0d6efd !important;
}

.validaClaves {
    color: #627682BB;
    font-weight: 500;
    line-height: 1.2;
    font-size: 14px
}

/*Inicio Israel*/

.menu-cuenta {
    color: #082a4c;
}

.menu-cuenta.activo {
    border-left: solid 2rem #2596be;
    color: #082a4c;
    background: linear-gradient(90deg,rgba(233, 243, 247, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.separador-azul-claro {
    border-bottom: solid 1px #0099d8;
}

.rounded-5 {
    border-radius: 2rem;
}

.btn.btn-naranja-oscuro {
    background: #ff5d01;
    color: white;
    font-weight: bold;
    padding: 0.25rem 1rem;
    width: 75%;
    text-wrap-mode: nowrap;
}

.btn.btn-naranja-claro {
    background: #f58300;
    color: white;
    font-weight: bold;
    padding: 0.25rem 1rem;
    width: 75%;
    text-wrap-mode: nowrap;
}

.texto-azul-fuerte {
    color: #082a4c;
}

.texto-azul-claro {
    color: #97b9c9;
}

.interlineado-1 {
    line-height: 1.3;
}

.label-facturacion {
    margin: 0 !important;
    padding: 0 !important;
}

.input-facturacion {
    padding: 0px !important;
    padding-left: 1.25rem !important;
    margin: 0 !important;
    background: #f2f2f2 !important;
    border: none !important;
    border-radius: 1.5rem !important;
    width: 100% !important;
    height: 2.25rem;
    color: gray !important;
}

.icon-title-razonsocial {
    margin-left: 0.25rem;
    color: white;
}

    .icon-title-razonsocial svg {
        margin-top: -4px;
        border-radius: 50%;
        background: #FA4B0C;
        width: 1rem;
        height: 1rem;
    }

.btn-facturacion {
    background: #004693;
    border-radius: 2rem;
    color: white;
    border: none;
    padding: 0.15rem 5rem;
    width: max-content;
}

.titulo-menu-cuenta {
    color: #0099d8;
}

.contenedor-cuenta {
    box-shadow: none;
}

.formulario-datosfiscales{
    width: 100%;
}

@media (min-width: 991px) {
    .contenedor-cuenta {
        box-shadow: inset 4px 1px 3px #8C8C8C;
    }

    .input-facturacion {
        width: 75% !important;
    }

    .formulario-datosfiscales{
        width: 75%;
        flex-grow: 1;
    }
}

.underline {
    text-decoration: underline;
}

.link-azul-fuerte  {
    color: #082a4c;
}

    .link-azul-fuerte:hover {
        color: #082a4c;
        text-decoration: underline;
    }

.nombre-columna-mispedidos {
    color: #004693;
}

/*Final Israel*/
/**** nuevo look and feel ************/
.headerNuevo{
    display:flex;
    align-items:center;
    height: 100px;
    position:relative;
}
.imgExpan {
    width: 200px
}
@media (max-width: 991px){
    .headerNuevo {
        padding: 10px 0;
        height: auto
    }
    .imgExpan {
        width: 120px
    }
}
@media (max-width: 320px) {

    .imgExpan {
        width: 100px
    }
}
.ctnLogo{
    width:205px;
}
.links  {
    color: #0099d8 !important;
    cursor: pointer ;
}
.links a:hover {
    color: #0099d8 ;
}
.iconoWhatsapp {
    width: 30px;
    fill: #0099d8;
}
.iconosMenu {
    fill: #0099d8;
    height:35px;
    
}
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid #0099d8;
    border-radius: .25rem;
    transition: box-shadow .15s ease-in-out;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%230099d8' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.dropdown-toggle::after {
    display: none;
}
.cantidadCarritoInf {
    position: absolute;
    margin-top: -19px;
    margin-left: 16px;
    font-size: 10px;
    color: white;
    width: 1.7rem;
    text-align: center;
}
.cantidadCarritoInf.text-white{
    color: #0099d8 !important;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 16px;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    margin-left: -130px;
    text-align: end;
}
.tarjetaBeneficios {
    background: #e9f3f7;
    border-top-left-radius:50px;
    border-bottom-right-radius:50px;
    display:flex;
    align-items:center;
    padding:0px 20px;
    width:100%;
    margin: 0 auto;
}
.iconoBeneficios{
   
    height:70px
}
.textoBeneficios {
    color: #004693;
    text-transform: uppercase;
    padding:0px 10px;
    line-height:20px
}

.iconoWhatsapp.fill-white {
    fill: #ffffff !important;
}

.iconosMenu.fill-white {
    fill: #ffffff !important;
}
.logoMarca{
    width:200px;
    margin: 0 auto;
}
.mt-90{
    margin-top:90px;
}
.m-40menos {
    margin-top: -40px;
}
.contenedor_productoss .separadorNuevo {
    position: absolute;
    width: 100%;
    min-height: 2px;
    background: #000;
    margin-top: -15px;
    /*border: solid 1px #014265;*/
    border: none;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    background: #014265;
}
.contenedor_productoss:hover .separadorNuevo {
    /*border: solid 3px #0099d8;*/
    min-height: 5px;
    background: #0099d8;
}
.contenedor_productoss:hover .nombre_producto,
.contenedor_productoss:hover .precio_producto {
    font-weight: bold;
}
.skewBorde{
    height:80px;
    background-image: url('../img/euflexxa/bordeTop.svg');
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
}
@media(max-width:600px){
    .skewBorde{
        height:20px;
    }
}
#header{
    transition:all 0.3s ease-in-out;
}
.iconoFooter {
    width: 20px;
}
.borderFooter{
    display: flex;
    justify-content: center;
    border-top: solid 2px;
    margin-top:10px;
}
.borderFooter img {
    width: 250px;
    padding:15px 0px;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: -4rem;
    margin-left: 15%;
    list-style: none;
}
.carritoLateral {
    width: 100%;
    height: 100vh;
    background: #97b9c990;
    z-index: 99999;
    position: fixed;
    top: 0;
}
.contenidoCarritoLateral {
    width: 100%;
    max-width: 350px;
    background: #ffffff;
    position: absolute;
    right: 0;
    top: 100px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    max-height:800px;
    overflow-y:auto;
}
@media (max-width: 991px){
    .contenidoCarritoLateral{
        top:55px
    }
}
.iconoCerrarCarrito{
    width:25px
}
.tituloCarritoLateral {
    padding-bottom: 5px;
    border-bottom: solid 1px #0099d8;
}
.sizeProductoCarrito{
    width:70px;
    height:70px;
}
.ctnProductoCarrito {
    border-bottom: solid 1px #0099d8;
    padding: 5px;
}
.ctnProductoCarritoIndex {
    border-bottom: solid 1px #0099d8;
    padding: 5px 5px;
    position:relative;
}
.tituloProductoCarrito {
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 14px
}
.precioProductoCarrito {
    margin: 0;
    padding: 0;
    font-size: 14px
}
.gratisProductoCarrito {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #f58300;
}
.contenidoDescripcionCarrito {
    line-height: 1.5;
    padding: 0px 5px;
    flex: 1 1 0%;
}
.selectCarrito {
    width: 55px;
    background: #f1f5f8;
    height: 25px;
    font-size: 13px;
    color: #000000;
    border-radius: 25px;
    border: 0;
    text-align: center;
}
.realizarCompraCarrito {
    text-align: center;
    background: #f58300;
    color: #fff;
    width: 100%;
    padding: 5px 5px;
    display:block;
    margin:8px 0px;
    border-radius:50px
}
.seguircomprandoCarrito {
    text-align: center;
    background: #97b9c9;
    color: #014265;
    width: 100%;
    padding: 5px 5px;
    display: block;
    margin: 8px 0px;
    border-radius: 50px
}
.cursor-pointer{
    cursor:pointer;
}
.sombraBottom {
    box-shadow: 0 1px 8px -3px gray;
}
.descripcionesCarrito{
    line-height:25px;
}
.descripcionesCarrito .tltproducto {
    color: #082a4c;
    font-size:16px;
}
.descripcionesCarrito .subtltproducto{
    color: #082a4c;
    font-size:13px;
    line-height:18px
}

.descripcionesCarrito .productdisponible{
    color: #00a14b;
    font-size:13px;
    font-weight:bold;
}
.descripcionesCarrito .productnodisponible{
    font-size:13px;
    font-weight:bold;
    color: darkred;
}

.descripcionesCarrito .toppreciocar{
    font-size:13px;
    color: #082a4c;
}
.descripcionesCarrito .descuento{
    color: #00a14b;
    font-size:13px;
}
.precio.preciocomprar {
    color: #082a4c;
    font-size: 16px;
}
.infoTextCarrito {
    color: #082a4c;
    font-size: 16px;
}
.ctnProductoCarritoIndex .cuadro_total_carrito {
    width: 50px;
    border: 0;
    text-align: center;
    padding: 0;
    border-radius: 20px;
    color: #082a4c;
    background: #f1f5f8;
    display:block;
    margin-left:auto;
    margin-right:auto;
}
/**** nuevo look and feel fin************/

/*Loader INICIO*/
.loaderCntnt {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF88;
    z-index: -1;
    opacity: 0;
    transition-duration: .4s
}

.loaderActive {
    z-index: 999999;
    opacity: 1;
}

.loader {
    width: 48px;
    height: 48px;
    border: 3px dotted #0d6efd99;
    border-style: solid solid dotted dotted;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    animation: rotation 2s linear infinite;
}

    .loader::after {
        content: '';
        box-sizing: border-box;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        border: 3px dotted #0099d8cc;
        border-style: solid solid dotted;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        animation: rotationBack 1s linear infinite;
        transform-origin: center center;
    }

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotationBack {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}
/*Loader FIN*/

/*CarritoLateral INICIO*/
.carritoLateral .productnodisponible {
    color: red;
    font-size: 1.5rem;
    text-shadow: 0 0 1px red;
}

.carritoLateral .productdisponible {
    color: forestgreen;
    font-size: 1.5rem;
    text-shadow: 0 0 1.5px forestgreen;
}

.xDelPartida {
    display: flex;
    justify-content: end;
    width: 100%
}

    .xDelPartida button {
        border-radius: 50%;
        border: .2rem solid red;
        width: 2rem;
        height: 2rem;
        color: red;
        display: flex;
        justify-content: center;
        align-items: center;
    }

body:has(.detalleCarrito) .cntntIconCart {
    display: none !important
}
/*CarritoLateral FIN*/

#ui-id-1 {
    max-width: 54.5rem;
    height: 43rem;
    overflow-x: hidden;
    overflow-y: auto
}