/*
@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 aparece_C{
    0% {
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

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

    3% {
        opacity: 0.9;
    }

    30% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100%{
      
        
        opacity: 0.3;
    }
}


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


@keyframes destelloLuz2 {
    0% {background: #277eb6}

    50% {background: #2d9bdf}

    100% {background: #277eb6}
}


:root {
    --color-primarioA: #e66c68;
    --color-primarioB: #07ab78;
    --color-secundarioA: #699cff;
    --color-secundarioB: #5f7fed;
    --ancho-max-texto: 700px;
}

/*
var(--color-primarioA)
var(--color-primarioB)
var(--color-secundarioA)
var(--color-secundarioB)
*/

* {
    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: 90px;
    z-index: 0;
}

.body_especial {
    padding-top: 87px;
}

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


a{
    font-size: inherit;
    color: inherit;
    font-family: inherit;
}
/*

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

#form_subir_imagen_A{
    display: none;
}


.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: 11px 18px;
    -webkit-border-radius: 27px;
    -ms-border-radius: 127px;
    border-radius: 27px;
    background: #58a7da;
    transition: background 0.5s ease;
}

.boton_A2 {
    background: #8e8e8e;
}

.boton_A:hover{
    background: #e66c68;
}

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


.boton_B{
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: rgb(0, 0, 0);

}

.boton_B:hover {
    background: #ffffff5e;
    color: #e66c68;
}

.boton_C {
    cursor: pointer;
    color: #ffffff !important;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 11px;
    background: rgb(88 167 218);
    padding: 15px 18px;
    -webkit-border-radius: 23px;
    -ms-border-radius: 23px;
    border-radius: 23px;
    letter-spacing: 1px;
    transition: background 0.5s ease;
    text-transform: uppercase;
}

.boton_C3 {
    background: #09cd90;
}

.boton_C:hover {
    background: #e66c68 !important;
    /* color: black !important; */
}

.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_M2 {
    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;
    transition: background 0.5s ease;
}

.boton_M2:hover {
    color: #ffffff;
    background: var(--color-secundarioA);
    border: 1px solid #ffffff;
}

.boton_P {
    cursor: pointer;
    padding: 9px;
    padding-bottom: 90px;
    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 var(--color-primarioA);;
    -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 {
    padding: 36px 18px;
    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: auto;
    float: left;
    width: 100%;
    padding: 0px;
    position: fixed;
    left: 0px;
    z-index: 2;
}

.boton_guincha {
    height: 100%;
    min-width: 60px;
    padding: 23px 16px;
    font-size: 13px;
    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: #3f3f3f;
}

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

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

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

.grid_individualB {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 9px;
    border: 3px solid #e2e2e2;
    overflow: hidden;
}


/* 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:  1fr 1fr 1fr;
    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_pac {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto;
    gap: 0px;
    align-items: center;
}

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

}

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

}

.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_D{
    -webkit-border-radius: 36px;
    -ms-border-radius: 36px;
    border-radius: 36px;
}

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

.texto_justificado{
    text-align: justify !important;
}


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


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

.subrayar {
    text-decoration: underline;
    /*text-decoration-color: red;  Color del subrayado */
    /*text-decoration-style: wavy;  Estilo del subrayado: solid, double, dotted, dashed, wavy */
}

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

.ancho_A{
    width: 150px;

}

.ancho_B{
    width: 100px;

}

.ocultar{
    display: none;
}

.margin_A{
    margin: 9px;
}

.margin_B{
    margin: 18px;
}

.margin_top_6{
    margin-top: 6px;
}

.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_top_60{
    margin-top: 60px;
}



.margin_bottom_A{
    margin-bottom: 9px;
}

.margin_bottom_B{
    margin-bottom: 18px;
}

.margin_bottom_23{
    margin-bottom: 23px;
}

.margin_bottom_27{
    margin-bottom: 27px;
}

.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(87 87 87 / 28%);
}

.border_bottom_DB {
    border-bottom: 1px solid rgba(249, 249, 249, 0.28);
}

