/*
@font-face { 
    font-family: 'FleurDeLeah-Regular';

	    src: url('./fonts/FleurDeLeah-Regular.eot');

	    src: url('./fonts/FleurDeLeah-Regular.ttf') format('truetype'),
		     url('./fonts/FleurDeLeah-Regular.eot?#iefix') format('eot'),
	         url('./fonts/FleurDeLeah-Regular.woff') format('woff'),
	         url('./fonts/FleurDeLeah-Regular.svg#FleurDeLeah-Regular') format('svg');

}
*/



@keyframes aparece_A{
    
    0% {

        opacity: 0;
        -webkit-transform: translateY(33%);
        -ms-transform: translateY(33%);
        transform: translateY(33%);
    }

    30% {

        opacity: 0;
        -webkit-transform: translateY(33%);
        -ms-transform: translateY(33%);
        transform: translateY(33%);
    }


    100%{
        opacity: 1;
        transform: translateY(0%);
    }

}

@keyframes aparece_B{
    0% {

        opacity: 0;
        -webkit-transform: translateY(-9%);
        -ms-transform: translateY(-9%);
        transform: translateY(-9%);
    }

    36% {

        opacity: 0;
        -webkit-transform: translateY(-9%);
        -ms-transform: translateY(-9%);
        transform: translateY(-9%);
    }


    100%{
        opacity: 1;
        transform: translateY(0%);
    }

}

@keyframes efecto_A{
    
    0% {

        opacity: 0;
        -webkit-transform: scale(0.7, 0.7);
        -ms-transform: scale(0.7, 0.7);
        transform:  scale(0.7, 0.7);
    }

    30% {

        opacity: 0;
        -webkit-transform:scale(0.7, 0.7);
        -ms-transform: scale(0.7, 0.7);
        transform: scale(0.7, 0.7);
    }


    100%{
        opacity: 1;
        transform: scale(1, 1);
    }

}

@keyframes efecto_I{
    
    0% {
        opacity: 0;
        transform: scale(1, 1);
    }

    9% {
        opacity: 0.6;
    }

    30% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100%{
        -webkit-transform:scale(1.3, 1.3);
        -ms-transform: scale(1.3, 1.3);
        transform: scale(1.3, 1.3);
        opacity: 0;
    }
}


@keyframes c_logo_slider{
    
    0% {

        opacity: 0;
        -webkit-transform: translateX(33%);
        -ms-transform: translateX(33%);
        transform: translateX(33%);
    }

    30% {

        opacity: 0;
        -webkit-transform: translateX(33%);
        -ms-transform: translateX(33%);
        transform: translateX(33%);
    }


    100%{
        opacity: 1;
        transform: translateX(0%);
    }

}



@keyframes c_carga_inicial{	
	0% {bottom: 0%;opacity:1;}
	41%{bottom: 0%;opacity:1;} 
	100% {bottom: 0%;opacity:0; }
}

:root {
    --color-primario: #3498db;
    --color-secundario: #2ecc71;
    --ancho-max-texto: 700px
}

* {
    color: #000000;
    text-decoration: none;
    font-size: 12px;
    font-weight: lighter;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-family: sans-serif;
    margin: 0px;
    padding: 0px;
    word-spacing: 0px;
    letter-spacing: 0px;
    outline: none;
}

*::-webkit-scrollbar {
    -webkit-appearance: none;
    appearance: none;
}

/* ancho*/
*::-webkit-scrollbar:vertical, *::-webkit-scrollbar:horizontal {
    width:15px;
}

*::-webkit-scrollbar-button:increment, *::-webkit-scrollbar-button {
    display: none;
} 


*::-webkit-scrollbar-thumb {
    background-color: #797979;
    border-radius: 20px;
    border: 1px solid #f1f2f3;
}

*::-webkit-scrollbar-track {
    border-radius: 10px;  
}


html{
	width:100%;
	height:auto;
	min-height: 100%;
	float: left;

}

body{	
	background:white;
	width:100%;
	height:auto;
	min-height: 100%;
	position:relative;
	float: left;	
    padding-top: 60px;
    z-index: 0;
}

.body_especial {
    padding-top: 0px;
}


input{
	padding: 4px;
    border: 1px solid #b3b3b3;

    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;

}
input:hover, input:focus{
	border: 1px solid red;
}

b {
    font-weight: bold;
}
/*

input[placeholder]{
    color:blue;
}

[placeholder]{
    color:red;
}

input *[placeholder] {
    color:green;
}
*/

textarea {
    max-width: 100%;
    min-width: 100%;
    min-height: 90px;
}

table{
    border-collapse: collapse;
    border-spacing: 0px;
}

a{
    color: blue;
}

select{
    text-transform: uppercase;
}

span{
    font-size: inherit;
    color: inherit;
}
/* Pre definidos*/


.base_float{
	float: left;
	width: 100%;
    height: auto;
    position: relative;
}

.base_float2{
	float: left;
	width: 100%;
    height: auto;

}

.base_float_r{
	float: right;
	width: 100%;
    height: auto;
    position: relative;

}

.base_float_sin_100{
	float: left;
	width: auto;
	height: auto;

}

.base_float_sin_100_r{
    float: right;
	width: auto;
    height: auto;
    position: relative;
}

.base_separacion_33{
    width: 33.333%;
    padding: 9px;
}

.base_separacion_25{
    width: 25%;
    padding: 9px;
}
.base_cm{
    
    padding: 9px;
    background: #f3f3f3;
    overflow: hidden;

}

.display_{
    padding-bottom: 60px;
}

.boton_A {
    color: #ffffff;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 9px 18px;
    -webkit-border-radius: 18px;
    -ms-border-radius: 18px;
    border-radius: 18px;
    background: #939191;
    
}

.boton_A:hover{
    background: rgb(0 0 0 / 58%);
	
}

.boton_B {
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #213e00;
}

.boton_B:hover{
	background: #ffffff21;
	
}

.boton_C {
    cursor: pointer;
    color: #ffffff;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 13px;
    background: #5e8c25;
    padding: 15px 18px;
    -webkit-border-radius: 23px;
    -ms-border-radius: 23px;
    border-radius: 23px;
    letter-spacing: 1px;
    transition: background 0.5s ease;
}

.boton_C:hover{
	background: #0dc400;
}

.boton_C3{
    background: #72a92f;
}

.sin_seleccion_usuario{
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

.sin_overflow{
    overflow: initial !important;
}

.boton_D{
    cursor: pointer;
    
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 13px;
    background: #e8e8e8;
    color: #565656;
    letter-spacing: 1px;
    text-align: center;
    
}

.boton_D:hover{
    background: #d4d4d4;
    color: #848484;
}

.boton_Z {
    background: #0bb900;
    cursor: pointer;
    color: red;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    transition: background 0.5s ease;
}

.boton_Z:hover{
    background: #47ce00;	
}

.boton_M {
    color: #505050;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 8px 13px;
    border: 1px solid #a8a8a8;
    -webkit-border-radius: 18px;
    -ms-border-radius: 18px;
    border-radius: 18px;
    text-transform: uppercase;
    font-size: 11px;
}

.boton_P {
    cursor: pointer;
    padding: 9px;
    padding-bottom: 115px;
    background: white;
    overflow: hidden;
    position: relative;
    transition: background 0.5s ease;
    border: 1px solid rgb(235, 235, 235);
}

.boton_P:hover {
    background: rgb(243, 243, 243); 
    border: 1px solid rgb(185, 255, 176);
    -webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.3);
}

.c_mas_detalles {
    position: absolute;
    bottom: 9px;
    left: 0px;
    padding: 18px;
}

.boton_P2 {
    cursor: pointer;
    padding: 9px;
    background: #ffffff00;
    background: white;
    transition: background 0.5s ease;
    

}

.boton_P2:hover {
    background: white;
    background: #ffffff00;
    -webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.3);
}

.guincha_individual{
    
    height: 45px;
    background: white;
    width: 100%;
    padding: 0px;
    position: absolute;   
    left: 0px;
    z-index: 2;
    

}

.guincha_botones{
    
    height: 60px;
    float: left;
    width: 100%;
    padding: 0px;
    position: fixed;   
    left: 0px;
    z-index: 2;

}

.boton_guincha {
    height: 100%;
    min-width: 60px;
    padding: 23px 20px;
    font-size: 13px;
    letter-spacing: 1px;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
    transition: background 0.5s ease;
}

.base_gif{
	border: 0px solid red;
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0px;
	z-index: 100;
	text-align: center;

}

.rayita_menu {
    position: absolute;
    top: 29px;
    left: 16px;
    height: 2px;
    width: 30px;
    background: #578522;
}

.rayita_menu:before {
    content: "";
    position: absolute;
    right: 0px;
    top: 9px;
    height: 2px;
    width: 100%;
    background: #578522;
}

.rayita_menu:after{
    content: "";
    position: absolute;
    right: 0px;
    top: -9px;
    height: 2px;
    width: 100%;
    background: #578522;
}

.cruz_cerrar:after, .cruz_cerrar2:after {
    content: "";
    position: absolute;
    right: 16px;
    top: 29px;
    height: 2px;
    width: 26px;
    background: #578522;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.cruz_cerrar:before, .cruz_cerrar2:before {
    content: "";
    position: absolute;
    right: 16px;
    bottom: 29px;
    height: 2px;
    width: 26px;
    background: #578522;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cruz_cerrar2:before, .cruz_cerrar2:after  {
    content: "";
    background: #414141 !important;
}


.c_para_flotar_M{
    position: relative;
}

/* GRID A */
.grid_A {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    gap: 18px;
}

