/* 
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.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
*/

.mega-fundacao .ha-feature-list-wrap{
  border: none !important;
}
/*
#programas > div > div:nth-child(1):before{
  content: '';
  border-right: 2px solid #f1f1f1;
  left: 23px;
}
#programas > div > div:nth-child(2):before{
  content: '';
  border-right: 2px solid #f1f1f1;
  left: 23px;
}*/

#programas a{
	margin-top: 15px;
	display: block;
}

#copy .ha-social-icons-wrapper a{
	font-size: 20px !important;
}

.elementor-628 .elementor-element.elementor-element-54dc616 .ha-posts-carousel-slick{
  max-width: 580px;
}
.ha-posts-carousel__content-wrap{
  max-width: 520px;
}

#categorias-fundacao{
	display: flex;
	flex-direction: row;
	gap: 15;
}

.categoria-fundacao{
	border: 2px solid var(--e-global-color-58d690e);
	border-radius: 0 20px 20px 20px;
	padding: 15px;
	font-weight: 700;
}

.categoria-fundacao i{
	color: var(--e-global-color-primary);
}

.elementor-628 .elementor-element.elementor-element-a055da4 .swiper-wrapper{
  margin-bottom: 20px;
}

.ods-template-default .wp-block-separator{
  color: #eee;
  margin: 20px 0 !important;
}

.gform_required_legend{
  display: none;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input, body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea{
  border: 1px solid #eeeeee !important;
	box-shadow: none !important;
  font-family: Inter;
}

body .gform_wrapper .gform_body{
  font-family: "Inter";
  font-size: 18px !important;
}

body .gform_wrapper .gform_footer input[type=submit]{
  background: var( --e-global-color-primary ) !important;
  font-size: 17px !important;
  padding: 12px 35px !important;
	width: 100% !important;
	font-weight: 700 !important;
	  font-family: "Inter", "Open Sans", Sans-serif !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label{
  font-size: 17px;
}
#content{
	overflow: hidden;
}

/* Estilo do shortcode de noticias externas Home */
.sagres-post{
  border-bottom-left-radius: 20px;
   border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  display: block;
  background: #F9F9F9;
  width: 31%;
}
.sagres-post img{
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
}
.sagres-post .content-container{
  padding: 20px;
}
#noticias-flex .elementor-shortcode{
  display: flex;
  gap: 30px;
 flex-wrap: wrap;
	justify-content: space-between;
}
.tag-url{
	flex-basis: 100%;
    text-align: right;
	font-family: "Inter", "Open Sans", sans-serif;
}

.sagres-post a{
  margin: 0 0 15px;
    font-size: 20px;
    line-height: 1.2em;
  font-family: "Inter", "Open Sans", Sans-serif;
  color: #252328;
  font-weight: 600;
	display: block;
    max-height: 240px;
    overflow: hidden;
}

.single-ods .sagres-post a{
	max-height: 194px !important;
}

.single-ods .sagres-post{
	background: #fff;
}

.sagres-post h3{
  margin: 0 0 15px;
    font-size: 20px;
    line-height: 1.2em;
  font-family: "Inter", "Open Sans", Sans-serif;
  color: #252328;
  font-weight: 600;
}

.sagres-post p{
      font-family: "Inter", "Open Sans", Sans-serif;
    font-size: 17px;
    font-weight: 500;
  color: #1b1b1b;
    line-height: 1.4;
}

.break {
  flex-basis: 100%;
  height: 0;
}

@media (max-width: 767px) {
#noticias-flex .elementor-shortcode {
  flex-direction: column;
}
  .sagres-post{
    width: 100%;
  }
}