.border_top_D {
    border-top: 1px solid rgb(174 174 174 / 82%);
}

.border_DB {
    margin-top: 36px;
}

.padding_A{
    padding: 9px;
}

.padding_B{
    padding: 18px;
}

.padding_C {
    padding: 6px;
}

.padding_L {
    padding: 13px 18px;
    background: rgb(255 255 255 / 84%);
    border-bottom: 1px solid red;
    font-size: 14px;
    font-weight: bold;
    color: #e97e71;
}

.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: #000000;
    padding: 7px 9px;
    font-size: 15px;
    cursor: pointer;
    background: #ffffff9c;
    margin: 6px 9px;
}

.padding_L3:hover {
    background: #ffffffc7;
    color: #e66c68;
}

.padding_L4 {
    padding: 11px 9px;
    font-size: 15px;
    cursor: pointer;
}

.padding_L4:hover{
    background: #ffffffc7;
    color: #e66c68; 
}

.padding_P {
    padding: 2px;
}

.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_60{
    padding-top: 60px;
}

.padding_top_45{
    padding-top: 45px;
}

.padding_top_33{
    padding-top: 33px;
}

.padding_top_27{
    padding-top: 27px;
}


.padding_bottom_18{
    padding-bottom: 18px;
}

.padding_bottom_77{
    padding-bottom: 77px;
}


.padding_bottom_33{
    padding-bottom: 33px;
}



.padding_bottom_45{
    padding-bottom: 45px;
}

.padding_bottom_60{
    padding-bottom: 60px !important;
}

.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%);
    text-align: left;
}

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

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

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

.titulo_PDP {
    font-size: 19px;
    padding: 6px;
    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: 33px;
    padding: 9px 9px 0px 9px;
    color: var(--color-primarioB);
}

.texto_MINI_intro {
    font-size: 15px;
    padding: 9px;
    height: auto;
    max-width: var(--ancho-max-texto);
    font-style: italic;
    text-align: justify;
}

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

.texto_MINI_descripcion {
    font-size: 15px;
    padding: 9px;
    height: auto;
    max-width: var(--ancho-max-texto);
    text-align: justify;
    font-style: italic;
}

.texto_MINI_intro_C {
    font-size: 15px;
    height: auto;
    color: #5b5959;
    text-align: justify;
    max-width: var(--ancho-max-texto);
}


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

.precio_MINI span {
    font-size: 11px;
    font-weight: 100;
    width: 100%;
    float: left;
}


.color_blanco{
    color: white !important;
}

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

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

.color_rojo{
    color: var(--color-primarioA) !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;
}

.aparece_C{
    -webkit-animation: aparece_C 0.5s 1 ease-in-out;
    -ms-animation: aparece_C 0.5s 1 ease-in-out;
    animation: aparece_C 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: 61px;
    width: auto;
    float: left;
    text-align: center;
    padding: 3px;
    position: absolute;
    left: 5px;
    bottom: 4px;
}

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

/* FIN MANTO FLOTANTE */

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

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


.n_inputs {
    padding: 7px 9px;
    font-size: 12px;
    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: 138px;
    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;

}

.c_mensaje_web {
    overflow: auto;
    height: auto;
    max-height: 300px;
    /* border: 1px solid #c5c5c5; */
    padding: 18px;
    border-radius: 9px;
    margin-bottom: 9px;
    background: #f4f4f4;
}


/*######### 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(116 115 115 / 91%) 4%, #c8c8c8de 102%);
    backdrop-filter: saturate(180%) blur(9px);
    -webkit-backdrop-filter: saturate(180%) blur(8px);
}

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

.fondo_blur_Bru {
    background: rgb(255 255 255 / 92%);
    backdrop-filter: saturate(180%) blur(9px);
    padding: 27px 18px !important;
    margin: 249px auto 59px;
    border-radius: 18px;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.1);
    max-width: 510px !important;
    border: 3px solid #46b4ff;
}

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

.fondo_gris5 {
    background: #d7d7d7;
    background: linear-gradient(45deg, rgb(73 73 73) 4%, #959595 102%);
}

.fondo_Z {
    background: var(--color-primarioA);
    background: linear-gradient(45deg, #277eb6 4%, #92bbf5 102%);
}

.fondo_Z2 {
    background: #e2e2e2;
}

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

.color2_cabezera {
    background: #ffffff !important;
}

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

#c_link_principal {
    padding-left: 206px;
}

.mostrar_c_link_principal{
    display: block !important;
}

.seleccionado_p {
    /* background: #9a9a9a63; */
    /* text-decoration: underline; */
    font-weight: bold;
}



