.header {
  position: relative;
}
@media (max-width: 800px) {
  .header {
    margin-bottom: 50px;
  }
}
.header .info-heading-background {
  position: absolute;
  height: 100%;
  width: 100%;
  width: -webkit-fill-available;
  margin-bottom: 100px;
}
@media (min-width: 1025px) {
  .header .info-heading-background {
    padding-right: 129px;
  }
}
@media (min-width: 1360px) {
  .header .info-heading-background {
    height: calc(100% - 40px);
  }
}
@media (min-width: 1440px) {
  .header .info-heading-background {
    margin-right: calc((100% - 1441px) / 2);
    padding-right: 129px;
  }
}
@media (min-width: 1440px) and (max-width: 1456px) {
  .header .info-heading-background {
    margin-right: 0px;
  }
}
.header .info-heading-background:before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  background-color: #275777;
}
.header .info-heading {
  font-family: "Quicksand CUF", sans-serif;
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 135px;
  padding-bottom: 40px;
}
@media (max-width: 1440px) {
  .header .info-heading {
    padding-bottom: 20px;
  }
}
@media (max-width: 800px) {
  .header .info-heading {
    margin: auto;
  }
}
.header .info-heading .block-system-breadcrumb-block .breadcrumb {
  background-color: transparent;
  border-radius: 0;
  padding-left: 50px;
  line-height: 0;
  margin-right: 15px;
  padding-top: 0;
}
@media (max-width: 1024px) {
  .header .info-heading .block-system-breadcrumb-block .breadcrumb {
    padding-left: 32px;
  }
}
@media (max-width: 512px) {
  .header .info-heading .block-system-breadcrumb-block .breadcrumb {
    padding-left: 20px;
  }
}
.header .info-heading .block-system-breadcrumb-block .breadcrumb li {
  display: inline;
  position: relative;
  color: #ffffff;
  font-size: 16px;
}
.header .info-heading .block-system-breadcrumb-block .breadcrumb li:not(:first-child) {
  margin-left: 20px;
}
.header .info-heading .block-system-breadcrumb-block .breadcrumb li:before {
  position: absolute;
  color: #ffffff;
  left: -20px;
  font-size: 16px;
}
.header .info-heading .block-system-breadcrumb-block .breadcrumb li a {
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
  display: inline;
}
@media (max-width: 512px) {
  .header .info-heading .block-system-breadcrumb-block .breadcrumb li a {
    font-size: 13px;
  }
}
.header .info-heading .button-area {
  display: inline-flex;
  max-width: 100%;
  margin-right: 0;
  text-align: center;
}
.header .info-heading .button-area .button-consulta a,
.header .info-heading .button-area .field--name-field-event-buttons a {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  padding: 16px 22px;
  color: #ffffff;
  background-color: #00a2ce;
  border-radius: 34px;
  text-transform: uppercase;
  border: 1.5px solid #00a2ce;
}
@media (max-width: 1024px) {
  .header .info-heading .button-area .button-consulta a,
  .header .info-heading .button-area .field--name-field-event-buttons a {
    padding: 16px 16px;
  }
}
@media (max-width: 512px) {
  .header .info-heading .button-area .button-consulta a,
  .header .info-heading .button-area .field--name-field-event-buttons a {
    min-width: 260px;
  }
}
.header .info-heading .button-area .button-consulta a:hover,
.header .info-heading .button-area .field--name-field-event-buttons a:hover {
  color: #00a2ce;
  background-color: #ffffff;
  border: 1.5px solid #ffffff;
  cursor: pointer;
}
.header .info-heading .button-area .button-teleconsulta {
  max-width: 100%;
  margin-left: 40px;
  margin-right: 0;
}
@media (max-width: 1360px) {
  .header .info-heading .button-area .button-teleconsulta {
    margin-left: 25px;
  }
}
@media (max-width: 800px) {
  .header .info-heading .button-area .button-teleconsulta {
    text-align: center;
  }
}
@media (max-width: 512px) {
  .header .info-heading .button-area .button-teleconsulta {
    display: block;
    margin-left: 0;
    margin-top: 20px;
  }
}
.header .info-heading .button-area .button-teleconsulta a {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  padding: 16px 32px;
  color: #ffffff;
  background-color: #00a2ce;
  border: 1.5px solid #ffffff;
  border-radius: 34px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .header .info-heading .button-area .button-teleconsulta a {
    padding: 16px 22px;
  }
}
@media (max-width: 512px) {
  .header .info-heading .button-area .button-teleconsulta a {
    min-width: 260px;
  }
}
.header .info-heading .button-area .button-teleconsulta a:hover {
  color: #00a2ce;
  background-color: #ffffff;
  border: 1.5px solid #00a2ce;
  cursor: pointer;
}
@media (max-width: 800px) {
  .header .info-heading .button-area {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 512px) {
  .header .info-heading .button-area {
    display: block;
  }
}
.header .info-heading .content-img {
  position: relative;
  margin: 0;
  padding: 0;
  margin-bottom: -50px;
}
@media (max-width: 800px) and (min-width: 800px) {
  .header .info-heading .content-img.col-md-4 {
    min-width: 100%;
  }
}
@media (min-width: 800px) {
  .header .info-heading .content-img.col-md-4 {
    max-width: 460px;
  }
}
@media (max-width: 800px) {
  .header .info-heading .content-img {
    margin-bottom: 0;
  }
}
.header .info-heading .content-img .label-marcacao .field--name-field-online-scheduling {
  position: absolute;
  z-index: 6;
  background-color: #ffffff;
  padding: 5px 16px;
  font-size: 18px;
  bottom: 15px;
  color: #20394a !important;
  font-weight: 500 !important;
}
@media (max-width: 800px) {
  .header .info-heading .content-img .label-marcacao .field--name-field-online-scheduling {
    left: 17%;
  }
}
@media (max-width: 512px) {
  .header .info-heading .content-img .label-marcacao .field--name-field-online-scheduling {
    left: 0;
  }
}
.header .info-heading .content-img .label-marcacao .field--name-field-online-scheduling .field--label {
  color: #20394a !important;
  font-weight: 500 !important;
}
.header .info-heading .content-img .label-marcacao .field--name-field-online-scheduling .field--item {
  display: none;
}
.header .info-heading .content-img .label-teleconsulta .field--name-field-teleconsulta {
  position: absolute;
  z-index: 6;
  background-color: #ffffff;
  padding: 5px 16px;
  font-size: 18px;
  bottom: 55px;
  color: #20394a !important;
  font-weight: 500 !important;
}
@media (max-width: 800px) {
  .header .info-heading .content-img .label-teleconsulta .field--name-field-teleconsulta {
    left: 17%;
  }
}
@media (max-width: 512px) {
  .header .info-heading .content-img .label-teleconsulta .field--name-field-teleconsulta {
    left: 0;
  }
}
.header .info-heading .content-img .label-teleconsulta .field--name-field-teleconsulta .field--label {
  color: #20394a !important;
  font-weight: 500 !important;
}
.header .info-heading .content-img .label-teleconsulta .field--name-field-teleconsulta .field--item {
  display: none;
}
.header .info-heading .content-img .field--name-field-online-scheduling,
.header .info-heading .content-img .field--name-field-teleconsulta {
  position: absolute;
  z-index: 6;
  background-color: #ffffff;
  padding: 5px 16px;
  font-size: 18px;
  bottom: 15px;
  color: #20394a !important;
  font-weight: 500 !important;
}
@media (max-width: 800px) {
  .header .info-heading .content-img .field--name-field-online-scheduling,
  .header .info-heading .content-img .field--name-field-teleconsulta {
    left: 17%;
  }
}
@media (max-width: 512px) {
  .header .info-heading .content-img .field--name-field-online-scheduling,
  .header .info-heading .content-img .field--name-field-teleconsulta {
    left: 0;
  }
}
.header .info-heading .content-img .field--name-field-online-scheduling .field--label,
.header .info-heading .content-img .field--name-field-teleconsulta .field--label {
  color: #20394a !important;
  font-weight: 500 !important;
}
.header .info-heading .content-img .field--name-field-online-scheduling .field--item,
.header .info-heading .content-img .field--name-field-teleconsulta .field--item {
  display: none;
}
.header .info-heading .content-img .field--name-field-event-type {
  position: absolute;
  z-index: 6;
  background-color: #ffffff;
  padding: 5px 16px;
  font-size: 18px;
  bottom: 15px;
  color: #20394a !important;
  font-weight: 500 !important;
}
@media (max-width: 800px) {
  .header .info-heading .content-img .field--name-field-event-type {
    left: 17%;
  }
}
@media (max-width: 512px) {
  .header .info-heading .content-img .field--name-field-event-type {
    left: 0;
  }
}
.header .info-heading .content-img .field--name-field-event-type .field--label {
  display: none;
}
.header .info-heading .content-img .field--name-field-event-type .field--item {
  color: #20394a !important;
  font-weight: 500 !important;
}
.header .info-heading .content-img .field--name-field-highlight-image {
  width: 100%;
  height: 100%;
}
@media (min-width: 1440px) {
  .header .info-heading .content-img .field--name-field-highlight-image {
    max-width: 460px;
  }
}
@media (max-width: 320px) {
  .header .info-heading .content-img .field--name-field-highlight-image {
    width: 302px;
  }
}
.header .info-heading .content-img .field--name-field-highlight-image img {
  display: block;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 800px) {
  .header .info-heading .content-img .field--name-field-highlight-image img {
    width: 66%;
    height: 66%;
    margin: auto;
  }
}
@media (max-width: 512px) {
  .header .info-heading .content-img .field--name-field-highlight-image img {
    width: 100%;
    height: 100%;
    padding-right: 40px;
  }
}
@media (max-width: 320px) {
  .header .info-heading .content-img .field--name-field-highlight-image img {
    width: 302px;
  }
}
.header .info-heading .col-md-8 {
  padding-left: 58px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .header .info-heading .col-md-8 {
    padding-left: 4vw;
    padding-right: calc(4vw + 129px);
    padding-bottom: 4vw;
  }
}
@media (max-width: 1024px) {
  .header .info-heading .col-md-8 {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media (max-width: 800px) {
  .header .info-heading .col-md-8 {
    padding-left: 0vw;
    padding-right: 0vw;
  }
}
.header .info-heading .content-area {
  margin: 0;
  padding: 0px 0px 30px 0px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
}
@media (max-width: 800px) and (min-width: 800px) {
  .header .info-heading .content-area.col-md-8 {
    min-width: 100%;
  }
}
@media (max-width: 800px) {
  .header .info-heading .content-area {
    padding: 23px 134px 40px 20%;
  }
}
@media (max-width: 512px) {
  .header .info-heading .content-area {
    padding: 20px 50px 40px 20px;
  }
}
@media (max-width: 320px) {
  .header .info-heading .content-area {
    width: 280px;
  }
}
.header .info-heading .content-area .field--name-title-text {
  font-family: "Quicksand CUF", sans-serif;
  font-weight: 500;
  font-size: 42px;
  line-height: 1.19;
  color: #ffffff;
  display: inline-block;
  max-width: 776px;
  margin: 0;
  -webkit-backface-visibility: hidden;
  margin: 0;
}
.header .info-heading .content-area .field--name-title-text:hover {
  text-decoration: none;
}
@media (max-width: 800px) {
  .header .info-heading .content-area .field--name-title-text {
    font-size: 30px;
  }
}
.header .info-heading .content-area .field--name-field-event-dates {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 1.44;
  color: #ffffff;
  padding-top: 16px;
}
.header .info-heading .content-area .field--name-field-event-dates .date-item {
  display: inline-block;
}
.header .info-heading .content-area .field--name-field-event-dates > .date-item:after {
  content: " | ";
}
.header .info-heading .content-area .field--name-field-event-dates > .date-item:last-child:after {
  content: " ";
}
.header .info-heading .content-area .field--name-field-event-dates > .date-item:nth-child(4):after {
  content: " ";
}
.header .info-heading .content-area .field--name-field-event-dates .event-see-more {
  color: #00a2ce !important;
}
.header .info-heading .content-area .field--name-field-event-dates .event-see-more:hover {
  text-decoration: underline;
}
.header .info-heading .content-area div > div > .field--label {
  padding-top: 16px;
  color: #4dd7fd;
  font-size: 18px;
  display: inline-block;
}
@media (max-width: 800px) {
  .header .info-heading .content-area div > div > .field--label {
    font-size: 16px;
  }
}
.header .info-heading .content-area div > div > .field--label:after {
  content: ":";
}
.header .info-heading .content-area div > div > .field--items {
  display: inline;
}
.header .info-heading .content-area div > div > .field--items .field--item {
  display: inline;
  padding-top: 5px;
  position: relative;
  color: #ffffff !important;
  font-size: 18px;
}
@media (max-width: 800px) {
  .header .info-heading .content-area div > div > .field--items .field--item {
    font-size: 16px;
  }
}
.header .info-heading .content-area div > div > .field--items .field--item:after {
  display: inline;
  content: " | ";
}
.header .info-heading .content-area div > div > .field--items .field--item:last-child:after {
  content: "";
}
.header .info-heading .content-area .field--name-field-function {
  display: none;
}
.header .info-heading .content-area .field--name-field-professional-category {
  -webkit-backface-visibility: hidden;
}
.header .info-heading .content-area .field--name-field-professional-category a {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.44;
  color: #ffffff;
  padding: 4px 0 8px 0;
}
@media (max-width: 800px) {
  .header .info-heading .content-area .field--name-field-professional-category a {
    font-size: 16px;
  }
}
.header .info-heading .content-area .field--name-field-description-label-1,
.header .info-heading .content-area .field--name-field-description-label-2,
.header .info-heading .content-area .field--name-field-description-label-3 {
  padding-top: 16px;
  color: #4dd7fd;
  font-size: 18px;
  float: left;
}
@media (max-width: 800px) {
  .header .info-heading .content-area .field--name-field-description-label-1,
  .header .info-heading .content-area .field--name-field-description-label-2,
  .header .info-heading .content-area .field--name-field-description-label-3 {
    font-size: 16px;
  }
}
.header .info-heading .content-area .field--name-field-description-label-1:after,
.header .info-heading .content-area .field--name-field-description-label-2:after,
.header .info-heading .content-area .field--name-field-description-label-3:after {
  content: ": ";
  padding: 0 5px 0 0;
}
.header .info-heading .content-area .field--name-field-description-value-1,
.header .info-heading .content-area .field--name-field-description-value-2,
.header .info-heading .content-area .field--name-field-description-value-3 {
  padding-top: 16px;
  color: #ffffff;
  font-size: 18px;
}
@media (max-width: 800px) {
  .header .info-heading .content-area .field--name-field-description-value-1,
  .header .info-heading .content-area .field--name-field-description-value-2,
  .header .info-heading .content-area .field--name-field-description-value-3 {
    font-size: 16px;
  }
}
.header .info-heading .content-area .field--name-field-description-value-1:after,
.header .info-heading .content-area .field--name-field-description-value-2:after,
.header .info-heading .content-area .field--name-field-description-value-3:after {
  content: " ";
  display: block;
  width: 100vw;
}
@media (max-width: 512px) {
  .header .info-heading .content-area .field--name-field-description-value-1,
  .header .info-heading .content-area .field--name-field-description-value-2,
  .header .info-heading .content-area .field--name-field-description-value-3 {
    display: block;
  }
}
.header .info-heading .content-area .field--name-field-professional-category, .header .info-heading .content-area .field--name-field-professional-license {
  color: #ffffff;
}
.header .info-heading .content-area .field--name-field-professional-license {
  color: #ffffff;
  font-size: 16px;
}
.header .info-heading .content-area .field--name-field-professional-license .field--item {
  display: inline;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .header .info-heading-background:before {
      position: absolute;
    }
  }
}
#event-central-region {
  margin-top: 50px;
}

.field--name-field-coordinator-in {
  color: #ffffff;
}
.field--name-field-coordinator-in .field--items .field--item::after {
  display: none;
}
.field--name-field-coordinator-in .field--items:last-child::after {
  display: none;
}
.field--name-field-coordinator-in .field--item::after {
  display: none !important;
}
.field--name-field-coordinator-in .paragraph--type--specialities-sites {
  display: inline;
}

.field--name-field-p-centers .field--items .field--item::after {
  content: ", ";
}
.field--name-field-p-centers .field--items:last-child::after {
  display: none;
}
.field--name-field-p-centers .paragraph--type--center-site {
  display: inline;
}

/*# sourceMappingURL=info-heading-professional.css.map */
