/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.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 */

#popmake-939 {
    background: url(https://triplehelixconferencebrazil.com/wp-content/uploads/2024/03/bg-thx.jpg) center center;
    background-size: cover;
    min-height: 400px;
    display: flex !important;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}
#popmake-939 h3 {
    color: #152942;
    font-size: 35px;
    background: rgba(255, 255, 255, 0.5);
    padding: 5px;
	text-align: center;
}
#popmake-939 h4 {
    color: #152942;
    font-size: 30px;
    background: rgba(255, 255, 255, 0.5);
    padding: 5px;
	text-align:center;
}
#popmake-939 .popmake-content {
	text-align: center;
}
a.btn-pop {
    background: #F59E0B;
    padding: 10px 30px;
    border-radius: 20px;
    color: #fff !important;
}

.tec-tickets__attendees-list-wrapper {
	display: none !important;
}

@media print {
	.elementor-location-header, .elementor-location-footer, .hide-print {
		display: none !important;
	}
}