/* 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: var(--color-primarioA);
    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;
}

.cc_checkbox_input {
    padding: 21px 18px 18px 18px;
    border: 1px solid #b0b0b09c;
    border-radius: 18px;
    margin-bottom: 9px;
}

.c_checkbox_input {
    margin: 0px;
}

.label_checkbox {
    color: #4a4a4a;
    padding: 3px 0px 0px 5px;
    font-size: 14px;
    margin-right: 18px;
}

input[type="checkbox"] {
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-bottom: 6px;
}

/* 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 {
    height: 52px;
    z-index: -1;
}

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

.pie_footer a {
    color: #e4e4e4;
}

.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(48 48 48);
}

.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_{
    width: 100%;
    height: auto;
    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;
}

.cuestiones_carrusel_B{
    margin-top: 9px;
}

.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%);
    transition: background 0.5s ease;
}

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

.boton_derecho_slider:after{
    background: rgb(255 255 255);
}
.boton_derecho_slider:before{
    background: rgb(255 255 255);
}

.boton_izquierdo_slider:after{
    background: rgb(255 255 255);
}
.boton_izquierdo_slider:before{
    background: rgb(255 255 255);
}


/*  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: 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: 60px;
    width: auto;
}

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

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

.cc_boton_perfil_superior {
    height: 100%;
    padding: 0px 0px 0px 0px;
}

.c_boton_perfil_superior {
    position: absolute;
    right: 0px;
    top: 34px;
    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;
    border: 4px solid rgb(205 204 204);
}

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

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

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

.c_img_servicio img {
    margin: auto;
    width: auto;
    height: 69px;
}

/* 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: rgb(255 255 255 / 70%);
    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;
    margin-bottom: 9px;
}

.c_contenido_pestana {
    height: auto;
    overflow: hidden;
    padding: 18px;
}

.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;
    margin-bottom: 9px;
}

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

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

.pestana_contenido_seleccinada{
    display: block !important;
}

/* FIN PESTANAS */



.mapa_google {
    height: 180px;
    border: 2px solid #e66c6870;
    margin-top: 25px;
}

/* ETAPA CARRITO */

.cc_etapa_carrito {
    width: auto;
    height: 50px;
    margin: auto;
    position: absolute;
    right: 41px;
    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: #dadadad1;
    display: none;
    /* border-radius: 18px; */
    /* padding: 9px; */
    /* border: 1px solid red; */
}

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

}

.c_carga_individual img{
width: 27px;

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

.c_boton_agregar_a_carrito {
    /* width: 107px; */
    /* height: 39px; */
    /* padding: 6px 12px; */
    /* padding-right: 37px; */
    color: white;
    /* text-align: center; */
    /* border-radius: 18px; */
}

.c_boton_agregar_a_carrito img {
    width: 24px;
    position: absolute;
    right: 11px;
    top: 8px;
}

.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;
    margin-bottom: 19px;
    border-bottom: 1px solid #b9b9b9b3;
}

.grid_producto_carrito {
    display: grid;
    grid-template-columns: 61px 1fr;
    grid-template-rows: auto;
    gap: 0px;
    margin-bottom: 18px;
}

.c_img_producto_carrito {
    top: 0;
    width: 100%;
    height: auto;
}

.texto_producto_carro {
    text-align: left;
}

.en_el_carrito {
    width: 20px;

}

