/* 
Theme Name: Pymenética Theme
Theme URI: https://pymenetica.com/
Description: Pymenética theme es un tema personalizado y creado por Pymenética SAS, exclusivamente para el sitio web de ARACELI BECAS. Este tema contiene funciones php y estilos css personalizados que solo le funcionan a este sitio web en particular.
Author: Pymenética SAS
Author URI: https://pymenetica.com/
Template: hello-elementor
Version: 2.1.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
.user_not_login { 
display:block !important;
} 
.logged-in .user_not_login { 
display:none !important;
}


.user_login { 
display:none !important;
} 
.logged-in .user_login { 
display:block !important;
}



[type=button], [type=submit], button {
    background-color: transparent;
    border: none!important;
    border-radius: 3px;
    color: #c36;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    padding: .5rem 1rem;
    text-align: center;
    transition: all .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
}