/*
@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%{}

}

@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%{}

}

@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%{}

}

@keyframes efecto_I{
    
    0% {
        opacity: 0.8;
    }

    9% {
        opacity: 0.9;
    }

   

    45% {
        -webkit-transform:scale(1.3, 1.3);
        -ms-transform: scale(1.3, 1.3);
        transform: scale(1.3, 1.3);
        opacity: 1;
    }

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


@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%{}

}



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

* {
    color: #606060;
    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;
}

/* 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;
	color: #FBC78E;
	width:100%;
	height:auto;
	min-height: 100%;
	position:relative;
	float: left;	
    padding-top: 60px;
    z-index: 0;
}

.body_especial {
    padding-top: 60px;
}


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-height: 139px;
}

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

a{
    color: blue;
}

select{
    text-transform: uppercase;
}
/* 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: white;

}

.boton_B:hover {
    background: rgb(207 207 207 / 10%);
}

.boton_C {
    cursor: pointer;
    color: #ffffff;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 13px;
    background: #307bae;
    padding: 15px 18px;
    -webkit-border-radius: 23px;
    -ms-border-radius: 23px;
    border-radius: 23px;
    letter-spacing: 1px;
}

.boton_C:hover{
	background: #3383b9;
}

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

}

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

.boton_D:hover{
    background: #9ff36b;
    color: #848484;
}


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

.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;
    background: #ffffff;
    overflow: auto;
    border: 2px solid rgba(182, 182, 182, 0);
}

.boton_P:hover {
    background: white;
    -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);
    border: 2px solid rgb(10 185 1);
}

.boton_P2 {
    cursor: pointer;
    padding: 9px;
    background: #ffffff00;

}

.boton_P2:hover {
    background: white;
    -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;
}

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

}

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

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

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

.cruz_cerrar:after, .cruz_cerrar2:after {
    content: "";
    position: absolute;
    right: 16px;
    top: 29px;
    height: 2px;
    width: 26px;
    background: #3eadf0;
    -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: #3eadf0;
    -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:  25% 25% 25% 25%;
    grid-template-rows: auto;
    gap: 0px;

}

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

}

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

}

.grid_idiomas{
    display: grid;
    grid-template-columns:  33.333% 33.333% 33.333%;
    grid-template-rows: auto;
    gap: 0px;

}


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



/* 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 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 3px;
    
}

.separacion_30{
    width: 30%;
}

.separacion_35{
    width: 35%;
}

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

.separacion_50{
    width: 50%;
}

.separacion_60{
    width: 60%;
}

.separacion_65{
    width: 65%;
}

.separacion_70{
    width: 70%;
}

.separacion_75{
    width: 75%;
}


.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_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;
}





.negrita{
    font-weight: bold;
}

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

}

.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%;
}

.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_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%);
}

.border_right_D {
    border-right: 1px solid rgb(105 105 105 / 14%);
    padding-right: 28px;
}

.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_27B{
    padding: 27px 27px 27px 9px;
}

.padding_27C{
    padding: 0px 27px 27px 0px;
}

.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;
}

.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 0px;
    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;
}

.titulo_H {
    font-size: 29px;
    padding: 45px 0px;
    color: #424242;
    font-weight: bold;
    position: absolute;
    bottom: -163px;
    left: 0px;
}

.titulo_H2 {
    color: #515151;
}

.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;
    font-weight: lighter;
}

.texto_MINI_resena_B {
    font-size: 13px;
    height: auto;
    color: #5b5959;
    padding: 11px 9px;
}

.texto_MINI_descripcion{
    font-size: 18px;
    padding: 9px;
    height: auto;
}

.texto_MINI_resena_C{
    font-size: 15px;
    height: auto;
    color: #5b5959;
    text-align: center;
}

.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;
}


.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: 222px;
}

.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: auto;
    width: 315px;
    text-align: center;
    padding: 5px 57px;
    background: white;
    overflow: hidden;
}


.c_logo img {
    height: auto;
    width: 100%;
    max-width: 180px;
}

.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{
    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 {
    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 {
    background: none;
    padding: 11px;
    overflow: auto;
    float: left;
    padding: 81px 27px 18px 27px;
    height: 100%;
    /* max-height: 90%; */
}


#cerrar_manto_flotante{
    float: right;   
}



.titulo_manto {
    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: 0px 9px 3px 9px;
    font-size: 13px;
    text-align: left;
    margin-top: 9px;
}

.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;
}

.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: 180px;
    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: 100%;
    border: 0px solid rgba(255, 255, 255, 1);
    padding: 0px;
    margin: 0px;
    float: left;
	cursor: pointer;
	padding: 9px;
    
}

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