.grid_B{
    display: grid;
    grid-template-columns:  25% 25% 25% 25%;
    grid-template-rows: auto;
    gap: 0px;

}

.subgrid_A{
    padding: 9px;
    overflow: hidden;
}
/* GRID A */


.grid_individual{
    display: grid;
    grid-template-columns:  333px 1fr;
    grid-template-rows: auto;
    gap: 0px;
}



/* GRID C */
.grid_C{
    display: grid;
    grid-template-columns:  100%;
    grid-template-rows: auto;
    gap: 0px;
    float: left;
    height: 100%;
    width: 100%;

}


.subgrid_C {
    padding: 9px;
    overflow: hidden;
    display: flex;
    align-items: center;
    height: 100%;
    align-content: center;
    flex-direction: column;
    justify-content: center;
}
/* GRID C*/



/* GRID DESLISABLE */
.grid_deslizable_A{
    display: grid; 
    grid-template-columns:  25% 25% 25% 25%;
    grid-template-rows: auto;
    gap: 0px;

}

.subgrid_deslizable_A{
    padding: 9px;
    overflow: hidden;
}
/* GRID A */


.grid_2{
    display: grid;
    grid-template-columns:  1fr 1fr ;
    grid-template-rows: auto;
    gap: 0px;

}

.grid_3{
    display: grid; 
    grid-template-columns:  1fr 1fr 1fr;
    grid-template-rows: auto;
    gap: 0px;

}

.grid_3I {
    display: grid;
    grid-template-columns: 34.2% 35.3% 30.5%;
    grid-template-rows: auto;
    gap: 0px;
}

.grid_LLL{
    display: grid;
    
    grid-template-columns:  1fr 1fr 1fr;
    grid-template-rows: auto;
    gap: 9px;

}

.grid_LLL4{
    display: grid;
    
    grid-template-columns:  1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    gap: 9px;

}


/* GRID DESLISABLE VISOR A */

.grid_visor_A {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto;
    gap: 9px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.subgrid_visor_A {
    padding: 9px;
    overflow: hidden;
    height: 100%;
    text-align: center;
    display: flex;
    overflow: hidden;

}

.subgrid_visor_A img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
/* FIN GRID VISOR A */

.top{
    top: 0px;
}
.bottom{
    bottom: 0px;
}

.separacion_A{
    width: 50%;
    padding: 0px 9px;
}

.separacion_B {
    width: 100%;
    padding: 0px 9px;
}

.separacion_30{
    width: 30%;
}

.separacion_40{
    width: 40%;
    padding: 0px 3px;
}

.separacion_50{
    width: 50%;
}

.separacion_60{
    width: 60%;
}

.separacion_70{
    width: 70%;
}


.posicion_relativa{
    position: relative;
}

.posicion_absoluta{
    position: absolute;
    left: 0px;
}

.posicion_fija{
    position: fixed;
    left: 0px;
}

.redondo_A{
    -webkit-border-radius: 27px;
    -ms-border-radius: 27px;
    border-radius: 27px;
}

.redondo_B{
    -webkit-border-radius: 11px;
    -ms-border-radius: 11px;
    border-radius: 11px;
}

.redondo_B1{
    -webkit-border-radius: 11px 11px 0px 0px ;
    -ms-border-radius: 11px 11px 0px 0px ;
    border-radius: 11px 11px 0px 0px ;
}

.redondo_B2{
    -webkit-border-radius: 0px 0px 11px 11px;
    -ms-border-radius: 0px 0px 11px 11px;
    border-radius: 0px 0px 11px 11px;
}

.redondo_C{
    -webkit-border-radius: 9px;
    -ms-border-radius: 9px;
    border-radius: 9px;
}

.redondo_3{
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.redondo_50{
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.redondo_top_A{
    -webkit-border-radius: 9px 9px 0px 0px;
    -ms-border-radius: 9px 9px 0px 0px;
    border-radius: 9px 9px 0px 0px;
}

.redondo_bottom_A{
    -webkit-border-radius: 0px 0px 9px 9px;
    -ms-border-radius: 0px 0px 9px 9px;
    border-radius:0px 0px 9px 9px;
}

.redondo_bottom_B{
    -webkit-border-radius: 0px 0px 18px 18px;
    -ms-border-radius: 0px 0px 18px 18px;
    border-radius:0px 0px 18px 18px;
}


.sombra_A{
    -webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.3);
}

.sombra_B{
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}

.sombra_C{
    -webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.3);
}

.sombra_D{
    -webkit-box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.3);
}

.overflow_oculto{
    overflow: hidden;
}

.texto_centro{
    text-align: center !important;
}

.texto_D{
    text-align: right;
}

.texto_I{
    text-align: left;
}


.primera_letra::first-letter{
    text-transform: uppercase;
}


.negrita{
    font-weight: bold;
    font-size: inherit;
    color: inherit;
    font-family: inherit;
}

.boton{
    padding: 15px;
    text-align: center;
    font-size: 11px;
    padding: 15px 18px;
    letter-spacing: 1px;

}

.ancho_max_texto{
    max-width: var(--ancho-max-texto);
}

.area_texto_display{
    height: 90px;
    overflow: auto;
    padding: 9px;
    background: rgba(255, 255, 255, 0.60);
    font-size: 11px;
}

.ancho_alto_100{
    width: 100%;
    height: 100%;
}

.alto_100{
    height: 100%;
}

.min_ancho_A{
    width: 150px;

}

.ocultar{
    display: none;
}

.margin_top_A{
    margin-top: 9px;
}

.margin_top_B{
    margin-top: 18px;
}

.margin_top_C{
    margin-top: 33px;
}

.margin_top_30{
    margin-top: 30px;
}


.margin_bottom_A{
    margin-bottom: 9px;
}

.margin_bottom_B{
    margin-bottom: 18px;
}

.margin_bottom_C{
    margin-bottom: 33px;
}

.margin_bottom_66{
    margin-bottom: 66px;
}

.margin_right_3{
    margin-right: 3px;
}
.margin_right_18{
    margin-right: 18px;
}

.margin_right_13{
    margin-right: 13px;
}

.margin_left_3{
    margin-left: 3px;
}

.margin_left_6{
    margin-left: 6px;
}

.margin_auto{
    margin: auto;
}

.border_bottom_D{
    border-bottom: 1px solid rgb(105 105 105 / 29%);
}

.padding_A{
    padding: 9px;
}

.padding_B{
    padding: 18px;
}

.padding_C {
    padding: 6px;
}

.padding_L {
    padding: 11px 18px;
    background: rgb(255 255 255 / 91%);
}

.padding_L:hover {
    background: white;
}

.padding_L2 {
    background: rgb(255 255 255 / 91%);
    padding: 13px 18px;
    font-size: 10px;
    margin: 11px;
}

.padding_L2:hover{
    background: white;
}

.padding_L3 {
    color: white;
    padding: 7px 25px;
    font-size: 10px;
    margin: 3px;
    cursor: pointer;
}

.padding_L3:hover{
    background: rgb(255 255 255 / 11%);
    
}

.padding_P{
    padding: 11px;
}

.padding_3{
    padding: 3px;
}
.padding_6{
    padding: 6px;
}

.padding_27{
    padding: 27px;
}

.padding_top_A{
    padding-top: 9px;
}

.padding_top_B{
    padding-top: 3px;
}

.padding_top_45{
    padding-top: 45px;
}

.padding_top_33{
    padding-top: 33px;
}


.padding_bottom_18{
    padding-bottom: 18px;
}

.padding_bottom_77{
    padding-bottom: 77px;
}


.padding_bottom_33{
    padding-bottom: 33px;
}



.padding_bottom_45{
    padding-bottom: 45px;
}

.border_left_DE{
    border-left: 1px solid rgb(105 105 105 / 29%);
}

.zindex0{
    z-index: 0;
}

.zindex1{
    z-index: 1;
}

.zindex2{
    z-index: 2;
}

.zindex3{
    z-index: 3;
}
.zindex4{
    z-index: 4;
}

.zindex-1{
    z-index: -1;
}

.alto_100{
    height: 100%;
}

.titulo_A {
    font-size: 27px;
    padding: 9px 0px 9px 9px;
    text-align: center;
    color: rgb(45 45 45 / 74%);
    letter-spacing: 1px;
    text-align: left;
}

.titulo_C{
    font-size: 18px;
    padding: 3px;
    border-bottom: 1px solid rgb(188 188 188 / 22%);
}

.titulo_D {
    font-size: 15px;
    padding: 9px;
    border-bottom: 1px solid rgb(255 255 255 / 40%);
    text-transform: uppercase;
}

.titulo_E{
    font-size: 27px;
    padding: 0px 18px 18px 18px;
}

.codigo_PD{
    font-size: 13px;
    padding: 0px 9px 0px 9px;
    text-align: left;
}

.titulo_PD {
    font-size: 27px;
    padding: 0px 9px 9px 9px;
    text-align: left;
}

.precio_PD{
    font-size: 23px;
    padding: 1px 9px;
    text-align: left;
}

.precio_PD span {
    width: 100%;
    font-size: 14px;
    text-decoration: line-through;
    font-weight: 100;
    float: left;
}

.titulo_MINI{
    font-size: 16px;
    padding: 9px;
    height: auto;
}

.titulo_MINI_B {
    font-size: 46px;
    padding: 9px 9px 0px 9px;
}

.texto_MINI_resena {
    font-size: 18px;
    padding: 9px;
    height: auto;
    max-width: var(--ancho-max-texto);
}

.texto_MINI_resena_B {
    font-size: 13px;
    height: auto;
    color: #5b5959;
    padding: 11px 9px;
    max-width: var(--ancho-max-texto);
}