.grid_producto_pagar {
    display: grid;
    grid-template-columns: 1fr 216px;
    grid-template-rows: auto;
    gap: 18px;
    margin-bottom: 18px;
}
.grid_producto_pagar2 {
    display: grid;
    grid-template-columns: 216px 1fr;
    grid-template-rows: auto;
    gap: 18px;
    margin-bottom: 18px;
}

.c_eliminar_producto {
    width: 45px;
    height: 45px;
    cursor: pointer;
    padding: 14px;
}

.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;
    margin-top: 18px;
}

.etiquetilla {
    bottom: 8px;
    width: 100%;
    font-size: 12px;
    left: inherit;
    right: 100%;
}

.etiquetilla_A{
    text-align: right;
}

.cc_totales {
    background: rgb(208 208 208 / 26%);
    padding: 18px;
}

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

.c_totales {
    width: 100px;
}

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

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


.total_especial {
    color: #262626;
    font-size: 15px;
}

.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: auto;
    min-height: 34px;
    padding: 9px;
    padding-left: 43px;
}

.bse2 {
    font-size: 18px;
}

.bse3 {
    font-size: 11px;
    padding-top: 11px;
}


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

.barra_superior_especial img {
    height: 100%;
    top: 0px;
    padding: 3px;
    width: 36px;
}

/* tabla caracteristicas */
.cc_tabla_caracteristicas{
    padding: 9px;

}

.c_tabla_caracteristicas {
    border: 1px solid #b1b1b19e;
    overflow: hidden;
}

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

.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: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
    border-top: none;
    overflow: auto;
    z-index: -9;
    padding-top: 90px;
}

.sub_menu_deslisable {
    width: 100%;
    height: 100%;
    overflow: auto;
    background: #eeeeee00;
    overflow: auto;
}

.c_menu_deslisable {
    background: #ffffff;
    padding: 27px 27px 45px 27px;
    border-radius: 0px 0px 18px 18px;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.3);
}

.link_deslisable {
    padding-right: 33px;
}

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

.link_activo {
    background: #eeeeeeb8;
}

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

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

.boton_pagar_wp:hover{
    border: none;
}


.titulo_paso {
    padding: 18px;
    font-size: 18px;
    border-bottom: none;
    margin-top: 18px;
}

.c_numero_paso {
    height: 90px;
    width: 90px;
    overflow: hidden;
    text-align: center;
    font-size: 45px;
    margin: auto;
    padding: 20px 0px;
    text-align: center;
    background: #da4d48;
    color: white;
    /* margin-top: 33px; */
    font-weight: bold;
}

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

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

.etiqueta_portada {
    font-size: 12px;
    padding: 7px;
    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;
}


.cc_ss_oferta {
    padding: 9px;
    border-radius: 19px;
    border: 4px solid #7473735c;
}

.c_ss_oferta {
    max-width: 199px;
    float: right;
}

.c_ss_oferta .sin_stock{
    max-width: 236px;

}

/* BUSCAR */

.cc_boton_buscar, .cc_boton_buscar_venta {
    height: 100%;
    width: 60px;
    padding: 18px 18px;
    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: fixed;
    bottom: 9px;
    right: 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(0 0 0 / 37%);
    z-index: 3;
    position: fixed;
    top: 0px;
    left: 0px;
    padding: 23px;
    text-align: center;
    backdrop-filter: saturate(180%) blur(9px);
}

#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;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.7);
}

#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 {
    font-size: 13px;
    text-align: left;
    text-align: justify;
}


/* 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: 21px;
    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 #ff988d82;
}

.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: #363636;
    -webkit-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    /* font-weight: bold; */
}

.barra_superior_acordeon:hover {
    background: #eeeded8d;
}

.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: rgb(255 136 136 / 14%)!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: 1px;
    font-size: 11px;
    /* font-weight: bold; */
    text-transform: uppercase;
}

/* fin LEER MAS */


.logo_qs img {
    width: 70%;
}



/* CABEZERA TRATAM */
.cc_tratam {
    align-items: center;
    overflow: hidden;
    border-radius: 27px;
    background: #a2a2a2;
}