/*******************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: rgb(255 255 255 / 66%);
}

.fondo_C{
    background: gainsboro;
}

.fondo_D {
    background: #e7e7e7;
}

.fondo_T{
    background: #f7f7f7;
}

.fondo_blur {
    background: rgb(116 115 115);
    background: linear-gradient(45deg, rgb(116 115 115 / 91%) 4%, #c8c8c8de 102%);
    backdrop-filter: saturate(180%) blur(9px);
}

.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_gris2 {
    height: 156px;
    overflow: hidden;
}

.fondo_Z {
    background: #dadada;
    background: linear-gradient(45deg, #dadada  4%, rgb(198 198 198) 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: white;
}


.body_especial .cabezera {
    background: white;
}

.color2_cabezera {
    background: white;
}

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


.c_cerrar_m_p {
    height: 60px;
    width: auto;
    left: inherit;
    right: 0px;
    position: absolute;
}


#c_boton_menu {
    padding: 23px 23px;
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0px;
}


#c_link_principal {
    display: none;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 250px;
    background: white;
}

.mostrar_c_link_principal{
    display: block !important;
}


/*  MENU TRES RALLITAS */
#c_boton_menu{
    display: block;
}


.sub_link_pricipal {
    position: absolute;
    right: 0px;
    top: 60px;
    width: 100%;
    height: auto;
    background: rgb(255 255 255);
    z-index: 1;
    padding-top: 0px;
    overflow: auto;
    -webkit-border-radius: 0px 0px 18px 18px;
    -ms-border-radius: 0px 0px 18px 18px;
    border-radius: 0px 0px 18px 18px;
    border: 1px solid #aeaeae78;
    /* border-top: none; */
}

.link_principal {
    width: 100%;
    height: auto;
    text-align: right;
    border-bottom: 1px solid rgb(188 188 188 / 62%);
    color: black;
}


.menu_deslisable{
    position: relative;
    top: 0px;
    left: 0px;
    float: left;
    width: 100%;
    height: auto;
    min-height: auto;
    border: none;
}
/*  MENU TRES RALLITAS */





.complemento_contacto {
    padding: 0px 0px 11px 54px;
    width: 100%;
    height: auto;
    margin-bottom: 33px;
}

.complemento_contacto .c_c_uno{
    font-size: 23px;
    
}

.complemento_contacto .c_c_dos{
    font-size: 13px;
}

.complemento_pie {
    padding: 11px 11px 11px 42px;
    width: 100%;
    height: 41px;
}

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


.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(255 255 255 / 70%);
    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(0 0 0);
    background: #d0d0d0;
}


.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: 23%;
    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;
}

.cc_caja_chats{
    overflow: hidden;
    display: none;  
}

.c_caja_chats_barra_s{
    height: 56px;
    background: #3f9788;
    
}

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

.c_caja_chats{
    width: 306px;
    height: 214px;
    background-color: #e5ddd5;
}

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

.c_mensaje_chats{
    top: 18px;
    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: 18px;
    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: 100%;
    width: auto;
}

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

.cc_boton_carrito img {
    padding: 4px 3px 3px 3px;
}

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

.c_boton_perfil_superior {
    position: absolute;
    right: 0px;
    top: 65px;
    width: 197px;
    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;
    border: 1px solid #bababa;
}

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

.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 */

.td_caracteristicas{
  width: 110px;
}

.mapa_google{
    height: 180px;
}



/* 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;
}

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

.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 #ffffffb5;
    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: 118px;
    width: 118px;
    overflow: hidden;
    text-align: center;
    font-size: 130px;
    margin: auto;
    margin-bottom: 34px;
    margin-top: 34px;
    padding: 36px;
}

/* ACTIVADOR GENERAL */

.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: 16px;
    bottom: 9px;
    font-size: 18px;
    font-weight: bold;
    width: 100px;
    text-align: center;
}

.sin_stock {
    color: red;
    text-align: center;
    padding: 11px 0px;
    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;
}

/* 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);
    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: 36px;
    padding: 8px;
    left: inherit;
    right: 0px;
    bottom: 8px;
    cursor: pointer;
}

.input_buscar{
    padding-right: 60px;
}

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


.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: fixed;
    bottom: 9px;
    right: 9px;
    height: 60px;
    width: 60px;
    padding: 16px;
    background: #575757;
    cursor: pointer;
}

.c_boton_cotizar_A:hover {
    background: #a780b5;
}

.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: 27px;
    position: relative;
}

#contenido_pop_up img, #contenido_alerta img{
    width: 90px;
    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: -15px;
    top: -16px;
    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%;
}

.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: #ffffff;
    font-size: 25px;
    -webkit-border-radius: 11px;
    -ms-border-radius: 11px;
    border-radius: 11px;
    font-size: 13px;
    
}


.c_mensaje_comentario:before {
    content: "";
    border-bottom: 9px solid rgb(201 168 201);
    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: 20px;
    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:0px solid green; 
    margin-bottom: 9px;
}

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

.barra_superior_acordeon:hover {
    background: #6fbefa;
    color: #ffffff;
}

.barra_superior_acordeon:before {
    content: "+";
    font-size: 28px;
    position: absolute;
    right: 16px;
    top: 11px;
}

.activo_acordeon:before {
    content: "-";
    font-size: 28px;
    position: absolute;
    right: 16px;
    top: 11px;
}


.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: #606060;
}


.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;
    padding-bottom: 18px;
}

/* 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 --- */


