/* Variables */
/*font-size*/
.asideBar {
  color: #fff;
  background: #fff;
  z-index: 1002;
  padding: 0 10px;
}
.asideBar h3 {
  background-color: #2E2E2E;
  font-size: 1.9em;
  padding: 20px;
  margin: 0;
  font-weight: 300;
}
.asideBar .handler {
  background-color: #ef4662;
  left: -50px;
  padding: 10px 8px;
  width: 40px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  writing-mode: vertical-lr;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  /*margin-top: -20px;*/
  /*-moz-transition: 200ms ease all;
    -webkit-transition: 200ms ease all;
  -o-transition: 200ms ease all;
  transition: 200ms ease all;*/
}
.asideBar .handle:hover {
  /*left: -46px;
    width: 30px;*/
}
.user-general .instituicao_atual_wrapper,
.user-general .area_atuacao_atual_wrapper {
  display: none;
}
.aside-news {
  margin-top: 30px;
}
.aside-news time {
  color: #B1BACC;
  margin-top: 15px;
  font-size: 0.6875rem;
}
.aside-news .title {
  font-size: 0.8125rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  color: #6b7283;
}
.aside-news .description {
  line-height: 1.15;
  font-family: source sans pro, sans-serif;
  font-size: 0.6875rem;
  color: #6b7283;
}
.aside-news .calendar {
  margin-bottom: 30px;
}
.aside-news .image {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 80px;
  position: relative;
  border-top-left-radius: 14px;
  margin-bottom: 10px;
}
.aside-news .image .category {
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  padding: 7px 40px 7px 16px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.8125rem;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  border-top-left-radius: 14px;
  border-bottom-right-radius: 45px;
  text-align: left;
}
.asideBar.active {
  -webkit-box-shadow: -1px 1px 10px -2px #ccc;
  box-shadow: -1px 1px 10px -2px #ccc;
}
.calc .data-provavel {
  display: none;
}
.calc .data-menstruacao {
  display: none;
}
.calc .data-exame {
  display: none;
}
.calc .calc-result {
  display: none;
}
.calc fieldset {
  border: 1px groove #ddd !important;
  padding: 0 1.4em 1.4em 1.4em !important;
  margin: 0 0 1.5em 0 !important;
  -webkit-box-shadow: 0 0 0 0 #000;
  box-shadow: 0 0 0 0 #000;
}
.calc legend {
  font-size: 1.2em !important;
  font-weight: bold !important;
  text-align: left !important;
  width: auto;
  padding: 0 15px;
  font-family: "Roboto", sans-serif;
  color: #6b7283;
}
.benefit {
  overflow: hidden;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: stretch;
  padding: 0;
  margin: 0;
}
.benefit .grid-item {
  margin-top: 10px;
  width: 100%;
  height: 150px;
  webkit-transition: opacity 0.3s ease-in, -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.3s ease-in, -webkit-transform 0.2s ease-out;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(29, 29, 38, 0.3);
  box-shadow: 1px 1px 4px 0 rgba(29, 29, 38, 0.3);
}
.benefit .grid-item:hover {
  position: relative;
  -webkit-box-shadow: 0 0 21px 0 rgba(18, 30, 72, 0.5);
  box-shadow: 0 0 21px 0 rgba(18, 30, 72, 0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.benefit .grid-item.banner {
  overflow: hidden;
}
.benefit .grid-item.banner a {
  background-position: right;
  display: block;
  height: 100%;
  width: 100%;
  cursor: pointer;
  text-indent: -99999999px;
}
.benefit .grid-item.text {
  overflow: hidden;
  position: relative;
}
.benefit .grid-item.text a {
  display: block;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.benefit .grid-item.text .header {
  background-color: #ef4662;
  display: inline-block;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  padding: 7px 40px 7px 16px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.9rem;
  text-transform: uppercase;
  color: white;
  font-weight: 600;
  border-bottom-right-radius: 45px;
  text-align: left;
}
.benefit .grid-item.text .header.cashback {
  background-color: #86f1ca;
}
.benefit .grid-item.text .header.free {
  background-color: #6b7283;
}
.benefit .grid-item.text .body {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 35px;
  top: 0;
  left: 0;
}
.benefit .grid-item.text .body .name {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #6b7283;
}
.benefit .grid-item.text .body .text {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  color: #6b7283;
}
.benefit .grid-item.text .logo {
  float: left;
  width: calc(40%);
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border: transparent 10px solid;
}
.benefit .grid-item.text .featured {
  float: left;
  width: calc(60% - 15px);
  margin-left: 15px;
  height: 100%;
}
.benefit .grid-item.text .footer {
  position: absolute;
  bottom: 5px;
  width: 100%;
  text-align: right;
  padding: 0 15px;
  font-family: "Roboto", sans-serif;
  font-size: 0.6875rem;
  color: #d7dbde;
}
.classified {
  overflow: hidden;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: stretch;
  padding: 0;
  margin: 0;
}
.classified .grid-item {
  margin-top: 10px;
  width: 100%;
  height: 150px;
  webkit-transition: opacity 0.3s ease-in, -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.3s ease-in, -webkit-transform 0.2s ease-out;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(29, 29, 38, 0.3);
  box-shadow: 1px 1px 4px 0 rgba(29, 29, 38, 0.3);
}
.classified .grid-item:hover {
  position: relative;
  -webkit-box-shadow: 0 0 21px 0 rgba(18, 30, 72, 0.5);
  box-shadow: 0 0 21px 0 rgba(18, 30, 72, 0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.classified .grid-item.banner {
  overflow: hidden;
}
.classified .grid-item.banner a {
  background-position: right;
  display: block;
  height: 100%;
  width: 100%;
  cursor: pointer;
  text-indent: -99999999px;
}
.classified .grid-item.text {
  overflow: hidden;
  position: relative;
}
.classified .grid-item.text a {
  display: block;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.classified .grid-item.text .header {
  background-color: #ef4662;
  display: inline-block;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  padding: 7px 40px 7px 16px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.9rem;
  text-transform: uppercase;
  color: white;
  font-weight: 600;
  border-bottom-right-radius: 45px;
  text-align: left;
}
.classified .grid-item.text .header.cashback {
  background-color: #86f1ca;
}
.classified .grid-item.text .header.free {
  background-color: #6b7283;
}
.classified .grid-item.text .body {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  top: 0;
  left: 0;
}
.classified .grid-item.text .body .name {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #6b7283;
}
.classified .grid-item.text .body .text {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  color: #6b7283;
}
.classified .grid-item.text .logo {
  float: left;
  width: calc(40%);
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border: transparent 10px solid;
}
.classified .grid-item.text .featured {
  float: left;
  width: calc(60% - 15px);
  margin-left: 15px;
  height: 100%;
}
.classified .grid-item.text .footer {
  position: absolute;
  bottom: 5px;
  width: 100%;
  text-align: right;
  padding: 0 15px;
  font-family: "Roboto", sans-serif;
  font-size: 0.6875rem;
  color: #d7dbde;
}
.tuss-table form {
  padding-top: 25px;
}
.tuss-table .row.item {
  margin-bottom: 20px;
}
.info-banner .header {
  background-color: #ef4662;
  display: inline-block;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  padding: 7px 40px 7px 16px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.125rem;
  text-transform: uppercase;
  color: white;
  font-weight: 600;
  border-bottom-right-radius: 45px;
  text-align: left;
}
.info-banner .featured {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.375rem;
  text-transform: uppercase;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 600;
}
.info-banner .header.cashback {
  background-color: #86f1ca;
}
.info-banner .header.free {
  background-color: #6b7283;
}
.info-banner .body {
  margin-bottom: 20px;
}
.info-banner .logo {
  text-align: center;
}
.info-banner .logo img {
  width: 200px;
  margin-bottom: 20px;
}
.info-banner .company {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
}
.info-banner .list-order ul {
  display: none;
}
.info-banner .list-order .divide {
  position: relative;
  margin: 10px 0;
}
.info-banner .list-order .divide i {
  margin-left: 12px;
}
.info-banner .list-order .divide::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 200px;
  top: 12px;
  left: 59px;
  background-color: #e6eaec;
}
.info-banner .list-order .divide:last-child {
  display: none;
}
.info-banner .procedure .order {
  border-radius: 50px;
  padding: 5px;
  color: #ffffff;
  background-color: #4f5669;
  font-family: "Source Sans Pro", sans-serif;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
  height: 35px;
  width: 35px;
}
.info-banner .procedure .procedure-text {
  margin-left: 20px;
  display: inline-block;
  vertical-align: middle;
}
.info-banner .procedure .containerCupom .btn {
  margin-left: -15px;
}
.info-banner .procedure .containerCupom span.cupom {
  border: 1px solid #4f5669;
  vertical-align: middle;
  padding: 7px 25px 7px 7px;
}
.info-banner .header-2 {
  margin-bottom: 30px;
}
.info-banner .categoria {
  text-align: center;
}
.info-banner .title {
  font-size: 1.063rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 20px;
}
.info-banner .title .bar-color {
  width: 87px;
  border-radius: 4px;
  height: 4px;
  margin-bottom: 7px;
  margin-top: 5px;
}
.info-banner .title:first-child {
  margin-top: 0;
}
.list-faq a.title {
  padding: 0.75rem 1.25rem;
  border: 1px solid #e9ecef;
  display: block;
  margin-bottom: 15px;
  border-radius: 10px;
  color: #6b7283;
  font-weight: bold;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.list-faq .description {
  display: none;
  margin-bottom: 15px;
}
.video-item.tag:before {
  content: '';
  background-image: url(/media/2347/tag.png);
  position: absolute;
  width: 153px;
  height: 37px;
  top: -13px;
  z-index: 3;
  left: 29px;
  color: #fff;
  font-size: 1.438rem;
  padding-left: 7px;
  font-family: "Roboto", sans-serif;
  letter-spacing: -1px;
}
.video-item.upcoming:before {
  content: 'em breve';
  padding-left: 28px;
}
.video-item.live:before {
  content: 'assista agora';
}
/* Mobile Device */
body {
  opacity: 1;
  background-position-x: center;
  background-position-y: top;
  background-repeat: no-repeat;
  font-size: 16px;
  letter-spacing: 0.14px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  color: #6b7283;
}
.credencial-residencial,
.credencial-choose {
  display: none;
}
.recibo {
  cursor: pointer;
}
a,
a div,
a span,
button,
button div,
button span,
input,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}
a {
  color: #db3151;
  text-decoration: none;
  -webkit-transform: translateY(0);
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
a:hover {
  color: #b1213c;
  text-decoration: none;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
a[href^="tel:"] {
  color: #db3151;
  text-decoration: none;
}
a[href^="tel:"]:before {
  content: "\260e";
  margin-right: 0.5em;
}
h1 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #6b7283;
  text-transform: uppercase;
}
h1.area-restricted {
  margin-right: 45px;
}
h1.area-restricted .btn-restricted {
  content: "";
  display: block;
  position: absolute;
  width: 37px;
  height: 37px;
  right: 0;
  top: 0;
  background: url(/media/1324/menu-arearestrita.png);
  cursor: pointer;
}
h2 {
  font-family: "Source Serif Pro", serif;
  font-size: 1.063rem;
  color: #c1c8cd;
  font-weight: normal;
}
h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  color: #6b7283;
  font-weight: 600;
  text-transform: uppercase;
}
h2.color1 {
  font-family: "Source Serif Pro", serif;
  font-size: 1.063rem;
  color: #6b7283;
  font-weight: normal;
  margin-bottom: 20px;
  margin-top: 15px;
}
h3.red {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.063rem;
  color: #db3151;
  font-weight: 600;
  text-transform: uppercase;
}
h3.green {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.063rem;
  color: #7cce93;
  font-weight: 600;
  text-transform: uppercase;
}
h3.blue {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.063rem;
  color: #76c6f0;
  font-weight: 600;
  text-transform: uppercase;
}
button {
  cursor: pointer;
}
button:focus {
  outline: none;
}
hr {
  box-sizing: content-box;
  overflow: visible;
  margin: 33px 0;
  height: 1px;
  background-color: #e6eaec;
  border: 0;
}
.tag-patrocinio {
  display: block;
  background-color: #eee;
  width: fit-content;
  padding: 2px 10px;
  color: #333;
  font-size: 10px;
}
.featured-live {
  width: 100%;
  text-align: center;
  position: relative;
}
.featured-live .live-item {
  width: 100%;
  vertical-align: top;
  display: inline-block;
  padding: 0 6px 39px;
}
.featured-live .live-item .image {
  height: calc(218px / 1.77);
  background-position: center;
  background-size: cover;
  margin-bottom: 20px;
  overflow: hidden;
}
.featured-live .live-item .title {
  padding: 0 14px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.125rem;
  white-space: normal;
  line-height: 1.2;
  margin: 10px 0;
}
.featured-live .live-item .tools {
  text-align: center;
}
.featured-live .live-item .tools a {
  margin-bottom: 10px !important;
}
.featured-live .live-item .tools a:last-child {
  margin-right: 0;
}
.previous-live {
  width: 100%;
}
.previous-live .live-item {
  width: 100%;
  vertical-align: top;
  display: inline-block;
  padding: 0 6px 39px;
  margin-bottom: 40px;
}
.previous-live .live-item .image {
  height: 200px;
  background-position: center;
  background-size: cover;
  margin-bottom: 20px;
  overflow: hidden;
}
.previous-live .live-item .title {
  padding: 0 14px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.125rem;
  white-space: normal;
  line-height: 1.2;
  margin: 10px 0;
}
.previous-live .live-item .tools {
  position: relative;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.previous-live .live-item .tools a {
  margin-bottom: 10px;
}
.previous-live .live-item .tools a:last-child {
  margin-right: 0;
}
.popup img {
  width: 100%;
  border-radius: 20px;
}
.container {
  max-width: 1280px;
  margin: 0 auto;
}
footer {
  background-color: #4f5669;
}
footer .row {
  min-height: 119px;
}
footer .col:nth-child(1),
footer .col:nth-child(2),
footer .col:nth-child(3) {
  flex: 0 0 100%;
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: center;
}
footer .footer-text {
  color: #ffffff;
}
footer .icon-sogesp {
  font-size: 2.25rem;
  color: #ffffff;
}
footer .iconsogesp-instagram {
  margin-left: 5px;
}
footer .iconsogesp-linkedin {
  margin-left: 5px;
}
footer a[href^="tel:"] {
  color: #ffffff;
}
footer::before {
  content: "";
  display: block;
  height: 14px;
  background-color: #db3151;
}
.gcs__results .gcs__result__text {
  display: none;
}
.gcs__results .gcs__result__url {
  font-size: 0.75rem;
  font-style: italic;
}
.gcs__results .gcs__result::before {
  content: "";
  height: 1px;
  background-color: #ccc;
  margin: 30px auto;
  display: block;
}
section.search {
  display: none;
  height: 100vh;
  background-color: #757f93;
  color: white;
  position: fixed;
  width: 100%;
  z-index: 9;
  opacity: 0.97;
}
section.search .form-search {
  margin-top: 300px;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
section.search .form-search .form-element-field {
  color: #ffffff;
  width: calc(100% - 30px);
  position: relative;
}
section.search .form-search button {
  background-size: 25px 25px !important;
  background: transparent url(/media/1262/icon-search.png) no-repeat;
  width: 25px;
  height: 25px;
  border: 0;
  float: right;
  margin-top: -33px;
  z-index: 2;
}
section.search .form-search .form-element-field:focus ~ .form-element-label {
  color: #c1c8cd;
}
.institucional-regionais-mapa-das-regionais img.align-right {
  float: none;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.container-cupom {
  display: none;
}
.endereco-cobranca {
  display: none;
}
.categoria-preco small {
  font-weight: 700;
}
.categoria-preco .active {
  color: #db3151;
}
.content-titles {
  padding-bottom: 15px;
}
#modal-alert {
  margin-top: 20px;
}
.banner-sponsored {
  margin: 60px 0;
  text-align: center;
}
.banner-sponsored a {
  margin: 0 auto;
  display: inline-block;
}
.blog-media-kit {
  margin-top: 70px;
}
.news-media-kit {
  margin-top: 70px;
}
.wrapperloading {
  display: none;
}
.button-wrapper.as-loader .loaded {
  height: 30px;
}
.button-wrapper.as-loader .shadow {
  background-color: #db3151;
}
.loaded .shadow {
  background-color: #db3151;
}
.loaded .content .next {
  line-height: 60px;
  font-size: 54px;
}
.button-wrapper.as-button .loaded {
  opacity: 0.5;
  width: 60px;
  height: 60px;
}
.restricted-area .perfil {
  display: none;
}
.restricted-area li {
  -webkit-transform: translateY(0);
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.restricted-area li:hover {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.restricted-area li:hover .icon-sogesp {
  color: #db3151;
}
.restricted-area li:hover .icon-sogesp[data-color='70c6d0'] {
  color: #70c6d0;
}
.restricted-area li:hover .icon-sogesp[data-color='ef4662'] {
  color: #ef4662;
}
.restricted-area li:hover .icon-sogesp[data-color='fdc753'] {
  color: #fdc753;
}
.restricted-area li:hover .icon-sogesp[data-color='4f5669'] {
  color: #4f5669;
}
.restricted-area li:hover .icon-sogesp[data-color='abb0bc'] {
  color: #abb0bc;
}
.restricted-area li:hover .icon-sogesp[data-color='86f1ca'] {
  color: #86f1ca;
}
.restricted-area li:hover .icon-sogesp[data-color='e87d8c'] {
  color: #e87d8c;
}
.restricted-area li:hover::after {
  opacity: 1;
}
.iziModal {
  background: transparent;
  box-shadow: none;
  margin: auto;
}
.iziModal .content-group {
  background: #ffffff;
  padding: 35px;
  border-radius: 15px;
  -webkit-box-shadow: 0 10px 48px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 10px 48px rgba(0, 0, 0, 0.6);
  box-shadow: 0 10px 48px rgba(0, 0, 0, 0.6);
}
.iziModal .content-group .header h2 {
  font-family: "Source Sans Pro", sans-serif;
  color: #c1c8cd;
  font-size: 2.25rem;
  font-weight: bold;
  display: inline-block;
  text-transform: uppercase;
  margin-top: 25px;
  line-height: 1.1;
}
.iziModal .content-group .header h2::before {
  position: absolute;
  height: 10px;
  border-radius: 12px;
  width: 140px;
  top: 35px;
  left: 17%;
  margin-left: -32px;
  background-color: #db3151;
  content: "";
}
.iziModal .content-group .message {
  padding-bottom: 30px;
}
.iziModal .content-group .footer {
  text-align: right;
}
.iziModal .content-group .btn {
  position: relative;
  line-height: 1;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #9ba7bd;
  text-decoration: none;
  color: #ffffff;
  outline: none;
  padding: 8.5px 27px;
  overflow: hidden;
  white-space: normal;
  text-align: center;
  border-radius: 24px;
  border: 1px solid transparent;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
  -webkit-transform: translateY(0);
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  vertical-align: middle;
}
.iziModal .content-group .btn:hover,
.iziModal .content-group button:hover {
  background-color: #4f5669;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.iziModal .content-group .btn:active,
.iziModal .content-group button:active {
  background-color: #9ba7bd;
}
.webinar-player {
  position: relative;
  width: 100%;
  padding-bottom: 30px;
}
.webinar-player .player {
  position: relative;
}
.webinar-player .player iframe {
  width: 100%;
  height: 65vh;
}
.webinar-player .player:before {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 50px);
  left: 0;
  top: 0;
  z-index: 99;
}
.webinar-player .player:after {
  position: absolute;
  content: "";
  width: 150px;
  height: 50px;
  z-index: 100;
  bottom: 0;
  right: 0;
}
.webinar-chat {
  position: relative;
  display: none;
}
.webinar-chat iframe {
  height: 450vh;
  max-height: 65vh;
}
.enabled-chat {
  clear: both;
}
.enabled-chat .webinar-chat {
  float: right;
  width: 320px;
  display: block;
}
.enabled-chat .player {
  float: left;
  width: calc(100% - 320px);
}
.webinar-tools {
  position: absolute;
  width: 100%;
  height: 40px;
  z-index: 1000;
  margin-left: 10px;
}
.webinar-tools img {
  cursor: pointer;
}
.webinar-tools .fa-expand {
  width: 16px;
  opacity: 0.6;
}
.webinar-tools .fa-comment {
  width: 16px;
  opacity: 0.6;
  margin-left: 10px;
}
.webinar-fullscreen #modal-content {
  width: 100vw !important;
  height: 100vh !important;
  position: fixed !important;
  max-width: 100vw !important;
  margin: 0 !important;
}
.webinar-content.player-full {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}
.webinar-content.player-full iframe {
  height: 100vh !important;
  max-height: 100vh !important;
}
.webinar-content.player-full .webinar-chat {
  height: 100vh !important;
}
.mapa-regionais > li {
  cursor: pointer;
}
.mapa-regionais ul {
  display: none;
}
.column-cidades {
  padding-left: 0;
}
.column-cidades li {
  display: block;
}
.column-cidades li:last-child:after {
  display: none;
}
.quick-access {
  margin-bottom: 30px;
}
.quick-access ul {
  padding-left: 0;
  text-align: center;
}
.quick-access ul li {
  display: inline-block;
  text-align: center;
  width: 217px;
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 10px 10px 107px -24px rgba(107, 114, 131, 0.25);
  position: relative;
  -webkit-transform: translateY(0);
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin-left: 10.5px;
  margin-right: 10.5px;
  margin-bottom: 27px;
}
.quick-access ul li .icon-sogesp {
  font-size: 5.25rem;
  color: #c1c8cd;
  margin-bottom: 22px;
}
.quick-access ul li span {
  display: block;
  padding: 0 30px;
  line-height: 1.25;
}
.quick-access ul li a {
  display: block;
  padding-top: 33px;
  padding-bottom: 40px;
  font-size: 1.063rem;
  font-weight: 700;
  color: #c1c8cd;
  text-decoration: none;
  text-transform: uppercase;
}
.quick-access ul li::after {
  content: "";
  border-radius: 15px;
  position: absolute;
  z-index: -9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 10px 10px 107px -24px rgba(107, 114, 131, 0.48);
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.quick-access ul li:hover {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.quick-access ul li:hover .icon-sogesp {
  color: #db3151;
}
.quick-access ul li:hover .icon-sogesp[data-color='70c6d0'] {
  color: #70c6d0;
}
.quick-access ul li:hover .icon-sogesp[data-color='ef4662'] {
  color: #ef4662;
}
.quick-access ul li:hover .icon-sogesp[data-color='fdc753'] {
  color: #fdc753;
}
.quick-access ul li:hover .icon-sogesp[data-color='4f5669'] {
  color: #4f5669;
}
.quick-access ul li:hover .icon-sogesp[data-color='abb0bc'] {
  color: #abb0bc;
}
.quick-access ul li:hover .icon-sogesp[data-color='86f1ca'] {
  color: #86f1ca;
}
.quick-access ul li:hover .icon-sogesp[data-color='e87d8c'] {
  color: #e87d8c;
}
.quick-access ul li:hover::after {
  opacity: 1;
}
.restricted-area {
  margin: 0 -31px;
}
.restricted-area ul {
  padding-left: 0;
  text-align: center;
}
.restricted-area ul li {
  width: 218px;
  display: inline-block;
  text-align: center;
  background-color: #ffffff;
  border-radius: 15px;
  -webkit-box-shadow: 10px 10px 107px -24px rgba(107, 114, 131, 0.48);
  -moz-box-shadow: 10px 10px 107px -24px rgba(107, 114, 131, 0.48);
  box-shadow: 10px 10px 107px -24px rgba(107, 114, 131, 0.48);
  margin-left: 31px;
  margin-right: 31px;
  margin-bottom: 50px;
}
.restricted-area ul li .icon-sogesp {
  font-size: 5.25rem;
  color: #c1c8cd;
  margin-bottom: 22px;
}
.restricted-area ul li span {
  display: block;
  padding: 0 48px;
  line-height: 1.25;
}
.restricted-area ul li a {
  display: block;
  padding-top: 33px;
  padding-bottom: 40px;
  font-size: 1.063rem;
  font-weight: 700;
  color: #c1c8cd;
  text-decoration: none;
  text-transform: uppercase;
}
.page-load-status {
  display: none;
  padding-top: 20px;
  border-top: 1px solid #ddd;
  text-align: center;
  color: #777;
}
ul.bullet-arrow {
  list-style: none;
  padding-left: 0;
  -webkit-padding-start: 0;
}
ul.bullet-arrow li {
  padding: 5px 0 5px 28px;
  background: url(/media/1027/bullet-arrow-list.png) no-repeat 0 10px;
  margin: 3px 0 3px 0;
}
.list-document h3 {
  font-size: 1.063rem;
}
.scroller-comissao {
  width: 100%;
  margin-top: 27px;
}
.scroller-comissao > .row > .col {
  flex: 0 0 50%;
  margin-bottom: 46px;
}
.scroller-comissao .name {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  margin: 15px 0;
  line-height: 1.1;
  white-space: normal;
}
.scroller-comissao .office {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: -4px;
  line-height: 1.2;
  white-space: normal;
}
.scroller-comissao .testimonial {
  margin-top: 30px;
}
.scroller-comissao .photo-comissao {
  display: block;
  width: 187px;
  height: 225px;
  background-size: cover;
  background-position: center 0;
  border-radius: 19px;
  margin: 0 auto;
}
.scroller-comissao .name,
.scroller-comissao .office {
  text-align: left;
}
.scroller-videos-canal-saude-mulher-home {
  width: 100%;
  margin-top: 27px;
  margin-bottom: 40px;
  overflow: hidden;
  height: 366px;
}
.scroller-videos-canal-saude-mulher-home .swiper-button-prev {
  margin-left: 30px;
  border-radius: 5px 0 0 5px;
}
.scroller-videos-canal-saude-mulher-home .swiper-button-next {
  border-radius: 0 5px 5px 0;
}
.scroller-videos-canal-saude-mulher-home .video-group {
  white-space: nowrap;
  height: 306px;
}
.scroller-videos-canal-saude-mulher-home .video-item {
  padding-left: 8px;
  padding-right: 8px;
  display: inline-block;
  vertical-align: top;
  width: 230px;
  cursor: pointer;
}
.scroller-videos-canal-saude-mulher-home .video-item .embedVideo {
  height: 228px;
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}
.scroller-videos-canal-saude-mulher-home .video-item .embedVideo iframe {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.scroller-videos-canal-saude-mulher-home .video-item .embedVideo .image {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  background-size: cover;
  background-position: center;
  background-color: #ffffff;
}
.scroller-videos-canal-saude-mulher-home .video-item .embedVideo .image .play {
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: 3;
  color: white;
  background-color: #e58cbd;
  font-size: 26px;
  border-radius: 50px;
  text-align: center;
  padding-top: 7px;
  left: 50%;
  margin-left: -25px;
  top: 0;
  margin-top: -25px;
  -moz-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  -o-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  opacity: 0;
}
.scroller-videos-canal-saude-mulher-home .video-item .embedVideo .image:hover .play {
  top: 50%;
  opacity: 1;
}
.scroller-videos-canal-saude-mulher-home .video-item .title {
  font-size: 1.125rem;
  white-space: normal;
}
.scroller-videos-canal-saude-mulher-home .video-item:first-child {
  padding-left: 0;
}
.scroller-videos-canal-saude-mulher-home .video-item:last-child {
  padding-right: 0;
}
.scroller-videos-canal-saude-mulher-home .jspHorizontalBar {
  height: 26px;
  background-color: transparent;
}
.scroller-videos-canal-saude-mulher-home .jspTrack {
  height: 4px;
  border-radius: 10px;
  background-color: #e58cbd;
}
.scroller-videos-canal-saude-mulher-home .jspDrag {
  background-color: transparent;
  background-image: url(/media/1035/control-horizontal-saude-mulher.png);
  background-repeat: no-repeat;
  width: 140px;
  height: 42px;
  margin-top: -20px;
  opacity: 0;
}
.scroller-videos-canal-saude-mulher-home .title {
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.063rem;
  line-height: 1.2;
  margin-top: 10px;
}
.videos-canal-saude-mulher {
  width: 100%;
  margin: 27px -6px 40px;
}
.videos-canal-saude-mulher .video-item {
  padding-left: 6px;
  padding-right: 6px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding-bottom: 39px;
  cursor: pointer;
}
.videos-canal-saude-mulher .video-item .embedVideo {
  height: 172px;
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}
.videos-canal-saude-mulher .video-item .embedVideo iframe {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.videos-canal-saude-mulher .video-item .embedVideo .image {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  background-size: cover;
  background-position: center;
  background-color: #ffffff;
}
.videos-canal-saude-mulher .video-item .embedVideo .image .play {
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: 3;
  color: white;
  background-color: #e58cbd;
  font-size: 26px;
  border-radius: 50px;
  text-align: center;
  padding-top: 7px;
  left: 50%;
  margin-left: -25px;
  top: 0;
  margin-top: -25px;
  -moz-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  -o-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  opacity: 0;
}
.videos-canal-saude-mulher .video-item .embedVideo .image:hover .play {
  top: 50%;
  opacity: 1;
}
.videos-canal-saude-mulher .video-item .title {
  font-size: 1.125rem;
  white-space: normal;
}
.videos-canal-saude-mulher .title {
  padding: 0 14px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9rem;
  line-height: 1.2;
  margin-top: 10px;
}
.videos-webinar {
  width: 100%;
  margin: 27px -6px 40px;
}
.videos-webinar .video-item {
  position: relative;
  padding-left: 6px;
  padding-right: 6px;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-bottom: 39px;
  cursor: pointer;
}
.videos-webinar .video-item .embedVideo {
  height: 172px;
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}
.videos-webinar .video-item .embedVideo iframe {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.videos-webinar .video-item .embedVideo .image {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  background-size: cover;
  background-position: center;
  background-color: #ffffff;
}
.videos-webinar .video-item .embedVideo .image .play {
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: 3;
  color: white;
  background-color: #e58cbd;
  font-size: 26px;
  border-radius: 50px;
  text-align: center;
  padding-top: 7px;
  left: 50%;
  margin-left: -25px;
  top: 0;
  margin-top: -25px;
  -moz-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  -o-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  opacity: 0;
}
.videos-webinar .video-item .embedVideo .image:hover .play {
  top: 50%;
  opacity: 1;
}
.videos-webinar .video-item .title {
  font-size: 1.125rem;
  white-space: normal;
}
.videos-webinar .title {
  padding: 0 14px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9rem;
  line-height: 1.2;
  margin-top: 10px;
}
.tutorial-scroll {
  background-image: url(/media/1029/clique-arraste.jpg);
  background-repeat: no-repeat;
  width: 179px;
  height: 40px;
  margin-top: -50px;
  margin-left: 20px;
  margin-bottom: 5px;
  position: absolute;
}
.title-section {
  position: relative;
  margin-bottom: 48px;
  margin-top: 10px;
}
.title-section .container {
  text-align: center;
  color: #ffffff;
}
.title-section .container .title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 2.25rem;
  font-weight: bold;
  display: inline-block;
  text-transform: uppercase;
  margin-top: 19px;
  line-height: 1.1;
}
.title-section .container .subtitle {
  font-family: "Source Serif Pro", serif;
  font-size: 1.25rem;
  font-weight: 100;
  display: block;
  margin-top: 7px;
}
.title-section .container .title::before {
  position: absolute;
  height: 10px;
  border-radius: 12px;
  width: 140px;
  top: -5px;
  left: 50%;
  margin-left: -70px;
  background-color: #db3151;
  content: "";
}
.title-section.cinza .title,
.title-section.cinza .subtitle {
  color: #c1c8cd;
}
.title-section.branco .title,
.title-section.branco-vermelho .title,
.title-section.branco .subtitle,
.title-section.branco-vermelho .subtitle {
  color: #ffffff;
}
.title-section.branco .title::before {
  background-color: #ffffff;
}
.content-boleto .header-list {
  font-size: 1.063rem;
  color: #c1c8cd;
}
.content-boleto .header-list .row:after {
  content: "";
  display: block;
  margin: 13px 15px 32px;
  background-color: #d7dbde;
  height: 1px;
  width: 100%;
}
.content-boleto .header-list .row .col:nth-child(5) {
  font-size: 1.063rem;
}
.content-boleto .body-list .row:after {
  content: "";
  display: block;
  margin: 32px 15px;
  background-color: #d7dbde;
  height: 1px;
  width: 100%;
}
.content-boleto .body-list .row:last-child:after {
  display: none;
}
.content-boleto .row .col:nth-child(1) {
  flex: 0 0 100px;
}
.content-boleto .row .col:nth-child(3) {
  flex: 0 0 150px;
}
.content-boleto .row .col:nth-child(4) {
  flex: 0 0 200px;
  text-align: center;
}
.content-boleto .row .col:nth-child(5) {
  flex: 0 0 150px;
  text-align: center;
  font-size: 2.25rem;
}
.content-recibo .header-list {
  font-size: 1.063rem;
  color: #c1c8cd;
}
.content-recibo .header-list .row:after {
  content: "";
  display: block;
  margin: 13px 15px 32px;
  background-color: #d7dbde;
  height: 1px;
  width: 100%;
}
.content-recibo .header-list .row .col:nth-child(5) {
  font-size: 1.063rem;
}
.content-recibo .body-list .row:after {
  content: "";
  display: block;
  margin: 32px 15px;
  background-color: #d7dbde;
  height: 1px;
  width: 100%;
}
.content-recibo .body-list .row:last-child:after {
  display: none;
}
.content-recibo .row .col:nth-child(1) {
  flex: 0 0 100px;
}
.content-recibo .row .col:nth-child(3) {
  flex: 0 0 150px;
}
.content-recibo .row .col:nth-child(4) {
  flex: 0 0 200px;
  text-align: center;
}
.content-recibo .row .col:nth-child(5) {
  flex: 0 0 150px;
  text-align: center;
  font-size: 2.25rem;
}
.content-courses .header-list {
  font-size: 1.063rem;
  color: #c1c8cd;
}
.content-courses .header-list .row:after {
  content: "";
  display: block;
  margin: 13px 15px 32px;
  background-color: #d7dbde;
  height: 1px;
  width: 100%;
}
.content-courses .header-list .row .col:nth-child(2) {
  font-weight: normal;
  font-size: 1.063rem;
}
.content-courses .header-list .row .col:nth-child(3) {
  font-weight: normal;
  font-size: 1.063rem;
}
.content-courses .body-list .row:after {
  content: "";
  display: block;
  margin: 32px 15px;
  background-color: #d7dbde;
  height: 1px;
  width: 100%;
}
.content-courses .body-list .row:last-child:after {
  display: none;
}
.content-courses .row .col:nth-child(1) {
  flex: 1;
}
.content-courses .row .col:nth-child(2) {
  flex: 0 0 150px;
  font-weight: 600;
  font-size: 1.063rem;
}
.content-courses .row .col:nth-child(3) {
  flex: 0 0 150px;
  font-weight: 600;
  font-size: 1.063rem;
}
.content-courses .row .col:nth-child(4) {
  flex: 0 0 240px;
  text-align: center;
}
.content-courses .title {
  color: #6b7283;
  font-size: 1.063rem;
}
.content-courses .local {
  margin-top: 9px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #6b7283;
}
.content-courses .address {
  font-size: 0.9rem;
  color: #c1c8cd;
}
.content-aulas .header-list {
  font-size: 1.063rem;
  color: #c1c8cd;
}
.content-aulas .header-list .row:after {
  content: "";
  display: block;
  margin: 13px 15px 32px;
  background-color: #d7dbde;
  height: 1px;
  width: 100%;
}
.content-aulas .header-list .row .col:nth-child(2) {
  font-weight: normal;
  font-size: 1.063rem;
}
.content-aulas .header-list .row .col:nth-child(3) {
  font-weight: normal;
  font-size: 1.063rem;
}
.content-aulas .body-list .row:after {
  content: "";
  display: block;
  margin: 32px 15px;
  background-color: #d7dbde;
  height: 1px;
  width: 100%;
}
.content-aulas .body-list .row:last-child:after {
  display: none;
}
.content-aulas .row .col:nth-child(1) {
  flex: 1;
}
.content-aulas .row .col:nth-child(2) {
  flex: 0 0 150px;
  font-weight: 600;
  font-size: 1.063rem;
}
.content-aulas .row .col:nth-child(3) {
  flex: 0 0 150px;
  font-weight: 600;
  font-size: 1.063rem;
}
.content-aulas .row .col:nth-child(4) {
  flex: 0 0 240px;
  text-align: center;
}
.content-aulas .title {
  color: #6b7283;
  font-size: 1.063rem;
}
.content-aulas .local {
  margin-top: 9px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #6b7283;
}
.content-aulas .address {
  font-size: 0.9rem;
  color: #c1c8cd;
}
.content-certificates .header-list {
  font-size: 1.063rem;
  color: #c1c8cd;
}
.content-certificates .header-list .row:after {
  content: "";
  display: block;
  margin: 13px 15px 32px;
  background-color: #d7dbde;
  height: 1px;
  width: 100%;
}
.content-certificates .header-list .row .col:nth-child(2) {
  font-weight: normal;
  font-size: 1.063rem;
}
.content-certificates .header-list .row .col:nth-child(3) {
  font-weight: normal;
  font-size: 1.063rem;
}
.content-certificates .body-list .row:after {
  content: "";
  display: block;
  margin: 32px 15px;
  background-color: #d7dbde;
  height: 1px;
  width: 100%;
}
.content-certificates .body-list .row:last-child:after {
  display: none;
}
.content-certificates .row .col:nth-child(1) {
  flex: 1;
}
.content-certificates .row .col:nth-child(2) {
  flex: 0 0 150px;
  font-weight: 600;
  font-size: 1.063rem;
}
.content-certificates .row .col:nth-child(3) {
  flex: 0 0 150px;
  font-weight: 600;
  font-size: 1.063rem;
}
.content-certificates .row .col:nth-child(4) {
  flex: 0 0 240px;
  text-align: center;
}
.content-certificates .title {
  color: #6b7283;
  font-size: 1.063rem;
}
.content-certificates .local {
  margin-top: 9px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #6b7283;
}
.content-certificates .address {
  font-size: 0.9rem;
  color: #c1c8cd;
}
.user-register-event h2 {
  margin-bottom: 35px;
}
.user-register-event .cartao,
.user-register-event .card-wrapper,
.user-register-event .container-cracha {
  display: none;
}
.user-register-event .container-observation {
  display: none;
}
.user-register-event .ingressos-container {
  display: none;
  padding-top: 60px;
}
label.yellow {
  padding: 0 17px;
  border-radius: 12px;
  text-transform: uppercase;
  background-color: #fdc753;
  color: #ffffff;
  font-size: 1.063rem;
}
label.gray {
  padding: 0 17px;
  border-radius: 12px;
  text-transform: uppercase;
  background-color: #cad0d4;
  color: #ffffff;
  font-size: 1.063rem;
}
label.green {
  padding: 0 17px;
  border-radius: 12px;
  text-transform: uppercase;
  background-color: #70c6d0;
  color: #ffffff;
  font-size: 1.063rem;
}
label.red {
  padding: 0 17px;
  border-radius: 12px;
  text-transform: uppercase;
  background-color: #ef4662;
  color: #ffffff;
  font-size: 1.063rem;
}
.page {
  z-index: 1;
}
.page a.disabled,
.page a:hover.disabled {
  color: #c1c8cd;
}
.page a.generateTicket {
  cursor: pointer;
}
.page a.generatePix {
  cursor: pointer;
}
.page .form-radio-inline {
  display: block;
  margin-bottom: 30px;
}
.page .row {
  display: block;
}
.page .btn,
.page button {
  position: relative;
  line-height: 1;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #4f5669;
  text-decoration: none;
  color: #ffffff;
  outline: none;
  padding: 8.5px 27px;
  overflow: hidden;
  white-space: normal;
  text-align: center;
  border-radius: 24px;
  border: 1px solid transparent;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
  vertical-align: middle;
  -webkit-transform: translateY(0);
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.page .btn:not([href]):not([tabindex]):focus,
.page .btn:not([href]):not([tabindex]):hover,
.page .btn:not([href]):not([tabindex]) {
  color: #ffffff;
  text-decoration: none;
}
.page .btn:hover,
.page button:hover {
  background-color: #db3151;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.page .btn.small,
.page button.small {
  padding: 6.5px 15px;
  font-size: 0.8125rem;
}
.page .btn:first-child,
.page button:first-child {
  margin-left: 0;
}
.page .btn:active,
.page button:active {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.page .btn.text,
.page button.text {
  background-color: transparent;
  font-size: 1rem;
  color: #9ba7bd;
  text-transform: lowercase;
  font-weight: 400;
  padding: 0;
}
.page .btn.text:not([href]):not([tabindex]):focus,
.page .btn.text:not([href]):not([tabindex]):hover,
.page .btn.text:not([href]):not([tabindex]) {
  color: #9ba7bd;
  text-decoration: none;
}
.page .btn.white,
.page button.white {
  color: #4f5669;
  background-color: #ffffff;
  -webkit-transform: translateY(0);
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.page .btn.white:hover,
.page button.white:hover {
  color: #db3151;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.page .btn.white:not([href]):not([tabindex]):focus,
.page .btn.white:not([href]):not([tabindex]):hover,
.page .btn.white:not([href]):not([tabindex]) {
  color: #4f5669;
  text-decoration: none;
}
.page .btn.white-shadow,
.page button.white-shadow {
  border-radius: 24px;
  color: #9ba7bd;
  background-color: #ffffff;
  box-shadow: 0 0 20px 4px rgba(107, 114, 131, 0.05);
  position: relative;
  -webkit-transform: translateY(0);
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.page .btn.yellow,
.page button.yellow {
  color: #ffffff;
  background-color: #fdc753;
}
.page .btn.yellow:not([href]):not([tabindex]):focus,
.page .btn.yellow:not([href]):not([tabindex]):hover {
  color: #ffffff;
  text-decoration: none;
}
.page .btn.dark,
.page button.dark {
  color: #ffffff;
  background-color: #4f5669;
}
.page .btn.dark:not([href]):not([tabindex]):focus,
.page .btn.dark:not([href]):not([tabindex]):hover {
  color: #ffffff;
  text-decoration: none;
}
.page .btn.white-shadow:not([href]):not([tabindex]):focus,
.page .btn.white-shadow:not([href]):not([tabindex]) {
  color: #9ba7bd;
  text-decoration: none;
}
.page .btn.white-shadow:hover,
.page button.white-shadow:hover,
.page .btn.white-shadow:not([href]):not([tabindex]):hover {
  color: #db3151;
  box-shadow: 0 0 25px 4px rgba(107, 114, 131, 0.13);
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.page .btn.red,
.page button.red,
.page button.green,
.page .btn.white-shadow.active,
.page button.white-shadow.active {
  color: #ffffff;
  background-color: #db3151;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.page .btn.green,
.page button.red,
.page button.green,
.page .btn.white-shadow.active,
.page button.white-shadow.active {
  color: #ffffff;
  background-color: #67d3ae;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.page .btn.white-shadow.active:not([href]):not([tabindex]):focus,
.page .btn.white-shadow.active:not([href]):not([tabindex]):hover,
.page .btn.white-shadow.active:not([href]):not([tabindex]) {
  color: #ffffff;
  text-decoration: none;
}
.page .btn.red:not([href]):not([tabindex]):focus,
.page .btn.red:not([href]):not([tabindex]):hover,
.page .btn.red:not([href]):not([tabindex]) {
  color: #ffffff;
  text-decoration: none;
}
.page .btn.green:not([href]):not([tabindex]):focus,
.page .btn.green:not([href]):not([tabindex]):hover,
.page .btn.green:not([href]):not([tabindex]) {
  color: #ffffff;
  text-decoration: none;
}
.page .btn.red:hover,
.page button.red:hover {
  background-color: #f62c53;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.page .btn.yellow:hover,
.page button.yellow:hover {
  background-color: #fdc753;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.page .btn.green:hover,
.page button.green:hover {
  background-color: #67d3ae;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.page .btn.dark:hover,
.page button.dark:hover {
  background-color: #4f5669;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.page .fc .fc-toolbar > * > * {
  float: none;
}
.page .fc .fc-toolbar > * > :first-child {
  margin-left: 0;
}
.page .fc-toolbar {
  margin-bottom: 0;
}
.page .fc-toolbar .fc-left {
  float: none;
  margin-top: 0;
  margin-bottom: 15px;
}
.page .fc-toolbar .fc-right {
  float: none;
  margin-bottom: 0;
}
.page .fc-toolbar .fc-right .fc-button {
  margin-bottom: 10px;
}
.page .agenda-evento .fc-title {
  cursor: pointer;
  color: #ffffff;
}
.page .agenda-evento button {
  height: auto;
  background-image: none;
  margin: inherit;
  text-shadow: inherit;
  box-shadow: inherit;
}
.page .agenda-evento .fc-state-default.fc-corner-right {
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}
.page .agenda-evento .fc-state-default.fc-corner-left {
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}
.page .fluid {
  width: 100%;
}
.page .grid-section .col-md-3 {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding-right: 0;
}
.page .grid-section .col-md-3:after {
  content: "";
  margin: 33px 0;
  height: 1px;
  background-color: #e6eaec;
  display: block;
  width: 100%;
}
.page .grid-section .col-md-9 {
  padding-left: 0;
}
.page .section-content > .container {
  position: relative;
}
.page .section-content .pane {
  max-width: 1184px;
  margin: -154px auto 0;
  background-color: #ffffff;
  min-height: 400px;
  padding: 30px;
  border-radius: 15px;
}
.page .section-content.internal {
  margin: 0 0 45px;
}
.page .section-featured {
  height: 340px;
  background-position: center;
  background-size: cover;
  position: relative;
}
.page .section-featured .container {
  padding-top: 68px;
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  font-size: 2.25rem;
  color: #ffffff;
  text-transform: uppercase;
}
.page .section-featured .container div {
  display: inline-block;
  line-height: 1.1;
}
.page .section-featured .container div::before {
  position: absolute;
  height: 10px;
  border-radius: 12px;
  width: 140px;
  top: 36px;
  left: 50%;
  margin-left: -70px;
  background-color: #ffffff;
  content: "";
}
.page .section-featured::after {
  position: absolute;
  height: 64px;
  width: 100%;
  bottom: 0;
  content: "";
  background-position: center;
  background-size: cover;
  background-image: url(/media/1015/image-featured-curve.png);
}
.page .banner-home {
  position: relative;
  margin-bottom: 40px;
  z-index: 0;
}
.page .banner-home .royalSlider {
  width: 100%;
  height: 60vh;
}
.page .banner-home .royalSlider .rsABlock {
  width: 100%;
  position: relative;
  left: auto;
  top: auto;
}
.page .banner-home .royalSlider .rsABlock.title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.563rem;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
}
.page .banner-home .royalSlider .rsABlock.title::before {
  position: absolute;
  height: 10px;
  border-radius: 12px;
  width: 70px;
  top: -25px;
  left: 0;
  margin-left: 0;
  background-color: #db3151;
  content: "";
}
.page .banner-home .royalSlider .rsABlock.secondary {
  font-family: "Source Serif Pro", serif;
  font-size: 1.063rem;
  margin-top: 17px;
}
.page .banner-home .royalSlider .text-container {
  position: absolute;
  top: 74px;
  width: 50%;
  line-height: 1;
}
.page .banner-home .royalSlider .text-container a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  margin-left: 0;
}
.page .banner-home .royalSlider .rsNav {
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: 15px;
  text-align: center;
}
.page .banner-home .royalSlider .rsNav .rsNavItem {
  width: 33px;
  height: 10px;
  border-radius: 12px;
  background-color: #ffffff;
  opacity: 0.4;
  display: inline-block;
  margin: 0 4px;
  cursor: pointer;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
}
.page .banner-home .royalSlider .rsNav .rsNavItem.rsNavSelected {
  background-color: #ffffff;
  opacity: 1;
}
.page .banner-home .control-arrows {
  display: none;
  position: absolute;
  top: 351px;
  width: 100%;
}
.page .banner-home .control-arrows .container {
  position: relative;
}
.page .banner-home .control-arrows .rsArrow {
  width: 63px;
  height: 63px;
  position: absolute;
}
.page .banner-home .control-arrows .rsArrowLeft {
  background-image: url(/media/1012/arrow-left.png);
  background-repeat: no-repeat;
  left: 19px;
}
.page .banner-home .control-arrows .rsArrowRight {
  background-image: url(/media/1012/arrow-left.png);
  transform: rotate(180deg);
  background-repeat: no-repeat;
  right: 19px;
}
.page .banner-top {
  position: relative;
  margin-bottom: 42px;
}
.page .banner-top .royalSliderTop {
  width: 100%;
}
.page .banner-top .royalSliderTop .rsABlock {
  width: 100%;
  position: relative;
  left: auto;
  top: auto;
}
.page .banner-top .royalSliderTop .rsImg {
  margin-top: 0 !important;
  border-radius: 15px;
}
.page .banner-top .royalSliderTop .rsABlock.title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 3.4375rem;
  text-transform: uppercase;
  font-weight: 700;
}
.page .banner-top .royalSliderTop .rsABlock.secondary {
  font-family: "Source Serif Pro", serif;
  font-size: 1.563rem;
  margin-top: 17px;
}
.page .banner-top .royalSliderTop .text-container {
  position: absolute;
  top: 280px;
  width: 790px;
  line-height: 1;
}
.page .banner-top .royalSliderTop .text-container a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  margin-left: 60px;
}
.page .banner-top .royalSliderTop .rsNav {
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: 5px;
  text-align: center;
}
.page .banner-top .royalSliderTop .rsNav .rsNavItem {
  width: 33px;
  height: 10px;
  border-radius: 12px;
  background-color: #ffffff;
  display: inline-block;
  margin: 0 4px;
  cursor: pointer;
}
.page .banner-top .royalSliderTop .rsNav .rsNavItem.rsNavSelected {
  background-color: #db3151;
}
.page .banner-top .control-arrows {
  display: none;
}
.page aside {
  z-index: 1;
}
.page aside nav ul,
.page aside nav ul li,
.page aside nav ul li a,
.page aside nav #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1.2;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page aside nav:after,
.page aside nav > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.page aside nav #menu-button {
  display: none;
}
.page aside nav {
  font-family: "Source Sans Pro", sans-serif;
  display: inline-block;
  margin-top: -2px;
  width: 100%;
}
.page aside nav > ul > li {
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 1;
}
.page aside nav > ul > li > a {
  font-size: 1.063rem;
  text-decoration: none;
  color: #6b7283;
  -webkit-transition: color 0.25s ease;
  -moz-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.page aside nav > ul > li:hover > a {
  color: #6b7283;
}
.page aside nav > ul > li.has-sub > a {
  padding-right: 25px;
}
.page aside nav ul > li > ul > li.has-sub > a:after {
  position: absolute;
  top: 18px;
  right: 11px;
  width: 24px;
  height: 6px;
  display: block;
  background: url(/media/1008/dot-menu.jpg);
  content: "";
  -webkit-transition: background 0.25s ease;
  -moz-transition: background 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: background 0.25s ease;
}
.page aside nav > ul > li.has-sub:hover > a:after,
.page aside nav > ul > li.has-sub > a:hover:after {
  background: #ffffff;
}
.page aside nav ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  width: 2px;
  height: 8px;
  background: #ffffff;
  content: "";
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  display: none;
}
.page aside nav ul > li.has-sub:hover > a:before,
.page aside nav ul > li.has-sub > a:hover:before {
  top: 23px;
  height: 0;
}
.page aside nav ul ul {
  position: absolute;
  left: -9999px;
  background-color: #ffffff;
  border-radius: 12px;
  padding-bottom: 15px;
  padding-top: 20px;
  z-index: 99;
}
.page aside nav ul ul::before {
  content: "";
  width: 70%;
  background-color: #6b7283;
  height: 10px;
  border-radius: 12px;
  display: block;
  top: -6px;
  position: absolute;
  left: 50%;
  margin: 0 auto 0 -35%;
}
.page aside nav ul ul li:hover {
  background-color: #fafbfc;
  -webkit-transition: background-color 0.25s linear;
  -ms-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
}
.page aside nav ul li:hover > ul {
  left: 260px;
  margin-left: 0;
}
.page aside nav ul li ul li:hover > ul {
  left: 299px;
  margin-left: auto;
  margin-top: -5px;
}
.page aside nav ul ul ul:before {
  display: none;
}
.page aside nav ul ul ul {
  margin-left: 100%;
  top: 0;
}
.page aside nav ul ul li {
  height: auto;
  -webkit-transition: height 0.25s ease;
  -moz-transition: height 0.25s ease;
  transition: height 0.25s ease;
}
.page aside nav ul ul li a {
  width: 300px;
  padding: 11px 25px;
  font-size: 1rem;
  text-decoration: none;
  color: #a1a1a1;
}
.page aside nav ul ul li:last-child > a,
.page aside nav ul ul li.last-item > a {
  border-bottom: 0;
}
.page aside nav ul ul li:hover > a,
.page aside nav ul ul li a:hover {
  color: #6b7283;
}
.page aside nav ul ul li.has-sub > a:after {
  top: 16px;
  right: 11px;
}
.page aside nav ul ul li.has-sub > a:before {
  top: 13px;
  right: 14px;
}
.page aside nav ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
.page aside nav.small-screen {
  width: 100%;
  display: block;
  padding-left: 0;
  top: 46px;
}
.page aside nav.small-screen ul {
  width: 100%;
  display: none;
}
.page aside nav.small-screen ul li {
  width: 100%;
}
.page aside nav.small-screen ul li:hover {
  background-color: transparent;
}
.page aside nav.small-screen ul ul li,
.page aside nav.small-screen li:hover > ul > li {
  height: auto;
}
.page aside nav.small-screen ul li a,
.page aside nav.small-screen ul ul li a {
  color: #a1a1a1;
  width: 100%;
  border-bottom: 0;
}
.page aside nav.small-screen > ul > li {
  float: none;
}
.page aside nav.small-screen ul ul:before {
  display: none;
}
.page aside nav.small-screen ul ul,
.page aside nav.small-screen ul ul ul {
  position: relative;
  left: 0;
  width: 100%;
  margin: 0;
  text-align: left;
  padding-bottom: 0;
}
.page aside nav.small-screen > ul > li.has-sub > a:after,
.page aside nav.small-screen > ul > li.has-sub > a:before,
.page aside nav.small-screen ul ul > li.has-sub > a:after,
.page aside nav.small-screen ul ul > li.has-sub > a:before {
  display: none;
}
.page aside nav.small-screen ul li:hover > ul {
  left: auto;
  margin-left: 0;
}
.page aside nav.small-screen #menu-button {
  display: none;
  padding: 17px;
  color: #6b7283;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}
.page aside nav.small-screen #menu-button:after {
  position: absolute;
  top: 22px;
  right: 25px;
  display: block;
  height: 11px;
  width: 35px;
  border-top: 3px solid #6b7283;
  border-bottom: 3px solid #6b7283;
  content: "";
}
.page aside nav.small-screen #menu-button:before {
  position: absolute;
  top: 14px;
  right: 25px;
  display: block;
  height: 3px;
  width: 35px;
  background-color: #6b7283;
  content: "";
}
.page aside nav.small-screen #menu-button.menu-opened:after {
  top: 25px;
  border: 0;
  height: 2px;
  width: 20px;
  background: #ffffff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page aside nav.small-screen #menu-button.menu-opened:before {
  top: 25px;
  background: #ffffff;
  width: 20px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.page aside nav.small-screen .submenu-button {
  position: absolute;
  right: 0;
  top: 8px;
  display: block;
  height: 34px;
  width: 34px;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/media/1016/dot-menu-cinza.jpg);
  z-index: 1;
}
.page aside nav.small-screen ul ul .submenu-button {
  height: 34px;
  width: 34px;
  right: -20px;
  top: 2px;
}
.page aside nav.small-screen ul ul .submenu-button:after {
  top: 15px;
  right: 13px;
}
.page aside nav.small-screen ul ul .submenu-button:before {
  top: 12px;
  right: 16px;
}
.page aside nav.small-screen .submenu-button.submenu-opened:before {
  display: none;
}
.open-recomendacao {
  margin-top: 50px;
}
.form-contact-simple {
  margin-bottom: 40px;
}
.form-contact-simple h2 {
  margin-bottom: 40px;
}
.form-contact-simple .form-tools-submit {
  text-align: left;
  margin-top: 0;
}
.user-general h2,
.user-emails h2,
.user-password h2,
.user-phone h2,
.user-address h2,
.user-academic h2,
.user-residence h2,
.user-documentation h2,
.user-photo h2 {
  margin-bottom: 35px !important;
}
.user-photo img {
  width: 100%;
}
.event-register {
  margin-bottom: 35px;
}
.event-register h2 {
  margin-bottom: 40px;
}
.event-register .form-tools-submit {
  text-align: left;
  margin-top: 0;
}
.form-benefits-club,
.form-publicize-congress,
.form-publicize-events,
.form-classified {
  margin-bottom: 35px;
}
.form-benefits-club h2,
.form-publicize-congress h2,
.form-publicize-events h2,
.form-classified h2 {
  margin-bottom: 40px !important;
}
.form-benefits-club .form-tools-submit,
.form-publicize-congress .form-tools-submit,
.form-publicize-events .form-tools-submit,
.form-classified .form-tools-submit {
  text-align: left;
  margin-top: 0;
}
.coordinator-tools {
  margin: 0 0 30px 0;
}
.header-page {
  position: relative;
  width: 100%;
  z-index: 4;
}
.header-page .info-contact-container,
.header-page .info-contact {
  display: none;
}
.header-page .header-top {
  background-color: #63697A;
  font-family: "Roboto", sans-serif;
  height: 42px;
  color: #ffffff;
  display: block;
  width: 100%;
  text-align: right;
  padding-right: 0;
}
.header-page .header-top .login {
  display: none;
}
.header-page .header-top .mobile {
  display: inline;
}
.header-page .header-top .mobile img {
  width: 17px;
}
.header-page .header-top .divisor {
  margin: 0 32px;
  display: none;
}
.header-page .header-top img {
  margin-left: 10px;
}
.header-page .header-top .h-user {
  width: 20px;
}
.header-page .header-top .h-email {
  width: 20px;
}
.header-page .header-top .h-phone {
  width: 18px;
}
.header-page .header-top .h-search {
  width: 20px;
}
.header-page .header-top .btn {
  background: transparent;
  text-transform: uppercase;
  color: #ffffff;
  border: 0;
  font-size: 0.9rem;
  padding-right: 17px;
  margin-top: 0;
}
.header-page .header-top .btn.language {
  width: 32px;
  height: 42px;
  padding: 0;
}
.header-page .header-top .btn.language.active {
  border-top: 2px solid #ffffff;
}
.header-page .header-top .icon-sogesp {
  color: #ffffff;
  font-size: 1.563rem;
  display: inline-block;
  vertical-align: middle;
}
.header-page .header-nav {
  margin-top: 28px;
  text-align: center;
  display: block;
}
.header-page .header-nav > a {
  display: block;
  text-align: center;
}
.header-page .header-nav nav ul,
.header-page .header-nav nav ul li,
.header-page .header-nav nav ul li a,
.header-page .header-nav nav #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1.2;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header-page .header-nav nav:after,
.header-page .header-nav nav > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.header-page .header-nav nav #menu-button {
  display: none;
}
.header-page .header-nav nav {
  text-align: left;
  font-family: "Source Sans Pro", sans-serif;
  display: inline-block;
  margin-top: 29px;
}
.header-page .header-nav nav > ul > li {
  float: left;
  min-height: 50px;
  position: relative;
  padding: 0 15px;
}
.header-page .header-nav nav > ul > li > a {
  font-size: 1.063rem;
  text-decoration: none;
  color: #6b7283;
  text-transform: uppercase;
  -webkit-transition: color 0.25s ease;
  -moz-transition: color 0.25s ease;
  transition: color 0.25s ease;
  letter-spacing: -0.3px;
}
.header-page .header-nav nav > ul > li:hover > a {
  color: #6b7283;
}
.header-page .header-nav nav > ul > li.has-sub .submenu-button {
  position: absolute;
  width: 34px;
  height: 34px;
}
.header-page .header-nav nav ul > li > ul > li.has-sub > a:after {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 25px;
  height: 6px;
  display: block;
  background: url(/media/1008/dot-menu.jpg);
  content: "";
  -webkit-transition: background 0.25s ease;
  -moz-transition: background 0.25s ease;
  transition: background 0.25s ease;
}
.header-page .header-nav nav > ul > li.has-sub:hover > a:after,
.header-page .header-nav nav > ul > li.has-sub > a:hover:after {
  background: #ffffff;
}
.header-page .header-nav nav ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  width: 2px;
  height: 8px;
  background: #ffffff;
  content: "";
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  display: none;
}
.header-page .header-nav nav ul > li.has-sub:hover > a:before,
.header-page .header-nav nav ul > li.has-sub > a:hover:before {
  top: 23px;
  height: 0;
}
.header-page .header-nav nav ul ul {
  position: absolute;
  left: -9999px;
  background-color: #ffffff;
  border-radius: 12px;
  padding-bottom: 15px;
  padding-top: 20px;
  margin-top: 30px;
  border-left: 1px solid #eee;
}
.header-page .header-nav nav ul ul::before {
  content: "";
  width: 70%;
  background-color: #6b7283;
  height: 10px;
  border-radius: 12px;
  display: block;
  top: -6px;
  position: absolute;
  left: 50%;
  margin: 0 auto 0 -35%;
}
.header-page .header-nav nav ul ul li:hover {
  background-color: #fafbfc;
  -webkit-transition: background-color 0.25s linear;
  -ms-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
}
.header-page .header-nav nav ul li:hover > ul {
  left: 50%;
  transform: translate(-50%, 0);
}
.header-page .header-nav nav ul li ul li:hover > ul {
  left: 299px;
  margin-left: auto;
  margin-top: -5px;
}
.header-page .header-nav nav ul ul ul:before {
  display: none;
}
.header-page .header-nav nav ul ul ul {
  margin-left: 100%;
  top: 0;
}
.header-page .header-nav nav ul ul li {
  height: auto;
  -webkit-transition: height 0.25s ease;
  -moz-transition: height 0.25s ease;
  transition: height 0.25s ease;
}
.header-page .header-nav nav li:hover > ul > li {
  min-height: 40px;
}
.header-page .header-nav nav ul ul li a {
  width: 300px;
  padding: 11px 25px;
  font-size: 1rem;
  text-decoration: none;
  color: #a1a1a1;
}
.header-page .header-nav nav ul ul li:last-child > a,
.header-page .header-nav nav ul ul li.last-item > a {
  border-bottom: 0;
}
.header-page .header-nav nav ul ul li:hover > a,
.header-page .header-nav nav ul ul li a:hover {
  color: #6b7283;
}
.header-page .header-nav nav ul ul li.has-sub > a:after {
  top: 16px;
  right: 11px;
}
.header-page .header-nav nav ul ul li.has-sub > a:before {
  top: 13px;
  right: 14px;
}
.header-page .header-nav nav ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
.header-page .header-nav nav.small-screen {
  width: 100%;
  display: block;
  padding-left: 0;
  top: 48px;
  right: 0;
  left: 0;
  position: absolute;
}
.header-page .header-nav nav.small-screen ul {
  width: 100%;
  display: none;
  background-color: #6b7283;
  padding-left: 20px;
  padding-right: 20px;
}
.header-page .header-nav nav.small-screen ul li {
  width: 100%;
}
.header-page .header-nav nav.small-screen ul li:hover {
  background-color: transparent;
}
.header-page .header-nav nav.small-screen ul ul li,
.header-page .header-nav nav.small-screen li:hover > ul > li {
  height: auto;
}
.header-page .header-nav nav.small-screen ul li a,
.header-page .header-nav nav.small-screen ul ul li a {
  color: #ffffff;
  width: 100%;
  border-bottom: 0;
}
.header-page .header-nav nav.small-screen > ul > li {
  float: none;
}
.header-page .header-nav nav.small-screen ul ul:before {
  display: none;
}
.header-page .header-nav nav.small-screen ul ul,
.header-page .header-nav nav.small-screen ul ul ul {
  position: relative;
  left: 0;
  width: 100%;
  margin: 0;
  text-align: left;
}
.header-page .header-nav nav.small-screen ul ul li a {
  padding-left: 25px;
}
.header-page .header-nav nav.small-screen ul ul ul li a {
  padding-left: 35px;
}
.header-page .header-nav nav.small-screen > ul > li.has-sub > a:after,
.header-page .header-nav nav.small-screen > ul > li.has-sub > a:before,
.header-page .header-nav nav.small-screen ul ul > li.has-sub > a:after,
.header-page .header-nav nav.small-screen ul ul > li.has-sub > a:before {
  display: none;
}
.header-page .header-nav nav.small-screen ul li:hover > ul {
  left: auto;
  margin-left: 0;
  transform: translate(0, 0);
}
.header-page .header-nav nav.small-screen #menu-button {
  display: block;
  padding: 17px;
  color: #6b7283;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  width: 50px;
  position: absolute;
  right: 0;
}
.header-page .header-nav nav.small-screen #menu-button:after {
  position: absolute;
  top: 22px;
  right: 25px;
  display: block;
  height: 11px;
  width: 35px;
  border-top: 3px solid #6b7283;
  border-bottom: 3px solid #6b7283;
  content: "";
}
.header-page .header-nav nav.small-screen #menu-button:before {
  position: absolute;
  top: 14px;
  right: 25px;
  display: block;
  height: 3px;
  width: 35px;
  background-color: #6b7283;
  content: "";
}
.header-page .header-nav nav.small-screen #menu-button.menu-opened {
  background-color: #6b7283;
  margin-top: -35px;
  position: relative;
  width: 100%;
}
.header-page .header-nav nav.small-screen #menu-button.menu-opened:after {
  top: 25px;
  border: 0;
  height: 3px;
  width: 20px;
  background: #ffffff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header-page .header-nav nav.small-screen #menu-button.menu-opened:before {
  top: 25px;
  background: #ffffff;
  width: 20px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header-page .header-nav nav.small-screen .submenu-button {
  position: absolute;
  z-index: 99;
  right: 0;
  top: -7px;
  display: block;
  height: 34px;
  width: 34px;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/media/1010/dot-menu-branco.png);
}
.header-page .header-nav nav.small-screen ul ul .submenu-button {
  height: 34px;
  width: 34px;
  right: -20px;
  top: 2px;
}
.header-page .header-nav nav.small-screen ul ul .submenu-button:after {
  top: 15px;
  right: 13px;
}
.header-page .header-nav nav.small-screen ul ul .submenu-button:before {
  top: 12px;
  right: 16px;
}
.header-page .header-nav nav.small-screen .submenu-button.submenu-opened:before {
  display: none;
}
.featured-blog-header {
  height: 360px;
  background-color: #9ba7bd;
  padding-top: 42px;
}
.featured-blog-header img {
  margin-top: -210px;
  margin-left: 59px;
  display: none;
}
.featured-blog-header::after {
  display: block;
  content: "";
  clear: both;
}
.featured-blog-content.section-content .container {
  padding: 0 12px;
}
.featured-blog-content.section-content .list-featured-blog > .row {
  padding-left: 36px;
  padding-right: 36px;
}
.featured-blog-content.section-content .list-featured-blog > .row > .col {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 50px;
  text-align: center;
}
.featured-blog-content.section-content .list-featured-blog > .row > .col .btn {
  margin-top: 30px;
}
.featured-blog-content.section-content .list-featured-blog > .row > .col .title {
  font-size: 1.125rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 32px;
}
.featured-blog-content.section-content .list-featured-blog > .row > .col .image {
  position: relative;
  height: 228px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 14px;
  overflow: hidden;
}
.featured-blog-content.section-content .list-featured-blog > .row > .col .image .align-items-center {
  height: 100%;
}
.featured-blog-content.section-content .list-featured-blog > .row > .col .image .overlay {
  border-radius: 14px;
  width: 100%;
  position: absolute;
  top: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  -moz-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  -o-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}
.featured-blog-content.section-content .list-featured-blog > .row > .col .image .overlay .description {
  line-height: 1.15;
}
.featured-blog-content.section-content .list-featured-blog > .row > .col .image .overlay time {
  display: block;
  text-align: center;
  opacity: 0.6;
  font-size: 1.125rem;
  margin-bottom: 22px;
}
.featured-blog-content.section-content .list-featured-blog > .row > .col .image .overlay a {
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  height: 100%;
  color: #ffffff;
  font-size: 1.125rem;
  font-family: "Source Sans Pro", sans-serif;
  text-align: center;
  text-decoration: none;
}
.featured-blog-content.section-content .list-featured-blog > .row > .col .image .category {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  padding: 7px 40px 7px 16px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  border-top-left-radius: 14px;
  border-bottom-right-radius: 45px;
  text-align: left;
}
.featured-blog-content.section-content .list-featured-blog > .row > .col .image:hover .overlay {
  top: 0;
  opacity: 0.9;
  z-index: 1;
}
.featured-blog-content.section-content .pane {
  max-width: 1256px;
  padding: 30px 6px;
}
.featured-news-content.section-content .container {
  padding: 0 12px;
}
.featured-news-content.section-content .list-featured-news > .row {
  padding-left: 36px;
  padding-right: 36px;
}
.featured-news-content.section-content .list-featured-news > .row > .col {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 50px;
}
.featured-news-content.section-content .list-featured-news > .row > .col time {
  color: #B1BACC;
  margin-top: 15px;
}
.featured-news-content.section-content .list-featured-news > .row > .col .more {
  color: #96A4BA;
  margin-top: 15px;
  display: inline-block;
  position: relative;
  margin-left: 40px;
}
.featured-news-content.section-content .list-featured-news > .row > .col .more:after {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #96A4BA;
  top: 11px;
  left: -40px;
  position: absolute;
  content: '';
}
.featured-news-content.section-content .list-featured-news > .row > .col .title {
  font-size: 1.125rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  margin-top: 5px;
}
.featured-news-content.section-content .list-featured-news > .row > .col .image {
  position: relative;
  height: 228px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 15px;
}
.featured-news-content.section-content .list-featured-news > .row > .col .image .align-items-center {
  height: 100%;
}
.featured-news-content.section-content .list-featured-news > .row > .col .image .category {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  padding: 7px 40px 7px 16px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  border-top-left-radius: 14px;
  border-bottom-right-radius: 45px;
  text-align: left;
}
.featured-news-content.section-content .list-featured-news > .row .header-title {
  text-transform: uppercase;
  color: #98A5BB;
  margin-bottom: 30px !important;
  font-weight: 500;
  font-size: 1.563rem;
}
.featured-news-content.section-content .list-featured-news > .row .header-button {
  text-align: right;
  margin-bottom: 30px !important;
}
.featured-news-content.section-content .list-featured-news > .row .header-button a {
  color: #98A5BB;
  border: 2px solid #98A5BB;
  border-radius: 20px;
  padding: 10px 20px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 600;
}
.list-news {
  margin-bottom: 50px;
  margin-top: 15px;
}
.list-news .row {
  margin-bottom: 33px;
}
.list-news .row > .col:first-child {
  flex: 0;
}
.list-news .row > .col .title {
  font-size: 1.063rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  margin-top: 20px;
}
.list-news .row > .col .title .bar-color {
  width: 87px;
  border-radius: 4px;
  height: 4px;
  margin-bottom: 7px;
  margin-top: 5px;
}
.list-news .row > .col .title a {
  display: block;
  height: 100%;
  color: #6b7283;
  text-decoration: none;
}
.list-news .row > .col .description {
  line-height: 1.15;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.063rem;
}
.list-news .row > .col .description a {
  display: block;
  height: 100%;
  color: #6b7283;
  text-decoration: none;
}
.list-news .row > .col time {
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.063rem;
  color: #c1c8cd;
  margin-top: 1px;
  margin-bottom: 9px;
}
.list-news .row > .col .align-items-center {
  height: 100%;
}
.list-news .row > .col .image {
  position: relative;
  width: 100%;
  height: 177px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  overflow: hidden;
}
.list-news .row > .col .image .category {
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  padding: 7px 40px 7px 16px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.8125rem;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  border-top-left-radius: 14px;
  border-bottom-right-radius: 45px;
  text-align: left;
}
.list-news .row.tools {
  margin-bottom: 0;
}
.list-news .row.tools #term {
  width: 100%;
}
.list-document {
  margin-bottom: 50px;
}
.list-document .row > .col .title {
  font-size: 1.063rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}
.list-document .row > .col .title .bar-color {
  width: 87px;
  border-radius: 4px;
  height: 4px;
  margin-bottom: 7px;
  margin-top: 5px;
}
.list-document .row > .col .title a {
  display: block;
  height: 100%;
  color: #6b7283;
  text-decoration: none;
}
.list-document .row > .col .link {
  margin-top: 15px;
}
.list-document .row > .col .description {
  line-height: 1.15;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.063rem;
}
.list-document .row > .col .description a {
  display: block;
  height: 100%;
  color: #6b7283;
  text-decoration: none;
}
.list-document .row > .col time {
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.063rem;
  color: #c1c8cd;
  margin-top: 1px;
  margin-bottom: 9px;
}
.list-document .row > .col:after {
  content: "";
  margin: 33px 0;
  height: 1px;
  background-color: #e6eaec;
  display: block;
  width: 100%;
}
.list-document .row.tools {
  margin-bottom: 0;
}
.list-document .row.tools #term {
  width: 500px;
}
.list-document .row:last-child .col:after {
  display: none;
}
.list-simple {
  margin-bottom: 50px;
}
.list-simple .row > .col .title {
  font-size: 1.063rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}
.list-simple .row > .col .title .bar-color {
  width: 87px;
  border-radius: 4px;
  background-color: #4f5669;
  height: 4px;
  margin-bottom: 7px;
  margin-top: 5px;
}
.list-simple .row > .col .title a {
  display: block;
  height: 100%;
  color: #6b7283;
  text-decoration: none;
}
.list-simple .row > .col .description {
  line-height: 1.15;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.063rem;
}
.list-simple .row > .col .description a {
  display: block;
  height: 100%;
  color: #6b7283;
  text-decoration: none;
}
.list-simple .row > .col time {
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.063rem;
  color: #c1c8cd;
  margin-top: 1px;
  margin-bottom: 9px;
}
.list-simple .row > .col:after {
  content: "";
  margin: 33px 0;
  height: 1px;
  background-color: #e6eaec;
  display: block;
  width: 100%;
}
.list-simple .row.tools {
  margin-bottom: 0;
}
.list-simple .row.tools #term {
  width: 500px;
}
.list-simple .row.tools .col:after {
  display: none;
}
.list-simple .row:last-child .col:after {
  display: none;
}
.list-accordion .title {
  cursor: pointer;
  width: 100%;
}
.list-accordion .title h2 {
  background-color: #bac5cb;
  color: white;
  padding: 9px 15px;
  border-radius: 17px;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 4px;
}
.list-accordion .items {
  display: none;
  margin-top: 36px;
}
.list-accordion .items .title .bar-color {
  width: 87px;
  border-radius: 4px;
  height: 4px;
  margin-bottom: 7px;
  background-color: #4f5669;
}
.list-accordion .items .title a {
  font-size: 1.063rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  color: #6b7283;
  text-decoration: none;
}
.list-accordion .items .description {
  line-height: 1.15;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.063rem;
}
.list-accordion .items .description a {
  color: #6b7283;
  text-decoration: none;
}
.list-accordion .items:after {
  content: "";
  margin: 40px 15px;
  height: 1px;
  background-color: #e6eaec;
  display: block;
  width: 100%;
}
.list-accordion .items:last-child:after {
  background-color: transparent;
  margin-bottom: 0;
}
.pagination {
  text-align: right;
  overflow: hidden;
}
.pagination ul {
  list-style-type: none;
  padding: 0;
}
.pagination ul li {
  display: inline-block;
  margin: 0 5px;
}
.pagination ul li a {
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  color: #6b7283;
  text-decoration: none;
  line-height: 26px;
  text-align: center;
}
.pagination ul li a.first,
.pagination ul li a.prev,
.pagination ul li a.next,
.pagination ul li a.last {
  text-indent: -9999px;
}
.pagination ul li a.first {
  background-image: url(/media/1030/first.png);
}
.pagination ul li a.prev {
  background-image: url(/media/1033/prev.png);
}
.pagination ul li a.next {
  background-image: url(/media/1032/next.png);
}
.pagination ul li a.last {
  background-image: url(/media/1031/last.png);
}
.pagination ul li.active a {
  color: #ffffff;
  background-color: #6b7283;
}
.magazines {
  margin-bottom: 30px;
}
.magazines .form-select {
  margin-top: 35px;
}
.magazines .button {
  margin-top: 35px;
}
.featured-congresso {
  margin-top: 97px;
  text-align: center;
  min-height: 491px;
  padding-top: 57px;
}
.featured-congresso .title-section {
  margin-bottom: 47px;
}
.featured-congresso.hide-button {
  min-height: 399px;
}
.section-content.featured-congresso-content {
  margin: 0 15px 30px;
}
.section-content.featured-congresso-content .pane {
  padding: 0 15px;
  max-width: 1280px;
  height: auto;
  background-color: #db3151;
  min-height: 230px;
  margin-top: -87px;
}
.featured-congresso-content .align-items-center {
  height: 100%;
}
.featured-congresso-content .align-items-center .col {
  position: relative;
  text-align: center;
}
.featured-congresso-content .align-items-center .col .icon-sogesp {
  font-size: 5.25rem;
  color: #ffffff;
  margin-bottom: 25px;
}
.featured-congresso-content .align-items-center .col span {
  display: block;
}
.featured-congresso-content .align-items-center .col a {
  display: block;
  padding-top: 33px;
  padding-bottom: 34px;
  font-size: 1.063rem;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
}
.featured-congresso-content .align-items-center .col::after {
  content: "";
  background-color: #b1213c;
  width: 3px;
  height: 124px;
  position: absolute;
  bottom: -10px;
  left: -1.5px;
  display: none;
}
.featured-congresso-content .align-items-center .col:first-child::after {
  display: none;
}
.featured-agenda:after {
  content: "";
  display: block;
  clear: both;
}
.featured-agenda {
  margin-top: 94px;
}
.featured-agenda .featured-agenda-content .controls {
  text-align: center;
  list-style: none;
  padding: 0;
}
.featured-agenda .featured-agenda-content .controls li {
  display: inline-block;
  margin-bottom: 15px;
}
.featured-agenda .featured-agenda-content .container {
  padding: 0 12px;
}
.featured-agenda .featured-agenda-content > .row {
  display: none;
  padding-left: 20px;
  padding-right: 20px;
  margin: 53px auto 0;
}
.featured-agenda .featured-agenda-content > .row .slick {
  position: relative;
}
.featured-agenda .featured-agenda-content > .row .slick .slick-dots {
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: -15px;
  text-align: center;
  padding: 0;
}
.featured-agenda .featured-agenda-content > .row .slick .slick-dots button {
  display: none;
}
.featured-agenda .featured-agenda-content > .row .slick .slick-dots li {
  width: 33px;
  height: 10px;
  border-radius: 12px;
  background-color: #d6dce5;
  display: inline-block;
  margin: 0 4px;
  cursor: pointer;
}
.featured-agenda .featured-agenda-content > .row .slick .slick-dots li.slick-active {
  background-color: #9aa7bd;
}
.featured-agenda .featured-agenda-content > .row .slick .col {
  padding-right: 20px;
  padding-left: 20px;
  height: 309px;
  float: left;
  margin-bottom: 51px;
}
.featured-agenda .featured-agenda-content > .row .slick .col .btn {
  margin-top: 46px;
}
.featured-agenda .featured-agenda-content > .row .slick .col .title {
  font-size: 1.25rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 5px;
}
.featured-agenda .featured-agenda-content > .row .slick .col .image {
  position: relative;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 14px;
  overflow: hidden;
}
.featured-agenda .featured-agenda-content > .row .slick .col .image .align-items-center {
  height: 100%;
}
.featured-agenda .featured-agenda-content > .row .slick .col .image .overlay {
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  width: 100%;
  position: absolute;
  bottom: 0;
  opacity: 1;
  z-index: 1;
  -moz-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  -o-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  background-color: rgba(117, 123, 133, 0.91);
}
.featured-agenda .featured-agenda-content > .row .slick .col .image .overlay time {
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.063rem;
  margin-bottom: 9px;
}
.featured-agenda .featured-agenda-content > .row .slick .col .image .overlay a {
  padding: 31px 30px 34px;
  display: block;
  height: 100%;
  color: #ffffff;
  font-size: 1.25rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  text-decoration: none;
}
.featured-agenda .featured-agenda-content > .row .slick .col .image .overlay a .description {
  display: none;
}
.featured-agenda .featured-agenda-content > .row .slick .col .image .category {
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  padding: 7px 40px 7px 16px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  border-top-left-radius: 14px;
  border-bottom-right-radius: 45px;
  text-align: left;
}
.featured-agenda .featured-agenda-content .pane {
  max-width: 1256px;
  padding: 30px 6px;
}
.form-password {
  margin-top: 25px;
}
.form-reset {
  margin-top: 25px;
}
.featured-associado {
  padding-top: 212px;
  margin-bottom: 34px;
  background-image: url(/media/1023/associado-background.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 672px;
  z-index: 4;
  overflow: visible;
}
.featured-associado .container {
  max-width: 1144px;
}
.featured-associado .form-login {
  width: 100%;
}
.featured-associado .form-login .form-tools {
  text-align: center;
}
.featured-associado .form-login .form-tools-submit {
  text-align: center;
}
.featured-associado .form-login .form-tools-submit button {
  margin: 0 0 15px;
  text-align: center;
}
.featured-associado .tools ul {
  padding-left: 0;
}
.featured-associado .divisor {
  width: 1px;
  background-color: #9ba7bd;
  margin: 0 10px;
  display: inline-block;
  vertical-align: text-top;
  height: 15px;
}
.featured-associado .title {
  font-size: 1.625rem;
  color: #c1c8cd;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 11px;
  display: none;
}
.featured-associado .subtitle {
  font-size: 1.25rem;
  font-family: "Source Serif Pro", serif;
  color: #c1c8cd;
  margin-bottom: 44px;
  display: none;
}
.featured-associado .tools {
  margin-top: 60px;
}
.featured-associado .tools ul li {
  width: 122px;
  display: inline-block;
  text-align: center;
  margin-bottom: 64px;
  margin-left: 10.5px;
  margin-right: 10.5px;
}
.featured-associado .tools ul li .icon-sogesp {
  font-size: 3.625rem;
  color: #c1c8cd;
  margin-bottom: 28px;
}
.featured-associado .tools ul li span {
  display: block;
  line-height: 1.15;
}
.featured-associado .tools ul li a {
  display: block;
  font-size: 1.063rem;
  padding: 0 8px;
  font-weight: 700;
  color: #c1c8cd;
  text-decoration: none;
  text-transform: uppercase;
}
#modal-login form {
  margin-top: 30px;
}
#modal-login .form-tools {
  text-align: left;
}
#modal-login .form-tools a {
  position: relative;
  line-height: 1;
  font-family: "Source Sans Pro", sans-serif;
  text-decoration: none;
  outline: none;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  border-radius: 24px;
  border: 1px solid transparent;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
  transition: transform 0.28s ease;
  vertical-align: middle;
  background-color: transparent;
  font-size: 1.125rem;
  color: #9ba7bd;
  text-transform: lowercase;
  font-weight: 400;
  padding: 0;
}
.pane .featured-associado {
  padding-top: 0;
  margin-bottom: 0;
  background-image: none;
  background-position: top center;
  background-repeat: no-repeat;
  min-height: auto;
  z-index: 4;
  overflow: visible;
  margin-top: 0;
}
.pane .featured-associado .container {
  max-width: 1144px;
  padding: 0;
}
.pane .featured-associado .form-login {
  width: 100%;
}
.pane .featured-associado .divisor {
  width: 1px;
  background-color: #9ba7bd;
  margin: 0 10px;
  display: inline-block;
  vertical-align: text-top;
  height: 15px;
}
.pane .featured-associado .title {
  font-size: 1.625rem;
  color: #c1c8cd;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 11px;
}
.pane .featured-associado .subtitle {
  font-size: 1.25rem;
  font-family: "Source Serif Pro", serif;
  color: #c1c8cd;
  margin-bottom: 44px;
}
.pane .featured-associado .tools ul li {
  width: 144px;
  display: inline-block;
  text-align: center;
  margin-bottom: 64px;
  margin-left: 10.5px;
  margin-right: 10.5px;
  -webkit-transform: translateY(0);
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.pane .featured-associado .tools ul li .icon-sogesp {
  font-size: 5.25rem;
  color: #c1c8cd;
  margin-bottom: 28px;
}
.pane .featured-associado .tools ul li span {
  display: block;
  line-height: 1.15;
}
.pane .featured-associado .tools ul li a {
  display: block;
  font-size: 1.25rem;
  padding: 0 8px;
  font-weight: 700;
  color: #c1c8cd;
  text-decoration: none;
  text-transform: uppercase;
}
.pane .featured-associado .tools ul li:hover .icon-sogesp {
  color: #db3151;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
div[class*=" canal-saude-mulher"] .btn,
div[class*=" canal-saude-mulher"] button {
  background-color: #e58cbd;
}
div[class*=" canal-saude-mulher"] .title-section {
  position: relative;
  margin-bottom: 27px;
  margin-top: 0;
}
div[class*=" canal-saude-mulher"] .title-section .container {
  text-align: left;
  padding: 0;
  color: #ffffff;
}
div[class*=" canal-saude-mulher"] .title-section .container .title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 2.25rem;
  font-weight: bold;
  display: block;
  text-align: center;
  text-transform: uppercase;
  margin-top: 19px;
  line-height: 1.1;
}
div[class*=" canal-saude-mulher"] .title-section .container .subtitle {
  font-family: "Source Serif Pro", serif;
  font-size: 1.438rem;
  display: block;
  text-align: center;
  margin-top: 10px;
}
div[class*=" canal-saude-mulher"] .title-section .container .title::before {
  display: none;
}
div[class*=" canal-saude-mulher"] .title-section.cinza .title {
  color: #6b7283;
}
div[class*=" canal-saude-mulher"] .title-section.cinza .subtitle {
  color: #c1c8cd;
}
div[class*=" canal-saude-mulher"] .title-section.branco .title,
div[class*=" canal-saude-mulher"] .title-section.branco-vermelho .title,
div[class*=" canal-saude-mulher"] .title-section.branco .subtitle,
div[class*=" canal-saude-mulher"] .title-section.branco-vermelho .subtitle {
  color: #ffffff;
}
div[class*=" canal-saude-mulher"] .title-section.branco .title::before {
  background-color: #ffffff;
}
div[class*=" canal-saude-mulher"] .ver-mais {
  padding: 0 0 25px 0;
  text-align: center;
}
div[class*=" canal-saude-mulher"] .featured-blog-content.section-content.internal {
  margin: 0;
}
div[class*=" canal-saude-mulher"] .featured-blog-content.section-content.internal .container {
  padding: 0 15px;
}
div[class*=" canal-saude-mulher"] .featured-blog-content.section-content.internal .list-featured-blog .row {
  padding: 0;
}
div[class*=" canal-saude-mulher"] .featured-blog-content.section-content.internal .list-featured-blog .row .image {
  height: 228px;
}
div[class*=" canal-saude-mulher"] .featured-blog-content.section-content.internal .list-featured-blog .row .col {
  padding-right: 8px;
  padding-left: 8px;
}
div[class*=" canal-saude-mulher"] .featured-blog-content.section-content.internal .list-featured-blog .row .col:first-child {
  padding-left: 0;
}
div[class*=" canal-saude-mulher"] .featured-blog-content.section-content.internal .list-featured-blog .row .col:last-child {
  padding-right: 0;
}
.event-flyer img {
  max-width: 100%;
  margin-bottom: 25px;
}
.user-register h2.color1 {
  margin-bottom: 55px;
}
.card-wrapper {
  bottom: 40px;
}
/* Small Device */
@media (min-width: 375px) {
  .popup {
    position: absolute;
    height: auto;
    z-index: 99999;
    background: transparent;
    padding: 20px;
    width: 100%;
    top: 80px;
  }
  .popup .popup-header {
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(/media/1370/close.png);
    position: absolute;
    right: 20px;
    background-size: cover;
    cursor: pointer;
  }
  .featured-associado .tools ul li {
    width: 143px;
    display: inline-block;
    text-align: center;
    margin-bottom: 64px;
    margin-left: 10.5px;
    margin-right: 10.5px;
  }
  .featured-associado .tools ul li .icon-sogesp {
    font-size: 3.625rem;
    color: #c1c8cd;
    margin-bottom: 28px;
  }
}
@media (min-width: 400px) {
  .benefit {
    margin: 0 auto;
    max-width: 90%;
  }
  .benefit .grid-item {
    width: calc(100% - 10px);
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .classified {
    margin: 0 auto;
    max-width: 90%;
  }
  .classified .grid-item {
    width: calc(100% - 10px);
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .page .fc .fc-toolbar > * > * {
    float: left;
  }
  .fc-toolbar {
    margin-bottom: 20px;
  }
  .fc-toolbar .fc-left {
    float: none;
    margin-top: 0;
    margin-bottom: 15px;
    display: inline-block;
  }
  .fc-toolbar .fc-right {
    float: none;
    margin-bottom: 0;
    display: inline-block;
  }
  .fc-toolbar .fc-right .fc-button {
    margin-bottom: 10px;
  }
  .featured-associado .tools ul li {
    width: 137px;
    display: inline-block;
    text-align: center;
    margin-bottom: 64px;
    margin-left: 23.5px;
    margin-right: 23.5px;
  }
  .featured-associado .tools ul li .icon-sogesp {
    font-size: 3.625rem;
    color: #c1c8cd;
    margin-bottom: 28px;
  }
}
@media (min-width: 615px) {
  .benefit {
    margin: 0 auto;
    max-width: 714px;
  }
  .benefit .grid-item {
    width: 45%;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .classified {
    margin: 0 auto;
    max-width: 714px;
  }
  .classified .grid-item {
    width: 45%;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .featured-live .live-item .image {
    height: calc(480px / 1.77);
  }
  h2.color1 {
    font-family: "Source Serif Pro", serif;
    font-size: 1.25rem;
    color: #6b7283;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 5px;
  }
  .page .banner-home .royalSlider .rsABlock.title {
    font-size: 1.75rem;
    font-weight: 700;
  }
  .page .banner-home .royalSlider .rsABlock.title::before {
    height: 10px;
    border-radius: 12px;
    width: 70px;
    top: -25px;
    left: 0;
    margin-left: 0;
    background-color: #db3151;
  }
  .page .banner-home .royalSlider .rsABlock.secondary {
    font-size: 1.25rem;
  }
  .featured-blog-content.section-content .list-featured-blog > .row > .col {
    margin-right: 30px;
  }
  .featured-blog-content.section-content .list-featured-blog > .row > .col .btn {
    margin-top: 30px;
  }
  .featured-blog-content.section-content .list-featured-blog > .row > .col .title {
    font-size: 1.125rem;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 32px;
  }
  .featured-blog-content.section-content .list-featured-blog > .row > .col .image .align-items-center {
    height: 100%;
  }
  .featured-blog-content.section-content .list-featured-blog > .row > .col .image .overlay {
    border-radius: 14px;
    width: 100%;
    position: absolute;
    top: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    -moz-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
    -o-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
    -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
    transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  }
  .featured-blog-content.section-content .list-featured-blog > .row > .col .image .overlay .description {
    line-height: 1.15;
  }
  .featured-blog-content.section-content .list-featured-blog > .row > .col .image .overlay time {
    display: block;
    text-align: center;
    opacity: 0.6;
    font-size: 1.125rem;
    margin-bottom: 22px;
  }
  .featured-blog-content.section-content .list-featured-blog > .row > .col .image .overlay a {
    padding-left: 30px;
    padding-right: 30px;
    display: block;
    height: 100%;
    color: #ffffff;
    font-size: 1.125rem;
    font-family: "Source Sans Pro", sans-serif;
    text-align: center;
    text-decoration: none;
  }
  .featured-blog-content.section-content .list-featured-blog > .row > .col .image .category {
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    padding: 7px 40px 7px 16px;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 0.9rem;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    border-top-left-radius: 14px;
    border-bottom-right-radius: 45px;
    text-align: left;
  }
  .featured-blog-content.section-content .list-featured-blog > .row .col:last-child {
    margin-right: 0;
  }
  .featured-associado .container .col {
    flex-basis: unset;
    padding-right: 80px;
    padding-left: 79px;
  }
  .featured-news-content.section-content .list-featured-news > .row > .col {
    margin-right: 0;
  }
  .featured-news-content.section-content .list-featured-news > .row > .col .btn {
    margin-top: 30px;
  }
  .featured-news-content.section-content .list-featured-news > .row > .col .title {
    font-size: 1.125rem;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
  }
  .featured-news-content.section-content .list-featured-news > .row > .col .image .align-items-center {
    height: 100%;
  }
  .featured-news-content.section-content .list-featured-news > .row > .col .image .overlay {
    border-radius: 14px;
    width: 100%;
    position: absolute;
    top: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    -moz-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
    -o-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
    -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
    transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  }
  .featured-news-content.section-content .list-featured-news > .row > .col .image .overlay .description {
    line-height: 1.15;
  }
  .featured-news-content.section-content .list-featured-news > .row > .col .image .overlay time {
    display: block;
    text-align: center;
    opacity: 0.6;
    font-size: 1.125rem;
    margin-bottom: 22px;
  }
  .featured-news-content.section-content .list-featured-news > .row > .col .image .overlay a {
    padding-left: 30px;
    padding-right: 30px;
    display: block;
    height: 100%;
    color: #ffffff;
    font-size: 1.125rem;
    font-family: "Source Sans Pro", sans-serif;
    text-align: center;
    text-decoration: none;
  }
  .featured-news-content.section-content .list-featured-news > .row > .col .image .category {
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    padding: 7px 40px 7px 16px;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 0.9rem;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    border-top-left-radius: 14px;
    border-bottom-right-radius: 45px;
    text-align: left;
  }
  .featured-news-content.section-content .list-featured-news > .row .col:last-child {
    margin-right: 0;
  }
  .featured-associado .container .col {
    flex-basis: unset;
    padding-right: 80px;
    padding-left: 79px;
  }
  .page .row {
    display: flex;
  }
  .quick-access {
    margin-bottom: 30px;
  }
  .quick-access ul li {
    margin-bottom: 27px;
  }
  .featured-congresso-content .align-items-center .col a {
    padding: 35px 20px;
  }
  .featured-congresso {
    min-height: 400px;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    margin-right: 5%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 30.999%;
    max-width: 30.999%;
  }
  .col-md-8 {
    -ms-flex: 0 0 69.0001%;
    flex: 0 0 69.0001%;
    max-width: 69.0001%;
  }
  .col-md-9 {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }
  .list-news .row > .col:first-child {
    flex: 0 0 100%;
  }
  .list-news .row > .col .image {
    width: 100%;
  }
}
/* Large Device */
@media (min-width: 992px) {
  .featured-live .live-item .image {
    height: calc(540px / 1.77);
  }
  .popup {
    position: absolute;
    max-width: 521px;
    height: auto;
    z-index: 99999;
    background: transparent;
    padding: 0;
    width: 100%;
    left: 50%;
    margin-left: -260.5px;
  }
  .popup .popup-header {
    right: 0;
  }
  .quick-access ul li {
    width: 260px;
  }
  .featured-blog-header img {
    width: 270px;
    margin-top: -160px;
    display: inline;
  }
  .featured-congresso-content .align-items-center .col::after {
    content: "";
    display: block;
    background-color: #b1213c;
    width: 3px;
    height: 124px;
    position: absolute;
    bottom: 0;
    left: -1.5px;
  }
  .page .banner-home {
    margin-bottom: 80px;
  }
  .page .banner-home .royalSlider {
    height: 45vh;
  }
  .page .banner-home .royalSlider .rsABlock.title {
    font-size: 2.063rem;
    font-weight: 700;
  }
  .page .banner-home .royalSlider .rsABlock.title::before {
    height: 10px;
    border-radius: 12px;
    width: 70px;
    top: -25px;
    left: 0;
    margin-left: 0;
    background-color: #db3151;
  }
  .page .banner-home .royalSlider .text-container {
    margin-top: 20px;
    margin-left: 20px;
  }
  .page .banner-home .royalSlider .rsABlock.secondary {
    font-size: 1.563rem;
  }
  .header-page .header-nav nav {
    font-family: "Source Sans Pro", sans-serif;
    display: inline-block;
    margin-top: 29px;
  }
  .header-page .header-nav ul li a {
    font-size: 1rem;
  }
  .list-news .row > .col:first-child {
    flex: 0;
  }
  .list-news .row > .col .title {
    margin-top: 0;
  }
  .list-news .row > .col .image {
    width: 277px;
  }
  .list-news .row.tools #term {
    width: 400px;
  }
  .videos-canal-saude-mulher .video-item {
    padding-left: 12px;
    padding-right: 12px;
    display: inline-block;
    vertical-align: top;
    width: 315px;
    padding-bottom: 39px;
    cursor: pointer;
  }
}
@media (min-width: 1075px) {
  .previous-live .live-item .tools {
    position: absolute;
  }
}
@media (min-width: 1240px) {
  .benefit {
    max-width: 1040px;
    margin: 0 auto;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch;
    padding: 5px 10px;
  }
  .benefit .grid-item {
    margin-top: 10px;
    flex: calc(100% / 3 - 20px / 3) 0 0;
    width: 317px;
    height: 150px;
    webkit-transition: opacity 0.3s ease-in, -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.3s ease-in, -webkit-transform 0.2s ease-out;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(29, 29, 38, 0.3);
    box-shadow: 1px 1px 4px 0 rgba(29, 29, 38, 0.3);
  }
  .benefit .grid-item:hover {
    position: relative;
    -webkit-box-shadow: 0 0 21px 0 rgba(18, 30, 72, 0.5);
    box-shadow: 0 0 21px 0 rgba(18, 30, 72, 0.5);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .benefit .grid-item.banner {
    overflow: hidden;
  }
  .benefit .grid-item.banner a {
    background-position: right;
    display: block;
    height: 100%;
    width: 100%;
    cursor: pointer;
    text-indent: -99999999px;
  }
  .benefit .grid-item.text {
    overflow: hidden;
    position: relative;
  }
  .benefit .grid-item.text a {
    display: block;
    height: 100%;
    width: 100%;
    cursor: pointer;
  }
  .benefit .grid-item.text .header {
    background-color: #ef4662;
    display: inline-block;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    padding: 7px 40px 7px 16px;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 0.9rem;
    text-transform: uppercase;
    color: white;
    font-weight: 600;
    border-bottom-right-radius: 45px;
    text-align: left;
  }
  .benefit .grid-item.text .header.cashback {
    background-color: #86f1ca;
  }
  .benefit .grid-item.text .body {
    position: absolute;
    width: 100%;
    height: 100%;
    padding-top: 35px;
    top: 0;
    left: 0;
  }
  .benefit .grid-item.text .body .name {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 0.9rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #6b7283;
  }
  .benefit .grid-item.text .body .text {
    font-family: "Roboto", sans-serif;
    font-size: 0.75rem;
    color: #6b7283;
  }
  .benefit .grid-item.text .logo {
    float: left;
    width: calc(40%);
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .benefit .grid-item.text .featured {
    float: left;
    width: calc(60% - 15px);
    margin-left: 15px;
    height: 100%;
  }
  .benefit .grid-item.text .footer {
    position: absolute;
    bottom: 5px;
    width: 100%;
    text-align: right;
    padding: 0 15px;
    font-family: "Roboto", sans-serif;
    font-size: 0.6875rem;
    color: #d7dbde;
  }
  .benefit .grid-item {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .classified {
    max-width: 1040px;
    margin: 0 auto;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch;
    padding: 5px 10px;
  }
  .classified .grid-item {
    margin-top: 10px;
    flex: calc(100% / 3 - 20px / 3) 0 0;
    width: 317px;
    height: 150px;
    webkit-transition: opacity 0.3s ease-in, -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.3s ease-in, -webkit-transform 0.2s ease-out;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(29, 29, 38, 0.3);
    box-shadow: 1px 1px 4px 0 rgba(29, 29, 38, 0.3);
  }
  .classified .grid-item:hover {
    position: relative;
    -webkit-box-shadow: 0 0 21px 0 rgba(18, 30, 72, 0.5);
    box-shadow: 0 0 21px 0 rgba(18, 30, 72, 0.5);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .classified .grid-item.banner {
    overflow: hidden;
  }
  .classified .grid-item.banner a {
    background-position: right;
    display: block;
    height: 100%;
    width: 100%;
    cursor: pointer;
    text-indent: -99999999px;
  }
  .classified .grid-item.text {
    overflow: hidden;
    position: relative;
  }
  .classified .grid-item.text a {
    display: block;
    height: 100%;
    width: 100%;
    cursor: pointer;
  }
  .classified .grid-item.text .header {
    background-color: #ef4662;
    display: inline-block;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    padding: 7px 40px 7px 16px;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 0.9rem;
    text-transform: uppercase;
    color: white;
    font-weight: 600;
    border-bottom-right-radius: 45px;
    text-align: left;
  }
  .classified .grid-item.text .header.cashback {
    background-color: #86f1ca;
  }
  .classified .grid-item.text .body {
    position: absolute;
    width: 100%;
    height: 100%;
    padding-top: 10px;
    top: 0;
    left: 0;
  }
  .classified .grid-item.text .body .name {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 0.9rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #6b7283;
  }
  .classified .grid-item.text .body .text {
    font-family: "Roboto", sans-serif;
    font-size: 0.75rem;
    color: #6b7283;
  }
  .classified .grid-item.text .logo {
    float: left;
    width: calc(40%);
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .classified .grid-item.text .featured {
    float: left;
    width: calc(60% - 15px);
    margin-left: 15px;
    height: 100%;
  }
  .classified .grid-item.text .footer {
    position: absolute;
    bottom: 5px;
    width: 100%;
    text-align: right;
    padding: 0 15px;
    font-family: "Roboto", sans-serif;
    font-size: 0.6875rem;
    color: #d7dbde;
  }
  .classified .grid-item {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
/* Extra Large Device */
@media (min-width: 1280px) {
  .featured-live .live-item .image {
    height: calc(700px / 1.77);
  }
  .featured-associado .form-login .form-tools {
    text-align: left;
  }
  .featured-associado .form-login .form-tools-submit {
    text-align: left;
  }
  body {
    opacity: 1;
    background-position-x: center;
    background-position-y: top;
    background-repeat: no-repeat;
    font-size: 16px;
    letter-spacing: 0.14px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    color: #6b7283;
  }
  a,
  a div,
  a span,
  button,
  button div,
  button span,
  input,
  textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1;
  }
  a {
    color: #db3151;
  }
  a:hover {
    color: #b1213c;
  }
  h1 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 2.25rem;
    font-weight: 700;
    color: #6b7283;
    text-transform: uppercase;
  }
  h2 {
    font-family: "Source Serif Pro", serif;
    font-size: 1.438rem;
    color: #c1c8cd;
    font-weight: normal;
  }
  h3 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.25rem;
    color: #6b7283;
    font-weight: 600;
    text-transform: uppercase;
  }
  h2.color1 {
    font-family: "Source Serif Pro", serif;
    font-size: 1.438rem;
    color: #6b7283;
    font-weight: normal;
    margin-bottom: 20px;
    margin-top: 15px;
  }
  button {
    cursor: pointer;
  }
  button:focus {
    outline: none;
  }
  hr {
    box-sizing: content-box;
    overflow: visible;
    margin: 33px 0;
    height: 1px;
    background-color: #e6eaec;
    border: 0;
  }
  .container {
    max-width: 1280px;
    margin: 0 auto;
  }
  footer {
    background-color: #4f5669;
  }
  footer .row {
    min-height: 119px;
  }
  footer .col:nth-child(2),
  footer .col:nth-child(3) {
    flex: 0 0 200px;
    text-align: left;
  }
  footer .col:nth-child(1) {
    flex: 1;
    margin: 0;
    text-align: left;
  }
  footer .footer-text {
    color: #ffffff;
  }
  footer .icon-sogesp {
    font-size: 2.25rem;
    color: #ffffff;
  }
  footer .iconsogesp-instagram {
    margin-left: 5px;
  }
  footer::before {
    content: "";
    display: block;
    height: 14px;
    background-color: #db3151;
  }
  .content-titles {
    padding-bottom: 15px;
  }
  #modal-alert {
    margin-top: 40px;
  }
  .iziModal {
    background: transparent;
    box-shadow: none;
    margin: auto;
  }
  .iziModal .content-group {
    background: #ffffff;
    padding: 35px;
    border-radius: 15px;
    -webkit-box-shadow: 0 10px 48px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 10px 48px rgba(0, 0, 0, 0.6);
    box-shadow: 0 10px 48px rgba(0, 0, 0, 0.6);
  }
  .iziModal .content-group .header h2 {
    font-family: "Source Sans Pro", sans-serif;
    color: #c1c8cd;
    font-size: 2.25rem;
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
    margin-top: 25px;
    line-height: 1.1;
  }
  .iziModal .content-group .header h2::before {
    position: absolute;
    height: 10px;
    border-radius: 12px;
    width: 140px;
    top: 35px;
    left: 17%;
    margin-left: -70px;
    background-color: #db3151;
    content: "";
  }
  .iziModal .content-group .message {
    padding-bottom: 30px;
  }
  .iziModal .content-group .footer {
    text-align: right;
  }
  .iziModal .content-group .footer .btn {
    position: relative;
    line-height: 1;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #9ba7bd;
    text-decoration: none;
    color: #ffffff;
    outline: none;
    padding: 8.5px 27px;
    overflow: hidden;
    white-space: normal;
    text-align: center;
    border-radius: 24px;
    border: 1px solid transparent;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
    -webkit-transform: translateY(0);
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    vertical-align: middle;
  }
  .iziModal .content-group .footer .btn:hover,
  .iziModal .content-group .footer button:hover {
    background-color: #4f5669;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .iziModal .content-group .footer .btn:active,
  .iziModal .content-group .footer button:active {
    background-color: #9ba7bd;
  }
  .mapa-regionais > li {
    cursor: pointer;
  }
  .mapa-regionais ul {
    display: none;
  }
  .column-cidades {
    padding-left: 0;
  }
  .column-cidades li {
    display: block;
  }
  .column-cidades li:last-child:after {
    display: none;
  }
  .quick-access {
    margin-bottom: 144px;
  }
  .quick-access ul li {
    width: 184px;
  }
  .restricted-area {
    margin: 0 -31px;
  }
  .restricted-area ul {
    padding-left: 0;
    text-align: center;
  }
  .restricted-area ul li {
    width: 218px;
    display: inline-block;
    text-align: center;
    background-color: #ffffff;
    border-radius: 15px;
    -webkit-box-shadow: 10px 10px 107px -24px rgba(107, 114, 131, 0.48);
    -moz-box-shadow: 10px 10px 107px -24px rgba(107, 114, 131, 0.48);
    box-shadow: 10px 10px 107px -24px rgba(107, 114, 131, 0.48);
    margin-left: 31px;
    margin-right: 31px;
    margin-bottom: 50px;
  }
  .restricted-area ul li .icon-sogesp {
    font-size: 5.25rem;
    color: #c1c8cd;
    margin-bottom: 22px;
  }
  .restricted-area ul li span {
    display: block;
    padding: 0 48px;
    line-height: 1.25;
  }
  .restricted-area ul li a {
    display: block;
    padding-top: 33px;
    padding-bottom: 40px;
    font-size: 1.063rem;
    font-weight: 700;
    color: #c1c8cd;
    text-decoration: none;
    text-transform: uppercase;
  }
  .page-load-status {
    display: none;
    padding-top: 20px;
    border-top: 1px solid #ddd;
    text-align: center;
    color: #777;
  }
  ul.bullet-arrow {
    list-style: none;
    padding-left: 0;
    -webkit-padding-start: 0;
  }
  ul.bullet-arrow li {
    padding: 5px 0 5px 28px;
    background: url(/media/1027/bullet-arrow-list.png) no-repeat 0 10px;
    margin: 3px 0 3px 0;
  }
  .scroller-comissao {
    width: 100%;
    margin-top: 27px;
  }
  .scroller-comissao > .row > .col {
    flex: 0 0 50%;
    margin-bottom: 46px;
    padding: 0 10px;
  }
  .scroller-comissao .name {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 300;
    margin: 15px 0;
    line-height: 1.1;
    white-space: normal;
  }
  .scroller-comissao .office {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: -4px;
    line-height: 1.2;
    white-space: normal;
  }
  .scroller-comissao .photo-comissao {
    display: block;
    width: 157px;
    height: 225px;
    background-size: cover;
    background-position: center 0;
    border-radius: 19px;
    margin: 0 auto;
  }
  .scroller-comissao .name,
  .scroller-comissao .office {
    text-align: left;
  }
  .scroller-videos-canal-saude-mulher-home {
    width: 100%;
    margin-top: 27px;
    margin-bottom: 40px;
    overflow: hidden;
    height: 366px;
  }
  .scroller-videos-canal-saude-mulher-home .swiper-button-prev {
    margin-left: 30px;
    border-radius: 5px 0 0 5px;
  }
  .scroller-videos-canal-saude-mulher-home .swiper-button-next {
    border-radius: 0 5px 5px 0;
  }
  .scroller-videos-canal-saude-mulher-home .video-group {
    white-space: nowrap;
    height: 306px;
  }
  .scroller-videos-canal-saude-mulher-home .video-item {
    padding-left: 8px;
    padding-right: 8px;
    display: inline-block;
    vertical-align: top;
    width: 377px;
    cursor: pointer;
  }
  .scroller-videos-canal-saude-mulher-home .video-item .embedVideo {
    height: 228px;
    position: relative;
    border-radius: 14px;
    overflow: hidden;
  }
  .scroller-videos-canal-saude-mulher-home .video-item .embedVideo iframe {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
  }
  .scroller-videos-canal-saude-mulher-home .video-item .embedVideo .image {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    background-size: cover;
    background-position: center;
    background-color: #ffffff;
  }
  .scroller-videos-canal-saude-mulher-home .video-item .embedVideo .image .play {
    position: absolute;
    width: 50px;
    height: 50px;
    z-index: 3;
    color: white;
    background-color: #e58cbd;
    font-size: 26px;
    border-radius: 50px;
    text-align: center;
    padding-top: 7px;
    left: 50%;
    margin-left: -25px;
    top: 0;
    margin-top: -25px;
    -moz-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
    -o-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
    -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
    transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
    opacity: 0;
  }
  .scroller-videos-canal-saude-mulher-home .video-item .embedVideo .image:hover .play {
    top: 50%;
    opacity: 1;
  }
  .scroller-videos-canal-saude-mulher-home .video-item .title {
    font-size: 1.125rem;
    white-space: normal;
  }
  .scroller-videos-canal-saude-mulher-home .video-item:first-child {
    padding-left: 0;
  }
  .scroller-videos-canal-saude-mulher-home .video-item:last-child {
    padding-right: 0;
  }
  .scroller-videos-canal-saude-mulher-home .jspHorizontalBar {
    height: 26px;
    background-color: transparent;
  }
  .scroller-videos-canal-saude-mulher-home .jspTrack {
    height: 4px;
    border-radius: 10px;
    background-color: #e58cbd;
  }
  .scroller-videos-canal-saude-mulher-home .jspDrag {
    background-color: transparent;
    background-image: url(/media/1035/control-horizontal-saude-mulher.png);
    background-repeat: no-repeat;
    width: 140px;
    height: 42px;
    margin-top: -20px;
    opacity: 1;
  }
  .scroller-videos-canal-saude-mulher-home .title {
    text-align: center;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.063rem;
    line-height: 1.2;
    margin-top: 10px;
  }
  .videos-canal-saude-mulher {
    width: 100%;
    margin: 27px -6px 40px;
  }
  .videos-canal-saude-mulher .video-item {
    padding-left: 12px;
    padding-right: 12px;
    display: inline-block;
    vertical-align: top;
    width: 366px;
    padding-bottom: 39px;
    cursor: pointer;
  }
  .videos-canal-saude-mulher .video-item .embedVideo {
    height: 172px;
    position: relative;
    border-radius: 14px;
    overflow: hidden;
  }
  .videos-canal-saude-mulher .video-item .embedVideo iframe {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
  }
  .videos-canal-saude-mulher .video-item .embedVideo .image {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    background-size: cover;
    background-position: center;
    background-color: #ffffff;
  }
  .videos-canal-saude-mulher .video-item .embedVideo .image .play {
    position: absolute;
    width: 50px;
    height: 50px;
    z-index: 3;
    color: white;
    background-color: #e58cbd;
    font-size: 26px;
    border-radius: 50px;
    text-align: center;
    padding-top: 7px;
    left: 50%;
    margin-left: -25px;
    top: 0;
    margin-top: -25px;
    -moz-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
    -o-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
    -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
    transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
    opacity: 0;
  }
  .videos-canal-saude-mulher .video-item .embedVideo .image:hover .play {
    top: 50%;
    opacity: 1;
  }
  .videos-canal-saude-mulher .video-item .title {
    font-size: 1.125rem;
    white-space: normal;
  }
  .videos-canal-saude-mulher .title {
    padding: 0 14px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.9rem;
    line-height: 1.2;
    margin-top: 10px;
  }
  .tutorial-scroll {
    background-image: url(/media/1029/clique-arraste.jpg);
    background-repeat: no-repeat;
    width: 179px;
    height: 40px;
    margin-top: -50px;
    margin-left: 20px;
    margin-bottom: 5px;
    position: absolute;
  }
  .title-section {
    position: relative;
    margin-bottom: 78px;
  }
  .title-section .container {
    text-align: center;
    color: #ffffff;
  }
  .title-section .container .title {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 3.625rem;
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
    margin-top: 19px;
    line-height: unset;
  }
  .title-section .container .subtitle {
    font-family: "Source Serif Pro", serif;
    font-size: 1.563rem;
    font-weight: 100;
    display: block;
    margin-top: -12px;
  }
  .title-section .container .title::before {
    position: absolute;
    height: 12px;
    border-radius: 12px;
    width: 186px;
    top: 0;
    left: 50%;
    margin-left: -93px;
    background-color: #db3151;
    content: "";
  }
  .title-section.cinza .title,
  .title-section.cinza .subtitle {
    color: #c1c8cd;
  }
  .title-section.branco .title,
  .title-section.branco-vermelho .title,
  .title-section.branco .subtitle,
  .title-section.branco-vermelho .subtitle {
    color: #ffffff;
  }
  .title-section.branco .title::before {
    background-color: #ffffff;
  }
  .page {
    z-index: 1;
  }
  .page .row {
    display: flex;
  }
  .page .btn,
  .page button {
    position: relative;
    line-height: 1;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #4f5669;
    text-decoration: none;
    color: #ffffff;
    outline: none;
    padding: 8.5px 27px;
    overflow: hidden;
    white-space: normal;
    text-align: center;
    border-radius: 24px;
    border: 1px solid transparent;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
    vertical-align: middle;
    -webkit-transform: translateY(0);
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .page .btn:not([href]):not([tabindex]):focus,
  .page .btn:not([href]):not([tabindex]):hover,
  .page .btn:not([href]):not([tabindex]) {
    color: #ffffff;
    text-decoration: none;
  }
  .page .btn:hover,
  .page button:hover {
    background-color: #db3151;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .page .btn.small,
  .page button.small {
    padding: 6.5px 15px;
    font-size: 0.8125rem;
  }
  .page .btn:first-child,
  .page button:first-child {
    margin-left: 0;
  }
  .page .btn:active,
  .page button:active {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  .page .btn.text,
  .page button.text {
    background-color: transparent;
    font-size: 1rem;
    color: #9ba7bd;
    text-transform: lowercase;
    font-weight: 400;
    padding: 0;
  }
  .page .btn.text:not([href]):not([tabindex]):focus,
  .page .btn.text:not([href]):not([tabindex]):hover,
  .page .btn.text:not([href]):not([tabindex]) {
    color: #9ba7bd;
    text-decoration: none;
  }
  .page .btn.white,
  .page button.white {
    color: #4f5669;
    background-color: #ffffff;
    -webkit-transform: translateY(0);
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .page .btn.white:hover,
  .page button.white:hover {
    color: #db3151;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .page .btn.white:not([href]):not([tabindex]):focus,
  .page .btn.white:not([href]):not([tabindex]):hover,
  .page .btn.white:not([href]):not([tabindex]) {
    color: #4f5669;
    text-decoration: none;
  }
  .page .btn.white-shadow,
  .page button.white-shadow {
    border-radius: 24px;
    color: #9ba7bd;
    background-color: #ffffff;
    box-shadow: 0 0 20px 4px rgba(107, 114, 131, 0.05);
    position: relative;
    -webkit-transform: translateY(0);
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .page .btn.white-shadow:not([href]):not([tabindex]):focus,
  .page .btn.white-shadow:not([href]):not([tabindex]) {
    color: #9ba7bd;
    text-decoration: none;
  }
  .page .btn.white-shadow:hover,
  .page button.white-shadow:hover,
  .page .btn.white-shadow:not([href]):not([tabindex]):hover {
    color: #db3151;
    box-shadow: 0 0 25px 4px rgba(107, 114, 131, 0.13);
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .page .btn,
  .page button.red,
  .page .btn.white-shadow.active,
  .page button.white-shadow.active {
    color: #ffffff;
    background-color: #db3151;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .page .btn.white-shadow.active:not([href]):not([tabindex]):focus,
  .page .btn.white-shadow.active:not([href]):not([tabindex]):hover,
  .page .btn.white-shadow.active:not([href]):not([tabindex]) {
    color: #ffffff;
    text-decoration: none;
  }
  .page .btn.red:not([href]):not([tabindex]):focus,
  .page .btn.red:not([href]):not([tabindex]):hover,
  .page .btn.red:not([href]):not([tabindex]) {
    color: #ffffff;
    text-decoration: none;
  }
  .page .btn.red:hover,
  .page button.red:hover {
    background-color: #f62c53;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .page .fc .fc-toolbar > * > * {
    float: left;
  }
  .page .fc .fc-toolbar > * > :first-child {
    margin-left: 0;
  }
  .page .fc-toolbar {
    margin-bottom: 25px;
  }
  .page .fc-toolbar .fc-left {
    float: left;
    margin-top: 6px;
    margin-bottom: 0;
  }
  .page .fc-toolbar .fc-right {
    float: right;
    margin-bottom: 0;
  }
  .page .fc-toolbar .fc-right .fc-button {
    margin-bottom: 0;
  }
  .page .agenda-evento .fc-title {
    cursor: pointer;
    color: #ffffff;
  }
  .page .agenda-evento button {
    height: auto;
    background-image: none;
    margin: inherit;
    text-shadow: inherit;
    box-shadow: inherit;
  }
  .page .agenda-evento .fc-state-default.fc-corner-right {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
  }
  .page .agenda-evento .fc-state-default.fc-corner-left {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
  }
  .page .fluid {
    width: 100%;
  }
  .page .grid-section .col-md-3 {
    -webkit-box-shadow: 15px 0 30px -20px rgba(79, 86, 105, 0.1);
    -moz-box-shadow: 15px 0 30px -20px rgba(79, 86, 105, 0.1);
    box-shadow: 15px 0 30px -20px rgba(79, 86, 105, 0.1);
    padding-right: 20px;
  }
  .page .grid-section .col-md-3:after {
    display: none;
  }
  .page .grid-section .col-md-9 {
    padding-left: 54px;
  }
  .page .section-content > .container {
    position: relative;
  }
  .page .section-content .pane {
    max-width: 1184px;
    margin: -154px auto 0;
    background-color: #ffffff;
    min-height: 400px;
    padding: 30px;
    border-radius: 15px;
  }
  .page .section-content.internal {
    margin: 0 20px 45px;
  }
  .page .section-featured {
    height: 383px;
    background-position: center;
    background-size: cover;
    position: relative;
  }
  .page .section-featured .container {
    padding-top: 94px;
    text-align: center;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: bold;
    font-size: 3.4375rem;
    color: #ffffff;
    text-transform: uppercase;
  }
  .page .section-featured .container div {
    display: inline-block;
  }
  .page .section-featured .container div::before {
    position: absolute;
    height: 12px;
    border-radius: 12px;
    width: 186px;
    top: 78px;
    left: 50%;
    margin-left: -93px;
    background-color: #ffffff;
    content: "";
  }
  .page .section-featured::after {
    position: absolute;
    height: 64px;
    width: 100%;
    bottom: 0;
    content: "";
    background-position: center;
    background-size: cover;
    background-image: url(/media/1015/image-featured-curve.png);
  }
  .page .banner-home {
    position: relative;
    z-index: 0;
  }
  .page .banner-home .royalSlider {
    width: 100%;
    height: 45vh;
  }
  .page .banner-home .royalSlider .rsABlock {
    width: 100%;
    position: relative;
    left: auto;
    top: auto;
  }
  .page .banner-home .royalSlider .rsABlock.title {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 3.4375rem;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
  }
  .page .banner-home .royalSlider .rsABlock.title::before {
    position: absolute;
    height: 12px;
    border-radius: 12px;
    width: 186px;
    top: -34px;
    left: 0;
    margin-left: 0;
    background-color: #db3151;
    content: "";
  }
  .page .banner-home .royalSlider .rsABlock.secondary {
    font-family: "Source Serif Pro", serif;
    font-size: 1.563rem;
    margin-top: 17px;
  }
  .page .banner-home .royalSlider .text-container {
    position: absolute;
    top: 115px;
    width: 790px;
    line-height: 1;
  }
  .page .banner-home .royalSlider .text-container a {
    color: #ffffff;
    text-decoration: none;
    display: block;
    margin-left: 35px;
  }
  .page .banner-home .royalSlider .rsNav {
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: 30px;
    text-align: center;
  }
  .page .banner-home .royalSlider .rsNav .rsNavItem {
    width: 33px;
    height: 10px;
    border-radius: 12px;
    background-color: #ffffff;
    opacity: 0.6;
    display: inline-block;
    margin: 0 4px;
    cursor: pointer;
  }
  .page .banner-home .royalSlider .rsNav .rsNavItem.rsNavSelected {
    background-color: #ffffff;
    opacity: 1;
  }
  .page .banner-home .control-arrows {
    display: block;
    position: absolute;
    top: 351px;
    width: 100%;
  }
  .page .banner-home .control-arrows .container {
    position: relative;
  }
  .page .banner-home .control-arrows .rsArrow {
    width: 63px;
    height: 63px;
    position: absolute;
  }
  .page .banner-home .control-arrows .rsArrowLeft {
    background-image: url(/media/1012/arrow-left.png);
    background-repeat: no-repeat;
    left: 19px;
  }
  .page .banner-home .control-arrows .rsArrowRight {
    background-image: url(/media/1012/arrow-left.png);
    transform: rotate(180deg);
    background-repeat: no-repeat;
    right: 19px;
  }
  .page .banner-top {
    position: relative;
    margin-bottom: 42px;
  }
  .page .banner-top .royalSliderTop {
    width: 100%;
    height: 277px;
  }
  .page .banner-top .royalSliderTop .rsABlock {
    width: 100%;
    position: relative;
    left: auto;
    top: auto;
  }
  .page .banner-top .royalSliderTop .rsContent,
  .page .banner-top .royalSliderTop .rsSlide,
  .page .banner-top .royalSliderTop .rsContainer,
  .page .banner-top .royalSliderTop .rsOverflow {
    height: 100% !important;
  }
  .page .banner-top .royalSliderTop .rsImg {
    margin-top: 0 !important;
    border-radius: 15px;
  }
  .page .banner-top .royalSliderTop .rsABlock.title {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 3.4375rem;
    text-transform: uppercase;
    font-weight: 700;
  }
  .page .banner-top .royalSliderTop .rsABlock.secondary {
    font-family: "Source Serif Pro", serif;
    font-size: 1.563rem;
    margin-top: 17px;
  }
  .page .banner-top .royalSliderTop .text-container {
    position: absolute;
    top: 330px;
    width: 790px;
    line-height: 1;
  }
  .page .banner-top .royalSliderTop .text-container a {
    color: #ffffff;
    text-decoration: none;
    display: block;
    margin-left: 162px;
  }
  .page .banner-top .royalSliderTop .rsNav {
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: 5px;
    text-align: center;
  }
  .page .banner-top .royalSliderTop .rsNav .rsNavItem {
    width: 33px;
    height: 10px;
    border-radius: 12px;
    background-color: #ffffff;
    display: inline-block;
    margin: 0 4px;
    cursor: pointer;
  }
  .page .banner-top .royalSliderTop .rsNav .rsNavItem.rsNavSelected {
    background-color: #db3151;
  }
  .page .banner-top .control-arrows {
    display: none;
  }
  .page aside {
    z-index: 1;
  }
  .page aside nav ul,
  .page aside nav ul li,
  .page aside nav ul li a,
  .page aside nav #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1.2;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .page aside nav:after,
  .page aside nav > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  .page aside nav #menu-button {
    display: none;
  }
  .page aside nav {
    font-family: "Source Sans Pro", sans-serif;
    display: inline-block;
    margin-top: -2px;
    width: 100%;
  }
  .page aside nav > ul > li {
    padding-top: 16px;
    padding-bottom: 16px;
    line-height: 1;
  }
  .page aside nav > ul > li > a {
    padding-right: 17px;
    font-size: 1.063rem;
    text-decoration: none;
    color: #6b7283;
    -webkit-transition: color 0.25s ease;
    -moz-transition: color 0.25s ease;
    transition: color 0.25s ease;
  }
  .page aside nav > ul > li:hover > a {
    color: #6b7283;
  }
  .page aside nav > ul > li.has-sub > a {
    padding-right: 25px;
  }
  .page aside nav ul > li > ul > li.has-sub > a:after {
    position: absolute;
    top: 18px;
    right: 11px;
    width: 24px;
    height: 6px;
    display: block;
    background: url(/media/1008/dot-menu.jpg);
    content: "";
    -webkit-transition: background 0.25s ease;
    -moz-transition: background 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: background 0.25s ease;
  }
  .page aside nav > ul > li.has-sub:hover > a:after,
  .page aside nav > ul > li.has-sub > a:hover:after {
    background: #ffffff;
  }
  .page aside nav ul > li.has-sub > a:before {
    position: absolute;
    top: 19px;
    right: 14px;
    width: 2px;
    height: 8px;
    background: #ffffff;
    content: "";
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    display: none;
  }
  .page aside nav ul > li.has-sub:hover > a:before,
  .page aside nav ul > li.has-sub > a:hover:before {
    top: 23px;
    height: 0;
  }
  .page aside nav ul ul {
    position: absolute;
    left: -9999px;
    background-color: #ffffff;
    border-radius: 12px;
    padding-bottom: 15px;
    padding-top: 20px;
    z-index: 99;
  }
  .page aside nav ul ul::before {
    content: "";
    width: 70%;
    background-color: #6b7283;
    height: 10px;
    border-radius: 12px;
    display: block;
    top: -6px;
    position: absolute;
    left: 50%;
    margin: 0 auto 0 -35%;
  }
  .page aside nav ul ul li:hover {
    background-color: #fafbfc;
    -webkit-transition: background-color 0.25s linear;
    -ms-transition: background-color 0.25s linear;
    transition: background-color 0.25s linear;
  }
  .page aside nav ul li:hover > ul {
    left: 260px;
    margin-left: 0;
  }
  .page aside nav ul li ul li:hover > ul {
    left: 299px;
    margin-left: auto;
    margin-top: -5px;
  }
  .page aside nav ul ul ul:before {
    display: none;
  }
  .page aside nav ul ul ul {
    margin-left: 100%;
    top: 0;
  }
  .page aside nav ul ul li {
    height: auto;
    -webkit-transition: height 0.25s ease;
    -moz-transition: height 0.25s ease;
    transition: height 0.25s ease;
  }
  .page aside nav ul ul li a {
    width: 300px;
    padding: 11px 25px;
    font-size: 1rem;
    text-decoration: none;
    color: #a1a1a1;
  }
  .page aside nav ul ul li:last-child > a,
  .page aside nav ul ul li.last-item > a {
    border-bottom: 0;
  }
  .page aside nav ul ul li:hover > a,
  .page aside nav ul ul li a:hover {
    color: #6b7283;
  }
  .page aside nav ul ul li.has-sub > a:after {
    top: 16px;
    right: 11px;
  }
  .page aside nav ul ul li.has-sub > a:before {
    top: 13px;
    right: 14px;
  }
  .page aside nav ul ul > li.has-sub:hover > a:before {
    top: 17px;
    height: 0;
  }
  .page aside nav.small-screen {
    width: 100%;
    display: block;
    padding-left: 0;
    top: 46px;
    right: 0;
  }
  .page aside nav.small-screen ul {
    width: 100%;
    display: none;
  }
  .page aside nav.small-screen ul li {
    width: 100%;
  }
  .page aside nav.small-screen ul li:hover {
    background-color: transparent;
  }
  .page aside nav.small-screen ul ul li,
  .page aside nav.small-screen li:hover > ul > li {
    height: auto;
  }
  .page aside nav.small-screen ul li a,
  .page aside nav.small-screen ul ul li a {
    color: #a1a1a1;
    width: 100%;
    border-bottom: 0;
  }
  .page aside nav.small-screen > ul > li {
    float: none;
  }
  .page aside nav.small-screen ul ul:before {
    display: none;
  }
  .page aside nav.small-screen ul ul,
  .page aside nav.small-screen ul ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
    padding-bottom: 0;
  }
  .page aside nav.small-screen > ul > li.has-sub > a:after,
  .page aside nav.small-screen > ul > li.has-sub > a:before,
  .page aside nav.small-screen ul ul > li.has-sub > a:after,
  .page aside nav.small-screen ul ul > li.has-sub > a:before {
    display: none;
  }
  .page aside nav.small-screen ul li:hover > ul {
    left: auto;
    margin-left: 0;
  }
  .page aside nav.small-screen #menu-button {
    display: none;
    padding: 17px;
    color: #6b7283;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
  }
  .page aside nav.small-screen #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 11px;
    width: 35px;
    border-top: 3px solid #6b7283;
    border-bottom: 3px solid #6b7283;
    content: "";
  }
  .page aside nav.small-screen #menu-button:before {
    position: absolute;
    top: 14px;
    right: 17px;
    display: block;
    height: 3px;
    width: 35px;
    background-color: #6b7283;
    content: "";
  }
  .page aside nav.small-screen #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .page aside nav.small-screen #menu-button.menu-opened:before {
    top: 23px;
    background: #ffffff;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .page aside nav.small-screen .submenu-button {
    position: absolute;
    right: 0;
    top: 8px;
    display: block;
    height: 34px;
    width: 34px;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/media/1016/dot-menu-cinza.jpg);
    z-index: 1;
  }
  .page aside nav.small-screen ul ul .submenu-button {
    height: 34px;
    width: 34px;
    right: -20px;
    top: 2px;
  }
  .page aside nav.small-screen ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  .page aside nav.small-screen ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  .page aside nav.small-screen .submenu-button.submenu-opened:before {
    display: none;
  }
  .open-recomendacao {
    margin-top: 50px;
  }
  .form-contact-simple {
    margin-bottom: 45px;
  }
  .form-contact-simple h2 {
    margin-bottom: 40px;
  }
  .form-contact-simple .form-tools-submit {
    text-align: left;
    margin-top: 0;
  }
  .user-general h2,
  .user-emails h2,
  .user-password h2,
  .user-phone h2,
  .user-address h2,
  .user-academic h2,
  .user-residence h2,
  .user-documentation h2,
  .user-photo h2 {
    margin-bottom: 35px;
  }
  .event-register {
    margin-bottom: 35px;
  }
  .event-register h2 {
    margin-bottom: 40px;
  }
  .event-register .form-tools-submit {
    text-align: left;
    margin-top: 0;
  }
  .form-benefits-club,
  .form-publicize-congress,
  .form-publicize-events,
  .form-classified {
    margin-bottom: 35px;
  }
  .form-benefits-club h2,
  .form-publicize-congress h2,
  .form-publicize-events h2,
  .form-classified h2 {
    margin-bottom: 40px !important;
  }
  .form-benefits-club .form-tools-submit,
  .form-publicize-congress .form-tools-submit,
  .form-publicize-events .form-tools-submit,
  .form-classified .form-tools-submit {
    text-align: left;
    margin-top: 0;
  }
  .coordinator-tools {
    margin: 0 0 30px 0;
  }
  .header-page {
    width: 100%;
    z-index: 4;
  }
  .header-page .info-contact-container {
    display: block;
  }
  .header-page .info-contact {
    display: inline-block;
    line-height: 42px;
  }
  .header-page .header-top {
    font-family: "Roboto", sans-serif;
    height: 42px;
    color: #ffffff;
    display: block;
    width: 100%;
  }
  .header-page .header-top .col:first-child {
    text-align: left;
  }
  .header-page .header-top .col:last-child {
    text-align: right;
  }
  .header-page .header-top .login {
    display: inline;
  }
  .header-page .header-top .mobile {
    display: none;
  }
  .header-page .header-top .divisor {
    margin: 0 32px;
    display: inline;
  }
  .header-page .header-top .btn {
    background: transparent;
    text-transform: uppercase;
    color: #ffffff;
    border: 0;
    font-size: 0.9rem;
    padding-right: 17px;
  }
  .header-page .header-top .btn img {
    margin-left: 10px;
    margin-bottom: 5px;
  }
  .header-page .header-nav {
    margin-top: 28px;
  }
  .header-page .header-nav nav ul,
  .header-page .header-nav nav ul li,
  .header-page .header-nav nav ul li a,
  .header-page .header-nav nav #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1.2;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header-page .header-nav nav:after,
  .header-page .header-nav nav > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  .header-page .header-nav nav #menu-button {
    display: none;
  }
  .header-page .header-nav nav {
    font-family: "Source Sans Pro", sans-serif;
    display: inline-block;
    margin-top: 29px;
  }
  .header-page .header-nav nav > ul > li {
    float: left;
    min-height: 50px;
    padding: 0 15px;
  }
  .header-page .header-nav nav > ul > li > a {
    font-size: 1.063rem;
    text-decoration: none;
    color: #6b7283;
    text-transform: uppercase;
    -webkit-transition: color 0.25s ease;
    -moz-transition: color 0.25s ease;
    transition: color 0.25s ease;
    letter-spacing: -0.3px;
  }
  .header-page .header-nav nav > ul > li:hover > a {
    color: #6b7283;
  }
  .header-page .header-nav nav > ul > li.has-sub .submenu-button {
    position: absolute;
    width: auto;
    height: 100%;
  }
  .header-page .header-nav nav ul > li > ul > li.has-sub > a:after {
    position: absolute;
    top: 18px;
    right: 20px;
    width: 25px;
    height: 6px;
    display: block;
    background: url(/media/1008/dot-menu.jpg);
    content: "";
    -webkit-transition: background 0.25s ease;
    -moz-transition: background 0.25s ease;
    transition: background 0.25s ease;
  }
  .header-page .header-nav nav > ul > li.has-sub:hover > a:after,
  .header-page .header-nav nav > ul > li.has-sub > a:hover:after {
    background: #ffffff;
  }
  .header-page .header-nav nav ul > li.has-sub > a:before {
    position: absolute;
    top: 19px;
    right: 14px;
    width: 2px;
    height: 8px;
    background: #ffffff;
    content: "";
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    display: none;
  }
  .header-page .header-nav nav ul > li.has-sub:hover > a:before,
  .header-page .header-nav nav ul > li.has-sub > a:hover:before {
    top: 23px;
    height: 0;
  }
  .header-page .header-nav nav ul ul {
    position: absolute;
    left: -9999px;
    background-color: #ffffff;
    border-radius: 12px;
    padding-bottom: 15px;
    padding-top: 20px;
    margin-top: 30px;
    border-left: 1px solid #eee;
  }
  .header-page .header-nav nav ul ul::before {
    content: "";
    width: 70%;
    background-color: #6b7283;
    height: 10px;
    border-radius: 12px;
    display: block;
    top: -6px;
    position: absolute;
    left: 50%;
    margin: 0 auto 0 -35%;
  }
  .header-page .header-nav nav ul ul li:hover {
    background-color: #fafbfc;
    -webkit-transition: background-color 0.25s linear;
    -ms-transition: background-color 0.25s linear;
    transition: background-color 0.25s linear;
  }
  .header-page .header-nav nav ul li ul li:hover > ul {
    left: 299px;
    margin-left: auto;
    margin-top: -5px;
    transform: translate(0, 0);
  }
  .header-page .header-nav nav ul ul ul:before {
    display: none;
  }
  .header-page .header-nav nav ul ul ul {
    margin-left: 100%;
    top: 0;
  }
  .header-page .header-nav nav ul ul li {
    height: auto;
    -webkit-transition: height 0.25s ease;
    -moz-transition: height 0.25s ease;
    transition: height 0.25s ease;
  }
  .header-page .header-nav nav li:hover > ul > li {
    min-height: 40px;
  }
  .header-page .header-nav nav ul ul li a {
    width: 300px;
    padding: 11px 25px;
    font-size: 1rem;
    text-decoration: none;
    color: #a1a1a1;
  }
  .header-page .header-nav nav ul ul li:last-child > a,
  .header-page .header-nav nav ul ul li.last-item > a {
    border-bottom: 0;
  }
  .header-page .header-nav nav ul ul li:hover > a,
  .header-page .header-nav nav ul ul li a:hover {
    color: #6b7283;
  }
  .header-page .header-nav nav ul ul li.has-sub > a:after {
    top: 16px;
    right: 11px;
  }
  .header-page .header-nav nav ul ul li.has-sub > a:before {
    top: 13px;
    right: 14px;
  }
  .header-page .header-nav nav ul ul > li.has-sub:hover > a:before {
    top: 17px;
    height: 0;
  }
  .header-page .header-nav nav.small-screen {
    width: 100%;
    display: block;
    padding-left: 0;
    top: 46px;
    right: 0;
  }
  .header-page .header-nav nav.small-screen ul {
    width: 100%;
    display: none;
    background-color: #6b7283;
    padding-left: 20px;
    padding-right: 20px;
  }
  .header-page .header-nav nav.small-screen ul li {
    width: 100%;
  }
  .header-page .header-nav nav.small-screen ul li:hover {
    background-color: transparent;
  }
  .header-page .header-nav nav.small-screen ul ul li,
  .header-page .header-nav nav.small-screen li:hover > ul > li {
    height: auto;
  }
  .header-page .header-nav nav.small-screen ul li a,
  .header-page .header-nav nav.small-screen ul ul li a {
    color: #ffffff;
    width: 100%;
    border-bottom: 0;
  }
  .header-page .header-nav nav.small-screen > ul > li {
    float: none;
  }
  .header-page .header-nav nav.small-screen ul ul:before {
    display: none;
  }
  .header-page .header-nav nav.small-screen ul ul,
  .header-page .header-nav nav.small-screen ul ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  .header-page .header-nav nav.small-screen ul ul li a {
    padding-left: 25px;
  }
  .header-page .header-nav nav.small-screen ul ul ul li a {
    padding-left: 35px;
  }
  .header-page .header-nav nav.small-screen > ul > li.has-sub > a:after,
  .header-page .header-nav nav.small-screen > ul > li.has-sub > a:before,
  .header-page .header-nav nav.small-screen ul ul > li.has-sub > a:after,
  .header-page .header-nav nav.small-screen ul ul > li.has-sub > a:before {
    display: none;
  }
  .header-page .header-nav nav.small-screen ul li:hover > ul {
    left: auto;
    margin-left: 0;
  }
  .header-page .header-nav nav.small-screen #menu-button {
    display: block;
    padding: 17px;
    color: #6b7283;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
  }
  .header-page .header-nav nav.small-screen #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 11px;
    width: 35px;
    border-top: 3px solid #6b7283;
    border-bottom: 3px solid #6b7283;
    content: "";
  }
  .header-page .header-nav nav.small-screen #menu-button:before {
    position: absolute;
    top: 14px;
    right: 17px;
    display: block;
    height: 3px;
    width: 35px;
    background-color: #6b7283;
    content: "";
  }
  .header-page .header-nav nav.small-screen #menu-button.menu-opened {
    background-color: #6b7283;
  }
  .header-page .header-nav nav.small-screen #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header-page .header-nav nav.small-screen #menu-button.menu-opened:before {
    top: 23px;
    background: #ffffff;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .header-page .header-nav nav.small-screen .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: -7px;
    display: block;
    height: 34px;
    width: 34px;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/media/1010/dot-menu-branco.png);
  }
  .header-page .header-nav nav.small-screen ul ul .submenu-button {
    height: 34px;
    width: 34px;
    right: -20px;
    top: 2px;
  }
  .header-page .header-nav nav.small-screen ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  .header-page .header-nav nav.small-screen ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  .header-page .header-nav nav.small-screen .submenu-button.submenu-opened:before {
    display: none;
  }
  .featured-blog-header {
    height: 450px;
    background-color: #9ba7bd;
    padding-top: 80px;
  }
  .featured-blog-header img {
    width: 356px;
    margin-top: -180px;
    margin-left: 59px;
    display: block;
  }
  .featured-blog-header::after {
    display: block;
    content: "";
    clear: both;
  }
  .featured-blog-content.section-content .container {
    padding: 0 12px;
  }
  .featured-blog-content.section-content .list-featured-blog > .row {
    padding-left: 36px;
    padding-right: 36px;
  }
  .featured-blog-content.section-content .list-featured-blog > .row > .col {
    padding-right: 21px;
    padding-left: 21px;
    text-align: center;
    margin-bottom: 0;
  }
  .featured-blog-content.section-content .list-featured-blog > .row > .col .btn {
    margin-top: 46px;
  }
  .featured-blog-content.section-content .list-featured-blog > .row > .col .title {
    font-size: 1.125rem;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 32px;
  }
  .featured-blog-content.section-content .list-featured-blog > .row > .col .image {
    position: relative;
    height: 358px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 14px;
    overflow: hidden;
  }
  .featured-blog-content.section-content .list-featured-blog > .row > .col .image .align-items-center {
    height: 100%;
  }
  .featured-blog-content.section-content .list-featured-blog > .row > .col .image .overlay {
    border-radius: 14px;
    width: 100%;
    position: absolute;
    top: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    -moz-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
    -o-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
    -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
    transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  }
  .featured-blog-content.section-content .list-featured-blog > .row > .col .image .overlay .description {
    line-height: 1.15;
  }
  .featured-blog-content.section-content .list-featured-blog > .row > .col .image .overlay time {
    display: block;
    text-align: center;
    opacity: 0.6;
    font-size: 1.125rem;
    margin-bottom: 22px;
  }
  .featured-blog-content.section-content .list-featured-blog > .row > .col .image .overlay a {
    padding-left: 30px;
    padding-right: 30px;
    display: block;
    height: 100%;
    color: #ffffff;
    font-size: 1.125rem;
    font-family: "Source Sans Pro", sans-serif;
    text-align: center;
    text-decoration: none;
  }
  .featured-blog-content.section-content .list-featured-blog > .row > .col .image .category {
    display: inline-block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    padding: 7px 40px 7px 16px;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    border-top-left-radius: 14px;
    border-bottom-right-radius: 45px;
    text-align: left;
  }
  .featured-blog-content.section-content .list-featured-blog > .row > .col .image:hover .overlay {
    top: 0;
    opacity: 0.9;
    z-index: 1;
  }
  .featured-blog-content.section-content .pane {
    max-width: 1256px;
    padding: 30px 6px;
  }
  .featured-news-content.section-content .container {
    padding: 0 12px;
  }
  .featured-news-content.section-content .list-featured-news > .row {
    padding-left: 10px;
    padding-right: 10px;
  }
  .featured-news-content.section-content .list-featured-news > .row > .col {
    padding-right: 21px;
    padding-left: 21px;
    margin-bottom: 0;
  }
  .featured-news-content.section-content .list-featured-news > .row > .col .btn {
    margin-top: 46px;
  }
  .featured-news-content.section-content .list-featured-news > .row > .col .title {
    font-size: 1.125rem;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
  }
  .featured-news-content.section-content .list-featured-news > .row > .col .image {
    position: relative;
    height: 270px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 14px;
    overflow: hidden;
  }
  .featured-news-content.section-content .list-featured-news > .row > .col .image .align-items-center {
    height: 100%;
  }
  .featured-news-content.section-content .list-featured-news > .row > .col .image .overlay {
    border-radius: 14px;
    width: 100%;
    position: absolute;
    top: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    -moz-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
    -o-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
    -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
    transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  }
  .featured-news-content.section-content .list-featured-news > .row > .col .image .overlay .description {
    line-height: 1.15;
  }
  .featured-news-content.section-content .list-featured-news > .row > .col .image .overlay time {
    display: block;
    text-align: center;
    opacity: 0.6;
    font-size: 1.125rem;
    margin-bottom: 22px;
  }
  .featured-news-content.section-content .list-featured-news > .row > .col .image .overlay a {
    padding-left: 30px;
    padding-right: 30px;
    display: block;
    height: 100%;
    color: #ffffff;
    font-size: 1.125rem;
    font-family: "Source Sans Pro", sans-serif;
    text-align: center;
    text-decoration: none;
  }
  .featured-news-content.section-content .list-featured-news > .row > .col .image .category {
    display: inline-block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    padding: 7px 40px 7px 16px;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    border-top-left-radius: 14px;
    border-bottom-right-radius: 45px;
    text-align: left;
  }
  .featured-news-content.section-content .list-featured-news > .row > .col .image:hover .overlay {
    top: 0;
    opacity: 0.9;
    z-index: 1;
  }
  .featured-news-content.section-content .pane {
    max-width: 1256px;
    padding: 30px 6px;
  }
  .list-news {
    margin-bottom: 50px;
    margin-top: 15px;
  }
  .list-news .row {
    margin-bottom: 33px;
  }
  .list-news .row > .col:first-child {
    flex: 0;
  }
  .list-news .row > .col .title {
    font-size: 1.063rem;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
  }
  .list-news .row > .col .title .bar-color {
    width: 87px;
    border-radius: 4px;
    height: 4px;
    margin-bottom: 7px;
    margin-top: 5px;
  }
  .list-news .row > .col .title a {
    display: block;
    height: 100%;
    color: #6b7283;
    text-decoration: none;
  }
  .list-news .row > .col .description {
    line-height: 1.15;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.063rem;
  }
  .list-news .row > .col .description a {
    display: block;
    height: 100%;
    color: #6b7283;
    text-decoration: none;
  }
  .list-news .row > .col time {
    display: block;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.063rem;
    color: #c1c8cd;
    margin-top: 1px;
    margin-bottom: 9px;
  }
  .list-news .row > .col .align-items-center {
    height: 100%;
  }
  .list-news .row > .col .image {
    position: relative;
    width: 269px;
    height: 177px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    overflow: hidden;
  }
  .list-news .row > .col .image .category {
    display: inline-block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    padding: 7px 40px 7px 16px;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 0.8125rem;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    border-top-left-radius: 14px;
    border-bottom-right-radius: 45px;
    text-align: left;
  }
  .list-news .row.tools #term {
    width: 500px;
  }
  .list-document {
    margin-bottom: 50px;
  }
  .list-document .row > .col .title {
    font-size: 1.063rem;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
  }
  .list-document .row > .col .title .bar-color {
    width: 87px;
    border-radius: 4px;
    height: 4px;
    margin-bottom: 7px;
    margin-top: 5px;
  }
  .list-document .row > .col .title a {
    display: block;
    height: 100%;
    color: #6b7283;
    text-decoration: none;
  }
  .list-document .row > .col .link {
    margin-top: 15px;
  }
  .list-document .row > .col .description {
    line-height: 1.15;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.063rem;
  }
  .list-document .row > .col .description a {
    display: block;
    height: 100%;
    color: #6b7283;
    text-decoration: none;
  }
  .list-document .row > .col time {
    display: block;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.063rem;
    color: #c1c8cd;
    margin-top: 1px;
    margin-bottom: 9px;
  }
  .list-document .row > .col:after {
    content: "";
    margin: 33px 0;
    height: 1px;
    background-color: #e6eaec;
    display: block;
    width: 100%;
  }
  .list-document .row.tools {
    margin-bottom: 0;
  }
  .list-document .row.tools #term {
    width: 500px;
  }
  .list-document .row:last-child .col:after {
    display: none;
  }
  .list-simple {
    margin-bottom: 50px;
  }
  .list-simple .row > .col .title {
    font-size: 1.063rem;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
  }
  .list-simple .row > .col .title .bar-color {
    width: 87px;
    border-radius: 4px;
    background-color: #4f5669;
    height: 4px;
    margin-bottom: 7px;
    margin-top: 5px;
  }
  .list-simple .row > .col .title a {
    display: block;
    height: 100%;
    color: #6b7283;
    text-decoration: none;
  }
  .list-simple .row > .col .description {
    line-height: 1.15;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.063rem;
  }
  .list-simple .row > .col .description a {
    display: block;
    height: 100%;
    color: #6b7283;
    text-decoration: none;
  }
  .list-simple .row > .col time {
    display: block;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.063rem;
    color: #c1c8cd;
    margin-top: 1px;
    margin-bottom: 9px;
  }
  .list-simple .row > .col:after {
    content: "";
    margin: 33px 0;
    height: 1px;
    background-color: #e6eaec;
    display: block;
    width: 100%;
  }
  .list-simple .row.tools {
    margin-bottom: 0;
  }
  .list-simple .row.tools #term {
    width: 500px;
  }
  .list-simple .row.tools .col:after {
    display: none;
  }
  .list-simple .row:last-child .col:after {
    display: none;
  }
  .list-accordion .title {
    cursor: pointer;
    width: 100%;
  }
  .list-accordion .title h2 {
    background-color: #bac5cb;
    color: white;
    padding: 9px 15px;
    border-radius: 17px;
    text-transform: uppercase;
    font-size: 1.25rem;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 4px;
  }
  .list-accordion .items {
    display: none;
    margin-top: 36px;
  }
  .list-accordion .items .title .bar-color {
    width: 87px;
    border-radius: 4px;
    height: 4px;
    margin-bottom: 7px;
    background-color: #4f5669;
  }
  .list-accordion .items .title a {
    font-size: 1.063rem;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    color: #6b7283;
    text-decoration: none;
  }
  .list-accordion .items .description {
    line-height: 1.15;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.063rem;
  }
  .list-accordion .items .description a {
    color: #6b7283;
    text-decoration: none;
  }
  .list-accordion .items:after {
    content: "";
    margin: 40px 15px;
    height: 1px;
    background-color: #e6eaec;
    display: block;
    width: 100%;
  }
  .list-accordion .items:last-child:after {
    background-color: transparent;
    margin-bottom: 0;
  }
  .pagination {
    text-align: right;
  }
  .pagination ul {
    list-style-type: none;
    padding: 0;
  }
  .pagination ul li {
    display: inline-block;
    margin: 0 5px;
  }
  .pagination ul li a {
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 28px;
    color: #6b7283;
    text-decoration: none;
    line-height: 26px;
    text-align: center;
  }
  .pagination ul li a.first,
  .pagination ul li a.prev,
  .pagination ul li a.next,
  .pagination ul li a.last {
    text-indent: 9999px;
  }
  .pagination ul li a.first {
    background-image: url(/media/1030/first.png);
  }
  .pagination ul li a.prev {
    background-image: url(/media/1033/prev.png);
  }
  .pagination ul li a.next {
    background-image: url(/media/1032/next.png);
  }
  .pagination ul li a.last {
    background-image: url(/media/1031/last.png);
  }
  .pagination ul li.active a {
    color: #ffffff;
    background-color: #6b7283;
  }
  .magazines {
    margin-bottom: 30px;
  }
  .magazines .form-select {
    margin-top: 35px;
  }
  .magazines .button {
    margin-top: 35px;
  }
  .featured-congresso {
    text-align: center;
    min-height: 491px;
    padding-top: 75px;
  }
  .featured-congresso .title-section {
    margin-bottom: 58px;
  }
  .featured-congresso.hide-button {
    min-height: 399px;
  }
  .section-content.featured-congresso-content {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .section-content.featured-congresso-content .pane {
    padding: 0 30px;
    max-width: 1280px;
    height: 230px;
    background-color: #db3151;
    min-height: 230px;
    margin-top: -119px;
  }
  .featured-congresso-content .align-items-center {
    height: 100%;
  }
  .featured-congresso-content .align-items-center .col {
    position: relative;
    text-align: center;
  }
  .featured-congresso-content .align-items-center .col .icon-sogesp {
    font-size: 5.25rem;
    color: #ffffff;
    margin-bottom: 25px;
  }
  .featured-congresso-content .align-items-center .col span {
    display: block;
  }
  .featured-congresso-content .align-items-center .col a {
    display: block;
    padding-top: 33px;
    padding-bottom: 40px;
    font-size: 1.063rem;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
  }
  .featured-congresso-content .align-items-center .col::after {
    content: "";
    display: block;
    background-color: #b1213c;
    width: 3px;
    height: 124px;
    position: absolute;
    bottom: -10px;
    left: -1.5px;
  }
  .featured-congresso-content .align-items-center .col:first-child::after {
    display: none;
  }
  .featured-agenda {
    margin-top: 94px;
  }
  .featured-agenda .featured-agenda-content .controls {
    text-align: center;
    list-style: none;
    padding: 0;
  }
  .featured-agenda .featured-agenda-content .controls li {
    display: inline-block;
    margin-bottom: 15px;
  }
  .featured-agenda .featured-agenda-content .container {
    padding: 0 12px;
  }
  .featured-agenda .featured-agenda-content > .row {
    display: none;
    padding-left: 36px;
    padding-right: 36px;
    margin: 53px auto 0;
  }
  .featured-agenda .featured-agenda-content > .row > .col {
    padding-right: 24px;
    padding-left: 24px;
    width: 575px;
    height: 309px;
    float: left;
    margin-bottom: 51px;
  }
  .featured-agenda .featured-agenda-content > .row > .col .btn {
    margin-top: 46px;
  }
  .featured-agenda .featured-agenda-content > .row > .col .title {
    font-size: 1.25rem;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 5px;
  }
  .featured-agenda .featured-agenda-content > .row > .col .image {
    position: relative;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 14px;
    overflow: hidden;
  }
  .featured-agenda .featured-agenda-content > .row > .col .image .align-items-center {
    height: 100%;
  }
  .featured-agenda .featured-agenda-content > .row > .col .image .overlay {
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    width: 100%;
    position: absolute;
    bottom: 0;
    opacity: 1;
    z-index: 1;
    -moz-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
    -o-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
    -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
    transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
    background-color: rgba(117, 123, 133, 0.91);
  }
  .featured-agenda .featured-agenda-content > .row > .col .image .overlay time {
    display: block;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.25rem;
    margin-bottom: 9px;
  }
  .featured-agenda .featured-agenda-content > .row > .col .image .overlay a {
    padding: 31px 30px 34px;
    display: block;
    height: 100%;
    color: #ffffff;
    font-size: 1.25rem;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 300;
    text-decoration: none;
  }
  .featured-agenda .featured-agenda-content > .row > .col .image .overlay a .description {
    display: none;
  }
  .featured-agenda .featured-agenda-content > .row > .col .image .category {
    display: inline-block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    padding: 7px 40px 7px 16px;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    border-top-left-radius: 14px;
    border-bottom-right-radius: 45px;
    text-align: left;
  }
  .featured-agenda .featured-agenda-content .pane {
    max-width: 1256px;
    padding: 30px 6px;
  }
  .featured-associado {
    padding-top: 212px;
    margin-bottom: 94px;
    background-image: url(/media/1023/associado-background.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 672px;
    z-index: 4;
    overflow: visible;
  }
  .featured-associado .tools ul {
    padding-left: unset;
  }
  .featured-associado .container {
    max-width: 1144px;
  }
  .featured-associado .container .col {
    flex-basis: 0;
    padding-right: 15px;
    padding-left: 15px;
  }
  .featured-associado .form-login {
    width: 498px;
    text-align: left;
  }
  .featured-associado .form-login .form-tools-submit {
    text-align: left;
  }
  .featured-associado .form-login .form-tools-submit button {
    margin: 0 0 15px;
    text-align: left;
  }
  .featured-associado .divisor {
    width: 1px;
    background-color: #9ba7bd;
    margin: 0 10px;
    display: inline-block;
    vertical-align: text-top;
    height: 15px;
  }
  .featured-associado .title {
    font-size: 1.625rem;
    color: #c1c8cd;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 11px;
    display: block;
  }
  .featured-associado .subtitle {
    font-size: 1.25rem;
    font-family: "Source Serif Pro", serif;
    color: #c1c8cd;
    margin-bottom: 44px;
    display: block;
  }
  .featured-associado .tools {
    margin-top: 0;
  }
  .featured-associado .tools ul li {
    width: 144px;
    display: inline-block;
    text-align: center;
    margin-bottom: 64px;
    margin-left: 10.5px;
    margin-right: 10.5px;
    -webkit-transform: translateY(0);
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .featured-associado .tools ul li .icon-sogesp {
    font-size: 5.25rem;
    color: #c1c8cd;
    margin-bottom: 28px;
  }
  .featured-associado .tools ul li span {
    display: block;
    line-height: 1.15;
  }
  .featured-associado .tools ul li a {
    display: block;
    font-size: 1.25rem;
    padding: 0 8px;
    font-weight: 700;
    color: #c1c8cd;
    text-decoration: none;
    text-transform: uppercase;
  }
  .featured-associado .tools ul li:hover .icon-sogesp {
    color: #db3151;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  #modal-login form {
    margin-top: 30px;
  }
  #modal-login .form-tools a {
    position: relative;
    line-height: 1;
    font-family: "Source Sans Pro", sans-serif;
    text-decoration: none;
    outline: none;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    border-radius: 24px;
    border: 1px solid transparent;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
    transition: transform 0.28s ease;
    vertical-align: middle;
    background-color: transparent;
    font-size: 1.125rem;
    color: #9ba7bd;
    text-transform: lowercase;
    font-weight: 400;
    padding: 0;
  }
  .pane .featured-associado {
    padding-top: 0;
    margin-bottom: 0;
    background-image: none;
    background-position: top center;
    background-repeat: no-repeat;
    min-height: auto;
    z-index: 4;
    overflow: visible;
    margin-top: 0;
  }
  .pane .featured-associado .container {
    max-width: 1144px;
    padding: 0;
  }
  .pane .featured-associado .form-login {
    width: 498px;
  }
  .pane .featured-associado .form-login .form-tools {
    text-align: left;
  }
  .pane .featured-associado .form-login .form-tools-submit {
    text-align: left;
  }
  .pane .featured-associado .form-login .form-tools-submit button {
    margin: 0 0 15px;
  }
  .pane .featured-associado .divisor {
    width: 1px;
    background-color: #9ba7bd;
    margin: 0 10px;
    display: inline-block;
    vertical-align: text-top;
    height: 15px;
  }
  .pane .featured-associado .title {
    font-size: 1.625rem;
    color: #c1c8cd;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 11px;
  }
  .pane .featured-associado .subtitle {
    font-size: 1.25rem;
    font-family: "Source Serif Pro", serif;
    color: #c1c8cd;
    margin-bottom: 44px;
  }
  .pane .featured-associado .tools ul li {
    width: 144px;
    display: inline-block;
    text-align: center;
    margin-bottom: 64px;
    margin-left: 10.5px;
    margin-right: 10.5px;
  }
  .pane .featured-associado .tools ul li .icon-sogesp {
    font-size: 5.25rem;
    color: #c1c8cd;
    margin-bottom: 28px;
  }
  .pane .featured-associado .tools ul li span {
    display: block;
    line-height: 1.15;
  }
  .pane .featured-associado .tools ul li a {
    display: block;
    font-size: 1.25rem;
    padding: 0 8px;
    font-weight: 700;
    color: #c1c8cd;
    text-decoration: none;
    text-transform: uppercase;
  }
  div[class*=" canal-saude-mulher"] .btn,
  div[class*=" canal-saude-mulher"] button {
    background-color: #e58cbd;
  }
  div[class*=" canal-saude-mulher"] .title-section {
    position: relative;
    margin-bottom: 27px;
  }
  div[class*=" canal-saude-mulher"] .title-section .container {
    text-align: left;
    padding: 0;
    color: #ffffff;
  }
  div[class*=" canal-saude-mulher"] .title-section .container .title {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 2.25rem;
    font-weight: bold;
    display: block;
    text-align: center;
    text-transform: uppercase;
    margin-top: 19px;
    line-height: normal;
  }
  div[class*=" canal-saude-mulher"] .title-section .container .subtitle {
    font-family: "Source Serif Pro", serif;
    font-size: 1.438rem;
    display: block;
    text-align: center;
    margin-top: -6px;
  }
  div[class*=" canal-saude-mulher"] .title-section .container .title::before {
    display: none;
  }
  div[class*=" canal-saude-mulher"] .title-section.cinza .title {
    color: #6b7283;
  }
  div[class*=" canal-saude-mulher"] .title-section.cinza .subtitle {
    color: #c1c8cd;
  }
  div[class*=" canal-saude-mulher"] .title-section.branco .title,
  div[class*=" canal-saude-mulher"] .title-section.branco-vermelho .title,
  div[class*=" canal-saude-mulher"] .title-section.branco .subtitle,
  div[class*=" canal-saude-mulher"] .title-section.branco-vermelho .subtitle {
    color: #ffffff;
  }
  div[class*=" canal-saude-mulher"] .title-section.branco .title::before {
    background-color: #ffffff;
  }
  div[class*=" canal-saude-mulher"] .ver-mais {
    padding: 40px 0 25px 0;
    text-align: center;
  }
  div[class*=" canal-saude-mulher"] .featured-blog-content.section-content.internal {
    margin: 0;
  }
  div[class*=" canal-saude-mulher"] .featured-blog-content.section-content.internal .container {
    padding: 0 15px;
  }
  div[class*=" canal-saude-mulher"] .featured-blog-content.section-content.internal .list-featured-blog .row {
    padding: 0;
  }
  div[class*=" canal-saude-mulher"] .featured-blog-content.section-content.internal .list-featured-blog .row .image {
    height: 228px;
  }
  div[class*=" canal-saude-mulher"] .featured-blog-content.section-content.internal .list-featured-blog .row .col {
    padding-right: 8px;
    padding-left: 8px;
  }
  div[class*=" canal-saude-mulher"] .featured-blog-content.section-content.internal .list-featured-blog .row .col:first-child {
    padding-left: 0;
  }
  div[class*=" canal-saude-mulher"] .featured-blog-content.section-content.internal .list-featured-blog .row .col:last-child {
    padding-right: 0;
  }
  .event-flyer img {
    max-width: 100%;
    margin-bottom: 25px;
  }
  .user-register h2.color1 {
    margin-bottom: 55px;
  }
  .card-wrapper {
    margin-top: 300px;
  }
}
@media (max-height: 660px) {
  .banner-home .royalSlider {
    height: 60vh !important;
  }
}
/* Forms */
form .form-tools-submit {
  margin-top: 44px;
  text-align: left;
}
form .form-tools {
  margin-top: -6px;
  text-align: left;
}
.form-btn,
.form-btn-cancel,
.form-btn-error {
  background: transparent;
  font-size: 1rem;
  color: #fff;
  cursor: pointer;
  border: 1px solid transparent;
  padding: 5px 24px;
  margin-top: 2.25rem;
  position: relative;
  z-index: 0;
  transition: transform 0.28s ease;
  will-change: transform;
}
.form-btn::before,
.form-btn::after,
.form-btn-cancel::before,
.form-btn-cancel::after,
.form-btn-error::before,
.form-btn-error::after {
  position: absolute;
  content: "";
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
}
.form-btn::before,
.form-btn-cancel::before,
.form-btn-error::before {
  background: #6b7283;
  z-index: -2;
}
.form-btn::after,
.form-btn-cancel::after,
.form-btn-error::after {
  background: #000;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.28s ease;
  will-change: opacity;
}
.form-btn:focus,
.form-btn-cancel:focus,
.form-btn-error:focus {
  outline: none;
}
.form-btn:focus::after,
.form-btn:hover::after,
.form-btn-cancel:focus::after,
.form-btn-cancel:hover::after,
.form-btn-error:focus::after,
.form-btn-error:hover::after {
  opacity: 0.3;
}
.form-btn:active,
.form-btn-cancel:active,
.form-btn-error:active {
  transform: translateY(1px);
}
.form-btn-error::before {
  background: #d9534f;
}
.form-btn-cancel {
  transition: color 0.28s ease, transform 0.28s ease;
  color: #b52b27;
  border-color: currentColor;
  will-change: color, transform;
}
.form-btn-cancel.-nooutline {
  border-color: transparent;
}
.form-btn-cancel::before {
  background: #b52b27;
  opacity: 0;
  transition: opacity 0.28s ease;
  will-change: opacity;
}
.form-btn-cancel::after {
  display: none;
}
.form-btn-cancel:focus,
.form-btn-cancel:hover {
  color: #fff;
}
.form-btn-cancel:focus::before,
.form-btn-cancel:hover::before {
  opacity: 1;
}
.form-btn-block {
  display: block;
  width: 100%;
  padding: 5px;
}
.form-checkbox,
.form-radio {
  position: relative;
  text-align: left;
}
.form-checkbox-inline .form-checkbox-label,
.form-radio-inline .form-radio-label {
  display: inline-block;
  margin-right: 1rem;
}
.form-checkbox-legend,
.form-radio-legend {
  margin: -24px 0 0.125rem 0;
  font-weight: 500;
  font-size: 1rem;
  color: #c1c8cd;
  transform: translateY(-71%) translateY(-0.5em) translateY(19px) scale(1);
  pointer-events: auto;
}
.form-checkbox-label,
.form-radio-label {
  position: relative;
  cursor: pointer;
  padding-left: 1.5rem;
  text-align: left;
  color: #333;
  display: block;
  margin-bottom: 0.5rem;
}
.form-checkbox-label:hover i,
.form-radio-label:hover i {
  color: #6b7283;
}
.form-checkbox-label span,
.form-radio-label span {
  display: block;
}
.form-checkbox-label input,
.form-radio-label input {
  width: auto;
  opacity: 0.0001;
  position: absolute;
  left: 0.25rem;
  top: 0.25rem;
  margin: 0;
  padding: 0;
}
.form-checkbox-button {
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  color: #999;
  left: 0;
  top: 0.25rem;
  width: 1rem;
  height: 1rem;
  z-index: 0;
  border: 0.125rem solid currentColor;
  border-radius: 0.0625rem;
  transition: color 0.28s ease;
  will-change: color;
}
.form-checkbox-button::before,
.form-checkbox-button::after {
  position: absolute;
  height: 0;
  width: 0.2rem;
  background-color: #6b7283;
  display: block;
  transform-origin: left top;
  border-radius: 0.25rem;
  content: "";
  transition: opacity 0.28s ease, height 0s linear 0.28s;
  opacity: 0;
  will-change: opacity, height;
}
.form-checkbox-button::before {
  top: 0.65rem;
  left: 0.38rem;
  transform: rotate(-135deg);
  box-shadow: 0 0 0 0.0625rem #fff;
}
.form-checkbox-button::after {
  top: 0.3rem;
  left: 0;
  transform: rotate(-45deg);
}
.form-checkbox-field:checked ~ .form-checkbox-button {
  color: #6b7283;
}
.form-checkbox-field:checked ~ .form-checkbox-button::after,
.form-checkbox-field:checked ~ .form-checkbox-button::before {
  opacity: 1;
  transition: height 0.28s ease;
}
.form-checkbox-field:checked ~ .form-checkbox-button::after {
  height: 0.5rem;
}
.form-checkbox-field:checked ~ .form-checkbox-button::before {
  height: 1.2rem;
  transition-delay: 0.28s;
}
.form-radio-button {
  position: absolute;
  left: 0;
  cursor: pointer;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #999;
}
.form-radio-button::before,
.form-radio-button::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin: 0.25rem;
  width: 1rem;
  height: 1rem;
  transition: transform 0.28s ease, color 0.28s ease;
  border-radius: 50%;
  border: 0.125rem solid currentColor;
  will-change: transform, color;
}
.form-radio-button::after {
  transform: scale(0);
  background-color: #6b7283;
  border-color: #6b7283;
}
.form-radio-field:checked ~ .form-radio-button::after {
  transform: scale(0.5);
}
.form-radio-field:checked ~ .form-radio-button::before {
  color: #6b7283;
}
.form-has-error .form-checkbox-button,
.form-has-error .form-radio-button {
  color: #db3151;
}
.form-card {
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.56s cubic-bezier(0.25, 0.8, 0.25, 1);
  max-width: 500px;
  padding: 0;
  margin: 50px auto;
}
.form-actions {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.25rem;
}
.form-actions .form-btn-cancel {
  -ms-flex-order: -1;
  order: -1;
}
.form-actions::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #999;
  opacity: 0.3;
}
.form-actions > * {
  -ms-flex: 1;
  flex: 1;
  margin-top: 0;
}
.form-fieldset {
  padding: 30px;
  border: 0;
}
.form-fieldset + .form-fieldset {
  margin-top: 15px;
}
.form-legend {
  padding: 1em 0 0;
  margin: 0 0 -0.5em;
  font-size: 1.5rem;
  text-align: center;
}
.form-legend + p {
  margin-top: 1rem;
}
.form-element {
  position: relative;
  margin-top: 0;
  margin-bottom: 2.5rem;
}
.form-element-hint {
  font-weight: 400;
  font-size: 0.6875rem;
  color: #a6a6a6;
  display: block;
}
.form-element-bar {
  position: relative;
  height: 1px;
  background: #d7dbde;
  display: block;
}
.form-element-bar::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #6b7283;
  height: 1px;
  display: block;
  transform: rotateY(90deg);
  transition: transform 0.28s ease;
  will-change: transform;
}
.form-element-label {
  position: absolute;
  top: 0.15rem;
  line-height: 1.5rem;
  pointer-events: none;
  padding-left: 0.125rem;
  z-index: 1;
  font-size: 1.063rem;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  color: #c1c8cd;
  transform: translateY(-50%);
  transform-origin: left center;
  transition: transform 0.28s ease, color 0.28s linear, opacity 0.28s linear;
  will-change: transform, color, opacity;
}
.form-element-search {
  position: absolute;
  overflow: hidden;
  background-image: url(/media/1034/ico-search.png);
  background-position: center 6px;
  background-repeat: no-repeat;
  width: 33px;
  height: 33px;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 7;
  background-color: #ffffff;
}
.form-element-field {
  outline: none;
  height: 34px;
  display: block;
  background: none;
  padding: 0.125rem 0.125rem 10px;
  font-size: 1rem;
  border: 0 solid transparent;
  line-height: 1.5;
  width: 100%;
  color: #333;
  box-shadow: none;
  opacity: 0.001;
  transition: opacity 0.28s ease;
  will-change: opacity;
}
.form-element-field:-ms-input-placeholder {
  color: #a6a6a6;
  transform: scale(0.9);
  transform-origin: left top;
}
.form-element-field::placeholder {
  color: #a6a6a6;
  transform: scale(0.9);
  transform-origin: left top;
}
.form-element-field:focus ~ .form-element-bar::after {
  transform: rotateY(0deg);
}
.form-element-field:focus ~ .form-element-label {
  color: #6b7283;
  outline: none;
}
.form-element-field.-hasvalue,
.form-element-field:focus {
  opacity: 1;
}
.form-element-field.-hasvalue ~ .form-element-label,
.form-element-field:focus ~ .form-element-label {
  transform: translateY(-100%) translateY(-0.5em) translateY(3px) scale(0.8);
  cursor: pointer;
  pointer-events: auto;
}
.form-has-error .error {
  color: #db3151;
  font-size: 0.75rem;
}
.form-has-error .form-element-label.form-element-label,
.form-has-error .form-element-hint {
  color: #db3151;
}
.form-has-error .form-element-bar,
.form-has-error .form-element-bar::after {
  background: #db3151;
}
input.form-element-field:not(:placeholder-shown),
textarea.form-element-field:not(:placeholder-shown) {
  opacity: 1;
}
input.form-element-field:not(:placeholder-shown) ~ .form-element-label,
textarea.form-element-field:not(:placeholder-shown) ~ .form-element-label {
  transform: translateY(-100%) translateY(-0.5em) translateY(3px) scale(0.8);
  cursor: pointer;
  pointer-events: auto;
}
textarea.form-element-field {
  height: auto;
  min-height: 3rem;
}
select.form-element-field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.form-select-placeholder {
  color: #a6a6a6;
  display: none;
}
.form-select .form-element-bar::before {
  content: "";
  position: absolute;
  height: 0.5em;
  width: 0.5em;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  display: block;
  right: 0.5em;
  bottom: 20px;
  transition: transform 0.28s ease;
  transform: translateY(-100%) rotateX(0deg) rotate(45deg);
  will-change: transform;
}
.form-select select:focus ~ .form-element-bar::before {
  transform: translateY(-50%) rotateX(180deg) rotate(45deg);
  outline: none;
}
.form-element-field[type="number"] {
  -moz-appearance: textfield;
}
.form-element-field[type="number"]::-webkit-outer-spin-button,
.form-element-field[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.select2-selection__placeholder {
  position: absolute;
  top: 0.15rem;
  line-height: 1.5rem;
  pointer-events: none;
  padding-left: 0.125rem;
  z-index: 1;
  font-size: 1.063rem;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  color: #c1c8cd !important;
  transform-origin: left center;
  transition: transform 0.28s ease, color 0.28s linear, opacity 0.28s linear;
  will-change: transform, color, opacity;
  left: 0;
  transform: translateY(-100%) translateY(-0.5em) translateY(3px) scale(0.8);
}
.select2-container--default .select2-selection--single {
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-radius: 0 !important;
  line-height: 15px !important;
  padding-left: 2px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 15px !important;
  padding-left: 2px !important;
}
.select2-dropdown.select2-dropdown--below {
  border: 0 !important;
}
.select2-search.select2-search--dropdown {
  padding: 0 !important;
}
.select2-search__field,
.select2-search__field:focus-visible {
  border: 1px solid #999 !important;
  outline-offset: 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  content: "" !important;
  height: 0.5em !important;
  width: 0.5em !important;
  border-width: 0 !important;
  border-bottom: 1px solid #999 !important;
  border-right: 1px solid #999 !important;
  display: block !important;
  right: 0.5em !important;
  bottom: 20px !important;
  transition: transform 0.28s ease !important;
  transform: translateY(-100%) rotateX(0deg) rotate(45deg) !important;
  will-change: transform !important;
  top: 0 !important;
}
.user-register-event h2.color1 {
  margin-bottom: 35px;
}
.user-register-event .cupom-success,
.user-register-event .cupom-danger {
  padding: 3px 5px;
  margin-top: -40px;
  margin-bottom: 16px;
  font-size: 12px;
}
.user-register-event .cupom-danger {
  color: #db3151;
}
.user-register-event .totalEvento {
  font-size: 1.875rem;
  margin: 15px 0;
}
.user-register-event .select-form-pag {
  display: none;
}
.user-register-event .control-form-pag {
  margin-bottom: 40px;
}
.user-register-event .control-form-pag .btn.white-shadow {
  min-width: 120px;
  margin-bottom: 15px;
  padding-top: 24px;
  padding-bottom: 24px;
  color: #c1c8cd;
  text-align: center;
  font-weight: 600;
  box-shadow: 0 0 12px 3px rgba(107, 114, 131, 0.04);
  margin-left: 10px;
  margin-right: 10px;
}
.user-register-event .control-form-pag .btn.white-shadow span {
  font-size: 2rem;
  display: block;
  margin-bottom: 22px;
}
.user-register-event .control-form-pag .btn.white-shadow.selected {
  color: #6b7283 !important;
  box-shadow: 0 0 12px 2px rgba(107, 114, 131, 0.2);
}
.user-register-event .cartao,
.user-register-event .card-wrapper,
.user-register-event .container-cracha {
  display: none;
}
/* CSS Effects */
.effect-wave {
  display: block;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  width: 0;
  height: 0;
  background-color: #6b7283;
  border-radius: 50%;
  opacity: 0.5;
}
.btn.white .effect-wave,
button.white .effect-wave {
  opacity: 0.1;
}
.btn.white-shadow .effect-wave,
button.white-shadow .effect-wave {
  opacity: 0.1;
}
.btn.white-shadow.active .effect-wave,
button.white-shadow.active .effect-wave {
  opacity: 0.1;
  background-color: #ffffff;
}
.hide {
  display: none;
}
img.img-responsive.mediakit {
  max-width: 860px;
  margin: 0 auto;
}
img.img-responsive {
  width: 100%;
  height: auto;
}
img.align-left {
  float: left;
  margin-right: 15px;
}
img.align-right {
  float: right;
  margin-left: 15px;
}
.table-responsive {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
}
.goog-te-banner-frame.skiptranslate {
  display: none !important;
}
body {
  top: 0 !important;
}
