.elementor-2938 .elementor-element.elementor-element-dbcc9d2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2938 .elementor-element.elementor-element-dbcc9d2:not(.elementor-motion-effects-element-type-background), .elementor-2938 .elementor-element.elementor-element-dbcc9d2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-2938 .elementor-element.elementor-element-7f0c942{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2938 .elementor-element.elementor-element-7f0c942:not(.elementor-motion-effects-element-type-background), .elementor-2938 .elementor-element.elementor-element-7f0c942 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-2938 .elementor-element.elementor-element-425ec49 > .elementor-widget-container{margin:50px 0px 50px 0px;}.elementor-2938 .elementor-element.elementor-element-425ec49 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:32px;font-weight:600;color:#6BA7BD;}.elementor-2938 .elementor-element.elementor-element-164ce94{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:200px;--margin-left:0px;--margin-right:0px;}.elementor-2938 .elementor-element.elementor-element-acb0961{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2938 .elementor-element.elementor-element-fced18c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2938 .elementor-element.elementor-element-1deb2aa{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-2938 .elementor-element.elementor-element-7f0c942{--content-width:1300px;}.elementor-2938 .elementor-element.elementor-element-164ce94{--content-width:1300px;}.elementor-2938 .elementor-element.elementor-element-acb0961{--width:25%;}.elementor-2938 .elementor-element.elementor-element-fced18c{--width:73%;}}@media(max-width:1024px) and (min-width:768px){.elementor-2938 .elementor-element.elementor-element-acb0961{--width:80%;}.elementor-2938 .elementor-element.elementor-element-fced18c{--width:80%;}}@media(max-width:1024px){.elementor-2938 .elementor-element.elementor-element-425ec49{width:var( --container-widget-width, 90% );max-width:90%;--container-widget-width:90%;--container-widget-flex-grow:0;}.elementor-2938 .elementor-element.elementor-element-425ec49.elementor-element{--align-self:center;}.elementor-2938 .elementor-element.elementor-element-164ce94{--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-end;--align-items:center;}}/* Start custom CSS for html, class: .elementor-element-5002768 */.menu_intranet{
    border-radius: 15px;
    background: #FFF;
    box-shadow: 2px 2px 40px 0px rgba(211, 211, 211, 0.50);
}


.texto_logout a{
    color: #6BA7BD;
    font-weight: 300;
    font-size: 18px;
}


.texto_editar{
    color: #444;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.boton_editarPerfil{
    background-color: #6BA7BD;
    border-radius: 8px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    color: #fff;
}

.boton_editarPerfil:hover{
    background: #fff;
    border: 2px solid #6BA7BD; 
    color: #6BA7BD;
}

.titulo_menuprivado{
    color: #983251;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 10px;
}

.menu_privado{
    list-style: none;
    padding:0;
    margin: 0px;
    margin-top: 20px;
}
.menu_privado li{
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    margin: 10px 0;
    font-weight: 400;
}

.menu_privado li a, .menu_privado li a:hover{
    color: #444;
}

.menu_privado li a:hover{
    color: #6BA7BD;
}

.menu_privado .activo{
    background: #F0F0F0;
    padding: 10px;
    color: #6BA7BD;
    font-weight: 600;
    border-radius: 8px;
}

.menu_privado .activo a, .menu_privado .activo a:hover{
    color: #6BA7BD;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-930365b */.tarjetas_asambleas{
    box-shadow: 2px 2px 40px 0 rgba(211, 211, 211, 0.5);
    background-color: #fff;
    border-radius: 15px
}

.documentos_asamblea, .documentos_asamblea:hover{
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #6BA7BD;
    gap: 10px
}
.documentos_asamblea:focus{
    color: #6BA7BD;
}

.documentos_asamblea img{
    width: 50px
}

.fecha_asamblea{
    font-weight: 300;
    font-size: 14px;
    text-align: right;
    color: #444;
}

.size_asambleas{
    width: 500px;
}

.actas_title{
    font-family: Poppins;
    font-size: 24px;
    font-weight: 500;
    line-height: 20px;
    color: #6BA7BD;
    gap: 10px;
}

.botones_asamblea{
    width: 125px;
    height: 50px;
    background-color: #983251;;
    border: 2px solid #983251;;
    border-radius: 5px;
    margin: 10px
}

.botones_asamblea > a{
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.botones_asamblea:hover{
    background: #fff;
    color: #983251;
}
.botones_asamblea:hover > a {
    color: #983251;
}/* End custom CSS */