.c_tratam {
    display: grid;
    grid-template-columns: 42px 1fr;
    grid-template-rows: auto;
    gap: 0px;
    height: auto;
    padding: 9px;
    align-content: center;
    align-items: center;
}

.c_tratam img {
    width: 36px;
    height: 36px;
}

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

/* FIN CABEZERA TRATAM */
/*------------------*/



.c_tratam2 {
    padding-top: 69px;
}





.c_titulo_tratam2 {
    padding-left: 70px;
}

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



.titulo_tratam2 {
    font-size: 11px;
    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;
    border: 1px solid #93919196;
}

.cc_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: #5b5b5b;
    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, .cc_b_accion_calend_ocup {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    padding: 3px;
    border: 2px solid rgba(255, 255, 255, 0);
}


.fondo_rojo {
    background: rgb(255 0 0 / 39%) !important;
}

.fondo_rojo2 {
    background: rgb(255, 3, 3) !important;
}

.cc_b_accion_calendario {
    cursor: pointer;
}

.cc_b_accion_calendario:hover{
    background: rgba(177, 255, 176, 0.48);
    border: 2px solid rgb(0, 255, 132);
    cursor: pointer;
}

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

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

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


.color_verde {
    color: rgb(27 150 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;
}

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

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

.boton_redondo:hover, .boton_redondo_mas:hover {
    opacity: 0.6;
}

.boton_redondo img, .boton_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: 9px;
    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: 1px solid #e7e7e7; */
    padding: 18px 45px 18px 18px;
}

.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;
    overflow: hidden;
}

.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: 18px;
    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: 28px;
    color: var(--color-primarioA);
    font-weight: bold;
    text-transform: uppercase;
}

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


.margin_l_i {
    margin-top: 18px;
    margin-right: 11px;
    font-size: 18px;
    text-align: center;
    border-radius: 33px;
    padding: 13px 42px;
}

/* FIN INFOGRAFIA */

.opcion_seleccion_D2 {
    padding: 18px;
    border: 1px solid #c9c9c9;
    border-radius: 18px;
    /* padding-bottom: 46px; */
}

.opcion_seleccion_D {
    padding: 18px;
    border: 1px solid #c9c9c9;
    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: #43969d;
}

/* TITULILLO */
.c_titulillo1 {
    font-size: 33px;
    font-weight: bold;
    color: var(--color-primarioA);
}

.c_titulillo2 {
    font-size: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgb(157 157 157 / 29%);
}
/* FINT TITULILLO */

.rec_cs {
    border: 1px solid #58a7da;
}

/* MI SELECTOR */

.selector {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.selector:hover {
    background: rgb(255 255 255 / 29%);
}

.selector__actual {
    padding: 9px 39px 9px 23px;
    background-color: #fff;
}

.selector__opciones {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    border: 1px solid #ccc;
    background-color: #fff;
    z-index: 1000;
    overflow: auto;
    min-width: 135px;
    text-align: center;
}

.selector__opciones.activar {
    display: block;
}

.selector__seleccinado {
    font-weight: bold;
    color: #d96662;
}

.selector__opcion {
    padding: 13px 28px;
    cursor: pointer;
    border-bottom: 1px solid #dadada;
}

.selector__opcion:hover {
    background-color: #f0f0f0;
}
/* FIN MI SELECTOR */



/* SELECTOR IDIOMA */

#selector_idioma .selector__actual {
    background-color: #ffffff00;
    height: 60px;
    width: 50px;
    color: rgb(0 0 0);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}


#selector_idioma .selector__actual:hover {
    background: rgb(255 255 255 / 29%);
    color: #e66c68;
    
}

#selector_idioma:after {
    content: "";
    border-left: 9px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 9px solid #686868;
    position: absolute;
    right: 15px;
    bottom: 29px;
    transform: rotate(45deg);
    pointer-events: none;
}

#selector_idioma .selector__opciones {
    left: initial;
    right: 0px;
    top: 18%;
}
/* FIN SELECTOR IDIOMA */



