/*
Theme Name: Hello Elementor Child Theme
Theme URI: https://elementor.com/hello-theme/
Description: Theme padrão para a Universidade Federal do Pará
Author: Mariano Siqueira
Author URI: https://marianojr.com.br
Template: hello-elementor
Version: 1.0
*/
/* Theme customization starts here */


/* Header */
/* Menu */

/* Icons - Header */
header #menu-ufpa{
    --gap: 0.35em;
    --weight: 0.08em;
    --width: 1em;
}
header #menu-ufpa .elementor-icon{
    position: relative;
}
header #menu-ufpa i:before,
header #menu-ufpa i:after,
header #menu-ufpa .elementor-icon:after{
    content: "";
    height: var(--weight);
    width: var(--width);
    position: absolute;
    background: currentColor;
    top: 50%;
    left: 50%;
    transform: translate(-50%,calc(-50% + var(--gap)));
}
header #menu-ufpa i:after{
    transform: translate(-50%,calc(-50% - var(--gap)));
}
header #menu-ufpa .elementor-icon:after{
    transform: translate(-50%,-50%);
}

/* Forms */
header #btn-hidden {display: none;}
header #form-field-idiomas{padding: 0px 126px 0 5px;}
header .select-caret-down-wrapper .eicon-chevron-left {font-size: 12px !important; line-height: 2 !important; position: relative; margin-right: -2px;transform: rotate(-90deg);}
header #search {height: 25px; width: 150px; margin-top: 8px;}
header #search .elementor-widget-container {height: 25px;}
header #search input {border:  none; padding: 0 0 0 5px; font-size: 12px;}
header #search  input::-webkit-input-placeholder {
     color: white; /*Change the placeholder color*/
     opacity: 1; /*Change the opacity between 0 and 1*/
}

/* Button */
#submit {
    text-align: center !important;
    width: auto !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    flex-basis: auto !important;
}