/*
 Theme Name:   Sawi
 Theme URI:    https://www.agenciasawi.com.br
 Description:  Tema desenvolvido por Sawi
 Author:       Agência Sawi
 Author URI:   https://www.agenciasawi.com.br
 Template:     hello-elementor
 Version:      1.1.0
 License:      Licenciado para este site.
 Text Domain:  sawi-elementor
*/

/**
 * General
 */

html, body {
	font-family: "IBM Plex Sans", sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #737373;
}

/*
a {
  color: #0066b3;
}
a:hover {
  color: #3BABFF;
}
*/
a {
  color: #3BABFF;
}
a:hover {
  color: #0066b3;
}

ul {
	padding-left: 1.6em;
}

.acenter {
	text-align: center;
}

.title-font-1 {
	font-family: "Source Sans Pro", sans-serif;
}

.title-style-line {
  position: relative;
  text-align: center;
}
.title-style-line:before {
  content: ' ';
  border-bottom: 1px solid #C8C8C8;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 0;
}
.title-style-line .elementor-heading-title {
  display: inline-block;
  padding: 0 40px;
  background: #fff;
  z-index: 1;
  position: relative;
}
.title-style-line-2 .elementor-heading-title {
	padding-left: 0;
}

.list-column-1,
.list-column-2,
.list-column-3,
.list-column-4,
.list-column-5 {
  -moz-column-gap: 50px;
  -webkit-column-gap: 50px;
  column-gap: 50px;
}

.list-column-1 {
  -moz-column-count: 1;
  -webkit-column-count: 1;
  column-count: 1;
}
.list-column-2 {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}
.list-column-3 {
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
}
.list-column-4 {
  -moz-column-count: 4;
  -webkit-column-count: 4;
  column-count: 4;
}
.list-column-5 {
  -moz-column-count: 5;
  -webkit-column-count: 5;
  column-count: 5;
}