.texto_MINI_descripcion{
    font-size: 18px;
    padding: 9px;
    height: auto;
    max-width: var(--ancho-max-texto);
}

.texto_MINI_resena_C {
    font-size: 17px;
    height: auto;
    color: #0e0e0e;
    text-align: justify;
    max-width: var(--ancho-max-texto);
}

.precio_MINI{
    font-size: 21px;
    padding: 1px 9px;
    height: auto;
}

.precio_MINI span {
    font-size: 13px;
    text-decoration: line-through;
    font-weight: 100;
    width: 100%;
    float: left;
}


.color_blanco{
    color: white !important;
}

.color_negro{
    color: rgb(0, 0, 0) !important;
}


.expandido_absolute{
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.aparece_A{
    -webkit-animation: aparece_A 0.5s 1 ease-in-out;
    -ms-animation: aparece_A 0.5s 1 ease-in-out;
    animation: aparece_A 0.5s 1 ease-in-out;
}

.aparece_B{
    -webkit-animation: aparece_B 0.5s 1 ease-in-out;
    -ms-animation: aparece_B 0.5s 1 ease-in-out;
    animation: aparece_B 0.5s 1 ease-in-out;
}

.efecto_A{
    -webkit-animation: efecto_A 0.5s 1 ease-in-out;
    -ms-animation: efecto_A 0.5s 1 ease-in-out;
    animation: efecto_A 0.5s 1 ease-in-out;
}

.efecto_I{
    -webkit-animation: efecto_I 11s 1 ease-in-out;
    -ms-animation: efecto_I 11s 1 ease-in-out;
    animation: efecto_I 11s 1 ease-in-out;
}

.sin_borde{
    border: none;
}

/* Fin Pre definidos*/


.gif_carga_principal{
    top: 0px;
    display: none;  
}


.c_carga_inicial{
	bottom: 130%;
	-webkit-animation: c_carga_inicial 2s 1 ease-in-out;
    -ms-animation: c_carga_inicial 2s 1 ease-in-out;
    animation: c_carga_inicial 2s 1 ease-in-out;
}

.logo_carga {
    width: 180px;
    margin-bottom: 27px;
}

.table_para_centrar{
	border: 0px solid #fff;
	width: 100%;
	height: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
}

.td_para_centrar{
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}


.c_logo{
	
    height: 100%;
    width: auto;
    float: left;
    text-align: center;
    padding: 9px;
}

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


.menu_principal{
	width: 33.333%;
	padding: 9px;
}

.menu_principal div{
    width: 100%;
    padding: 18px 33px;
    font-size: 21px;
    cursor: pointer;
    text-align: center;
}



.recipiente_cabezera{
    height: 100%;
    
}

.cuerpo{
    background: none;
}



.boton_volver:before{
    content: "";
    position: absolute;
    right: 16px;
    bottom: 16px;
    height: 3px;
    width: 21px;
    background: #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.boton_volver:after{
    content: "";
    position: absolute;
    right: 16px;
    top: 18px;
    height: 3px;
    width: 29%;
    width: 21px;
    background: #000;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


.boton_crear, .boton_editar, .boton_eliminar, .estado, .boton_sub_contenido{
    width: auto;
    min-width: 64px;
    height: 100%;
    background: white;
    position: relative;
    text-align: center;
    padding: 17px 23px;
}

.boton_sub_contenido{
    width: 33.333%;
    margin-top: 3px;
    padding: 9px 0px;
}



.boton_crear:before {
    content: "";
    position: absolute;
    left: 20px;
    top: 24px;
    height: 3px;
    width: 21px;
    background: #454545;
}

.boton_crear:after {
    content: "";
    position: absolute;
    left: 20px;
    top: 24px;
    height: 3px;
    width: 29%;
    width: 21px;
    background: #454545;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}




.c_buscador_{
    width: 200px;
    height: 100%;
    padding: 0px;
	float: left;
    padding: 3px;
	
}
.buscador_{
	
	margin:0px;
	width:100%;
	height: 100%;
	float: left;
	font-size: 15px;
	
	
}



/* MANTO FLOTANTE */

#manto_flotante, #manto_flotante_B{
    width: 100%;
    max-width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 23%);
    backdrop-filter: saturate(180%) blur(9px);
    z-index: 5;
    position: fixed;
    bottom: 0px;
    right: 0px;
    padding: 9px;
    display: none;
}



.adaptador_manto_flotante, .adaptador_manto_flotante_B {
    margin: auto;
    min-width: 355px;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 90%;
    display: inline-block;
    position: relative;
    background: rgb(255, 255, 255);
    overflow: hidden;
    padding: 9px 9px 18px 9px;
}

#contenido_manto_flotante, #contenido_manto_flotante_B {
    background: none;
    padding: 11px;
    overflow: auto;
    float: left;
    padding: 81px 27px 18px 27px;
    height: 100%;
    /* max-height: 90%; */
}


#cerrar_manto_flotante, #cerrar_manto_flotante_B{
    float: right;   
}



.titulo_manto, .titulo_manto_B{
    color: #333333;
    font-size: 14px;
    padding: 22px 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-left: 4px;
}

/* FIN MANTO FLOTANTE */

.division_central{
    width: 100%;
    max-width: 600px;
    height: auto;
    margin: auto;
}

.division_central_B {
    width: 100%;
    max-width: 317px;
    height: auto;
    margin: auto;
}


.n_inputs {
    padding: 7px 9px;
    font-size: 13px;
    text-align: left;
    font-weight: bold;
}

.n_inputs:first-letter {
    text-transform: uppercase;
}

.input_, .input_B, textarea {
    font-size: 13px;
    padding: 9px;
    height: 36px;
    margin-bottom: 9px;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background: white;
    z-index: 0;
    border-radius: 18px;
    padding-left: 18px;
}

.input_:focus, .input_B:focus, textarea:focus{
	border: 1px solid red;
}



.error{
	position: absolute;
    bottom: 0px;
    left: 0px;
    background: #d80505;
    color: #fff;
    padding: 13px 18px;
    display: none;
    width: 100%;
    text-transform: uppercase;
    text-align: left;
    font-size: 13px;
    z-index: 1;  
}

.error2 {
    left: initial;
    right: 0px;
    width: 223px;
}


.error:before {
    content: "";
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 6px solid #d80505;

    position: absolute;
    left: 34px;
    top: 100%;
}

.error2:before {
    content: "";
    left: initial;
    right: 34px;
    top: 100%;
}

.c_resp_proc_ {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 91%);
    z-index: 49;
    display: none;
}

.resp_proc_ {
    width: auto;
    height: auto;
    max-height: 100%;
    margin: auto;
    background: none;
    overflow: auto;
    padding: 9px;
}


.logo_normal {
    width: 100%;
    max-width: 248px;
    margin: auto;
}

.logo_normal2{
    width: 130px;
    margin: auto;
}

.logo_TW{
    width: 100%;
    max-width: 50%;
    padding: 9px;
    margin: auto;
}

.logo_TW img{
    width: 100%;
    float: left;
}

.tabla_display td{
    border-bottom: 1px solid #afafaf;
    padding: 3px;
}

.td_index_display{
    width: 90px;
    font-weight: bold;
    text-transform: uppercase;
}


.input_desabilitado{
    background: #f3f3f3;
}

.contenido_oculto {
    border: 0px solid #ebe9e9;
    height: 100%;
    width: 100%;
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 11px;
    padding-bottom: 55px;
    background: #f3f3f3;
    overflow: auto;
}

.estilo_mensaje{
    background: white;
    padding: 36px 18px;
    text-align: left;

}





/*######### AREATEXT_EDITABLE #########*/


.c_editable_texto, .editable_texto{
    text-align: left;
    margin-bottom: 0px;
    min-height: 90px;
}


.cc_menu_text_edit{
    position: absolute;
    bottom: 100%;
    right: 0px;
    height: 40px;
    width: auto;
    padding: 3px;

}

.boton_menu_text_edit{
    float: right;
    height: 100%;
    width: 36px;
    border: 1px solid #acacac;
    padding: 9px;
    cursor: pointer;
    margin-left: 3px;
    background: none;

    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: center;
}

.boton_menu_text_edit:hover{
    
    background-color: #e9e9e9;
}

/*
.Negrita{
    background-image: url("../_imagenes11133/TEXTOEDICION/bolt.svg");   
}
.Italica{
    background-image: url("../_imagenes11133/TEXTOEDICION/italico.svg");   
}
.Centrar{
    background-image: url("../_imagenes11133/TEXTOEDICION/centro.svg");   
}

.Centrar_derecha{
    background-image: url("../_imagenes11133/TEXTOEDICION/derecha.svg");   
}

.Centrar_izquierda{
    background-image: url("../_imagenes11133/TEXTOEDICION/izquierda.svg");   
}

*/


.ocultar{
	display: none;
}

/*#########  FIN AREATEXT_EDITABLE #########*/



/*******************BOTONES FILE***********************/

.ocultar_boton_falso{
	width: 0px;
	height: 0px;
	padding: 0px;
}


.CC_abrazo{
	width: 50px;
    height: 50px;
    position: absolute;
    bottom: -1px;
    right: 0px;
}

.boton_falso_examinar2, .boton_falso_examinar_A, .eliminar_imagen_A {
    width: auto;
    height: 31px;
    border: 0px solid rgb(255 137 137);
    padding: 0px;
    margin: 6px 5px;
    float: right;
    cursor: pointer;
    padding: 0px;
    /* background: white; */
    border-radius: 39px;
    overflow: hidden;
}

.boton_falso_examinar2 img, .boton_falso_examinar_A img, .eliminar_imagen_A img {
    width: auto;
    height: 100%;
    float: left;
    padding: 3px;
    background: white;
}

