.grid_A{
    grid-template-columns:  33.333% 33.333% 33.333%;
    gap: 9px;
}

.grid_deslizable_A{
    grid-template-columns:  50% 50%;
    gap: 9px;
}


.separacion_30, .separacion_70 {
    width: 100%;
}



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

.c_cerrar_m_p {
    display: block;
    background: rgb(255 255 255);
    width: 100%;
    border-bottom: 1px solid #dedede;
}

#c_link_principal{
    display: none;
    width: 100%;
}

.sub_link_pricipal{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);

    z-index: 1;
    padding-top: 63px;
    overflow: auto;
}

.link_principal {
    width: 100%;
    height: auto;
    text-align: right;
    border-bottom: 1px solid rgb(133 132 132 / 26%);
}

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



.boton_guincha {
    min-width: 58px;
    padding: 23px 36px;
    font-size: 15px;
}

.titulo_MINI_B {
    font-size: 27px;
}

.base_separacion_25 {
    width: 33.333%;
}

.titulo_MINI{
    font-size: 13px;
}


.boton_C {  
    font-size: 11px;
}

/* flotar_M */

.c_para_flotar_M{
    position: fixed;
    right: 60px;
    top: 0px;
    display: none;
}

.activar_flotar_M{
  
    display: block !important;
    z-index: 1;

}

.activar_flotar_M .cc_boton_perfil_superior{
    height: 58px;
    width: auto;
    padding: 3px;
}

/* fin flotar_M */

.c_mini_menu {
    width: 100%;
}

.c_logo_slider img {
    width: 30%;
}



.img_top_contacto3 {
    position: absolute;
    top: 0%;
    left: 0px;
    width: 110%;
}

.titulo_H {
    left: 36px;
}