/* HOJA */

.c_nombre_titulo_hoja {
    font-size: 18px;
}

.grid_BB4{
    display: grid;
    grid-template-columns:  1fr 1fr 1fr 1fr;
    grid-template-rows:  auto auto;
    gap: 18px;
}

.grid_BB1 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
}



.cc_BB_perfil {
    padding: 18px;
    background: #e6e6e6;
}

.cc_BB_perfil:hover {
    background: #efefef;
}


.c_BB_perfil {
    display: grid;
    grid-template-columns: 1fr 70px;
    grid-template-rows: auto;
    gap: 3px;
    padding: 0px;
    align-items: center;
}

.cc_comunas_perfil{
    padding: 0px;
}

.c_comunas_perfil {
    display: grid;
    grid-template-columns: 1fr 70px;
    grid-template-rows: auto;
    gap: 3px;
    padding: 3px 0px;
    align-items: center;
    border-bottom: 1px solid red;
}


.cc_comunas_web {
    padding: 3px 0px;
    border: 1px solid red;
    height: auto;
    max-height: 200px;
    overflow: auto;
    margin-top: 14px;
}

/* FIN HOJA */




/* MI ACTIVADOR */

.mi_activador{
    height: 30px;
    width: 60px;
    padding: 2px;
    background: #b5b5b5;
    cursor: pointer;
    transition: all 0.3s ease;
}

.mi_activador.activo {
    background: #00d74c;
}

.mi_activador.activo .activador_general{
    float: initial;
    float: right;
}

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

/* FIN MI ACTIVADOR */


/* SALDO */
.grid_saldo {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 2px;
    margin-bottom: 9px;
    border: 3px solid #58a7da;
    padding: 16px;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.monto_saldo {
    height: auto;
    width: 100%;
    padding: 3px;
    font-size: 23px;
    font-weight: bold;
}

#cc_saldo_insuficiente {
    opacity: 0;
    /* visibility: hidden; */
    transition: opacity 1s ease-in-out;
    width: 0px;
    height: 0px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    margin-bottom: 9px;
    /* border: 3px solid #b74d12; */
    background: #f3f3f3;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
}

#cc_saldo_insuficiente.activar {
    opacity: 1;
    visibility: visible;
    width: 100%;
    height: auto;
    padding: 16px;
    gap: 2px;

}

.img_saldo_insuficiente{
    max-width: 90px;
}
/* FIN SALDO */



/* MIS */
.filas_mis_ofertas {
    display: grid;
    grid-template-columns: 1fr 1fr  1fr  1fr 66px 51px;
    grid-template-rows: auto;
    /* background: #f3f3f3; */
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
    padding: 14px 6px;
    gap: 18px;
}

.filas_mis_ofertas:hover {
    background: #f3f3f3;  
}

.grid_estado_mo {
    display: grid;
    grid-template-columns: 18px 1fr;
    grid-template-rows: auto;
    /* background: #f3f3f3; */
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
    padding: 6px 14px;
    gap: 6px;
    border: 1px solid #656565;
    cursor: pointer;
}


.grid_estado_mo:hover {
    background: rgb(242, 242, 242);
}

.c_img_estado_mo {
    /* background: #f3f3f3; */
    background: rgb(101, 101, 101);
    width: 18px;
    height: 18px;
    padding: 3px;
}

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



.colores_noh{
    border: 1px solid rgb(101, 101, 101);
}
.colores_noh .c_img_estado_mo{
    background: rgb(101, 101, 101);
}

.colores_oe{
    border: 1px solid #f59e0b;
}
.colores_oe .c_img_estado_mo{
    background: #f59e0b;
}

.colores_oc{
    border: 1px solid #10b981;
}
.colores_oc .c_img_estado_mo{
    background: #10b981;
}


.cc_b_emo_o {
    width: 100%;
    max-width: 284px;
}


.boton_emo {
    margin-top: 6px;
    width: auto;
}
/* FIN MIS OFERTAS */