/*******************FIN BOTON FILE***********************/

.c_maximo_ancho{
    margin: auto;
    width: 100%;
    max-width: 1313px;
}

.c_maximo_ancho_B{
    margin: auto;
    width: 100%;
    max-width: 740px; 
}

.c_maximo_ancho_C{
    margin: auto;
    width: 100%;
    max-width: 963px; 
}


.fondo_B {
    background: white;
}

.fondo_C{
    background: gainsboro;
}

.fondo_D {
    background: #e7e7e7;
}

.fondo_T {
    background: #e6e6e6;
}

.fondo_blur {
    background: rgb(116 115 115);
    background: linear-gradient(45deg, rgb(87 133 34) 4%, #90bb3b 102%);
    backdrop-filter: saturate(180%) blur(9px);
    backdrop-filter: saturate(180%) blur(8px);
}

.fondo_blur_B {
    background: rgb(255 255 255 / 68%);
    backdrop-filter: saturate(180%) blur(9px);
}

.fondo_gris {
    background: #d7d7d7;
    background: linear-gradient(45deg, rgb(228 228 228) 4%, #ffffff 102%);
}

.fondo_Z {
    background: rgb(87 133 34);
    background: linear-gradient(45deg, rgb(87 133 34) 4%, #9bca40 102%);
}

.mayusculas{
    text-transform: uppercase;
}

.minusculas{
    text-transform: lowercase;
}

.i_mayuscula:first-letter {
    text-transform: uppercase;
}

.cabezera {
    right: 0px;
    top: 0px;
    height: auto;
    -webkit-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    background: #ffffff;
}


.body_especial .cabezera{
    background: #ffffff;
}

.color2_cabezera {
    background: #ffffff;
}

.cruz_cerrar {
    height: 60px;
    width: 60px;
 
}


.c_cerrar_m_p {
    display: none;
    height: 60px;
    width: 100%;
}


#c_boton_menu {
    display: none;
    padding: 23px 23px;
    width: 60px;
    height: 60px;
}

.mostrar_c_link_principal{
    display: block !important;
}


/* CONTACTO */
.grid_contacto {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    grid-template-rows: auto;
    gap: 70px;
}

.titulo_CONTACT {
    font-size: 37px;
    padding: 9px 0px 0px 0px;
    text-align: center;
    color: rgb(87 133 34);
    letter-spacing: 1px;
    text-align: left;
}

.titulo_CONTACT2 {
    font-size: 27px;
    padding: 9px 0px 9px 0px;
    text-align: center;
    color: rgb(7 18 60);
    letter-spacing: 1px;
    text-align: left;
    margin-bottom: 45px;
    margin-top: 16px;
}


.complemento_contacto {
    padding: 11px 11px 11px 36px;
    width: 100%;
    height: auto;
    font-size: 14px;
    border-top: 1px solid #cbcbcb;
}


.complemento_contacto img {
    position: absolute;
    left: 6px;
    top: 10px;
    width: 18px;
    height: auto;
}


.c_radio_input {
    margin-left: 16px;
    margin-right: 9px;
    width: 100%;
}
 
.label_radio {
    color: #4a4a4a;
    padding: 3px 0px 0px 12px;
    font-size: 14px;
}

input[type="radio"] {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

/* FIN CONTACTO */



.complemento_pie {
    padding: 11px 11px 11px 42px;
    width: 100%;
    height: 41px;
    color: rgba(255, 255, 255, 0.877);
}

.complemento_pie:hover {
    color: white;
}



.complemento_pie img{
    position: absolute;
    left: 6px;
    top: 6px;
    width: 23px;
    height: auto;
}


.c_mini_menu {
    width: 50%;
}

.c_mini_menu a {
    padding: 9px 13px;
    text-transform: uppercase;
    font-size: 11px;
    margin-right: 3px;
    text-decoration: none;
    letter-spacing: 1px;
}


.img_mini_menu{
    height: 13px;
    float: left;
}

.c_pie_footer {
    background: rgb(51 78 16);
    height: 52px;
    z-index: -1;
}

.pie_footer{
    margin: auto;
    width: 100%;
    max-width: 311px;
    height: 100%;
    padding: 21px 9px;
    position: relative;
}

.pie_footer a{
    color: #999999; 
}

.pie_footer a img{
    position: absolute;
    right: 0px;
    top: 6px;
    height: 42px;
}



/* SLIDER */
.c_slider{
    overflow: hidden;
    height: 100%;
    width: 100%;
    float: left;
}

.c_slider_S{
    background: none;
}

.cuestiones_slider{
    display: none;
    overflow: hidden;
    height: 100%;
    width: 100%;

    position: absolute;
    top: 0px;
    right: 0px;    
}

.cuestiones_slider_S{
    display: none;
    overflow: hidden;
    height: 100%;
    width: 100%;

    position: relative;
    float:left;
    
}

.boton_slider{
    height: 50px;
    width: 50px;
    padding: 4px 0px;
    top: 46%;
    background: rgb(31 31 31 / 20%);
    display: none;
}

.boton_izquierdo_slider{    
    left: 9px;
}

.boton_derecho_slider{
    left: initial;
    right: 9px !important;
}

.cc_puntitos_slider{
    margin: auto;
    bottom: 0px;
    left: 0px;
    display: none;
}

.c_puntitos_slider{
    width: auto;
    height: auto;
    display: inline-block;
}

.puntitos_slider{
    background: #e2e2e2;
    width: 36px;
    height: 18px;
    float: left;
    margin: 6px;
    padding: 4px 0px;
}

.puntito_seleccionado {
    border: 1px solid rgb(188 188 188);
    background: #ffffff00;
}

.img_slider_{
    min-width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
}

.cc_texto_slider{
    padding:18px; 
    padding-bottom: 33px;
}

.c_texto_slider {
    text-align: center;
}


.c_logo_slider {

float: left;
width: 100%;
height: auto;
text-align: center;
border: 0px solid white;
-webkit-animation: c_logo_slider 3s 1 ease-in-out;
-ms-animation: c_logo_slider 3s 1 ease-in-out;
animation: c_logo_slider 3s 1 ease-in-out;


}

.c_logo_slider img {
    width: 18%;
    height: auto;
}

.centrado {
    position: absolute; 
    left: 50%;
    transform: translateX(-50%);
  }
/* FIN SLIDER */



/* CARRUSEL */
.carrusel{  
    overflow: hidden;    
}

.contenido_carrusel{
    margin: auto;
}

.cuestiones_carrusel_B, .cuestiones_carrusel{
    overflow: hidden; 
    height: auto;
}

.cc_botones_carrusel{
    margin-top: 9px;
}

.c_botones_carrusel{
    width: 90px;
    height: 50px;
    
}

.boton_carrusel {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 0px;
    background: rgb(255 255 255 / 36%);
}

.boton_carrusel:hover {
    background: rgba(85, 85, 85, 0.075);
}

.boton_izquierdo_carrusel{    
    left: -16px;
    
}

.boton_izquierdo_carrusel:after, .boton_izquierdo_slider:after{
    content: "";
    position: absolute;
    right: 17px;
    top: 17px;
    height: 2px;
    width: 19px;
    background: rgb(110 106 106 / 29%);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.boton_izquierdo_carrusel:before, .boton_izquierdo_slider:before{
    content: "";
    position: absolute;
    right: 17px;
    bottom: 18px;
    height: 2px;
    width: 19px;
    background: rgb(110 106 106 / 29%);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.boton_derecho_carrusel{
    right: -16px;
}

.boton_derecho_carrusel:after, .boton_derecho_slider:after{
    content: "";
    position: absolute;
    left: 17px;
    top: 17px;
    height: 2px;
    width: 19px;
    background: rgb(110 106 106 / 29%);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.boton_derecho_carrusel:before, .boton_derecho_slider:before {
    content: "";
    position: absolute;
    left: 17px;
    bottom: 18px;
    height: 2px;
    width: 19px;
    background: rgb(110 106 106 / 29%);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/*  luego borrar */
.cuestion_carrusel{
    border: 5px solid white;
    height: 100%;
    width: 100%;
    float: left;
    padding: 18px;
    background: #dbdbdb;
}

/* FIN CARRUSEL */





/* CAJA CHATS WHATSAPP*/

.ccc_caja_chats{
    bottom: 9px;
    left: 9px;
    z-index: 3;

    /*
    width: 306px;
    height: 270px; 
    */
    width: auto;
    height: auto; 
}

.cc_caja_chats{
    overflow: hidden;
    display: none; 
    width: 306px;
    height: 270px; 
}

.c_caja_chats_barra_s {
    height: 56px;
    background: #3f9788;
    position: absolute;
    top: 0px;
    left: 0px;
}

.c_caja_chats_barra_s img{
    width: 45px;
    height: 45px;
    left: 7px;
    top: 7px;
    
}

.c_caja_chats {
    width: 306px;
    height: 271px;
    background-color: #e5ddd5;
    padding-top: 90px;
}


.img_fondo_c_caja_chats{
    top: 0px;
    left: 0px;
    opacity: 0.2;
    
}

.c_mensaje_chats {
    top: 82px;
    left: 27px;
    max-width: 80%;
    padding: 14px;
    color: #262626;
    font-size: 13px;
    background: white;
    -webkit-border-radius: 0px 11px 11px 11px;
    -ms-border-radius: 0px 11px 11px 11px;
    border-radius: 0px 11px 11px 11px;
}

.c_mensaje_chats:before {
    content: "";
    border-top: 0px solid transparent;
    border-bottom: 13px solid transparent;
    border-right: 11px solid #ffffff;
    font-size: 0;
    line-height: 0;
    position: absolute;
    right: 100%;
    top: 0px;

}

.cerrar_icono_whatsapp{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px;
    height: 100%;
    padding: 23px 18px 18px 18px;
    cursor: pointer;
}

.cerrar_icono_whatsapp:hover{
    background: #368376;
}


.boton_whatsapp{
    height: 60px;
    width: 60px;
    padding: 13px;
    position: fixed;
    bottom: 9px;
    left: 9px;
    background: #7ad06d;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    z-index: 2;
    cursor: pointer;
}

.boton_whatsapp:hover{
    background: #6ede5d;
}

.c_entrada_chats{
    bottom: 0px;
    left: 0px;
    height: 60px;
    width: 100%;
    background: #efefef;
    padding: 9px 72px 9px 15px;
}

#entrada_chats{
    float: left;
    height: 100%;
    width: 100%;
    padding: 18px 9px 18px 18px;
    border: 1px solid #d6d6d6;
    
}

#entrada_chats:focus, #entrada_chats:hover{
    border: 1px solid #d6d6d6;
}


.c_boton_enviar_chats{
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 72px;
    padding: 0px;
    cursor: pointer;
}

.c_boton_enviar_chats img{
    height: 100%;
    padding: 18px;
}

.etiqueta1_perfil_chats {
    top: 12px;
    left: 59px;
    font-size: 16px;
    color: white;
    font-weight: bold;
}

.etiqueta2_perfil_chats{
    top: 33px;
    left: 59px;
    font-size: 13px;
    color: white;
}
/* FIN CAJA CHATS WHATSAPP*/





/* BOTON PERFIL */

.cc_boton_perfil_superior, .cc_boton_carrito{  
    height: 60px;
    width: 60px;
}

.cc_boton_perfil_superior img, .cc_boton_carrito img{
    float: left;
    width: auto;
    height: 100%;
}

.cc_boton_carrito img {
    padding: 3px 0px 0px 0px;
    width: 36px;
}

.cc_boton_perfil_superior {
    height: 60px;
    padding: 3px 0px 0px 0px;
}

.c_boton_perfil_superior {
    position: absolute;
    right: 0px;
    top: 65px;
    min-width: 164px;
    width: 100%;
    height: auto;
    background: white;
    z-index: 1;
    display: none;
    padding: 10px 18px 17px 18px;
}

.cc_boton_login, .c_cerrar_sesion, .c_boton_regis{
    text-align: center;
    font-size: 13px;
}

.c_boton_registrarse, .c_boton_recuperar_contrasena{
    
    width: 100%;
    height: auto;
    padding: 13px;
    font-size: 13px;
    color: #324786;
    margin-top: 27px;
    border: 1px solid #bdbdbd;
    -webkit-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    cursor: pointer;
    float: left;
}

.c_boton_registrarse:hover, .c_boton_recuperar_contrasena:hover{
color: red;
}


#regis_invitado {
    color: white;
    padding: 10px 9px;
    font-size: 13px;
    background: rgb(255 47 0 / 62%);
    
}

#regis_invitado:hover {
    background: rgb(255 47 0 / 72%);
    
}

/* FIN BOTON PERFIL */
.c_img_S{
    height: auto;
    width: 100%;
    overflow: hidden;
    text-align: center;
    position: relative;
    float: left;
}

.c_img_S img{
    height: auto;
    width: 100%;
    float: left;
}

.c_img{
    height: auto;
    border: 0px solid rgba(218, 218, 218, 0.71);
    overflow: hidden;
    text-align: center;
}

.c_img_B{
    height: auto;
}

.c_img img {
    margin: auto;
    width: 100%;
}

.c_img_B img{
    margin: auto;
    height: auto;
    width: 100%;
}


/* VISOR */

.para_visor{
    width: 100%;
    height: auto;
    padding-top: 9px;
}

.c_img_visor_A{
    height: auto;
    border: 0px solid rgba(218, 218, 218, 0.71);
    overflow: hidden;
    text-align: center;
}

.c_img_visor_A img{
    margin: auto;
    width: 100%;
    float: left;
}




/*SLIDER GALERIA ESPCIAL*/






.c_imagen_galeria{
    cursor: pointer;
}

.c_cerrar_f_g {
    height: auto;
    width: auto;
    top: 4px;
    left: initial;
    right: 3px;
    font-size: 11px;
    background: #000000ad;
    padding: 13px 27px;
}

.c_slider2{
    top: 0px;
    left: 0px;
    padding: 9px;
    background: rgba(0, 0 , 0, 0.23);
    backdrop-filter: saturate(180%) blur(9px);
    -webkit-backdrop-filter: saturate(180%) blur(9px);
    display: none;
}



.zoom {
    width: 45px;
    height: auto;
    left: initial;
    bottom: 18px;
    right: 18px;
    background: rgb(0 0 0 / 31%);
}

.zoom:hover{
    background: rgb(0 0 0 / 50%);
}
/* FIN VISOR */




/* PESTANAS */
.c_pestana{
    height: auto;
    border-bottom: none;
    /* background: #c7c7c7; */
    padding: 2px 2px 0px 2px;
}

.c_contenido_pestana {
    height: auto;
    overflow: hidden;
}

.pestana {
    height: 100%;
    min-width: 144px;
    background: rgb(201 196 196 / 43%);
    cursor: pointer;
    margin: 0px 6px;
    padding: 14px 18px;
    color: #5a5a5a;
    user-select: none;
    padding: 12px;
}

.contenido_pestana{
    height: auto;
    min-height: 180px;
    display: none;
}

.pestana_seleccinada {
    background: #939191;
    border-bottom: none;
    /* font-weight: bold; */
    color: white;
}

.pestana_contenido_seleccinada{
    display: block !important;
}

/* FIN PESTANAS */



.mapa_google {
    height: 180px;
    border: 3px solid #9cc0f9;
}

/* ETAPA CARRITO */

.cc_etapa_carrito {
    width: auto;
    height: 50px;
    margin: auto;
    position: absolute;
    right: 15px;
    top: 7px;
}

.etapa_carrito {
    width: 50px;
    height: 33px;
    border: 1px solid #d5d5d5;
    text-align: center;
    background: lightgrey;
    color: #9f9f9f;
    padding-top: 5px;
    font-size: 18px;
    -webkit-border-radius: 45px;
    -ms-border-radius: 45px;
    border-radius: 45px;
    float: left;
    position: relative;
    z-index: 2;
    margin-left: 9px;
    margin-top: 9px;
}

.etapa_seleccionada {
    background: #464646;
    color: white;
}

.barra_etapa_carrito {
    width: 91%;
    height: 3px;
    text-align: center;
    background: lightgrey;
    position: absolute;
    top: 23px;
    right: 0px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

/* fin ETAPA CARRITO */


/*  CARRITO */
.c_boton_carrito_contador {
    height: 25px;
    width: 25px;
    top: 3px;
    right: 3px;
    left: initial;
    background: red;
    padding: 6px 3px;
    color: white;
}

#precio_boton_carrito {
    height: auto;
    width: 90%;
    top: initial;
    bottom: 3px;
    right: 3px;
    left: initial;
    background: #0dac00;
    padding: 0px 0px;
    color: white;
    font-size: 10px;
    display: none;

}

.cc_carga_individual{
    
    position: absolute;
bottom: 0px;
right: 0px;
height: 100%;
width: 100%;
background: white;
/* border: 2px solid #f78427; */
display: none;

}

.c_carga_individual{
float: right;
width: 100%;

}

.c_carga_individual img{
width: 27px;

}
.cc_cantidad_y_agregar {
    border: 0px solid red;
    width: 90px;
}

.c_boton_agregar_a_carrito {
    width: 42px;
    height: 39px;
    padding: 9px;
}

.c_boton_agregar_a_carrito img {
    width: 100%;
}

.c_cantidad_producto {
    height: 39px;
    width: 38px;
    margin: auto 3px;
    text-align: center;

}

.gif_en_carrito {
    background: white;
    top: 0;
    
}

.cc_producto_carrito {
    padding: 9px;
    padding-bottom: 69px;
    padding-right: 45px;
    margin-bottom: 19px;
    border-bottom: 1px solid #b9b9b9;
}


.c_img_producto_carrito {
    top: 0;
    width: 90px;
    height: auto;
}

.texto_producto_carro {
    text-align: left;
}

.en_el_carrito {
    width: 20px;

}

.c_eliminar_producto {
    top: 9px;
    left: initial;
    right: 9px;
    width: 45px;
    height: 45px;
    cursor: pointer;
    padding: 11px;
    
}

.c_eliminar_producto:hover, .eliminar_venta:hover{
    background: #fdbaba;
}

.eliminar_venta {
    width: 45px;
    height: 45px;
    cursor: pointer;
    padding: 11px;
    
}

.cc_cps {
    bottom: 9px;
    height: 42px;
    padding-right: 3px;
}

.etiquetilla {
    bottom: 52%;
    width: 100%;
    font-size: 9px;
}

.etiquetilla_A{
    text-align: right;
}

.cc_totales {
    background: rgb(255 213 62 / 26%);
    margin-top: 29px;
}

.cc_totalesX {
    padding-top: 20px;
    padding-left: 18px;
}

.c_totales {
    width: 100px;
}

.c_total_CARRO_valor {
    font-size: 16px;
    padding: 9px;
}

.c_total_CARRO_vuelto {
    font-size: 16px;
    padding: 9px;
}


.total_especial{
    color: red;
    font-size: 18px;
}

.total_especial2 {
    color: #007cff;
    font-size: 18px;
}

.c_total_producto_carro, .c_precio_producto_carro {
    height: 100%;
    width: 64px;
    font-size: 12px;
    padding: 18px 0px 0px 0px;
}

.sumar_un_producto, .restar_un_producto {
    width: 40px;
    height: 39px;
    padding: 3px 0px;
    color: white;
    font-size: 25px;
}



.boton_siguiente_carrito, .boton_siguiente_carrito2 {
    width: 100%;
    max-width: 180px;
    text-transform: uppercase;
}

.boton_siguiente_carrito span, .boton_siguiente_carrito2 span {
    font-size: 9px;
    color: white;
    letter-spacing: 1px;
    font-weight: normal;
}


.sin_productos_carro {
    height: 270px;
}

.c_cantidad_producto_carro{
    margin-right: 9px;
}

#vaciar_carrito {
    width: 140px;
    position: absolute;
    right: 18px;
    bottom: 18px;
    background: rgb(255 0 0 / 62%);
    color: white;
    z-index: 1;
}

#vaciar_carrito:hover {
    background: red;
}

#c_nombre_vendedor {
    position: absolute;
    right: 0px;
    top: 0px;
}