.ccc_circulos {
    border: 0px solid green;
   
}

.cc_circulos {
    width: 100%;
    z-index: 0;
    padding: 0px 0px 33px 0px;
}

.c_circulos {
    background: white;
    -webkit-border-radius: 73px;
    -ms-border-radius: 73px;
    border-radius: 73px;
    width: 100%;
    max-width: 1045px;
    margin: auto;
}

.c_t_circulo {
    height: 126px;
    width: 126px;
    overflow: hidden;
    text-align: center;
    margin: auto;
    margin-bottom: 34px;
    margin-top: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #9d9d9d4f;
}


.t_circulo {
    font-size: 16px;
    color: white;
    /* text-shadow: 0px 3px 4px #0000005c; */
}

.c_boton_idiomas {
    width: 154px;
    position: absolute;
    right: 51px;
    top: 21px;
}

.boton_idiomas {
    height: 33px;
    width: 33px;
    overflow: hidden;
    text-align: center;
    margin: auto;
}

.t_b_idioma {
    font-size: 11px;
    margin-top: 4px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-left: 1px solid #cccccc;
}

.c_inicio{
    height: 45px;
}

.img_top_contacto {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: auto;
}


.img_top_contacto2 {
    top: 18px;
}

.img_top_contacto3 {
    position: absolute;
    top: -33%;
    left: 0px;
    width: 100%;
}

.c_texto_contacto {
    font-size: 18px;
    text-align: justify;
}


.b_idiomas{
    cursor: pointer;
 }

.b_idiomas:hover {
    background: #f7f7f7;
}

.txto_slider1 {
    font-size: 36px;
    color: #1e53af;
    margin-bottom: 1px;
    font-weight: bold;
    
}

.txto_slider2 {
    font-size: 18px;
    color: #3eadf0;
}

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

.para_imagen_2 img {
    width: 100%;
    max-width: 259px;
    margin-bottom: 23px;
    border: 1px solid #e4e4e4;
}

.para_imagen_3 img {
    width: 100%;
    max-width: 276px;
    /* margin-bottom: 23px; */
    border: 1px solid #e4e4e4;
    padding: 18px;
}

.puntos_barigrobe div {
    font-size: 14px;
    border-bottom: 1px solid #d4d4d4;
    padding: 9px 9px 9px 25px;
}

.img_barigrobe {
    max-width: 461px;
    width: 100%;
}

.c_titulo_barigrobe {
    font-size: 21px;
    margin: 0px auto 9px 0px;
    width: 100%;
    background: white;
    position: relative;
    float: left;
}

.Txt_columnasB div {
    font-size: 15px;
    line-height: 24px;
    text-align: justify;
}

.cc_rs_arriba {
    text-align: center;
    width: auto;
    position: absolute;
    left: 0;
    top: 10px;

    display: none;
}

.rs_arriba_T {
    color: grey;
    position: relative;
    margin: auto;
    padding: 3px;
    width: 40px;
    /* width: auto; */
    /* padding-left: 27px; */
    margin-left: 3px;
    /* border: 1px solid red; */
}

.rs_arriba_T:hover img {
    opacity: 1;
}

.rs_arriba_T img {
    width: 100%;
    float: left;
    opacity: 0.7;
}

.puntos_barigrobe div span {
    position: absolute;
    top: 9px;
    left: 9px;
    font-size: 15px;
}

.seleccionado_p {
    background: #f6f6f6;
}



.ccc_no_logeado {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
    z-index: 49;
    overflow: auto;
}

.mostrar{
    display: block !important;
}

.ccc_f_l{
    margin: auto;
    max-width: 300px;
    margin-top: 27px;
}

.cc_f_l {
    background: rgb(238 246 252);
    border-radius: 13px;
    padding: 27px;
}

.txto_slider3 {
    font-size: 23px;
    color: #1e53af;
}

.txto_slider4 {
    font-size: 12px;
    color: #1a5c84;
    margin: auto;
    max-width: 300px;
    text-align: justify;
    margin-top: 6px;
}


.regis_invitado {
    color: #6a6a6a;
    padding: 10px 9px;
    font-size: 13px;
    background: rgb(221 221 221 / 62%);
}

.regis_invitado:hover {
    background: rgba(234, 234, 234, 0.62);
    
}