.linea_separacion_form .n_inputs {
    color: #e06d59;
    border-bottom: 3px solid #e06d59;
    margin-top: 32px;
    margin-bottom: 13px;
    font-size: 23px;
    text-transform: uppercase;
}

.linea_separacion_form .input_ {
    color: #282828;
    font-size: 18px;
    height: auto;
    padding-top: 13px;
    padding-bottom: 13px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    border-radius: 33px;
}


.lsf2 .n_inputs::after {
    content: "";
    position: absolute;
    right: 13px;
    top: 81px;
    transform: translateY(-50%);
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 11px solid #696969;
    pointer-events: none;
    z-index: 1;
}

.cc_limites {
    padding: 0px;
    background: #d7d7d7;
    display: none;
    margin-top: 18px;
    padding: 13px 0px;
    border-radius: 18px;
    overflow: hidden;
}

.cc_limites.activo {
    display: block;
   
}

.grid_detalles_ps_mo{
    display: grid;
    grid-template-columns:  1fr 1fr ;
    grid-template-rows: auto;
    gap: 36px;

}

.grid_detalles_ps_moB {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px;
    align-items: center;
}

.grid_detalles_ps_moC {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px;
}


.t_c_registro {
    font-size: 18px;
    margin-top: 17px;
    margin-left: 72px;
    font-weight: bold;
}

.cc_c_si_o_no {
    /* border: 2px solid red; */
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    min-height: 50%;
    padding: 18px;
    background: #f8f8f8;
    display: none;

    -webkit-animation: aparece_A 0.3s 1 ease-in-out;
    -ms-animation: aparece_A 0.3s 1 ease-in-out;
    animation: aparece_A 0.3s 1 ease-in-out;


}

.cc_c_si_o_no_activar {
    display: grid;
    grid-template-rows: 1fr 60px;
    box-shadow: 9px 0px 18px rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
}

/* FRANJA SUPERIOR */
.franja_superior {
    height: 29px;
    /* border-bottom: 1px solid #acacac69; */
    background: #ffffff;
    padding-right: 9px;
}

.c_link_fs {
    color: #000000;
    /* border: 1px solid red; */
    padding: 8px 9px;
    float: right;
    height: 100%;
    width: auto;
    margin-left: 9px;
    /* border-radius: 18px; */
    cursor: pointer;
}

.c_link_fs:hover {
    background: #0000000d;
    color: #e66c68;
}
.c_link_fsi{
    padding-right: 33px;
}

.c_link_fsi img {
    padding: 0px;
    position: absolute;
    top: 3px;
    right: 3px;
    height: 80%;
}
/* FIN FRANJA SUPERIOR */


.cc_checkbox_pago {
    display: grid;
    grid-template-columns: 30px 1fr;
    grid-template-rows: auto;
    gap: 3px;
    padding: 24px 0px 9px;
    /* border-bottom: 1px solid #07ab78; */
    /* border-radius: 18px; */
    margin-bottom: 6px;
}

.cC_final {
    /* border: 1px solid #dfdfdfba; */
    padding: 18px 40px;
    background: #f6f6f6;
}

.C_final {
    margin: auto;
    width: 100%;
    max-width: 247px;
}

.link_tm {
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
}

.link_tm:hover {
    color: #00ad76;
}

.texto_tamano {
    font-size: 10px;
}


.cc_expandir {
    padding: 3px 9px;
}

.toggle-btn-s {
    text-align: center;
    color: red;
    border: 1px solid red;
    padding: 6px;
    border-radius: 18px;
    user-select: none;
    margin-bottom: 9px;
    text-transform: uppercase;
}

.toggle-btn-s:hover {
    background: #f7f7f7;
}

.titulo_legal {
    height: auto;
    width: 100%;
    padding: 3px;
    font-size: 20px;
    color: #393939;

    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 36px;
    text-align: center;
}

.texto_legal {
    /* background: red; */
    font-size: 15px;
    text-align: justify;
}

.bton_pagar_negro{
    background: black;
}

.bton_pagar_negro:hover {
    background: rgb(0 0 0 / 67%);
}