#nombre_vendedor {
    font-size: 14px;
    color: black;
    text-transform: uppercase;
    padding: 22px 1px;
}


.c_desc_carrito {
    position: absolute;
    top: -9px;
    left: 106px;
    font-size: 9px;
    width: auto;
    height: auto;
    padding: 6px 9px;
    background: red;
    color: white;
}

.con_webpay {
    width: 100%;
    max-width: 180px;
    margin: auto;
}

/*  FIN CARRITO */



.barra_superior_especial {
    height: 34px;
    padding: 11px;
    padding-left: 43px;
}

.bse2{
    font-size: 11px;
}

.boton_bse{
    top: -9px;
    left: initial;
    right: 0px;
}

.barra_superior_especial img {
    height: 100%;
    top: 0;
}


/* tabla caracteristicas */

.table_caracteristicas td{
    font-size: 9px;
}

.td_caracteristicas{
    width: 110px;
  }

.caracteristica_e {
    color: #000000;
    padding: 10px 9px;
    font-size: 11px;
    padding-left: 33px;
}


.caracteristica_e div {
    color: inherit;
    padding: 4px 9px;
    font-size: 16px;
    position: absolute;
    left: 0px;
    top: 4px;
    /* font-size: large; */
    font-family: fantasy;
}

.caracteristica_e div img {
    width: 16px;
    height: auto;
}