@media screen and (max-width: 767px) {
  .list-column-1,
  .list-column-2,
  .list-column-3,
  .list-column-4,
  .list-column-5 {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}


.sawi-button {
  background: #5CB9FF;
  color: #ffffff;
  padding: 10px 25px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 160%;
  border-radius: 50px;
  display: inline-block;
}
.sawi-button:hover,
.sawi-button:focus,
.sawi-button:focus-within {
  color: #fff;
}


/**
 * Gradient animation
 */
.bg-gradient-animation {
  background-size: 400% 400%;
  transform: translate3d(0,0,0);

  -webkit-animation: BgGradientAnim 8s ease infinite;
  -moz-animation: BgGradientAnim 8s ease infinite;
  animation: BgGradientAnim 8s ease infinite;
}
.bg-gradient-animation.full {
  transform: none;
}

@-webkit-keyframes BgGradientAnim {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes BgGradientAnim {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes BgGradientAnim {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/**
 * Form
 */
.form-row {
  width: 100%;
  -moz-column-gap: 20px;
  -webkit-column-gap: 20px;
  column-gap: 20px;
  margin-bottom: 20px !important;
}
.form-col p {
  width: 100%;
  margin: 0;
}
.form-col label {
  color: var( --e-global-color-primary );
  width: 100%;
}
.form-col .wpcf7-form-control-wrap {
  margin-top: 5px;
  display: block;
}

@media screen and (max-width: 767px) {
  .form-row {
    margin-bottom: 0 !important;
  }
  .form-col {
    margin-bottom: 20px;
  }
}

.wpcf7-form.sent .form-row,
.wpcf7-form.sent .sawi-stream-subscribe-btn {
  display: none !important;
}




/**
 * Header
 */
/*
.elementor-location-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
}
.logged-in .elementor-location-header {
  top: 30px;
}

@media screen and (max-width: 1024px) {
  .elementor-location-header {
    position: static;
    top: auto;
    left: auto;
    right: auto;
  }
}
*/

.header-title strong {
  color: #00223C;
}

@media screen and (max-width: 767px) {
  .header-title h1 {
    background: rgba(0,0,0,.55);
    padding: 5px 10px;
  }
  .header-title strong {
    color: #22a0ff;
  }
  .header-title br {
    display: none;
  }
  .header-img .elementor-widget-wrap {
    background-size: 100% auto !important;
  }
}



/**
 * Footer
 */
.elementor-location-footer a {
	color: #707070;
}
.elementor-location-footer a:hover {
  color: #0066b3;
}
.footer-blue a {
	color: #fff;
	text-decoration: underline !important;
}


/**
 * Slider
 */
.slider-cover strong {
  color: #0066B3;
}
@media screen and (max-width: 1024px) {
  .banner-box {
    background: rgba(255,255,255,0.8);
  }
}


/**
 * Box Audience
 */
.box-audience .elementor-widget-wrap {
  flex-direction: column;
}
.box-audience .elementor-column {
  display: flex;
}
.box-audience .elementor-column:after {
  content: ' ';
  width: 1px;
  height: 60%;
  background: #ABABAB;
  align-self: flex-end;
}
.box-audience-2 .elementor-column::after {
  margin-bottom: 40px;
}
.box-audience .elementor-column:last-child:after {
  display: none;
}
.elementor-element.box-audience-btn {
  flex: 1;
  align-items: flex-end;
  display: flex;
  justify-content: center;
}

.box-audience > .elementor-container {
  background: #fff;
  border-radius: 6px;
}

@media screen and (max-width: 1024px) {
  .box-audience .elementor-column:after {
    display: none;
  }
}


/** 
 * Box our content
 */
.box-our-content, 
.box-our-content .elementor-widget-container {
  height: 100%;
}

.box-our-content .elementor-image-box-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center !important;
}
.box-our-content .elementor-image-box-img {
  height: 120px;
  display: flex !important;
  align-items: flex-end;
}

.box-our-content .elementor-image-box-title {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-our-content .elementor-image-box-img img {
  filter: grayscale(1);
}
.box-our-content:hover .elementor-image-box-img img {
  filter: grayscale(0);
}


/** 
 * Box events
 */
.box-events {
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
  justify-content: center;
}
.box-event {
  padding: 20px;
  max-width: 400px;
  flex: 0 0 33%;
}
.box-event-card {
  background: #fff;
  border-radius: 6px;
  padding: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  position: relative;
}

.box-event-card h4 {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 62px;
  line-height: 65px;
  color: #0066B3;
}

.box-event-card h3 {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 130%;
  color: #727272;
}

.box-event-card p {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.01em;
  color: #9F9F9F;
}

.box-event-card-footer {
  padding-top: 20px;
}

.box-event-btn {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 160%;
  color: #0066B3;
  border: 1px solid #0066B3;
  border-radius: 99px;
  padding: 15px 30px;
  display: inline-block;
}
.box-event-btn:hover,
.box-event-btn:focus,
.box-event-btn:active {
  background: #22A0FF;
  border-color: #22A0FF;
  color: #fff;
}

.box-event-label {
  position: absolute;
  top: -10px;
  right: 10px;
}
.box-event-online,
.box-event-onsite {
  width: 57px;
  height: 60px;
  background: url('img/label-online-small.png');
  display: inline-block;
}
.box-event-onsite {
  background: url('img/label-presencial-small.png');
}

@media screen and (max-width: 992px) {
  .box-event-card {
    padding: 30px;
  }
  .box-event-card h4 {
    font-size: 52px;
  }
  .box-event-card h3 {
    font-size: 22px;
  }
  .box-event-btn {
    padding: 10px 20px;
  }
}

@media screen and (max-width: 810px) {
  .box-events {
    flex-wrap: wrap;
  }
  .box-event {
    flex: 0 0 100%;
  }
}

/** 
 * Box dropshadow
 */
.box-dropshadow > .elementor-container {
  box-shadow: 10px 15px 30px rgba(0,0,0,0.1);
}

/** 
 * Box image
 */
.box-image,
.box-image > .elementor-widget-container {
  height: 100%;
}
.box-image .elementor-image-box-img {
  min-height: 140px;
  display: flex !important;
  align-items: flex-end;
  justify-content: center;
}
.box-image ul {
  text-align: left;
}


/** 
 * Contact icons
 */
.contact-icon .elementor-icon-list-icon {
  background: #ABABAB;
  width: 24px;
  height: 25px;
  border-radius: 20px;
  display: inline-block !important;
  text-align: center !important;
}


/** 
 * Tables
 */
.sawi-table table {
  
}

.sawi-table-header {
  vertical-align: middle;
  border-top: 0 none !important;
  border-bottom: 1px solid #C8C8C8 !important;
}
.sawi-table-header.sawi-table-header-1,
.sawi-table-icon {
 text-align: center !important; 
}
.sawi-table-header.sawi-table-header-2 span {
  font-family: "Source Sans Pro", sans-serif !important;
  font-size: 28px !important;
}
.sawi-table-highlight {
  background: #FAFAFA !important;
  font-weight: bold;
}
.sawi-table tbody tr td:first-child {
  border-left: 1px solid #C8C8C8 !important;
}
.sawi-table tbody tr td {
  border-bottom: 1px solid #C8C8C8 !important;
  border-right: 1px solid #C8C8C8 !important;
}

@media screen and (max-width: 767px) {
  .sawi-table tbody tr td:first-child {
    border-left: 0 none !important;
  }
  .sawi-table tbody tr td {
    border-right: 0 none !important;
  }
}


/** 
 * Carousel Team
 */
.carousel-team .elementor-image-carousel-caption {
  font-style: normal;
}
.carousel-team .elementor-image-carousel-caption em {
  color: #5CB9FF;
}


/**
 * Associados
 */
.sawi-associados {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: 'IBM Plex Sans';
  font-size: 15px;
}

.btn-associado a.active {
  color: #FFFFFF !important;
  background-color: var( --e-global-color-079e578 ) !important;
  border-color: var( --e-global-color-079e578 ) !important;
}
.btn-associado .elementor-button-icon {
  font-size: 24px;
}

.sawi-associados-container {
  display: none;
}
.sawi-associados-container.active {
  display: block;
}

/**
 * Parceiros
 */
 
/**
 * Parceiros
 */
 
.sawi-parceiro-title {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #727272;
}
 
.sawi-box-parceiros {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.sawi-box-parceiros-spacer {
  width: 100%;
}
.sawi-parceiro {
  width: 120px;
  margin: 0 10px;
}
.sawi-parceiro-apoio {
  width: 150px;
}

.parceiro-info {
  margin-bottom: 7px;
}

@media screen and (max-width: 767px) {
  .sawi-box-parceiros-spacer {
    display: none;
  }
}


@media screen and (max-width: 1023px) {
  .sawi-box-parceiros {
    flex-wrap: wrap;
  }
}


/**
 * Podcasts/Videocasts
 */
.sawi-videocast-series {
   display: grid;
   grid-template-columns: 50% 50%;
   grid-gap: 30px;
}
.sawi-videocast-serie {
  background: #fff;
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 30px;
}
.sawi-videocast-serie h2 a {
  color: var( --e-global-color-text );
}

.sawi-videocast-serie-thumbnail img {
  width: 100%;
}

.sawi-videocast-serie-desc {
  margin-bottom: 20px;
}

.sawi-videocast-serie-btn {
  background-color: #FFFFFF;
  fill: var( --e-global-color-accent );
  color: var( --e-global-color-accent );
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  font-family: var( --e-global-typography-accent-font-family ), Sans-serif;
  font-weight: var( --e-global-typography-accent-font-weight );
  font-size: var( --e-global-typography-cea7560-font-size );
  border-radius: 99px 99px 99px 99px;
  padding: 7px 40px 7px 40px;
  display: inline-block;
}
.sawi-videocast-serie-btn:hover {
  background-color: var( --e-global-color-079e578 );
  color: #FFFFFF;
  border-color: var( --e-global-color-079e578 );
}

@media screen and (max-width: 767px) {
  .sawi-videocast-series {
    padding: 0 20px;
    grid-template-columns: auto;
  }
}
 
.elementor-posts--skin-classic_podcast .elementor-post__subtitle,
.elementor-posts--skin-classic_videocast .elementor-post__subtitle{
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1em;
  letter-spacing: 0.01em;
  color: #5CB9FF;
  text-transform: uppercase;
}
.elementor-posts--skin-classic_podcast .elementor-post__text,
.elementor-posts--skin-classic_videocast .elementor-post__text {
  display: flex !important;
  justify-content: center !important;
  flex-direction: column !important;
  background: url(img/icon-play.png) no-repeat left center;
  padding-left: 100px;
}
.elementor-posts--skin-classic_videocast .elementor-post__text {
  background: none;
  padding-left: 0;
}
.elementor-posts--skin-classic_podcast .elementor-grid-item,
.elementor-posts--skin-classic_videocast .elementor-grid-item{
  border-bottom: 1px solid #ABABAB;
  padding-bottom: 30px !important;
}
.sawi-podcast-embed iframe {
  height: 162px !important;
}

@media screen and (max-width: 767px) {
  .elementor-posts--skin-classic_podcast .elementor-post__text,
  .elementor-posts--skin-classic_videocast .elementor-post__text {
    background: none;
    padding-left: 0;
  }
}

.videocast-header {
	
}

.videocast-season-title {
  color: var( --e-global-color-primary );
  font-weight: 700;
	display: flex;
	align-items: center;
  max-width: 75%;
}

.videocast-sponsors {
	
}
.videocast-sponsors-title {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1em;
  letter-spacing: 0.01em;
  color: #5CB9FF;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.videocast-sponsors img {
	max-height: 75px;
}
@media screen and (max-width: 767px) { 
	.videocast-sponsors,
	.videocast-sponsors-title,
	.sawi-videocast-season-title {
		
	}
}

.videocast_temporada-temporada-1 .elementor-post__thumbnail__link {
  width: 10% !important;
}

.sawi-videocast-season-selector {
  position: relative;
}
.sawi-videocast-season-selector > a {
  font-size: .9em;
  font-weight: bold;
}
.sawi-videocast-season-options {
  background: #fff;
  display: none;
  position: absolute;
  padding: 10px;
  z-index: 999;
  width: 500px;
  max-width: 100%;
  box-shadow: 0 4px 10px rgba(0,0,0,.15);
}
.sawi-videocast-season-options a {
  display: block;
  margin: 7px 0;
}
.sawi-videocast-season-selector:hover .sawi-videocast-season-options {
  display: block;
}


/**
 * Noticias
 */
.white-icon-list .elementor-icon-list-icon i {
  background: #fff;
  width: 30px !important;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 20px;
}
.sawi-noticia-subtitle-hospital_associado {
  background: #0066B3;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 170%;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  padding: 5px 10px;
}




/**
 * Blog
 */
body:not(.paged) .blog-main-list .elementor-posts .elementor-post:first-child {
  display: block !important;
}
body:not(.paged) .blog-main-list .elementor-posts .elementor-post:first-child .elementor-post__thumbnail__link {
  width: 100% !important;
  margin-bottom: 20px !important;
}

.elementor-posts--skin-classic_blog .elementor-post__subtitle,
.elementor-posts--skin-classic_blog_rel .elementor-post__subtitle {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1em;
  letter-spacing: 0.01em;
  color: #5CB9FF;
}

.elementor-posts--skin-classic_blog .elementor-grid-item,
.elementor-posts--skin-classic_blog_rel .elementor-grid-item {
  border-bottom: 1px solid #ABABAB;
  padding-bottom: 30px !important;
  margin-bottom: 30px !important;
}


@media screen and (max-width: 767px) {
	.elementor-posts--skin-classic_blog .elementor-grid-item {
		display: block !important;
	}

	.elementor-posts--skin-classic_blog .elementor-grid-item .elementor-post__thumbnail__link {
		display: block;
		margin-bottom: 20px;
	}
}


/**
 * Timeline
 */
 
.timeline-anahp .twae-content {
  max-width: 630px;
  margin: 0 auto !important;
  box-shadow: none !important;
}
.timeline-anahp .twae-horizontal-timeline .twae-arrow {
  top: -12px !important;
  border-width: 12px !important;
  left: calc(var(--tw-ibx-position) * 1% - var(--tw-ibx-size) * var(--tw-ibx-position)/ 100 + var(--tw-ibx-size)/ 4) !important;
}
.timeline-anahp .twae-icondot {
  border: 0 none !important;
}
.timeline-anahp .twae-year-label.twae-year-text {
  border: 0 none !important;
}
.timeline-anahp .twae-content .twae-description {
  padding: 30px !important;
}
.timeline-anahp .twae-button-next, 
.timeline-anahp .twae-button-prev {
  font-size: 60px !important;
  color: #5CB9FF !important;
}


/**
 * Filtro (jquery: select2)
 */
.select2-container .select2-selection--single,
.select2-container .select2-selection--single .select2-selection__rendered {
  height: 56px !important;
  line-height: 56px !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 54px !important;
}


/**
 * Eventos
 */
.tribe-events .tribe-events-calendar-month__day--past .tribe-events-calendar-month__day-date {
  opacity: .2;
}
.tribe-events-notices ul li,
.tec-events-elementor-event-widget__status-passed {
  background: #0066b3;
  color: #fff;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 170%;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  padding: 5px 10px;
}

.alignwide {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-l-container {
  max-width: 1030px !important;
  padding: 0 !important;
  margin: 0 auto;
}
/*
.tribe-common--breakpoint-medium.tribe-common .tribe-common-l-container .tribe-events-header,
.tribe-common--breakpoint-medium.tribe-common .tribe-common-l-container .tribe-events-calendar-list,
.tribe-common--breakpoint-medium.tribe-common .tribe-common-l-container .tribe-events-calendar-list-nav,
.tribe-common--breakpoint-medium.tribe-common .tribe-common-l-container .tribe-events-c-subscribe-dropdown__container,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month {
  max-width: 1030px !important;
  margin: 0 auto;
}
*/
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event-row {
  margin: 30px 0 !important;
  border-bottom: 1px solid #a2a2a2;
  padding-bottom: 30px;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row:last-child,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event-row:last-child {
  border-bottom: 0 none;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-date-tag,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event-date-tag {
  display: none !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-wrapper,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event-wrapper {
  position: relative;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row--featured .tribe-events-calendar-list__event-wrapper::before,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event-row--featured .tribe-events-calendar-latest-past__event-wrapper::before {
  background-color: #5CB9FF;
  content: "";
  height: 100%;
  position: absolute;
  right: calc(100% - 3px);
  width: 3px;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav,
.tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn-border-small, 
.tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn-border-small,
.tribe-common--breakpoint-medium.tribe-common .tribe-common-l-container .tribe-events-c-subscribe-dropdown__container,
.tribe-events .tribe-events-calendar-list__event-datetime-featured-icon,
.tribe-events .tribe-events-calendar-latest-past__event-datetime-featured-icon,
.tribe-events .tribe-events-calendar-list__month-separator,
.tribe-events .tribe-events-c-subscribe-dropdown__container {
  display: none !important;
}
.tribe-events-view--month.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav,
.tribe-events-view--month.tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn-border-small {
  display: block !important;
}
.tribe-events .tribe-events-c-top-bar__datepicker-button {
  font-weight: bold;
  color: #727272 !important;
  border: 0 none;
  padding: 5px;
}
.tribe-events .tribe-events-c-top-bar__datepicker-button:hover,
.tribe-events .tribe-events-c-top-bar__datepicker-button:focus {
  color: #727272 !important;
  background: none !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-datetime-featured-text,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event-datetime-featured-text {
  color: #0066B3 !important;
}
.tribe-events-calendar-list__event-cat {
  font-weight: bold;
}
.tribe-events-calendar-list__event-desc-link {
  color: #5CB9FF !important;
}
.tribe-events-calendar-list__event-desc-link {
  margin-top: 20px !important;
  display: inline-block;
}

.tribe-events .tribe-events-calendar-list__event-title-link,
.tribe-events .tribe-events-calendar-latest-past__event-title-link,
.tribe-events .tribe-events-c-view-selector__list-item-link,
.tribe-events .tribe-events-calendar-month__day-date-daynum,
.tribe-events .tribe-events-calendar-month__day-date-link,
.tribe-events .tribe-events-c-view-selector__list-item-text,
.tribe-events .tribe-events-calendar-list__event-description,
.tribe-events .tribe-events-calendar-latest-past__event-description {
  color: #727272 !important;
}

.tribe-events-c-nav__prev-label,
.tribe-events-c-nav__next-label {
  display: none;
}

.sawi-events-bar-label {
  display: flex;
  align-items: center;
  border-bottom: 3px solid transparent !important;
}


@media screen and (max-width: 1024px) {
  .tribe-common--breakpoint-medium.tribe-common .tribe-common-l-container {
    padding: 0 20px !important;
  }
}


.banner-evento-desktop,
.banner-evento-mobile {
	font-size: 0;
	display: block;
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}
.banner-evento-mobile {
	font-size: 0;
	display: none;
}


@media screen and (max-width: 600px) {
	.banner-evento-desktop {
		display: none;
	}
	.banner-evento-mobile,
	.show-mobile {
		display: block;
	}
}

/**
 * Eventos (Single)
 */
.single-tribe_events {
  background: #fff !important;  
} 

#tribe-events-pg-template {
  width: 100%;
  max-width: 100%;
  padding: 0;
}


.sawi-event-header {
  background: url('img/bg-event-bar.png') center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100px;  
}
.tribe-events-single > .tribe_events {
  overflow: unset;
}
.single-tribe_events .tribe-events .tribe-events-c-subscribe-dropdown, 
.tribe-block__events-link .tribe-events .tribe-events-c-subscribe-dropdown,
.single-tribe_events .tribe-events .tribe-events-c-subscribe-dropdown__container, 
.tribe-block__events-link .tribe-events .tribe-events-c-subscribe-dropdown__container,
.single-tribe_events .tribe-events-c-subscribe-dropdown__button, 
.tribe-block__events-link .tribe-events-c-subscribe-dropdown__button,
.single-tribe_events .tribe-events {
  width: 320px;
}
.single-tribe_events .tribe-events-c-subscribe-dropdown__button button,
.single-tribe_events .tribe-events-c-subscribe-dropdown__button button:hover,
.single-tribe_events .tribe-events-c-subscribe-dropdown__button button:focus {
  background: none;
  padding: 0;
}
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button, 
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button {
  color: #0066B3 !important;
  border-color: #0066B3 !important;
  border-radius: 50px;
  padding: 10px 25px;
}
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover, 
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, 
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within {
  background: #5CB9FF !important;
  border-color: #5CB9FF !important;
  color: #ffffff !important;
}

.tribe-events-single-event-title,
.tribe-events-meta-group .tribe-events-single-section-title,
.sawi-stream-subscribe h3 {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 130%;
  margin-bottom: 30px;
  color: #727272;
  text-transform: none;
}
.tribe-events-content,
.tribe-events-event-meta dt,
.tribe-events-event-meta dd,
.sawi-stream-subscribe label,
.sawi-stream-subscribe input[type=text],
.sawi-stream-subscribe input[type=email] {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 170%;
  color: #909090;
}
.tribe-events-event-meta dt {
  font-weight: 600;
}
.single-tribe_events .tribe-events-single .tribe-events-event-meta {
  order: 1;
}

.sawi-event-buttons {
  display: flex;
  /*justify-content: space-between;*/
  align-items: center;
}
.sawi-button-inscricao-online,
.sawi-button-inscricao-offline {
  background-repeat: no-repeat;
  background-position: 5% center;
  padding-left: 50px;
  font-size: .8em;
  margin-right: 10px;
  margin-bottom: 20px;
}
.sawi-button-inscricao-online {
  background-color: #0066b3;
  background-image: url(img/icone-online.png);
}
.sawi-button-inscricao-offline {
  background-color: #ff7361;
  background-image: url(img/icone-offline.png);
}
.sawi-stream-embed {
  border: 0 none !important;
  background: #333;
  background-size: cover;
  background-position: center;
  height: 580px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  margin-top: 30px;
  position: relative;
}
.sawi-stream-video { 
  width: 100%;
  height: 100%;
  position: relative; 
  padding-bottom: 56.25%; 
  padding-top: 30px; 
  height: 0; 
  overflow: hidden;
  display: block;
}
.sawi-stream-video iframe, 
.sawi-stream-video object,
.sawi-stream-video embed { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%;
}

@media screen and (max-width: 767px) {
  .sawi-stream-embed {
    height: auto;
  }
}


.sawi-stream-subscribe {
  width: 730px;
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 20px;
  border-radius: 6px;
  display: none;
}
.sawi-stream-subscribe h3 {
  text-align: center;
}
.sawi-stream-subscribe label {
  width: 100%;
}
.sawi-stream-subscribe input[type=text],
.sawi-stream-subscribe input[type=email] {
  background: #F2F2F2;
  width: 100%;
  padding: 3px 10px;
  margin-top: 5px;
  border: 2px solid #f2f2f2;
}
.sawi-stream-subscribe-btn,
.sawi-stream-subscribe-btn p {
  display: flex !important; 
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.wpcf7-submit {
  background: #5CB9FF;
  color: #ffffff;
  border-color: #5CB9FF !important;
  padding: 10px 25px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 160%;
  border-radius: 50px;
  display: inline-block;
  order: 2;
}
.wpcf7-submit:hover,
.wpcf7-submit:focus,
.wpcf7-submit:focus-within {
  color: #fff;
}
.wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-not-valid-tip {
  position: absolute;
  top: -10px;
  right: 0;
  background: #dc3232;
  color: #fff;
  font-size: .8em;
  padding: 1px 5px;
  display: inline-block;
}

.sawi-stream-cover {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  cursor: pointer;
}
.sawi-stream-cover img {
  object-fit: cover;
  height: 100% !important;
}

.sawi-event-link {
  border: 0 none !important;
  text-align: right;
}



@media screen and (max-width: 767px) {
  .sawi-event-buttons {
    flex-wrap: wrap;
  }
}

/**
 * Eventos Passados
 */
.elementor-posts--skin-classic_eventos_passados .elementor-post__subtitle {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1em;
  letter-spacing: 0.01em;
  color: #5CB9FF;
  text-transform: uppercase;
}

.elementor-posts--skin-classic_eventos_passados .elementor-post {
  border-bottom: 1px solid #ababab;
  padding-bottom: 30px !important;
}

@media screen and (max-width: 767px) {
  .elementor-posts--skin-classic_eventos_passados.elementor-posts .elementor-post {
    display: block;
  }
  .elementor-posts--skin-classic_eventos_passados.elementor-posts .elementor-post__thumbnail__link {
    margin-left: 0 !important;
    margin-bottom: 20px;
  }
}


/**
 * Publicacoes
 */
 
.sawi-carousel {
  position: relative;
}

.sawi-carousel .swiper {
  width: 100%;
  height: 450px;
}

.sawi-carousel-item {
  background: #1F262A;
}
.sawi-carousel-thumbnail {
  font-size: 0;
}
.sawi-carousel-thumbnail img {
  width: 100%;
}
.sawi-carousel-content {
  padding: 20px;
}
.sawi-carousel-content-all {
  height: 100%;
  display: flex;
  align-items: center;
}
.sawi-carousel-content-all .sawi-carousel-title {
  padding: 40px;
}
.sawi-carousel-title {
  color: #ffffff;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 1em;
}
.sawi-carousel-title a {
  color: #ffffff;
}
.sawi-carousel-title a:hover {
  color: #ffffff;
}
.sawi-carousel-readmore {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 170%;

  /* or 26px */
  letter-spacing: 0.01em;

  color: #5CB9FF;
}

.swiper-button-next::after, 
.swiper-button-prev::after {
  color: #ffffff;
}


.sawi-carousel-prev,
.sawi-carousel-next {
  position: absolute;
  top: 50%;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  z-index: 1;
}
.sawi-carousel-prev {
  left: -20px;
}
.sawi-carousel-next {
  right: -20px;
}

@media screen and (max-width: 1024px) {
  .sawi-carousel-prev {
    left: 0;
  }
  .sawi-carousel-next {
    right: 0;
  }
}

.df-container > .df-ui-next, 
.df-container > .df-ui-prev {
  color: #ffffff !important;
  opacity: .8 !important;
}

/**
 * Publicacoes
 */

.box-publicacoes .elementor-post {
  background: #1F262A;
}

.box-publicacoes .elementor-post .elementor-post__text {
  padding: 20px;
}

/**
 * Panorama
 */
.panorama-capa .elementor-post {
  position: relative;
}
.panorama-capa .elementor-post__text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,.5);
  padding: 20px 0;
}
.panorama-capa .elementor-post__read-more {
  background: #22A0FF;
  padding: 8px 20px;
  display: inline-block;
  border-radius: 20px;
  margin-top: 15px;
}
.panorama-capa .elementor-post__read-more:hover {
  background: #fff;
  color: #000 !important;
}

.elementor-posts--skin-classic_panorama_capa .elementor-post__subtitle,
.elementor-posts--skin-classic_panorama_arq .elementor-post__subtitle {
  color: #5CB9FF;
}

.ays-poll-main  {
  padding: 40px;
  background: #5CB9FF;
}

.box-apm {
  padding-bottom: 0 !important;
}

.ays_question p {
	text-align: left !important;
}
.apm-title-box h5 {
	/* Título conteúdo */
	font-family: 'Source Sans Pro' !important;
	font-style: normal;
	font-weight: 700;
	font-size: 28px !important;
	line-height: 130%;
	color: #5CB9FF !important;
}

.sawi-menu-panorama {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.sawi-menu-panorama-item {
  display: inline-block;
  
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;

  color: #727272;
  margin: 0 30px;
}
.sawi-menu-panorama-item a {
  color: #727272;
}
.sawi-menu-panorama-item a:hover,
.sawi-menu-panorama-item a:focus,
.sawi-menu-panorama-item a:focus-within {
  color: #5CB9FF;
}

/**
 * Panorama (Anteriores)
 */
.elementor-posts--skin-classic_panorama_anteriores article {
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  border-radius: 0 0 6px 6px;
}
.elementor-posts--skin-classic_panorama_anteriores .elementor-post__text {
  padding: 20px 30px;
}
.elementor-posts--skin-classic_panorama_anteriores .elementor-post__read-more {
  margin: 15px 0;
  display: inline-block;
}
.panorama-anterior-thumbnail {
  height: 300px;
  background: #364046;
  text-align: center;
}
.panorama-anterior-thumbnail img {
  width: auto;
  max-height: 100%;
}


.panorama-download-button {
  color: #22A0FF;
  border: 1px solid;
  padding: 8px 25px;
  display: inline-block;
  border-radius: 50px;
  
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 160%;
}
.panorama-download-button:hover,
.panorama-download-button:focus,
.panorama-download-button:focus-within {
  background: #22A0FF;
  border-color:: #22A0FF;
  color: #ffffff;
}


/**
 * Panorama (Edicoes)
 */
.sawi-panorama-edicoes {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
.sawi-panorama-edicao {
  flex: 0 0 25%;
  padding: 20px;
}
.sawi-panorama-edicao h2 {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 130%;
  color: #727272;
}
.sawi-panorama-edicao a {
  color: #727272;
}
.sawi-panorama-edicao ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .sawi-panorama-edicao {
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 767px) {
  .sawi-panorama-edicao {
    flex: 0 0 100%;
  }
}

/**
 * Indicadores
 */
.sawi-indicador {
  text-align: center;
  font-size: 0;
  margin-top: 30px;
  min-height: 400px;
}
.sawi-indicador-placeholder {
  display: inline-block;
  position: relative;
  margin-top: 100px;
}
.sawi-indicador-placeholder img {
  border: 1px solid #727272 !important;
  opacity: .7;
}
.sawi-indicador-desc {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 2;
  font-size: 12px;
  background: #dadada;
  padding: 3px 10px;
  margin-right: 5px;
  text-align: left;
}

/*
.sawi-indicador-iframe iframe {
  min-height: 700px;
}

@media screen and (max-width: 992px) {
  .sawi-indicador-iframe iframe {
    min-height: 1000px;
  }  
}
*/

.sawi-indicadores-filtros {
  position: relative;
}
.sawi-indicadores-trigger {
  color: #F9AF3B;
  border-color: #F9AF3B;
}
.sawi-indicadores-trigger:hover,
.sawi-indicadores-trigger:focus,
.sawi-indicadores-trigger:focus-within {
  background-color: #F9AF3B !important;
  color: #fff;
}
.sawi-indicadores-formulario {
  position: absolute;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0,0,0,.15);
  padding: 20px 40px;
  color: #727272;
  width: 325px;
  max-width: 100%;
  border-radius: 6px;
  z-index: 3;
  display: none;
}
.sawi-indicadores-titulo {
  /* cta */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 160%;

  /* or 24px */
  display: flex;
  align-items: center;
  margin: 0 0 15px;
}
.sawi-indicadores-titulo.selected {
  color: #f9af3b;
}
.sawi-indicadores-datas {
  display: flex;
  gap: 20px;
}
.sawi-indicadores-filtro input[type=text] {
  border: 1px solid #C2BDC1;
  border-radius: 6px;
  
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 160%;

  color: #727272;
  text-align: center;
}
.sawi-indicadores-filtro label {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 160%;
  margin-bottom: 5px;
}
.sawi-indicadores-filtro {
  margin: 20px 0 15px;
}
.sawi-indicadores-filtro ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 160%;
  color: #727272;  
  cursor: pointer;
  display: none;
  margin-right: 6px;
}
.sawi-indicadores-filtro ul.scroll {
  max-height: 200px;
  overflow: hidden scroll;
  scrollbar-width: thin;
  scrollbar-color: #707070 #e5e5e5;
  scrollbar-gutter: stable;
}
.sawi-indicadores-filtro ul li {
  padding: 5px 5px 5px 15px;
}
.sawi-indicadores-filtro ul li:hover,
.sawi-indicadores-filtro ul li.active {
  background: #ececec;
}
.sawi-indicadores-filtro.open ul {
  display: block;
}
.sawi-indicadores-filtro .sawi-indicadores-filtro-trigger {
  cursor: pointer;
  background: url('img/caret-right.png') no-repeat right center;
  margin-bottom: 0;
}
.sawi-indicadores-filtro.open .sawi-indicadores-filtro-trigger {
  background: url('img/caret-down.png') no-repeat right center;
}
.sawi-indicadores-filtro input[type=checkbox] {
  display: none;
}
.sawi-indicadores-filtro-selected {
  font-size: .8em;
  padding: 3px 15px;
  margin-top: 5px;
  margin-bottom: 10px;
  display: flex;
  color: #8D9193;
  border: 1px solid #f9af3b;
  border-radius: 4px;
}
.sawi-indicadores-filtro-selected .text {
  flex: 1;
  display: flex;
  align-items: center;
}
.sawi-indicadores-filtro-selected .close {
  margin-left: 10px;
  cursor: pointer;
  font-size: 1.3em;
  display: flex;
  align-items: center;
  color: #f9af3b;
}
.sawi-indicadores-checkbox-wrapper {
  display: flex;
  align-content: center;
  align-items: center;
  gap: 10px;
  
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 160%;
  color: #727272;
  cursor: pointer;
}
.sawi-indicadores-checkbox {
  display: inline-block;
  border: 1px solid #C2BDC1;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  line-height: 30px;
  text-align: center;
}
.sawi-indicadores-checkbox .fa {
  display: none;
}
.sawi-indicadores-checkbox.check .fa {
  display: inline-block;
}

.sawi-indicadores-btn-wrapper {
  text-align: right;
}
.sawi-indicadores-btn,
.sawi-indicadores-btn:hover,
.sawi-indicadores-btn:focus,
.sawi-indicadores-btn:focus-within {
  color: #fff;
  border-color: #F9AF3B !important;
  background-color: #F9AF3B !important;
}

.sawi-indicadores-limpar-btn,
.sawi-indicadores-limpar-btn:hover,
.sawi-indicadores-limpar-btn:focus {
  color: #f9af3b;
  padding: 10px;
}

.sawi-indicadores-notice {
  font-size: .75em;
  font-style: italic;
  padding: 10px;
  background: #f7f7f7;
  margin-top: 10px;
}

/**
 * Google Search
 */

.gsc-control-cse {
  background: none !important;
  border: 0 none !important;
  padding: 0 !important;
}
table.gsc-search-box {
  border: 0 none !important;
  margin: 0;
}
table.gsc-search-box tbody > tr:nth-child(2n+1) > td, 
table.gsc-search-box tbody > tr:nth-child(2n+1) > th,
table.gsc-search-box tbody tr:hover > td, 
table.gsc-search-box tbody tr:hover > th,
table.gsc-completion-container tbody > tr:nth-child(2n+1) > td, 
table.gsc-completion-container tbody > tr:nth-child(2n+1) > th {
  background: none !important;
}
.gsc-input-box {
  
}
.gsc-input {
  padding: 0 !important;
}
.gsc-input table {
  margin: 0;
}
.gsc-input .gsib_b {
  display: none !important;
}
table.gsc-search-box td, 
table.gsc-search-box th,
table.gsc-completion-container td,
table.gsc-completion-container th {
  border: 0 none;
}
.gsc-search-button {
  padding: 0 !important;
}

.gsc-search-button button {
  background: none !important;
  border: 0 none !important;
  padding: 5px !important;
}
.gsc-search-button button svg {
  fill: #727272 !important;
}

.gsc-results {
  background: none !important;
}
.gsc-webResult.gsc-result {
  border-top: 0 none !important;
  border-left: 0 none !important;
  border-right: 0 none !important;
  border-bottom: 1px solid #acacac !important;
}
.gsc-table-result {
  margin-bottom: 10px;
  margin-top: 10px;
  display: flex;
  gap: 10px;
}
.gs-web-image-box, 
.gs-promotion-image-box {
  float: none !important;
}
.gs-image {
  border: 0 none !important;
}
.gs-promotion .gs-visibleUrl, 
.gs-webResult .gs-visibleUrl {
  color: #aaa !important;
}

table.gsc-completion-container tbody tr:hover > td, 
table.gsc-completion-container tbody tr:hover > th {
  background: #fff;
}

table.gssb_c {
  margin-top: 40px;
}


/**
 * FooGallery
 */
.foogallery.fg-carousel.fg-dark.fg-inverted button.fg-carousel-next, 
.foogallery.fg-carousel.fg-dark.fg-inverted button.fg-carousel-prev, 
.foogallery.fg-carousel.fg-light button.fg-carousel-next, 
.foogallery.fg-carousel.fg-light button.fg-carousel-prev {
  padding: 0;
  font-size: 50px;
}
.foogallery.fg-carousel.fg-dark.fg-inverted button.fg-carousel-bullet, 
.foogallery.fg-carousel.fg-light button.fg-carousel-bullet {
  padding: 0;
  width: 1em;
}


/**
 * Cookie notice
 */
.sawi-cookie-notice {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding: 20px;
  font-size: 13px;
  color: #727272;
  text-align: center;
  z-index: 9999;
  display: none;
}
.sawi-cookie-notice-inner {
  max-width: 1030px;
  width: 100%;
  margin: 0 auto;
}
.sawi-cookie-notice-btn {
  background: #3BABFF;
  color: #fff;
  font-size: 10px;
  padding: 5px 7px;
}
.sawi-cookie-notice-btn:hover,
.sawi-cookie-notice-btn:focus,
.sawi-cookie-notice-btn:focus-within {
  background: #3BABFF;
  color: #fff;
}


/**
 * Botão de download de PDF
 */
.sawi-download-pdf {
  text-align: center;
}
.sawi-download-btn {
  background: #3BABFF;
  color: #fff;
  padding: 7px 25px;
  display: inline-block;
  border-radius: 20px;
}
.sawi-download-btn:hover,
.sawi-download-btn:focus,
.sawi-download-btn:focus-within {
  color: #3BABFF;
  background: #fff;
}



.fb_iframe_widget_lift {
  width: 100% !important;
}



.single-tribe_event_series {
  background: #fff !important;
}

.tribe-events-pro-summary__event-details {
  width: 80% !important;
}
.tribe-events-pro-summary__event-title-link {
  color: #727272 !important;
  text-decoration: none !important;
  font-size: 24px !important;
}
.tribe-events-pro-summary__event-header {
  display: block !important;
}
.event-series-thumbnail {
  width: 40%;
  float: right;
  margin-left: 20px !important;
}
.tribe-events-pro-summary__event-details {
	width: 100% !important;
}

@media screen and (max-width: 992px) {
	.event-series-thumbnail {
	  width: 100%;
	  float: none;
	  margin-left: 0px !important;
	}
}

/**
 * Breadcrumbs
 */
.breadcrumbs-wrapper {
  padding: 20px 0 !important;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
}
.breadcrumbs-wrapper {
  color: #22A0FF;
}
.breadcrumbs-wrapper a {
  color: #9F9F9F;
  text-decoration: none !important;
}


/**
 * Colab
 */


.elementor-posts--skin-classic_colab .elementor-post__subtitle,
.elementor-posts--skin-classic_colab_rel .elementor-post__subtitle {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1em;
  letter-spacing: 0.01em;
  color: #5CB9FF;
}

.elementor-posts--skin-classic_colab .elementor-grid-item,
.elementor-posts--skin-classic_colab_rel .elementor-grid-item {
  border-bottom: 1px solid #ABABAB;
  padding-bottom: 30px !important;
  margin-bottom: 30px !important;
}

@media screen and (max-width: 767px) {
	.elementor-posts--skin-classic_colab .elementor-grid-item {
		display: block !important;
	}

	.elementor-posts--skin-classic_colab .elementor-grid-item .elementor-post__thumbnail__link {
		display: block;
		margin-bottom: 20px;
	}
}


body.paged .colab-info,
body.tax-categoria_colab .colab-info {
	display: none;
}


/**
 * Anahp Pro
 */
 
/**
 * Anahp Pro
 */
 

.elementor-posts--skin-classic_anahp_pro .elementor-post__subtitle {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0.01em;
  color: #5CB9FF;
}
.elementor-posts--skin-classic_anahp_pro .elementor-grid-item.evento-destaque .elementor-post__subtitle em {
  font-style: normal;
  font-weight: 600;
  font-size: .9em;
  color: #FEBC12;
  margin-right: 10px;
}

.elementor-posts--skin-classic_anahp_pro .elementor-grid-item {
  border-bottom: 1px solid #ABABAB;
  padding-bottom: 30px !important;
  margin-bottom: 30px !important;
  position: relative;
}

.elementor-posts--skin-classic_anahp_pro .elementor-grid-item.evento-destaque::before {
  content: ' ';
  width: 3px;
  height: 80%;
  display: block;
  background: #FEBC12;
  position: absolute;
  top: 0;
  left: -20px;
}

.elementor-posts--skin-classic_anahp_pro .elementor-post__text {
  color: var(--e-global-color-primary, #737373);
}

.elementor-posts--skin-classic_anahp_pro .elementor-post__excerpt,
.elementor-posts--skin-classic_anahp_pro .elementor-post__excerpt p {
  font-size: 14px !important;
}

@media screen and (max-width: 767px) {
	.elementor-posts--skin-classic_anahp_pro .elementor-grid-item {
		display: block !important;
	}

	.elementor-posts--skin-classic_anahp_pro .elementor-grid-item .elementor-post__thumbnail__link {
		display: block;
		margin-bottom: 20px;
	}
}

.single-anahp_pro h2,
.single-anahp_pro h3,
.single-anahp_pro h4,
.single-anahp_pro h5 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
}

.single-anahp_pro h2 {
  font-size: 28px;
}
.single-anahp_pro h3 {
  font-size: 24px;
}
.anahp-pro-info {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #fff;
}
.anahp-pro-info li {
  margin-bottom: 10px;
  font-size: 16px;
}
.anahp-pro-info li:last-child {
  margin-bottom: 0;
}
.anahp-pro-info .fas {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 10px;
}
.anahp-pro-info span {
  vertical-align: middle;
}



.palestrantes-wrapper .elementor-widget-container {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
}

.palestrante {
	display: flex;
	column-gap: 20px;
	margin-bottom: 35px;
	width: 45%;
	line-height: 1.3em;
	background: #f7f7f7;
	padding: 10px;
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	align-items: center;
}
.palestrante .foto {
	width: 100px;
	height: 100px;
	flex-shrink: 0;
}
.palestrante .foto img {
	border-radius: 100%;
	width: 100px;
	height: 100px;
}
.palestrante .info {
	display: flex;
	justify-content: center;
	flex-direction: column;
	row-gap: 3px;
}
.palestrante .info .nome {
	font-weight: 700;
}
.palestrante .info .cargo {
	font-style: italic;
}

@media screen and (max-width: 800px) {
	.palestrante {
		width: 100%;
	}
}

  
.palestrante.b {
	background: #3BABFF;
	color: #fff;
}
.palestrante.b a {
	color: #fff;
	text-decoration: underline;
}