/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/
html:root{
	margin-top:0px !important;
}

#content{
	padding-top:120px;
}
.sub-category-listing{
	
}
.sub-category-listing .dropper{
	background:#F2F5F7;
	border-radius:20px;
	padding:32px;
	margin-bottom:48px;
}
.sub-category-listing .dropper .dropper-title:hover{
	cursor:pointer;
}
.sub-category-listing .dropper .dropper-title{
	color:#004667;
	font-family:"Poppins";
	font-weight:500;
	font-size:20px;
	line-height:1.4;
	margin-bottom:0px;
	position:relative;
	padding-right:40px;
}
.sub-category-listing .dropper .fa-angle-down{
	position:absolute;
	right:0px;
	top:0px;
}
.sub-category-listing .dropper .fa-angle-down.active{
	transform:rotate(180deg);
}
.sub-category-listing .dropper .dropper-content{
	max-height:0px;
	overflow:hidden;
	transition:all 0.3s ease-in-out;
}
.sub-category-listing .dropper .dropper-content.active{
	max-height:3000px;
}

.sub-category-listing .dropper h5{
	font-size:20px;
	margin-top:30px;
	color:#68C7BF;
}
.sub-category-listing .dropper .dropper-content .dropper-url{
	width:100%;
	color:#0E7990;
	font-family:"Poppins";
	font-size:16px;
	font-weight:400;
	padding-top:15px;
	padding-bottom:10px;
    border-bottom: solid 1px #00466740;
}
.sub-category-listing .dropper .dropper-content .dropper-url:hover{
	background:#0E7990;
	color:#fff;
	padding-left:10px;
}
.dropper:hover .dropper-title{
	color:#68C7BF !important;
}
.wpml-ls-legacy-dropdown {
    width: 137px;
    max-width: 100%;
	transform:traslateY(-2px);
}
.wpml-ls-legacy-dropdown a {
    padding: 2px !important;
    border: none !important;
}

/*LOGO ABC - Menu direita*/
.menu-item-1768 {
	margin-left: 90px!important;
}

.elementor-nav-menu--dropdown li a{
	font-size: 16px;
}

@media screen and (max-width: 992px) {
	.menu-item-1768 {
		margin-left: 0px!important;
	}
	.elementor-1327 .elementor-element.elementor-element-4887f15 > .elementor-container {
		min-height: 380px;
	}
	
	.elementor-nav-menu--dropdown li a{
		font-size: 16px!important;
	}
}


@media screen and (max-width: 600px) {
	.avatar-equipa {
		height: 140px!important;
		width: 140px!important;
	}
	.elementor-element-4071d20 .elementor-shortcode .dropper{margin-bottom: 20px;}
	.dce-breadcrumbs {font-size:14px;}
}