.caracteristica_e_I {
    color: #000000;
    padding: 13px 9px;
    font-size: 16px;
    padding-left: 33px;
}

.caracteristica_et {
    color: #000000;
    padding: 9px 9px 0px 9px;
    font-size: inherit !important;
    padding-left: 33px;
}


.caracteristica_e_I div {
    color: inherit;
    padding: 9px;
    font-size: 18px;
    position: absolute;
    left: 0px;
    top: 4px;
    /* font-size: large; */
    font-family: fantasy;
}

.caracteristica_e_I div img {
    width: 16px;
    height: auto;
}


/* fin tabla caracteristicas */
.menu_deslisable {
    top: 100%;
    left: 0px;
    width: 100%;
    height: auto;
    max-height: 603px;
    min-height: 90px;
    display: none;
    border-top: none;
    padding: 18px 36px 36px 36px;
    overflow: auto;
}

.link_deslisable {
    padding-right: 33px;
}

.link_deslisable:after {
    content: "";
    border-left: 9px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 9px solid #649228;
    position: absolute;
    right: 15px;
    bottom: 29px;
    transform: rotate(45deg);
}

.link_activo {
    background: rgb(255 255 255 / 21%);
}

.monto_a_pagar{
    font-size: 27px;
    color: black;
}

.monto_a_pagar div{
    font-size: 13px;
    color: black;
    font-weight: normal;
    margin-bottom: 9px;
}

.boton_pagar_wp:hover{
    border: none;
}


.titulo_paso {
    padding: 5px 0px;
    font-size: 22px;
    border-bottom: none;
}

.c_numero_paso {
    height: 90px;
    width: 90px;
    overflow: hidden;
    text-align: center;
    font-size: 130px;
    margin: auto;
    padding: 0px;
}

.c_numero_paso img {
    height: 100%;
    width: 100%;
}

/* ACTIVADOR GENERAL */
.c_activador_intra {
    height: 26px;
    margin-left: 9px;
}

.activar_photo {
    width: auto;
    height: auto;
    z-index: 1;
}

.etiqueta_portada{
    font-size: 9px;
    padding: 11px;
    color: #525252;
}


.cc_activador_general{
    height: 30px;
    width: 60px;
    padding: 2px;
    background: #b5b5b5;
    cursor: pointer;
}

.cc_activador_general:hover .activador_general {
    
    background: white;
}

.activador_general{
    height: 100%;
    width: 27px;
    background: rgb(255 255 255 / 84%);
    
}


.activador_general_no{
    background: #b5b5b5;
}

.activador_general_si{
    background: #00bd00;
}

.activador_general_si .base_float_sin_100{
    float: right !important;
}

/* FIN ACTIVADOR GENERAL */


.costo_envio {
    color: #088300;
    left: initial;
    top: initial;
    right: 0px;
    bottom: 40px;
    font-size: 18px;
    font-weight: bold;
    width: 100px;
    text-align: center;
}

.sin_stock {
    color: red;
    text-align: center;
    padding: 11px 18px;
    border: 1px solid red;
    height: 39px;
    font-size: 13px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-border-radius: 23px;
    -ms-border-radius: 23px;
    border-radius: 23px;
}

.c_ss_oferta .sin_stock{
    width: auto !important;

}

/* BUSCAR */

.cc_boton_buscar, .cc_boton_buscar_venta{ 
    height: 100%;
    width: 60px;
    padding: 14px 14px;
    cursor: pointer;
}

.cc_boton_buscar_venta {
    height: 40px;
    width: 40px;
    padding: 11px;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: -9px;
}

.cc_boton_buscar:hover{
    background: rgb(255 255 255 / 13%);
}

.cc_boton_buscar_venta:hover {
    background: rgb(112 112 112 / 10%);
}

.cc_boton_buscar img, .cc_boton_buscar_venta img{
    float: left;
    width: 100%;
    height: 100%;
}

.c_boton_buscar {
    position: absolute;
    top: 115%;
    width: auto;
    min-width: 297px;
    height: auto;
    background: #fffffff7;
    z-index: 1;
    display: none;
    padding: 27px;
}

.c_boton_buscar_B {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    /* background: #5c3131f7; */
    z-index: -1;
    display: none;
    padding-top: 60px;
}

.c_boton_buscar_V {
    position: absolute;
    border: 1px solid #b9b9b9;
    min-height: 373px;
    padding-top: 0px;
    top: 97px;
    right: 0px;
    width: 100%;
    height: auto;
    padding-top: 0px;
    display: none;
    z-index: 1;
}

.c_boton_buscar_Bx, .c_boton_buscar_Vx {
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 57%);
    padding: 27px;
    overflow: auto;
    backdrop-filter: saturate(180%) blur(18px);
    -webkit-backdrop-filter: saturate(180%) blur(18px);
    position: absolute;
}

.boton_buscar{
    width: auto;
    height: auto;
    float: right;
    padding: 9px 18px;
    color: white;
    border: 0px solid rgb(248, 248, 248);
}


.img_form_buscar_2 {
    width: 50px;
    height: 35px;
    padding: 8px 8px;
    left: inherit;
    right: 11px;
    bottom: 10px;
    cursor: pointer;
    background: #cacaca47;
}

.input_buscar{
    padding-right: 60px;
}

#buscar {
    border: 2px solid #c5c5c5;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
}

#buscar:focus {
    border: 2px solid #ff0000;
}


.activar_boton_buscar {
    background: rgb(42 42 42 / 15%);
}
/* FIN BUSCAR */


.tabla_comprobante{
    border-spacing: 0px;
    border-collapse: collapse;
    margin-bottom: 33px;
}

.tabla_comprobante td{
    padding: 9px 3px;
}

.c_boton_cotizar_A {
    position: absolute;
    top: 9px;
    right: 9px;
}

.boton_cotizar {
    font-size: 14px;
    border-radius: 23px;
    padding: 7px 18px;
}

.boton_cotizar span {
    font-size: 9px;
}

.c_p_descuento {
    position: absolute;
    top: -6px;
    right: -6px;
    padding: 6px;
    background: red;
    color: white;
    -webkit-border-radius: 33px;
    -ms-border-radius: 33px;
    border-radius: 33px;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    overflow:hidden;


}

.c_p_descuento span {
    float: left;
    width: 100%;
    text-align: center;

    color: rgb(255, 255, 255);
    font-size: 13px;
    text-decoration: none;
    font-weight: normal;
}

/* ORDENAMIENTO */
.cc_franja_ordenar{
    height: 38px;
    width: auto;
}

.texto_ordenamiento {
    padding: 11px 9px;
}

.cc_franja_ordenar select {
    height: auto;
    padding: 9px;
    min-width: 110px;
    border: 1px solid rgb(206, 206, 206);
    background: white;
    font-size: 11px;
}
/* FIN ORDENAMIENTO */

.titulo_md {
    padding: 18px 27px 3px 27px;
    border-bottom: 1px solid rgb(255 255 255 / 30%);
    letter-spacing: 3px;
    font-size: 14px;
}


/* POP-UP */
#pop_up, #alerta {
    border: 0px solid red;
    width: 100%;
    height: 100%;
    background: rgb(54 54 54 / 78%);
    z-index: 3;
    position: fixed;
    top: 0px;
    left: 0px;
    padding: 23px;
    text-align: center;
}