.ico_idioma {
    width: 22px;
    margin-top: 18px;
    float: left;
}

.destelloLuz2{
    animation: destelloLuz2 2s ease infinite;
}

.grid_pasos {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    gap: 18px;
}

._img_pasos {
    background: #ffffff;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    padding: 18px;
    /* border: 1px solid red; */
}

.c_numero_paso2 {
    background: none;
    border: 1px solid #89c9e3;
}

.adaptador_total{
    max-height: 99%;
}

.display_LLLB {
    background-color: rgb(208 254 207);
}

.display_LLLB2 {
    background: #f7f7f7;
}





#cc_ps_mensajes {
    padding: 18px;
    border-top: 1px solid #d9d9d9;
}

.c_recuadro_ps_chats__A {
    height: 50px;
    width: 100%;
    margin-bottom: 18px;
    display: grid;
    grid-template-columns: 50px 1fr;
    /* grid-template-rows: auto; */
    gap: 3px;
    align-items: center;
    
    
}

.c_recuadro_ps_chats__B {
    height: 50px;
    width: 100%;
    margin-bottom: 18px;
    float: right;
    display: grid;
    grid-template-columns: 1fr 50px;
    gap: 3px;
    align-items: center;
}

.m_chats__A {
    padding: 18px;
}

.m_chats__B {
    padding: 18px;  
}

.c_mensaje_ps_chats_A{
    padding: 18px;
    max-width: 700px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3); 
}

.c_mensaje_ps_chats_B{
    padding: 18px;
    max-width: 700px;  
    float: right;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}



.c_mensaje_ps_chats_A:before {
    content: "";
    border-bottom: 18px solid rgb(208 254 207);
    border-top: 0px solid #f7f7f700;
    border-left: 4px solid #ff767600;
    border-right: 20px solid #ff767600;
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: 100%;
    left: 22px;
}

.c_mensaje_ps_chats_B:before {
    content: "";
    border-bottom: 18px solid #f3f3f3;
    border-top: 0px solid #f7f7f700;
    border-left: 20px solid #ff767600;
    border-right: 4px solid #ff767600;
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: 100%;
    right: 22px;
}

.c_img_chat_ps {
    width: 36px;
    height: 36px;
    margin: 6px;
}

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

.boton_CCC {
    padding: 13px 28px;
    -webkit-border-radius: 23px;
    -ms-border-radius: 23px;
    border-radius: 32px;
}

.boton_G {
    color: #ffffff;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 4px 18px;
    -webkit-border-radius: 18px;
    -ms-border-radius: 18px;
    border-radius: 18px;
    background: #3f3f3f82;
    transition: background 0.5s ease;
}

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

.etiqueta_confirmada {
    color: #288817;
    padding: 18px;
    background: #ffffff;
    padding-left: 45px;
    border-radius: 25px;
    font-weight: bold;
    border: 2px solid #6ac25a;
}

.etiqueta_confirmada img {
    width: 27px;
    height: 27px;
    position: absolute;
    left: 9px;
    top: 11px;
}

.ver_detalles_mo{
    cursor: pointer;
}

.texto_acepto_R .texto_tamano {
    float: right !important;
    text-align: center;
}

.bi_grande_inicio {
    font-size: 25px;
    padding: 35px;
    margin: auto;
    width: 100%;
    max-width: 427px;
    cursor: pointer;
    border-radius: 55px;
    background: rgb(255 243 179);
    color: #707070;
    transition: background 0.5s ease;
}

.bi_grande_inicio:hover {
    
    background: rgb(252 233 106);
}

.bi_grande_inicio span {
    font-size: 17px;
}

#r_calculadora {
    padding: 18px;
    background: rgb(252 233 106);
    font-size: 25px;
    font-weight: bold;
}

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

.ctr_inf {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
}

.margin_auto{
    margin: auto;
    float: none !important;
}

.img_logo_ire {
    max-width: 300px;
    margin-bottom: 18px;
    margin: auto !important;
    margin-bottom: 18px;
}