/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Version: 1.0.0
*/

/* CUSTOM CSS */
.elementor-heading-title, .hfe-site-tagline, .wpr-post-title  {     font-family: 'Graphik'!important;
}

/* CUSTOM Widgets CSS */
#eventos *, #servicos-disponiveis *, #video * {
    font-family: 'Graphik', sans-serif !important;
}

#logo-menu *  {
   font-family: 'Geogrotesque Md'!important;
}

#footer *, #header * {
    font-family: 'Graphik', sans-serif !important;
}

.ue_post_category {
	background-color: #F7F9FC;
    display: flex;
    width: fit-content;
    padding: 1px 5px 0px 5px;
    border-radius: 5px;
}

/* =========================================================
SEARCH PAGE
========================================================= */

.elementor-search-page{
    padding:0;
    margin:0;
}

/* =========================================================
WRAPPER FULL WIDTH
========================================================= */

.custom-search-wrapper{
    width:100%;

    background-color: #ffffff;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    padding: 2em 2em;
    position:relative;
}

/* OVERLAY GLOBAL */
.custom-search-wrapper::before{
    content:"";
    position:absolute;
    inset:0;
    background: #ffffff;
    z-index:1;
}

/* CONTAINER */
.custom-search-inner{
    max-width:1200px;
    margin:0 auto;
    padding:0 40px;

    position:relative;
    z-index:2;
}

/* =========================================================
HEADER
========================================================= */

.custom-search-header{
    width:100%;

    background-image:url('https://wwwqa.uninter.com/biblioteca/wp-content/uploads/2026/05/BANNER-MODELO-1920-X-1080.jpg');
    background-size:cover;
    background-repeat:no-repeat;
    padding: 40px 40px 40px;
    position:relative;
    overflow:hidden;
}

/* OVERLAY HEADER */
.custom-search-header::before{
    content:"";
    position:absolute;
    inset:0;
    background: rgb(82 82 82 / 0%);
    z-index:1;
}

/* INCLINAÇÃO (EFEITO ELEMENTOR - OPACIDADE) */
.custom-search-header::after{

}

/* GARANTE QUE TEXTO FIQUE ACIMA */
.custom-search-header *{
    position:relative;
    z-index:3;
}

/* TITLE */
.custom-search-title{
    font-size:33px;
    font-weight:300;
    line-height:1.2;
    margin-bottom:15px;
    color:#fff;
	font-family: 'Graphik';
}

/* COUNT */
.custom-search-count{
    font-size:16px;
    color:#fff;
	font-family: 'Graphik';
}

/* =========================================================
GRID
========================================================= */

.custom-search-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit, minmax(320px, 1fr));
    gap:30px;
}

/* =========================================================
CARD
========================================================= */

.custom-search-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    transition:0.3s;

    display:flex;
    flex-direction:column;
    height:100%;
}

.custom-search-card:hover{
    transform:translateY(-6px);
}

/* IMAGE */
.custom-search-thumb img{
    width:100%;
    height:240px;
    object-fit:cover;
}

/* CONTENT */
.custom-search-content{
    padding:25px;
    display:flex;
    flex-direction:column;
    flex-grow:1;
}

/* TITLE */
.custom-search-post-title{
    font-size:24px;
    margin-bottom:15px;
}

.custom-search-post-title a{
    text-decoration:none;
    color:#111;
}

/* EXCERPT (LIMITADO) */
.custom-search-excerpt{
    color:#555;
    margin-bottom:20px;
    line-height:1.6;

    flex-grow:1;

    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

/* BUTTON */
.custom-search-button{
    display:inline-block;
    padding:12px 20px;
    background:#111;
    color:#fff;
    text-decoration:none;
    border-radius:8px;
}


/* =========================================================
PAGINATION
========================================================= */

.custom-search-pagination{
    margin-top:60px;
    text-align:center;
}

.custom-search-pagination .page-numbers{
    display:inline-block;
    margin:0 5px;
    padding:10px 15px;
    background:#f2f2f2;
    border-radius:8px;
    text-decoration:none;
}

.custom-search-pagination .current{
    background:#111;
    color:#fff;
}

/* =========================================================
NO RESULTS
========================================================= */

.custom-no-results{
    text-align:center;
    color:#003164;
    padding:80px 20px;
}

.custom-no-results form{
	display: inline-flex!important;
	gap: 15px;
	padding: 2em 1em;
}








/* =========================================================
RESPONSIVO
========================================================= */

@media(max-width:768px){

    .custom-search-title{
        font-size:32px;
    }

    .custom-search-inner{
        padding:0 20px;
    }

    .custom-search-header{
        padding:60px 20px 120px;
    }
}


/* Start Simple Slider */
.slide__content {
	border-radius: 10px!important;
}

/* SECAO EVENTOS */
.uc_post_title, .ue_post_category a, .ue_post_date, .ue_post_intro {
	    font-family: 'Graphik', sans-serif !important;
}



/* Link Directory - Simple Link Directory */
.qcopd-single-list {
	padding-left: 1.5em!important;
	font-family: 'Graphik', sans-serif !important;
}
.qcld-main-container-style-simple .simple .qcopd-single-list h2 {
	font-family: 'Graphik', sans-serif !important;
	text-transform: uppercase!important;
    font-size: 15px!important;
    font-weight: 500!important;
}

.qcld-main-container-style-simple .simple .qcopd-single-list ul {
	border-top: 5px solid #fab600!important;
}

.wpr-active-menu-item span{
	font-weight: 500!important;
}


/* SEARCH PLACEHOLDER */
/* Força o tamanho do texto digitado */
form.hfe-search-button-wrapper input.hfe-search-form__input[type="search"] {
    font-size: 12px !important;
}

/* Força o tamanho do placeholder em todos os navegadores */
form.hfe-search-button-wrapper input.hfe-search-form__input[type="search"]::placeholder {
    font-size: 12px !important;
}

/* Garante compatibilidade com navegadores antigos/específicos */
form.hfe-search-button-wrapper input.hfe-search-form__input[type="search"]::-webkit-input-placeholder {
    font-size: 12px !important;
}
form.hfe-search-button-wrapper input.hfe-search-form__input[type="search"]::-moz-placeholder {
    font-size: 12px !important;
}