#alerta{  
    display: none;
}


#c_contenido_pop_up, #c_contenido_alerta {
    height: auto;
    width: 100%;
    max-width: 469px;
    margin: auto;  
}


#contenido_pop_up, #contenido_alerta {
    height: auto;
    width: 100%;
    background: white;
    padding: 60px 27px;
    position: relative;
}

#contenido_pop_up img, #contenido_alerta img {
    width: 229px;
    height: auto;
    margin-bottom: 18px;
}

#cerrar_pop_up, #cerrar_alerta {
    cursor: pointer;
    z-index: 11;
    color: #ccc;
    width: 45px;
    height: 45px;
    background: #e2512d;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

#cerrar_pop_up:after, #cerrar_alerta:after{
    content: "";
    position: absolute;
    left: 11px;
    top: 21px;
    height: 3px;
    width: 24px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#cerrar_pop_up:before, #cerrar_alerta:before {
    content: "";
    position: absolute;
    right: 11px;
    bottom: 21px;
    height: 3px;
    width: 24px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.titulo_pop_up, .titulo_alerta {
    color: rgb(8 8 8);
    font-size: 18px;
    margin-bottom: 18px;
}

.texto_pop_up, .texto_alerta {
    color: rgb(82 82 82);
    font-size: 13px;
    text-align: left;
}


/* FIN POP-UP*/




/*  MENU ESPECIAL */
.menu_especial {
    background: rgb(229 229 229 / 50%);
    padding: 9px;
}

.menu_especial .fondo_B {
    background: grey;
    color: white;
}

.menu_especial .padding_L3 {
    color: black;
}

.menu_especial .color_blanco {
    color: rgb(43, 43, 43);
}
/* FIN MENU ESPECIAL */


/* COMENTARIO */
.cc_mensaje_comentario {
    padding: 19px;
    padding-top: 84px; 
}

.c_mc_imagen{
    position: absolute;
    left: 15px;
    top: 16px;
    width: 45px;
    height: 45px;
}

.c_mc_imagen img {
    float: left;
    width: 100%;
    height: 100%;
}

.c_mc_nombre{
    position: absolute;
    left: 69px;
    top: 30px;
    width: auto;
    height: auto;
    color: rgb(88, 88, 88);
    text-transform: uppercase;

}

.c_mensaje_comentario {
    max-width: 100%;
    padding: 17px;
    color: #656565;
    font-size: 25px;
    -webkit-border-radius: 11px;
    -ms-border-radius: 11px;
    border-radius: 11px;
    font-size: 13px;
    background: #eaeae4;
    height: 124px;
    overflow: auto;
}


.c_mensaje_comentario::-webkit-scrollbar {
    width: 9px; /* Ajusta el ancho según sea necesario */
}

.c_mensaje_comentario::-webkit-scrollbar-thumb {
    background-color: #ababab !important;
}

.c_mensaje_comentario:before {
    content: "";
    border-bottom: 9px solid #eaeae4;
    border-top: 7px solid rgb(255 255 255 / 0%);
    border-left: 4px solid rgb(218 218 218 / 0%);
    border-right: 10px solid rgb(218 218 218 / 0%);
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: 17px;
    bottom: 100%;
}

.cc_estrella {
    height: 20px;
    width: 167px;
    margin: auto;
}


.c_estrella {
    height: 13px;
    width: auto;
}
/* FIN COMENTARIO */


.resaltar_tr:hover{
    background: rgba(255, 255, 0, 0.411);
}

.oscurecer_tr {
    background: rgb(241 241 241 / 41%);
}

.activo_tr {
    background: rgb(188 255 205 / 54%);
}

.c_sin_stock {
    background: #ffeded;
    border: 1px solid red;
}

.texto_sin_stock {
    background: #ff0000;
    position: absolute;
    top: -15px;
    right: 0px;
    padding: 5px;
    color: white;
    width: 100px;
    text-align: center;
}


/* ACORDEON */

.c_acordeon {
    float: left;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #29335961;
}

.barra_superior_acordeon {
    float: left;
    width: 100%;
    height: auto;
    border: 0px solid black;
    cursor: pointer;
    padding: 15px;
    padding-right: 45px;
    font-size: 16px;
    position: relative;
    /* background: #f1f1f1; */
    color: #003043;
    -webkit-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
}

.barra_superior_acordeon:hover {
    /* font-weight: bold; */
    background: rgb(239 239 239);
}



.barra_superior_acordeon:before {
    content: "";
    position: absolute;
    right: 10px;
    top: 24px;
    height: 2px;
    width: 11px;
    background: rgb(32 32 32 / 45%);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.barra_superior_acordeon:after {
    content: "";
    position: absolute;
    right: 17px;
    top: 24px;
    height: 2px;
    width: 11px;
    background: rgb(32 32 32 / 45%);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.activo_acordeon:before {
    transform: rotate(45deg);
}

.activo_acordeon:after {
    transform: rotate(-45deg);
}

.barra_superior_acordeon:hover.barra_superior_acordeon:before, .barra_superior_acordeon:hover.barra_superior_acordeon:after{
    background: #005b81 !important;

}


.activo_acordeon {
    background: rgb(239 239 239);
    -webkit-border-radius: 7px 7px 0px 0px;
    -ms-border-radius: 7px 7px 0px 0px;
    border-radius: 7px 7px 0px 0px;
    /* color: #2b2b2b; */
    font-weight: bold;
}


.acordeon {
    float: left;
    width: 100%;
    height: auto;
    display: none;
    -webkit-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 0px 0px 7px 7px;
    background: #fbfbfb;
    padding: 18px 18px 18px 27px;
    padding-bottom: 18px;
    font-size: 14px;
}

/* FIN ACORDEON */


/* PAGINACION */

.boton_pag {
    font-size: 11px;
    padding: 9px;   
    width: 30px;
    height: 30px;
    margin: 3px;
    text-align: center;
    cursor: pointer;
    background: rgba(128, 128, 128, 0.507);
    color: rgba(255, 255, 255, 0.678);
}

.boton_pag:hover {
    background: rgba(128, 128, 128, 0.77);
}

.boton_pag_activa {
    background: gray;
    color: white;
}

/* FIN PAGINACION */


#c_p_buscados{
    padding-bottom: 50px;
}




/* LEER MAS */
.c_T_leer_mas {
    padding-left: 0px;
    padding-right: 0px;
   
    font-size: 16px;
    margin-top: 18px;
    letter-spacing: 1px;
    /* font-weight: 500; */
}

.texto_leer_mas {
    overflow: hidden;
    font-size: 15px;
    margin: auto;
    margin-bottom: 18px;
    padding: 18px;
    letter-spacing: 1px;
    line-height: 22px;
}


.c_img_leer_mas img {
    width: 270px;
    margin-top: 33px;
}

.c_leer_mas {
    font-size: 13px;
  
    padding-left: 31px;
    letter-spacing: 1px;
    margin-bottom: 18px;
}

.c_leer_mas img {
    position: absolute;
    left: 0px;
    top: 1px;
    width: 21px;
}

.c_leer_mas2 {
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 18px;
}

.c_leer_mas_oculto{
    display: none;
}

.c_nd_mostrar{
    display: block !important;
}

.c_nd_aparecer {
    font-size: 9px;
    letter-spacing: 2px;
    padding: 9px 27px;
}

/* fin LEER MAS */


.logo_qs img {
    width: 70%;
}



/* --- */

.c_tratam {
    font-size: 16px;
    padding: 3px;
    padding-top: 80px;
    min-height: 69px;
    overflow: auto;
    border: 1px solid rgb(218, 218, 218);
}

.c_tratam2 {
    padding-top: 69px;
}

.c_titulo_tratam {
    padding: 13px 18px;
    height: auto;
    position: absolute;
    left: 0px;
    top: 0px;
    padding-left: 80px;
}

.c_titulo_tratam img {
    position: absolute;
    left: 13px;
    top: 7px;
    width: 60px;
    height: 60px;
}

.c_titulo_tratam2 {
    padding-left: 70px;
}

.c_titulo_tratam2 img {
    position: absolute;
    left: 13px;
    top: 7px;
    width: 50px;
    height: 50px;
}

.titulo_tratam {
    font-size: 27px;
    color: white;
}

.titulo_tratam2 {
    font-size: 18px;
    color: white;
}

.sub_t_tratam {
    font-size: 13px;
    padding: 2px;
    height: auto;
    color: white;
}

.c_items_de_tratamiento{
    padding-left: 50px;
}



.c_items_de_tratamiento img {
    position: absolute;
    left: 9px;
    top: 9px;
    width: 33px;
    height: 33px;
}



.c_micro_t_de_tratamiento{
    font-size: 11px;
}

.c_t_de_tratamiento{
    font-size: 15px;
}

.c_items_de_tratamiento2{
    padding-left: 33px;
}

.c_items_de_tratamiento2 img {
    position: absolute;
    left: 9px;
    top: 9px;
    width: 18px;
    height: 18px;
}

.sub_titulo_tratamientos {
    font-size: 15px;
    padding: 9px;
    text-align: left;
    margin-top: 27px;
    font-weight: bold;
}

.link_tratamientos{
    font-size: 14px;
    padding: 6px;
}

.link_tratamientos:hover{
    font-weight: bold;
}

/* fin --- */




/* calendario */


.ccc_calendario {
    overflow: hidden;
}

.tabla_calendario td {
    border: 1px solid #efefef;
    padding: 26px 0px;
    text-align: center;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    width: 14.3%;
    background: white;
}


.nombre_dia {
    background: #f5f5f5;
    font-weight: bold;
    padding: 18px 0px !important;
}

.sin_dia {
    background: rgb(234 234 234 / 11%);
}

.td_numero p {
    width: 24px;
    height: 24px;
    padding: 3px 0px;
    margin: auto;
    border: 1px solid rgba(191, 191, 191, 0);
    color: black;
    font-size: 16px;
}

.c_hoy {
    color: white !important;
    background: #d80204;
    font-weight: bold;
}

.cb_calendario {
    background: white;
    height: 54px;
    padding: 15px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cb_calendario span {
    font-size: 10px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cambiar_mes {
    position: absolute;
    top: 0px;
    width: 54px;
    height: 54px;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 13px 13px;
}

.cambiar_mes:hover {

    background: #fffffff4;
}

#cm_izquierda{
    left: 0px;

}

#cm_derecha{
    right: 0px;
    
}

.gif_en_calendario {
    background: rgba(144, 144, 144, 0.478);
    top: 0;
}

.cc_b_accion_calendario, .cc_b_accion_calend_no {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    padding: 3px;
}

.cc_b_accion_calendario {
    background: rgb(255 182 0 / 7%);
}

.cc_b_accion_calendario {
    cursor: pointer;
}

.cc_b_accion_calendario:hover {
    background: rgb(255 190 176 / 48%);
    border: 2px solid red;
}

.c_b_accion_calendario {
    width: 100%;
    height: 23px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-size: 11px;
    padding: 5px 0px;
    color: #d77e00;
}

.cc_recipiente_disponibles {
    background: rgb(215 215 215 / 32%);
    top: 0;
    padding: 74px 18px 18px 18px;
    backdrop-filter: saturate(180%) blur(8px);
    -webkit-backdrop-filter: saturate(180%) blur(8px);
}

.guincha_hd{
    background: rgba(128, 128, 128, 0);
}

.t_ver_h_disponibles {
    font-size: 16px;
    text-transform: uppercase;
    padding: 22px 24px;
    color: black;
    font-weight: bold;
}

.c_boton_sh, .c_boton_sh_B {
    background: rgba(255, 255, 255, 0.7);
    padding: 31px 18px;
    padding-right: 245px;
    margin-bottom: 18px;
}

.c_boton_sh_form {
    background: rgba(255, 255, 255, 0.7);
    padding: 18px;
    margin-bottom: 18px;
}




.c_boton_sh:hover {
    background: white;
}

.c_boton_sh div {
    font-size: 13px;
}

.b_confirmar_hora, .cc_b_selecion_servi_calendario {
    position: absolute;
    right: 13px;
    top: 17px;
    font-size: 13px !important;
}

.precio_crear_hora {
    position: absolute;
    right: 62px;
    top: 33px;
    font-size: 13px !important;
}

.sub_recipiente_disponibles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 113px;
}

.sub_rd_C {
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 9px;
    border-top: 1px solid #cdcdcd;
}

/* fin calendario */

.color_gris{
    color: grey !important;
}

.color_negro{
    color: rgb(0, 0, 0) !important;
}


.color_rojo {
    color: rgb(150 0 0) !important;
}




/* INTRA */

#recipiente_intra {
    min-height: 519px;
}


.ccc_login_Personal {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    text-align: center;

    
    background: #f6f6f6;
    z-index: 3;
}

.b_casa_inicio{
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 3;
    padding: 9px;

}

.cc_boton_perfil_superior_i {
    width: auto !important;
}

.estado_bp {
    font-size: 14px;
    letter-spacing: 0.5px;
    width: 100%;
    text-transform: lowercase;
}

.estado_bp:first-letter {
    text-transform: uppercase;
}

#nombre_personal {
    font-size: 14px;
    color: rgb(250, 250, 250);
    text-transform: uppercase;
    padding: 11px 0px 11px 11px;
    min-width: auto;
    font-weight: bold;
    text-align: right;
}

.cc_persona {
    padding: 9px;
    padding-right: 55px;
    border-bottom: 1px solid #c6c6c6;
}

.c_persona {
    padding-left: 86px;
    margin-top: 7px;
}

.c_persona img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 70px;
    user-select: none;
    -webkit-user-select: none;
}

.editar_intra {
    position: absolute;
    top: 0px;
    right: 0px;
}

.editar_redondo, .editar_redondo_mas {
    width: 45px;
    padding: 6px;
    cursor:pointer;
    user-select: none;
    -webkit-user-select: none;
}

.editar_redondo_mas {
    width: 33px;
    padding: 0px;
}

.editar_redondo:hover, .editar_redondo_mas:hover {
    opacity: 0.6;
}

.editar_redondo img, .editar_redondo_mas img{
    width: 100%;
}

.eliminar_intra {
    position: absolute;
    top: 36px;
    right: 0px;
}

.eliminar_intra_fila {
    top: -9px;
    right: 47px;
}

.etiqueta_retorno {
    padding: 15px 3px;
    color: #424242;
}

.hover_linea:hover {
    background: #f4f4f4;
}


.grid_tabla{
    display: grid;
    grid-template-columns:   1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    gap: 0px;

}

.grid_tabla_numeracion{
    display: grid;
    grid-template-columns:  110px 1fr 1fr 1fr;
    grid-template-rows: auto;
    gap: 0px;

}

.grid_tabla_con_sub{
    display: grid;
    grid-template-columns:  1fr 1fr 1fr 1fr;
    grid-template-rows:  auto auto;
    gap: 0px;

}

.fila_tabla {
    padding: 5px 53px 6px 0px;
}

.b_detalle {
    position: absolute;
    right: 3px;
    top: 0px;
}

.fondo_sub {
    padding: 32px 18px;
    min-height: 360px;
}

.fondo_sub2{
    padding: 32px 18px;
}



.img_form_buscar_2 {
    width: 50px;
    height: 35px;
    padding: 8px 8px;
    left: inherit;
    right: 0px;
    bottom: 10px;
    cursor: pointer;
    background: #cacaca47;
}

.img_form_buscar_3 {
    right: 64px;
    display: none;
    background: none;
}

.padding_right_buscar {
    padding-right: 60px;
}

.boton_retornar {
    width: auto;
    padding-right: 9px;
}

.aparecer{
    display: block;
}

.display_LLL {
    border: 2px solid #cacaca;
    padding: 9px 45px 18px 3px;
}

.micro_etiqueta {
    position: absolute;
    top: 5px;
    left: 12px;
    font-size: 9px;
}

.padding_R9{
    padding: 0px 9px;
}

.mensaje_eliminacion {
    color: #7e0000;
    text-align: left;
    background: #d8c2c2;
    padding: 27px 18px;
    margin-bottom: 27px;
    font-size: 14px;
}
/* FIN INTRA */




/* MENU LATERAL */

#super_grid{
    display: grid;
    grid-template-columns:  200px 1fr;
    grid-template-rows: auto;
    gap: 9px;

}

#c_menu_lateral {
    background: #7f7e7e;
}

.boton_menu_lateral {
    height: auto;
    width: 100%;
    padding: 20px 20px;
    font-size: 11px;
    letter-spacing: 1px;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
    border-bottom: 1px solid #ffffff4d;
}

.c_pmmi{
    position: absolute;
    top: 0px;
    left: 0px;

}

/* FIN MENU LATERAL */



/* INFOGRAFIA */

.grid_infografia, .grid_infografia_individual {
    display: grid;
    grid-template-columns: 283px 1fr;
    grid-template-rows: auto;
    gap: 0px;
    padding: 45px;
}

.grid_infografia_B{
    display: grid; 
    grid-template-columns:  1fr 283px ;
    grid-template-rows: auto;
    gap: 0px;
    padding: 45px;
    align-items: center;

    border-bottom: 1px solid rgb(131 15 234 / 30%);
    border-top: 1px solid rgb(131 15 234 / 30%);

}


.c_img_infografria {
    height: 250px;
    width: 250px;
    padding: 0px;
    margin: auto;
    overflow: hidden;
}


.c_img_infografria img{
    height: 100%;
    width: 100%;
}

.c_data_infografria{
    height: auto;
    width: 100%;
    max-width: 709px;
    padding: 3px;
}

.sobre_t_infografia{
    height: auto;
    width: 100%;
    padding: 3px;

    font-size: 18px;
    color: #484848;
}

.titulo_infografia {
    height: auto;
    width: 100%;
    padding: 3px;
    font-size: 40px;
    color: #484848;
    font-weight: bold;
    margin-bottom: 13px;
}

.texto_infografia {
    height: auto;
    width: 100%;
    padding: 3px;
    font-size: 20px;
    text-align: justify;
}

.margin_l_i{
    margin-top: 11px;
}

.margin_l_i{
    margin-top: 11px;
    margin-right: 11px;
}

/* FIN INFOGRAFIA */

.opcion_seleccion_D {
    padding: 9px;
    border: 3px solid #939191;
    border-radius: 18px;
    padding-bottom: 46px;
}

.opcion_seleccion_D:hover{
    background:rgb(255, 255, 255);
}

.activador_despacho {
    position: absolute;
    right: 18px;
    bottom: 9px;
}

.fondo_llamada_accion {
    background: #0081b5;
    background: linear-gradient(45deg, #578522 4%, #9bca40 102%);
}



/* fondo imagen */

.c_para_img_fondo_ci{
    position: relative;
    overflow: hidden;
}

.c_img_fondo_c_individual {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -2;
}

.c_img_fondo_c_individual img {
  
    min-height: 100%;
}

.c_para_img_fondo_ci {
    padding: 18px;
    background: #ffffffd1;
    backdrop-filter: saturate(100%) blur(5px);
}

/* fin fondo imagen */