@import url(../../dist/font/_font-face.css);
@import url(../../dist/font/font-awesome-4.7.0/css/font-awesome.min.css);
@import url(http://db.onlinewebfonts.com/c/4dc53271f9fd229b492be7460f491a33?family=Prelo+Slab);
.clearfix::after {
  display: block;
  content: "";
  clear: both; }

.btn_base {
  background: none;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
  color: #505050;
  padding: 7px 10px 5px 10px;
  font-family: 'Prelo';
  font-weight: 600; }

.btn_base2 {
  background: none;
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
  color: #ffffff;
  padding: 7px 20px 5px 20px;
  font-family: 'Prelo';
  font-weight: 600;
  border-radius: 15px;
  background-color: #C00026;
  background: -webkit-linear-gradient(to left, #C00026, #C00026);
  background: -moz-linear-gradient(to left, #C00026, #C00026);
  background: -o-linear-gradient(to left, #C00026, #C00026);
  background: linear-gradient(to left, #C00026, #C00026); }

.titulo_base {
  font-family: 'Prelo' !important;
  font-size: 25px;
  font-size: 2.5rem;
  color: #505050;
  line-height: 1;
  font-weight: bold;
  display: table;
  text-transform: uppercase; }
  @media only screen and (max-width: 320px) {
    .titulo_base {
      font-size: 15px;
      font-size: 1.5rem; } }



.titulo_destaque {
  text-transform: uppercase;
  color: #505050;
  line-height: 1;
  font-weight: bold;
  display: table; }
  @media only screen and (max-width: 320px) {
    .titulo_destaque {
      font-size: 15px;
      font-size: 1.5rem; } }

.titulo_destaque2 {
  color: #505050;
  line-height: 1;
  font-weight: bold;
  display: table; }
  @media only screen and (max-width: 320px) {
    .titulo_destaque2 {
      font-size: 15px;
      font-size: 1.5rem; } }

.titulo_interna_base {
  font-family: 'Prelo' !important;
  font-size: 55px;
  font-size: 5.5rem;
  text-transform: uppercase;
  color: #505050;
  line-height: 1;
  font-weight: bold;
  display: table; }
  @media only screen and (max-width: 1024px) {
    .titulo_interna_base {
      font-size: 36px;
      font-size: 3.6rem; } }

.subtitulo_interna_base {
  font-family: 'Prelo' !important;
  font-size: 20px;
  font-size: 2rem;
  color: #afaeae;
  line-height: 1;
  display: table;
  margin-top: 0;
  margin-bottom: 0px; }

.no-padding {
  padding: 0 !important; }

@media only screen and (max-width: 768px) {
  .no-paddingM {
    padding: 0 !important; } }

.texto_base {
  font-family: 'Prelo' !important;
  font-family: 'Prelo Book' !important;
  font-size: 20px;
  font-size: 2rem;
  color: #afaeae;
  line-height: 1.2;
  color: #505050; }
  @media only screen and (max-width: 1024px) {
    .texto_base {
      font-size: 17px;
      font-size: 1.7rem;
      padding: 0 20px 15px; } }

.section_texto_base {
  margin-top: 40px;
  margin-bottom: 40px; }
  .section_texto_base .padding-base {
    padding-bottom: 40px; }

.section_texto_base2 {
  margin-top: 40px; }
  .section_texto_base2 .padding-base {
    padding-bottom: 20px; }

.section_texto_base3 {
  margin-top: 20px;
  margin-bottom: 20px; }
  .section_texto_base3 .padding-base {
    padding-bottom: 20px; }

.bg_azul_centro {
  background-color: #646163;
  padding: 14%;
  padding-left: 30px !important;
  padding-right: 30px !important;
  color: #fff; }
  .bg_azul_centro h3 {
    font-weight: 250; }
  .bg_azul_centro p {
    font-weight: 250; }
  .bg_azul_centro__icon {
    float: right;
    margin-right: 15px;
    margin-bottom: -20px; }
    .bg_azul_centro__icon img {
      width: 39px;
      height: 39px; }
    .bg_azul_centro__icon img:nth-child(2) {
      display: none;
      transform: rotate(45deg); }
    @media only screen and (max-width: 1024px) {
      .bg_azul_centro__icon {
        margin-right: 15px;
        margin-top: auto; } }

.bg_verde_centro {
  background-color: #3a3a41;
  padding: 14%;
  padding-left: 30px !important;
  padding-right: 30px !important;
  color: #fff; }
  .bg_verde_centro__icon {
    float: right;
    margin-right: 15px;
    margin-bottom: -20px; }
    .bg_verde_centro__icon img {
      width: 39px;
      height: 39px; }
    .bg_verde_centro__icon img:nth-child(2) {
      display: none;
      transform: rotate(45deg); }
    @media only screen and (max-width: 1024px) {
      .bg_verde_centro__icon {
        margin-right: 15px;
        margin-top: -25px; } }

.img-box-color2 {
  float: left;
  margin-left: 40%; }
  @media only screen and (max-width: 1024px) {
    .img-box-color2 {
      float: none;
      margin-left: auto;
      width: 100%; } }

.thumb_relative, .btn_relative {
  position: relative;
  z-index: -99; }

.icon {
  margin-right: 15px;
  margin-top: 20px; }
  .icon img {
    width: 39px;
    height: 39px;
    margin-right: 10px !important; }
  .icon img:nth-child(2) {
    display: none;
    transform: rotate(45deg); }
  @media only screen and (max-width: 1024px) {
    .icon {
      margin-right: 15px; } }

.padTop20 {
  padding-top: 20px; }

.minHeigt8 {
  min-height: 860px !important; }
  @media only screen and (max-width: 768px) {
    .minHeigt8 {
      min-height: auto !important; } }
  @media only screen and (max-width: 1024px) {
    .minHeigt8 {
      min-height: 875px !important; } }

.img-box-destaque {
  max-height: 355px;
  min-height: 355px; }
  @media only screen and (max-width: 768px) {
    .img-box-destaque {
      max-height: 100%;
      min-height: 100%; } }

.section-relative {
  z-index: -20;
  position: relative; }

.section_20_40 {
  margin-top: 40px;
  margin-bottom: 20px; }

.section_40_20 {
  margin-top: 20px;
  margin-bottom: 40px; }

select {
  font-size: 16px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Some browsers will not display the caret when using calc, so we put the fallback first */
  background: url("../image/icons/arrow_bt.png") white no-repeat 98.5% !important;
  /* !important used for overriding all other customisations */
  background: url("../image/icons/arrow_bt.png") white no-repeat calc(100% - 10px) !important;
  /* Better placement regardless of input width */
  background-color: rgba(235, 235, 235, 0.4) !important;
  border-color: transparent !important;
  webkit-border-radius: 10px !important;
  border-radius: 10px !important; }
  select option {
    background: #fff; }

    .dropdown-menu {
      z-index: 999999 !important;
    }

.div-img {
  height: 80px;
  background-image: url("../image/banner_footer.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 20px; }
  @media only screen and (max-width: 970px) {
    .div-img {
      min-height: auto; } }
  @media only screen and (max-width: 970px) {
    .div-img {
      padding-bottom: 150px; } }

.top_320 {
  top: 320px !important; }
  @media only screen and (max-width: 1024px) {
    .top_320 {
      top: 345px !important; } }
  @media only screen and (max-width: 1023px) {
    .top_320 {
      top: auto !important; } }

._chevron-left {
  background: url("../image/icons/arrow_bt.png");
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(90deg); }

._chevron-right {
  background: url("../image/icons/arrow_bt.png");
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(270deg); }

div.zabuto_calendar .table tr td.event div.day, div.zabuto_calendar ul.legend li.event {
  background: transparent !important; }

div.zabuto_calendar .table tr td.event div.day::before, div.zabuto_calendar ul.legend li.event::before {
  content: ".";
  color: transparent;
  background-color: #d0343c;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  margin-left: -5px; }

.nounderline, .nounderline:hover, .nounderline:focus {
  text-decoration: none !important;
  outline: 0px;
  color: inherit; }

.gform_wrapper h3.gform_title {
  display: none; }

._aLink a:hover {
  color: #A62B4D !important; }

._link {
  cursor: pointer; }

._row {
  margin-right: 0px !important;
  margin-left: 0px !important; }

.__alink a, .__alink a:hover {
  color: #C00026 !important; }

.__alink a:active {
  color: #A62B4D !important; }

@media only screen and (max-width: 768px) {
  .alinhaMobileHome {
    padding-left: 0px !important;
    padding-right: 0px !important; } }

iframe {
  width: 100% !important;
  height: 395px; }
  @media only screen and (max-width: 600px) {
    iframe {
      height: 50% !important; } }

/*@media only screen and (min-width: 768px) {
  .gform_button {
    z-index: 999999 !important;
    display: block;
    position: absolute; } }*/

html {
  overflow-x: hidden !important;
  font-size: 62.5%; }

body {
  font-size: 16px;
  background-color: #ffffff !important;
  font-family: 'Prelo' !important; }
  body .container {
    background-color: #ffffff; }
    @media only screen and (min-width: 1300px) {
      body .container {
        width: 1280px; } }
  body section {
    background-image: url("../image/bg.png");
    background-repeat: no-repeat;
    /*background-position: right; 
        background-size: 48%;
        background-position-x: 98%;
        background-repeat-x: initial;*/
    background-position: right;
    background-size: contain;
    background-position-x: 98%;
    background-repeat-x: initial; }
  body a:active {
    color: #A62B4D !important; }
  body .generica .section {
    background: #ffffff; }
  body .generica .row {
    background: #ffffff; }

.escuro {
  background-color: #000000 !important;
  color: #FFFFFF !important; }

.claro {
  background-color: #FFF;
  color: #00F; }

.modal-open {
  overflow: visible !important; }

header .header {
  padding: 10px 0; }
  header .header__container_btn_english {
    padding-right: 0px; }
    @media only screen and (max-width: 1024px) {
      header .header__container_btn_english {
        display: none; } }
    header .header__container_btn_english ul {
      padding-top: 5px; }
      header .header__container_btn_english ul li {
        list-style: none;
        float: right;
        margin-right: 20px; }
        header .header__container_btn_english ul li a, header .header__container_btn_english ul li a:hover {
          font-size: 14px;
          font-size: 1.4rem;
          font-family: 'Prelo' !important;
          text-decoration: none;
          color: #505050; }
  header .header__btn_english, header .header__menu__collapse__btn_doacoes {
    border: 1px solid #505050; }
  header .header__icon {
    padding-left: 8px !important;
    padding-top: 8px !important; }
    @media only screen and (max-width: 1024px) {
      header .header__icon {
        width: 100% !important; } }
    header .header__icon i {
      font-size: 15px;
      font-size: 1.5rem;
      padding-right: 0px; }
      @media only screen and (max-width: 425px) {
        header .header__icon i {
          font-size: 12px;
          font-size: 1.2rem; } }
    header .header__icon .a-minus, header .header__icon .a-plus {
      font-size: 10px;
      font-size: 1rem;
      font-weight: 600;
      font-family: 'Prelo-SemiBold';
      font-style: normal;
      font-stretch: normal; }
    header .header__icon .a-plus {
      font-size: 15px;
      font-size: 1.5rem; }
    header .header__icon a {
      font-size: 10px;
      font-size: 1rem;
      text-decoration: none;
      color: #000;
      font-family: 'Prelo';
      line-height: 1.6;
      text-transform: uppercase; }
      @media only screen and (max-width: 425px) {
        header .header__icon a {
          font-size: 8px;
          font-size: 0.8rem; } }
    header .header__icon__contraste, header .header__icon__font, header .header__icon__libras {
      padding-right: 5px !important;
      text-align: center;
      width: 141px;
      height: 20px; }
      @media only screen and (max-width: 1024px) {
        header .header__icon__contraste, header .header__icon__font, header .header__icon__libras {
          width: 40% !important; } }
      @media only screen and (max-width: 600px) {
        header .header__icon__contraste, header .header__icon__font, header .header__icon__libras {
          text-align: left; } }
    header .header__icon__busca {
      padding-right: 5px !important;
      text-align: center;
      width: 141px;
      height: 20px; }
      @media only screen and (max-width: 1024px) {
        header .header__icon__busca {
          width: 20% !important; } }
    header .header__icon__font {
      margin-top: -1px;
      width: 130px; }
    header .header__icon__libras img {
      max-width: 15px; }
  header .header__menu {
    padding: 20px 0 10px; }
    header .header__menu .navbarFrist {
      margin-bottom: -10px !important; }
    @media only screen and (max-width: 1024px) {
      header .header__menu {
        padding-top: 30px; } }
    @media only screen and (max-width: 425px) {
      header .header__menu {
        padding-top: 20px; } }
    @media only screen and (max-width: 1024px) {
      header .header__menu .navbar-header {
        width: 100%; } }
    @media only screen and (min-width: 320px) and (max-width: 1025px) {
      header .header__menu .navbar-brand {
        width: 110px;
        padding: 0 0 0 20px !important;
        float: left; } }
    @media only screen and (max-width: 425px) {
      header .header__menu .navbar-brand {
        width: 100px;
        padding: 0 0 0 10px !important; } }
    header .header__menu__logo {
      margin-top: 5px;
      max-width: 120px; }
      @media only screen and (max-width: 1024px) {
        header .header__menu__logo {
          max-width: 54px;
          float: left;
          margin-top: 0px;
          margin-left: 10px; } }
      @media only screen and (max-width: 425px) {
        header .header__menu__logo {
          margin-left: 10px; } }
    header .header__menu__icon {
      max-width: 24px;
      display: none !important; }
      @media only screen and (max-width: 1024px) {
        header .header__menu__icon {
          display: block !important;
          float: left; } }
    header .header__menu__mobile {
      display: none !important; }
      @media only screen and (max-width: 1024px) {
        header .header__menu__mobile {
          display: block !important; } }
      @media only screen and (max-width: 425px) {
        header .header__menu__mobile {
          float: left;
          margin-top: 10px;
          /*margin-right: 75px;*/ } }
      header .header__menu__mobile .nav.navbar-nav {
        margin-top: -10px;
        padding-left: 30px; }
        @media only screen and (max-width: 1024px) {
          header .header__menu__mobile .nav.navbar-nav {
            max-width: 480px;
            float: left; } }
        @media only screen and (max-width: 425px) {
          header .header__menu__mobile .nav.navbar-nav {
            float: right;
            margin-top: -18px;
            margin-right: -68px; } }
        header .header__menu__mobile .nav.navbar-nav li {
          float: left; }
        header .header__menu__mobile .nav.navbar-nav a, header .header__menu__mobile .nav.navbar-nav a:hover {
          background: none !important;
          color: #707070;
          height: 40px; }
          @media only screen and (max-width: 600px) {
            header .header__menu__mobile .nav.navbar-nav a, header .header__menu__mobile .nav.navbar-nav a:hover {
              padding: 0px 5px !important; } }
          @media only screen and (max-width: 1024px) {
            header .header__menu__mobile .nav.navbar-nav a, header .header__menu__mobile .nav.navbar-nav a:hover {
              padding-top: 0 !important;
              padding: 10px 9px; } }
      header .header__menu__mobile__title, header .header__menu__mobile__icon {
        float: left; }
      header .header__menu__mobile__title {
        width: 50px;
        margin-right: 10px;
        margin-bottom: 0px;
        font-size: 10px;
        font-size: 1rem;
        font-family: 'Prelo' !important;
        line-height: 1.1; }
        @media only screen and (max-width: 425px) {
          header .header__menu__mobile__title {
            font-size: 7px;
            font-size: 0.7rem; } }
        @media only screen and (max-width: 320px) {
          header .header__menu__mobile__title {
            margin-right: 0px; } }
      header .header__menu__mobile li:nth-child(2) .header__menu__mobile__title {
        width: 60px;
        height: 40px;
        padding-top: 8px; }
        @media only screen and (max-width: 425px) {
          header .header__menu__mobile li:nth-child(2) .header__menu__mobile__title {
            width: 35px;
            margin-right: 10px;
            padding-top: 13px; } }
      header .header__menu__mobile li:nth-child(1) .header__menu__mobile__title, header .header__menu__mobile li:nth-child(3) .header__menu__mobile__title {
        width: 35px;
        height: 40px;
        line-height: 40px; }
        @media only screen and (max-width: 425px) {
          header .header__menu__mobile li:nth-child(1) .header__menu__mobile__title, header .header__menu__mobile li:nth-child(3) .header__menu__mobile__title {
            width: 25px; } }
      header .header__menu__mobile__icon {
        width: 20px;
        height: auto;
        padding-top: 10%; }
        @media only screen and (max-width: 425px) {
          header .header__menu__mobile__icon {
            width: 20px; } }
        @media only screen and (max-width: 320px) {
          header .header__menu__mobile__icon {
            width: 15px; } }
      header .header__menu__mobile li:nth-child(3) .header__menu__mobile__icon {
        width: 28px;
        height: auto; }
        @media only screen and (max-width: 425px) {
          header .header__menu__mobile li:nth-child(3) .header__menu__mobile__icon {
            width: 30px; } }
        @media only screen and (max-width: 320px) {
          header .header__menu__mobile li:nth-child(3) .header__menu__mobile__icon {
            width: 20px; } }
    header .header__menu__collapse {
      padding: 20px 0 0; }
      @media only screen and (max-width: 1024px) {
        header .header__menu__collapse .nav.navbar-nav, header .header__menu__collapse .navbar-form {
          display: none !important; } }
      header .header__menu__collapse a {
        padding: 15px 10px !important;
        text-transform: uppercase;
        font-size: 14px;
        font-size: 1.4rem;
        font-family: 'Prelo' !important;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.57;
        letter-spacing: normal;
        color: #707070;
        margin-right: 20px; }
      header .header__menu__collapse a:hover {
        background-color: transparent !important; }
      header .header__menu__collapse__form {
        position: relative;
        background-color: #F4F4F4;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background-clip: padding-box;
        /* stops bg color from leaking outside the border: */
        margin-top: 12px;
        margin-left: 10px;
        margin-right: 0px; }
        header .header__menu__collapse__form input {
          -webkit-border-radius: 10px;
          border-radius: 10px;
          background-clip: padding-box;
          /* stops bg color from leaking outside the border: */
          background-color: #F4F4F4;
          box-shadow: none !important;
          width: 250px !important;
          height: 25px !important;
          border: 0px !important;
          padding-right: 15px !important;
          text-align: right; }
          header .header__menu__collapse__form input.placeholder {
            color: #707070;
            font-size: 10px;
            font-size: 1rem; }
          header .header__menu__collapse__form input:-moz-placeholder {
            color: #707070;
            font-size: 10px;
            font-size: 1rem; }
          header .header__menu__collapse__form input::-webkit-input-placeholder {
            color: #707070;
            font-size: 10px;
            font-size: 1rem; }
          header .header__menu__collapse__form input:-ms-input-placeholder {
            color: #707070;
            font-size: 10px;
            font-size: 1rem; }
          @media only screen and (max-width: 1300px) {
            header .header__menu__collapse__form input {
              width: 100% !important; } }
        header .header__menu__collapse__form button, header .header__menu__collapse__form button:hover {
          font-size: 12px;
          font-size: 1.2rem;
          padding: 0px !important;
          background-color: transparent;
          border: 0px;
          position: absolute;
          top: 4px;
          right: 10px;
          color: #ca1821; }
        @media only screen and (max-width: 1274px) {
          header .header__menu__collapse__form {
            display: none; } }
      header .header__menu__collapse__formMobile {
        position: relative;
        background-color: #F4F4F4;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background-clip: padding-box;
        /* stops bg color from leaking outside the border: */
        margin-top: 12px;
        margin-right: 0px;
        padding: 0px; }
        header .header__menu__collapse__formMobile input {
          -webkit-border-radius: 10px;
          border-radius: 10px;
          background-clip: padding-box;
          /* stops bg color from leaking outside the border: */
          background-color: #F4F4F4;
          box-shadow: none !important;
          width: 285px !important;
          height: 25px !important;
          border: 0px !important;
          padding-right: 15px !important;
          text-align: right; }
          header .header__menu__collapse__formMobile input.placeholder {
            color: #707070;
            font-size: 10px;
            font-size: 1rem; }
          header .header__menu__collapse__formMobile input:-moz-placeholder {
            color: #707070;
            font-size: 10px;
            font-size: 1rem; }
          header .header__menu__collapse__formMobile input::-webkit-input-placeholder {
            color: #707070;
            font-size: 10px;
            font-size: 1rem; }
          header .header__menu__collapse__formMobile input:-ms-input-placeholder {
            color: #707070;
            font-size: 10px;
            font-size: 1rem; }
          @media only screen and (max-width: 1300px) {
            header .header__menu__collapse__formMobile input {
              width: 95% !important; } }
        header .header__menu__collapse__formMobile button, header .header__menu__collapse__formMobile button:hover {
          font-size: 12px;
          font-size: 1.2rem;
          padding: 0px !important;
          background-color: transparent;
          border: 0px;
          position: absolute;
          top: 4px;
          right: 10px;
          color: #ca1821; }
      header .header__menu__collapse__btn_container {
        padding: 10px 5px 5px !important; }
      header .header__menu__collapse__btn_doacoes {
        -webkit-border-radius: 80px;
        border-radius: 80px;
        background-clip: padding-box;
        /* stops bg color from leaking outside the border: */
        padding: 6px 12px 5px !important;
        font-family: 'Prelo' !important;
        font-size: 13px;
        font-size: 1.3rem;
        margin-right: 5px;
        line-height: 1.4;
        margin: 0; }
        @media only screen and (max-width: 1274px) {
          header .header__menu__collapse__btn_doacoes {
            display: none; } }
      header .header__menu__collapse__btn_vestibular {
        border: 0px;
        font-family: 'Prelo' !important;
        background-color: #f21e47;
        background: -webkit-linear-gradient(to left, #f21e47, #c71d28);
        background: -moz-linear-gradient(to left, #f21e47, #c71d28);
        background: -o-linear-gradient(to left, #f21e47, #c71d28);
        background: linear-gradient(to left, #f21e47, #c71d28);
        padding: 6px 12px 5px !important;
        color: #fff;
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1.4;
        margin: 0; }
        @media only screen and (max-width: 1274px) {
          header .header__menu__collapse__btn_vestibular {
            display: none; } }

._breadcrumb {
  margin-top: 15px;
  font-size: 12px;
  font-size: 1.2rem; }
  ._breadcrumb span {
    color: #888888; }
    ._breadcrumb span a {
      color: #888888; }

.menuHeader {
  display: none;
  height: 100%;
  position: fixed !important;
  z-index: 9999999999;
  background-color: #C4161C; }
  .menuHeader li {
    text-align: center;
    padding-bottom: 15px; }
    .menuHeader li a {
      color: #ffffffff;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: bold; }
  .menuHeader input {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    background-color: #ffffff;
    box-shadow: none !important;
    height: 25px !important;
    border: 0px !important;
    padding-right: 15px !important;
    text-align: center;
    height: 45px !important;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
    width: 210px !important;
    font-size: 16px;
    font-size: 1.6rem; }
    .menuHeader input.placeholder {
      color: #707070;
      font-size: 10px;
      font-size: 1rem; }
    .menuHeader input:-moz-placeholder {
      color: #707070;
      font-size: 10px;
      font-size: 1rem; }
    .menuHeader input::-webkit-input-placeholder {
      color: #707070;
      font-size: 10px;
      font-size: 1rem; }
    .menuHeader input:-ms-input-placeholder {
      color: #707070;
      font-size: 10px;
      font-size: 1rem; }
  .menuHeader input::-webkit-input-placeholder {
    font-size: 16px;
    font-size: 1.6rem;
    color: #707070; }
  .menuHeader__icon {
    color: #CA1821;
    font-size: 20px; }
  .menuHeader .btn-input-home {
    height: 46px;
    background: #ffffff;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px; }
  .menuHeader .input-group {
    padding: 20px;
    padding-left: 20%; }
    @media only screen and (max-width: 425px) {
      .menuHeader .input-group {
        padding-left: 14%; } }
  .menuHeader__destaque {
    bottom: 55px;
    position: fixed; }
    .menuHeader__destaque ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      .menuHeader__destaque ul li {
        display: inline; }
        .menuHeader__destaque ul li a {
          font-size: 14px;
          font-size: 1.4rem;
          font-weight: normal;
          padding: 20px; }
          @media only screen and (max-width: 425px) {
            .menuHeader__destaque ul li a {
              padding: 15px; } }
  .menuHeader__logo {
    margin-top: 80px !important; }
    .menuHeader__logo img {
      max-width: 105px !important; }
  .menuHeader__btnEnglish {
    background: transparent;
    color: #ffffff;
    border: solid 1px;
    font-weight: normal;
    margin-top: 20px; }
  .menuHeader__close {
    text-align: right; }
    .menuHeader__close__btn {
      background: transparent;
      color: #ffffff;
      border: solid 1px;
      font-weight: normal;
      margin-top: 20px;
      font-size: 20px;
      font-size: 2rem;
      border: none; }

.footer {
  min-height: 50px;
  background-color: #3A3A41;
  padding: 30px 0 50px; }
  .footer .container {
    background-color: #3A3A41; }
    @media only screen and (max-width: 1024px) {
      .footer .container {
        padding: 0 !important; } }
  @media only screen and (max-width: 1024px) {
    .footer__logo {
      width: 100%;
      margin: 0 auto; }
      .footer__logo .navbar-brand {
        width: 100%;
        margin-bottom: 50px; } }
  .footer__logo a {
    padding: 0px;
    padding-top: 15px; }
  .footer__logo img {
    max-width: 105px; }
    @media only screen and (max-width: 1024px) {
      .footer__logo img {
        margin: 0 auto;
        max-width: 73px;
        margin-top: 5px; } }
  @media only screen and (max-width: 1024px) {
    .footer__container_btns {
      width: 315px;
      display: block;
      margin: 0 auto !important; } }
  .footer__btns {
    float: left;
    margin-right: 20px; }
    @media only screen and (max-width: 1024px) {
      .footer__btns {
        margin-right: 0px;
        text-align: center;
        float: none; } }
    @media only screen and (max-width: 320px) {
      .footer__btns {
        margin-right: 0px; } }
  .footer__btns:nth-child(2), .footer__btns:nth-child(3) {
    padding-top: 5px;
    margin-left: 30px; }
    @media only screen and (max-width: 320px) {
      .footer__btns:nth-child(2), .footer__btns:nth-child(3) {
        margin-left: 10px; } }
  .footer__vestibular_btn {
    border: 0px;
    font-family: 'Prelo' !important;
    background-color: #C00026;
    background: -webkit-linear-gradient(to left, #C00026, #C00026);
    background: -moz-linear-gradient(to left, #C00026, #C00026);
    background: -o-linear-gradient(to left, #C00026, #C00026);
    background: linear-gradient(to left, #C00026, #C00026);
    padding: 7px 0px 7px !important;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.4;
    margin: 0; }
    @media only screen and (max-width: 768px) {
      .footer__vestibular_btn {
        padding: 7px 16px 7px !important; } }
  .footer__btn_doacoes {
    border: 1px solid #fff;
    color: #fff;
    -webkit-border-radius: 80px;
    border-radius: 80px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    padding: 6px 12px 5px !important;
    font-family: 'Prelo' !important;
    font-size: 13px;
    font-size: 1.3rem;
    margin-right: 5px;
    line-height: 1.4;
    margin: 0; }
  @media only screen and (max-width: 1024px) {
    .footer__menu {
      display: table;
      width: 100%; } }
  .footer__menu h3 {
    color: #fff;
    min-height: 38px;
    font-family: 'Prelo' !important;
    font-size: 16px;
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: bold; }
    @media only screen and (max-width: 1024px) {
      .footer__menu h3 {
        text-align: center; } }
    @media only screen and (max-width: 600px) {
      .footer__menu h3 {
        min-height: 0px; } }
  .footer__menu .footer-link {
    color: #fff;
    min-height: 38px;
    font-family: 'Prelo' !important;
    font-size: 16px;
    font-size: 1.6rem; }
    @media only screen and (max-width: 1024px) {
      .footer__menu .footer-link {
        text-align: center; } }
  @media only screen and (max-width: 1024px) {
    .footer__menu__container_links {
      width: 100% !important; } }
  .footer__menu__container_links ul {
    padding-left: 0; }
    .footer__menu__container_links ul li {
      list-style: none;
      margin-bottom: 10px; }
      @media only screen and (max-width: 1024px) {
        .footer__menu__container_links ul li {
          text-align: center; } }
      .footer__menu__container_links ul li a {
        font-size: 13px;
        font-size: 1.3rem;
        color: #fff;
        text-decoration: none;
        line-height: 1.29; }
      .footer__menu__container_links ul li a:hover {
        color: #cccbcb; }
  .footer__icons {
    text-align: center; }
    .footer__icons a {
      color: #fff;
      text-decoration: none;
      font-size: 25px;
      font-size: 2.5rem;
      margin-right: 20px; }
    .footer__icons a:hover {
      color: #cccbcb; }
  .footer__endereco {
    margin-top: 30px; }
    .footer__endereco p {
      text-align: center;
      color: #fff;
      font-family: 'Prelo' !important;
      font-size: 12px;
      font-size: 1.2rem;
      margin-bottom: 0px; }
      @media only screen and (max-width: 425px) {
        .footer__endereco p {
          width: 280px;
          transform: translateX(-50%);
          margin-left: 50%; } }
  @media only screen and (max-width: 768px) {
    .footer ._menuFooter {
      margin-right: 15px;
      margin-left: 15px; } }

.banner {
  position: relative; }
  .banner__conteudo {
    margin-bottom: 20px;
    z-index: -99; }
  .banner .buttons {
    margin: 0 auto !important;
    display: block; }
    @media only screen and (max-width: 1024px) {
      .banner .buttons {
        display: block;
        width: 100% !important;
        margin-right: auto;
        margin-left: auto; } }
    @media only screen and (max-width: 767px) {
      .banner .buttons {
        max-width: 420px !important; } }
    .banner .buttons__single_container {
      width: 100% !important; }
      @media only screen and (max-width: 1024px) {
        .banner .buttons__single_container {
          width: 100% !important;
          padding: 30px 15px !important; } }
    @media only screen and (max-width: 767px) {
      .banner .buttons__single, .banner .buttons__single_container, .banner .buttons__submenu {
        float: none;
        margin: 0 auto; } }
    .banner .buttons__single__titulo {
      width: 85%; }
    .banner .buttons__single__descricao {
      max-width: 80% !important; }
  @media only screen and (max-width: 1024px) {
    .banner .container {
      padding-right: 0px !important;
      padding-left: 0px !important;
      margin-right: auto;
      margin-left: auto; } }

.banner_cursos {
  position: relative; }
  @media only screen and (max-width: 1024px) {
    .banner_cursos p, .banner_cursos h1, .banner_cursos h2 {
      padding: 0px 15px; } }
  .banner_cursos__img {
    margin: auto; }
  .banner_cursos__single_img {
    margin-bottom: 0px !important; }
  .banner_cursos .buttons {
    margin: 0 auto !important;
    position: absolute;
    top: 350px;
    right: 0px;
    height: 90px; }
    .banner_cursos .buttons__single, .banner_cursos .banner .buttons__single_container, .banner .banner_cursos .buttons__single_container, .banner_cursos .buttons__submenu, .banner_cursos .veja-mais .buttons__single_container, .veja-mais .banner_cursos .buttons__single_container {
      width: 232px;
      height: auto;
      padding-top: 20px; }
    @media only screen and (max-width: 1023px) {
      .banner_cursos .buttons {
        position: relative;
        top: auto;
        right: auto;
        min-width: 100%;
        padding-right: 15px !important;
        padding-left: 15px !important;
        margin-right: auto;
        margin-left: auto; }
        .banner_cursos .buttons__single, .banner_cursos .banner .buttons__single_container, .banner .banner_cursos .buttons__single_container, .banner_cursos .buttons__submenu, .banner_cursos .veja-mais .buttons__single_container, .veja-mais .banner_cursos .buttons__single_container {
          width: 100%; }
          .banner_cursos .buttons__single__descricao {
            float: none; } }
    .banner_cursos .buttons__menu {
      width: 230px;
      height: auto; }
      @media only screen and (max-width: 1023px) {
        .banner_cursos .buttons__menu {
          width: 100%; } }
    .banner_cursos .buttons__submenu {
      margin-top: 94px; }
      @media only screen and (max-width: 1023px) {
        .banner_cursos .buttons__submenu {
          margin-top: -1px; } }
    .banner_cursos .buttons .openFrist {
      display: block; }
      @media only screen and (max-width: 600px) {
        .banner_cursos .buttons .openFrist {
          display: none; } }
    .banner_cursos .buttons .btnOpen {
      display: block; }
      @media only screen and (max-width: 600px) {
        .banner_cursos .buttons .btnOpen {
          display: none; } }
    .banner_cursos .buttons .btnClose {
      display: none; }
      @media only screen and (max-width: 600px) {
        .banner_cursos .buttons .btnClose {
          display: block; } }
  .banner_cursos__conteudo {
    margin-bottom: 40px; }
    @media only screen and (max-width: 1023px) {
      .banner_cursos__conteudo {
        margin-bottom: auto;
        padding: 0px !important; } }
  .banner_cursos__texto {
    text-align: right;
    margin-top: 150px; }
    @media only screen and (max-width: 1024px) {
      .banner_cursos__texto {
        margin-top: 10px;
        text-align: left;
        margin-bottom: 30px;
        padding-right: 15px !important;
        padding-left: 15px !important;
        margin-right: auto;
        margin-left: auto; } }
  .banner_cursos__texto2 {
    text-align: right;
    margin-top: 150px;
    padding-left: 60px !important; }
    @media only screen and (max-width: 1024px) {
      .banner_cursos__texto2 {
        margin-top: 10px;
        text-align: left;
        margin-bottom: 30px;
        padding-right: 15px !important;
        padding-left: 15px !important;
        margin-right: auto;
        margin-left: auto; } }
  .banner_cursos__titulo {
    display: block;
    font-size: 40px;
    font-size: 4rem; }
    @media only screen and (max-width: 1024px) {
      .banner_cursos__titulo {
        text-align: right; } }
    @media only screen and (max-width: 1023px) {
      .banner_cursos__titulo {
        text-align: left; } }
  .banner_cursos__titulo2 {
    display: block;
    font-size: 50px;
    font-size: 5rem; }
    @media only screen and (max-width: 1023px) {
      .banner_cursos__titulo2 {
        font-size: 25px;
        font-size: 2.5rem; } }
  .banner_cursos__titulo3 {
    display: block;
    font-size: 50px;
    font-size: 5rem; }
    @media only screen and (max-width: 1024px) {
      .banner_cursos__titulo3 {
        text-align: right; } }
    @media only screen and (max-width: 1023px) {
      .banner_cursos__titulo3 {
        text-align: left; } }

@media only screen and (max-width: 1023px) {
  .banner_container {
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-right: auto;
    margin-left: auto; } }

.buttons {
  margin: 0 auto !important;
  min-width: 260px; }
  @media only screen and (max-width: 1023px) {
    .buttons {
      width: 260px !important; } }
  .buttons__single, .banner .buttons__single_container, .buttons__submenu, .veja-mais .buttons__single_container {
    padding: 15px;
    padding-left: 15px;
    width: 260px;
    height: 123px;
    display: table;
    float: right;
    height: 102px; }
    @media only screen and (max-width: 1024px) {
      .buttons__single, .banner .buttons__single_container, .buttons__submenu, .veja-mais .buttons__single_container {
        height: 80px; } }
    @media only screen and (max-width: 1023px) {
      .buttons__single, .banner .buttons__single_container, .buttons__submenu, .veja-mais .buttons__single_container {
        width: 100%;
        padding: 30px 15px !important;
        height: auto;
        height: 102px; } }
    .buttons__single__titulo {
      float: left;
      margin-top: 10px;
      margin-bottom: 5px;
      line-height: 0.7;
      width: 70%; }
      .buttons__single__titulo a, .buttons__single__titulo a:hover, .buttons__single__titulo a:focus {
        font-family: 'Prelo' !important;
        font-size: 21px;
        font-size: 2.1rem;
        font-weight: 300;
        color: #ffffff;
        text-transform: uppercase;
        text-decoration: none; }
      @media only screen and (max-width: 1024px) {
        .buttons__single__titulo {
          margin-right: 5px;
          margin-top: 10px;
          float: left;
          display: table;
          width: 70%; } }
    .buttons__single__descricao {
      float: left;
      max-width: 140px;
      line-height: 1.14; }
      .buttons__single__descricao a, .buttons__single__descricao a:hover, .buttons__single__descricao a:focus {
        font-family: 'Prelo' !important;
        font-size: 14px;
        font-size: 1.4rem;
        color: #fff;
        font-weight: 300;
        text-decoration: none; }
      @media only screen and (max-width: 1024px) {
        .buttons__single__descricao {
          max-width: 186px; } }
    .buttons__single__icon {
      float: right;
      margin-top: -20px; }
      .buttons__single__icon__home {
        margin-right: 15px; }
      .buttons__single__icon img {
        width: 39px;
        height: 39px; }
      .buttons__single__icon img:nth-child(2) {
        display: none;
        transform: rotate(45deg); }
      @media only screen and (max-width: 1024px) {
        .buttons__single__icon {
          margin-right: 15px;
          margin-top: -25px; } }
    .buttons__single__icon2 {
      margin-top: -40px !important; }
  .buttons__menu {
    width: 260px;
    height: 123px;
    display: table;
    float: right; }
    @media only screen and (max-width: 1024px) {
      .buttons__menu {
        width: 100%; } }
  .buttons__submenu {
    padding: 0 !important;
    height: auto;
    display: none;
    position: absolute;
    z-index: 99999999;
    margin-top: 100px; }
    @media only screen and (max-width: 1023px) {
      .buttons__submenu {
        padding: 0 !important;
        height: auto;
        display: none;
        position: relative;
        z-index: 99999999;
        margin-top: 0px; } }
    .buttons__submenu .submenuhome {
      padding: 0px 15px 0px 15px !important; }
    .buttons__submenu .containerHome {
      height: 105px; }
    .buttons__submenu__container {
      height: 50px; }
      .buttons__submenu__container__thumb {
        float: left; }
        .buttons__submenu__container__thumb img {
          max-width: 105px;
          height: 105px; }
      .buttons__submenu__container__descricao {
        width: 70%;
        float: left;
        margin-left: 10px;
        padding-top: 10px; }
        .buttons__submenu__container__descricao a, .buttons__submenu__container__descricao a:hover {
          font-family: 'Prelo' !important;
          font-size: 17px;
          font-size: 1.7rem;
          font-size: 17px;
          line-height: 1.47;
          color: #fff;
          text-decoration: none;
          font-weight: 300; }
      .buttons__submenu__container__icon {
        float: right;
        margin-right: 20px;
        margin-top: 10px; }
        @media only screen and (max-width: 1024px) {
          .buttons__submenu__container__icon {
            margin-right: 33px; } }
        @media only screen and (max-width: 1023px) {
          .buttons__submenu__container__icon {
            margin-right: 35px; } }
        .buttons__submenu__container__icon img {
          width: 25px;
          height: 25px; }

.btn_vermelho_1 {
  background-color: #f8101c;
  background: -webkit-linear-gradient(to right, #f8101c, #ca1821);
  background: -moz-linear-gradient(to right, #f8101c, #ca1821);
  background: -o-linear-gradient(to right, #f8101c, #ca1821);
  background: linear-gradient(to right, #f8101c, #ca1821); }

.btn_cinza_1 {
  background-color: #4f727e;
  background: -webkit-linear-gradient(to right, #4f727e, #354a51);
  background: -moz-linear-gradient(to right, #4f727e, #354a51);
  background: -o-linear-gradient(to right, #4f727e, #354a51);
  background: linear-gradient(to right, #4f727e, #354a51); }

.btn_cinza_2 {
  background-color: #7c7b7c;
  background: -webkit-linear-gradient(to right, #7c7b7c, #646163);
  background: -moz-linear-gradient(to right, #7c7b7c, #646163);
  background: -o-linear-gradient(to right, #7c7b7c, #646163);
  background: linear-gradient(to right, #7c7b7c, #646163); }

.btn_cinza_3 {
  background-color: #888888 !important; }

.btn_amarelo_1 {
  background-color: #ffd057;
  background: -webkit-linear-gradient(to right, #ffd057, #ffc122);
  background: -moz-linear-gradient(to right, #ffd057, #ffc122);
  background: -o-linear-gradient(to right, #ffd057, #ffc122);
  background: linear-gradient(to right, #ffd057, #ffc122); }

.btn_laranja_1 {
  background-color: #e95400;
  background: -webkit-linear-gradient(to right, #e95400, #fc5f00);
  background: -moz-linear-gradient(to right, #e95400, #fc5f00);
  background: -o-linear-gradient(to right, #e95400, #fc5f00);
  background: linear-gradient(to right, #e95400, #fc5f00); }

.btn_preto_1 {
  background-color: #4e4e55;
  background: -webkit-linear-gradient(to right, #4e4e55, #3a3a41);
  background: -moz-linear-gradient(to right, #4e4e55, #3a3a41);
  background: -o-linear-gradient(to right, #4e4e55, #3a3a41);
  background: linear-gradient(to right, #4e4e55, #3a3a41); }

.submenu_vermelho_1 {
  background-color: #af0009; }

.alinhaDireita {
  text-align: right; }
  @media only screen and (max-width: 768px) {
    .alinhaDireita {
      text-align: center; } }

.agenda_slider {
  margin-bottom: 30px; }
  @media only screen and (max-width: 600px) {
    .agenda_slider {
      margin-bottom: 0px; } }
  .agenda_slider .owl-carousel {
    margin-bottom: 40px; }
    .agenda_slider .owl-carousel .owl-stage-outer {
      margin: 0 auto 0 90px; }
      @media only screen and (max-width: 1200px) {
        .agenda_slider .owl-carousel .owl-stage-outer {
          margin: 0 auto 0 60px; } }
  .agenda_slider__espaco {
    padding-bottom: 20px !important; }
  .agenda_slider__data_single {
    width: 290px;
    margin-bottom: 20px;
    float: left;
    margin-right: 10px; }
    @media only screen and (max-width: 1024px) {
      .agenda_slider__data_single {
        display: none; } }
    .agenda_slider__data_single__data {
      float: left;
      padding: 0px 14px 0 8px;
      background-color: #ffffff;
      border: solid 2px #C00026;
      width: 70px; }
      .agenda_slider__data_single__data__semana, .agenda_slider__data_single__data__dia, .agenda_slider__data_single__data__mes {
        font-family: 'Prelo' !important;
        text-align: center;
        color: #C00026;
        text-transform: uppercase;
        margin-bottom: 0; }
      .agenda_slider__data_single__data__semana {
        font-size: 10px;
        font-size: 1rem;
        font-weight: 600;
        line-height: 1.7;
        letter-spacing: normal;
        color: #000000; }
      .agenda_slider__data_single__data__dia {
        font-size: 40px;
        font-size: 4rem;
        font-weight: 600;
        font-style: italic;
        line-height: 1; }
      .agenda_slider__data_single__data__mes {
        font-size: 10px;
        font-size: 1rem;
        font-weight: 600;
        line-height: 1;
        color: #000000; }
    .agenda_slider__data_single__descricao {
      float: left;
      margin-left: 10px;
      max-width: 195px; }
      .agenda_slider__data_single__descricao a {
        text-decoration: none !important;
        color: #505050; }
      .agenda_slider__data_single__descricao a:hover {
        color: #C00026 !important; }
      .agenda_slider__data_single__descricao a:active {
        color: #A62B4D !important; }
      @media only screen and (max-width: 768px) {
        .agenda_slider__data_single__descricao {
          max-width: 85% !important; } }
      @media only screen and (max-width: 600px) {
        .agenda_slider__data_single__descricao {
          max-width: 70% !important; } }
      @media only screen and (max-width: 425px) {
        .agenda_slider__data_single__descricao {
          max-width: 70% !important; } }
      @media only screen and (max-width: 320px) {
        .agenda_slider__data_single__descricao {
          max-width: 65% !important; } }
      .agenda_slider__data_single__descricao__vertical {
        max-width: 69% !important;
        margin-bottom: 20px; }
        @media only screen and (max-width: 1024px) {
          .agenda_slider__data_single__descricao__vertical {
            max-width: 150px !important; } }
      .agenda_slider__data_single__descricao__hora, .agenda_slider__data_single__descricao__titulo, .agenda_slider__data_single__descricao__descricao {
        text-align: left;
        color: #505050;
        margin-bottom: 2px;
        font-family: 'Prelo' !important; }
      .agenda_slider__data_single__descricao__hora {
        font-size: 11px;
        font-size: 1.1rem;
        font-weight: 300;
        font-style: italic;
        line-height: 1.55; }
      .agenda_slider__data_single__descricao__titulo {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 600;
        line-height: 0.94; }
      .agenda_slider__data_single__descricao__descricao {
        max-width: 195px;
        font-size: 13px;
        font-size: 1.3rem;
        font-weight: 300;
        line-height: 1.07;
        color: #888888;
        margin-bottom: 0;
        width: 250px;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 0.94;
        font-family: 'Prelo Book' !important; }
        .agenda_slider__data_single__descricao__descricao__cem {
          max-width: 100%;
          color: #888888;
          line-height: 0.94;
          font-family: 'Prelo Book' !important; }
        @media only screen and (max-width: 1024px) {
          .agenda_slider__data_single__descricao__descricao {
            max-width: 148px !important;
            width: 148px; } }
        @media only screen and (max-width: 970px) {
          .agenda_slider__data_single__descricao__descricao {
            max-width: 148px !important;
            width: 148px; } }
        @media only screen and (max-width: 600px) {
          .agenda_slider__data_single__descricao__descricao {
            max-width: 100% !important;
            width: 100%; } }
        @media only screen and (max-width: 768px) {
          .agenda_slider__data_single__descricao__descricao {
            max-width: 100% !important;
            width: 100%; } }
        @media only screen and (max-width: 425px) {
          .agenda_slider__data_single__descricao__descricao {
            max-width: 100% !important;
            width: 100%; } }
        @media only screen and (max-width: 320px) {
          .agenda_slider__data_single__descricao__descricao {
            max-width: 100% !important;
            width: 100%; } }
      .agenda_slider__data_single__descricao span {
        font-size: 13px;
        font-size: 1.3rem;
        font-weight: bold;
        font-style: italic;
        line-height: 1.77;
        color: #ca1821; }
  .agenda_slider__data_single2 {
    width: auto !important; }
  @media only screen and (max-width: 1024px) {
    .agenda_slider__data_single:nth-child(-n+4) {
      width: 100% !important;
      /*max-width: 500px;*/
      display: table;
      margin: 0 auto 5px !important;
      float: none; } }
  .agenda_slider__turmas {
    padding: 0px !important; }
    .agenda_slider__turmas__titulo {
      font-size: 24px;
      font-size: 2.4rem;
      font-weight: bold;
      color: #c00026;
      margin: 0px;
      padding-top: 10px; }
      .agenda_slider__turmas__titulo__turmas {
        padding-top: 0px; }
        @media only screen and (max-width: 768px) {
          .agenda_slider__turmas__titulo__turmas {
            padding-top: 10px; } }
    .agenda_slider__turmas__obs {
      font-size: 10px;
      font-size: 1rem;
      font-style: italic;
      color: #505050;
      margin-bottom: 10px !important; }
      .agenda_slider__turmas__obs__mba {
        margin-bottom: 10px !important; }
    .agenda_slider__turmas__bnt {
      background-color: #505050;
      color: #ffffff;
      margin-right: 10px;
      border: none;
      margin-bottom: 30px; }
    .agenda_slider__turmas span {
      font-weight: bold; }
    .agenda_slider__turmas p {
      margin: 0px; }
  .agenda_slider__data_single_direito {
    background-color: #4e4e55;
    background: -webkit-linear-gradient(225deg, #4e4e55, #3a3a41);
    background: -moz-linear-gradient(225deg, #4e4e55, #3a3a41);
    background: -o-linear-gradient(225deg, #4e4e55, #3a3a41);
    background: linear-gradient(225deg, #4e4e55, #3a3a41); }
  .agenda_slider .containerAgenda {
    position: relative;
    margin-bottom: 30px; }
    .agenda_slider .containerAgenda .loader {
      position: absolute;
      top: 35%;
      right: 50%;
      display: none; }

.eventos {
  margin-bottom: 30px; }
  .eventos .containerAgenda {
    position: relative; }
    @media only screen and (max-width: 600px) {
      .eventos .containerAgenda {
        margin-left: -20px;
        margin-right: -20px; } }
    .eventos .containerAgenda img.loader {
      position: absolute;
      top: 35%;
      right: 50%;
      display: none; }
  .eventos .owl-carousel {
    margin-bottom: 40px; }
    .eventos .owl-carousel .owl-stage-outer {
      margin: 0 auto 0 70px; }
      @media only screen and (max-width: 1200px) {
        .eventos .owl-carousel .owl-stage-outer {
          margin: 0 auto 0 60px; } }
  .eventos__data_single {
    width: 230px;
    margin-bottom: 90px;
    float: left;
    margin-right: 10px; }
    @media only screen and (max-width: 1024px) {
      .eventos__data_single {
        display: none; } }
    .eventos__data_single__data {
      float: left;
      padding: 0px 14px 0 8px;
      background-color: #f8101c;
      background: -webkit-linear-gradient(225deg, #f8101c, #ca1821);
      background: -moz-linear-gradient(225deg, #f8101c, #ca1821);
      background: -o-linear-gradient(225deg, #f8101c, #ca1821);
      background: linear-gradient(225deg, #f8101c, #ca1821); }
      .eventos__data_single__data__semana, .eventos__data_single__data__dia, .eventos__data_single__data__mes {
        font-family: 'Prelo' !important;
        text-align: center;
        color: #ffffff;
        text-transform: uppercase;
        margin-bottom: 0; }
      .eventos__data_single__data__semana {
        font-size: 10px;
        font-size: 1rem;
        font-weight: 600;
        line-height: 1.7;
        letter-spacing: normal; }
      .eventos__data_single__data__dia {
        font-size: 40px;
        font-size: 4rem;
        font-weight: 600;
        font-style: italic;
        line-height: 1; }
      .eventos__data_single__data__mes {
        font-size: 10px;
        font-size: 1rem;
        font-weight: 600;
        line-height: 1; }
    .eventos__data_single__descricao {
      float: left;
      margin-left: 10px; }
      .eventos__data_single__descricao__hora, .eventos__data_single__descricao__titulo, .eventos__data_single__descricao__descricao {
        text-align: left;
        color: #505050;
        margin-bottom: 2px;
        font-family: 'Prelo' !important; }
      .eventos__data_single__descricao__hora {
        font-size: 11px;
        font-size: 1.1rem;
        font-weight: 300;
        font-style: italic;
        line-height: 1.55; }
      .eventos__data_single__descricao__titulo {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 600;
        line-height: 0.94; }
      .eventos__data_single__descricao__descricao {
        max-width: 148px;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.07;
        color: #888888;
        margin-bottom: 0;
        width: 250px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        @media only screen and (max-width: 1024px) {
          .eventos__data_single__descricao__descricao {
            max-width: 400px !important;
            width: 400px; } }
        @media only screen and (max-width: 600px) {
          .eventos__data_single__descricao__descricao {
            max-width: 260px !important;
            width: 260px; } }
        @media only screen and (max-width: 425px) {
          .eventos__data_single__descricao__descricao {
            max-width: 200px !important;
            width: 200px; } }
        @media only screen and (max-width: 320px) {
          .eventos__data_single__descricao__descricao {
            max-width: 150px !important;
            width: 150px; } }
      .eventos__data_single__descricao span {
        font-size: 13px;
        font-size: 1.3rem;
        font-weight: bold;
        font-style: italic;
        line-height: 1.77;
        color: #ca1821; }
  .eventos__data_single2 {
    width: 265px !important; }
  @media only screen and (max-width: 1024px) {
    .eventos__data_single:nth-child(-n+4) {
      width: 100% !important;
      max-width: 500px;
      display: table;
      margin: 0 auto 5px !important;
      float: none; } }

.pesquisasCarousel {
  margin-bottom: 50px; }
  .pesquisasCarousel__head {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
  .pesquisasCarousel__head2 {
    display: block;
    padding-bottom: 20px; }

    @media only screen and (max-width: 1024px) {
      .pesquisasCarousel__head2 {
        display: block; z-index: 99999;} }
  
    .pesquisasCarousel .owl-carousel .owl-nav {
      top: 80px; }
      @media only screen and (max-width: 1024px) {
        .pesquisasCarousel .owl-carousel .owl-nav {
          display: block;
          top: 280px;
          transform: translateX(-50%);
          left: 50%;
          width: 120px; } }
      .pesquisasCarousel .owl-carousel .owl-nav .owl-prev {
        margin-right: 10px; }
  .pesquisasCarousel__switch-field {
    overflow: hidden;
    position: relative;
    width: 120px;
    margin-bottom: 12px;
    margin-left: 12px; 
    }
    @media only screen and (max-width: 1024px) {
      .pesquisasCarousel__switch-field {
        display: block;
        right: auto;
        position: relative !important; } }
  .pesquisasCarousel__switch-field2 {
    overflow: hidden;
    position: relative;
    width: 175px !important;
    margin-bottom: 12px;
    margin-left: 12px;
    right: 0;}
    @media only screen and (max-width: 1024px) {
      .pesquisasCarousel__switch-field2 {
        display: block;
        right: auto;
        position: relative !important; } }
  .pesquisasCarousel__switch-field3 {
    overflow: hidden;
    width: 260px !important;
    margin-bottom: 12px;
    margin-left: 12px;
    position: relative;
    right: 0; }
    @media only screen and (max-width: 1024px) {
      .pesquisasCarousel__switch-field2 {
        display: block ;
        right: auto;
        position: relative !important; } }
  .pesquisasCarousel__switch-title {
    margin-bottom: 6px; }
  .pesquisasCarousel__switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden; }
  .pesquisasCarousel__switch-field label {
    font-family: 'Prelo' !important;
    font-size: 7px;
    font-size: 0.7rem;
    font-weight: 600;
    line-height: 1.5;
    color: #505050;
    float: left;
    text-transform: uppercase; }
  .pesquisasCarousel__switch-field2 label {
    font-family: 'Prelo' !important;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.5;
    color: #505050;
    float: left;
    text-transform: uppercase;
    width: 60px !important; }
  .pesquisasCarousel__switch-field label {
    display: inline-block;
    width: 50px;
    background-color: #FAFAFA;
    text-align: center;
    text-shadow: none;
    padding: 4px 2px 2px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }
  .pesquisasCarousel__switch-field label:hover {
    cursor: pointer; }
  .pesquisasCarousel__switch-field input:checked + label {
    background-color: #505050;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .pesquisasCarousel__switch-field label:first-of-type {
    border-radius: 16px 0 0 16px; }
  .pesquisasCarousel__switch-field label:last-of-type {
    border-radius: 0 16px 16px 0; }
  .pesquisasCarousel__single {
    max-width: 100px;
    float: left;
    margin-right: 18px; }
    .pesquisasCarousel__single__capa {
      margin-bottom: 20px;
      float: left; }
      .pesquisasCarousel__single__capa img {
        max-width: 100px; }
    .pesquisasCarousel__single__titulo {
      font-family: 'Prelo' !important;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.20;
      color: #000000; }
    .pesquisasCarousel__single__autor {
      font-family: 'Prelo' !important;
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: 300;
      font-style: italic;
      line-height: 1.25;
      color: #888888; }
  .pesquisasCarousel__span {
    display: block;
    float: left;
    padding-right: 10px; }

.corpo_docente_direito .owl-stage-outer {
  margin: 0 45px !important; }

._thumbnail {
  border: none; }
  ._thumbnail a:hover {
    color: #C00026 !important; }
  ._thumbnail a:active {
    color: #A62B4D !important; }
  ._thumbnail .imgLeiaMaisNoticiasInternas {
    margin-bottom: 5px !important; }
  ._thumbnail img {
    display: block;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 20px; }
  @media only screen and (max-width: 970px) {
    ._thumbnail .img-mobile {
      padding: 0px; } }
  ._thumbnail__titulo {
    padding-top: 10px; }
  ._thumbnail__titulo_noticia {
    padding-bottom: 0px !important; }
  ._thumbnail__noticia_texto {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5em;
    font-family: 'Prelo' !important;
    font-weight: 300;
    color: #000000;
    display: table; }
    ._thumbnail__noticia_texto a {
      color: #C00026; }
    ._thumbnail__noticia_texto a:hover {
      color: #C00026; }
    ._thumbnail__noticia_texto a:active {
      color: #A62B4D; }
    ._thumbnail__noticia_texto a::selection {
      color: #A62B4D; }
  @media only screen and (max-width: 425px) {
    ._thumbnail__noticia_texto {
      display: block; 
    }
     ._thumbnail__noticia_texto img {
      max-width: 100%;
      height: auto;
    }
     ._thumbnail__noticia_texto figure {
      width: auto !important;
      }
    }
     
  ._thumbnail__descricao__titulo {
    font-size: 16px !important;
    font-family: "Prelo" !important; }
  ._thumbnail__descricao a {
    text-decoration: none;
    color: #505050;
    font-family: "Prelo Book"; }
  ._thumbnail__descricao .descricao {
    padding: 0px; }
  ._thumbnail__descricao ._noticias {
    font-weight: bolder;
    margin-bottom: 20px; }
  ._thumbnail__descricao p {
    padding: 0px;
    color: #505050;
    font-family: "Prelo Book";
    font-size: 14px;
    font-size: 1.6rem; }
    @media only screen and (max-width: 1024px) {
      ._thumbnail__descricao p {
        padding: 10px; } }
  @media only screen and (max-width: 1024px) {
    ._thumbnail__descricao .box-imagem {
      padding: 0px !important; } }
  ._thumbnail__descricao h4, ._thumbnail__descricao h3, ._thumbnail__descricao h2 {
    font-weight: bolder;
    margin-bottom: 0px;
    color: #505050;
    font-family: 'Prelo' !important; }
  ._thumbnail__descricao h2 {
    font-size: 35px; }
  ._thumbnail__descricao h4 {
    font-size: 20px;
    font-size: 2rem; }
  ._thumbnail__conheca_btn {
    border: 0px;
    font-family: 'Prelo' !important;
    background-color: #3a3a41;
    background: -webkit-linear-gradient(227deg, #3a3a41, #808080);
    background: -moz-linear-gradient(227deg, #3a3a41, #808080);
    background: -o-linear-gradient(227deg, #3a3a41, #808080);
    background: linear-gradient(227deg, #3a3a41, #808080);
    padding: 6px 12px 5px !important;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.4;
    margin: 0 auto;
    display: block;
    width: 146px; }
  ._thumbnail .owl-carousel .owl-stage-outer {
    width: 100%; }
  ._thumbnail .owl-item {
    max-width: 390px; }
    @media only screen and (max-width: 1024px) {
      ._thumbnail .owl-item {
        max-width: 690px; } }
  ._thumbnail .item {
    max-width: 600px;
    display: block;
    margin: 0 auto; }
    @media only screen and (min-width: 1025px) {
      ._thumbnail .item {
        /*max-width: 260px;*/ } }
  ._thumbnail .owl-stage-outer {
    margin: 0px auto !important;
    width: 100%; }
    @media only screen and (max-width: 1024px) {
      ._thumbnail .owl-stage-outer {
        width: 100% !important; } }
  ._thumbnail__icons a {
    color: #707070;
    font-size: 25px;
    font-size: 2.5rem;
    margin-right: 35px;
    text-decoration: none; }
    @media only screen and (max-width: 600px) {
      ._thumbnail__icons a {
        margin-right: 30px; } }
    @media only screen and (max-width: 320px) {
      ._thumbnail__icons a {
        margin-right: 20px; } }
  ._thumbnail__img-destaque {
    min-width: 570px;
    max-width: 570px; }
    @media only screen and (max-width: 1024px) {
      ._thumbnail__img-destaque {
        min-width: auto;
        max-width: auto; } }

.depoimentos_slider {
  border: none;
  margin-bottom: 20px; }
  .depoimentos_slider .owl-carousel {
    display: block !important; }
    .depoimentos_slider .owl-carousel .owl-stage-outer {
      margin: 0 auto !important; }
    .depoimentos_slider .owl-carousel .owl-nav {
      margin-top: -30px;
      position: relative !important; }
      @media only screen and (max-width: 1024px) {
        .depoimentos_slider .owl-carousel .owl-nav {
          display: block;
          transform: translateX(-50%);
          left: 50%;
          width: 120px; } }
      .depoimentos_slider .owl-carousel .owl-nav .owl-prev, .depoimentos_slider .owl-carousel .owl-nav .owl-next {
        background: transparent !important;
        color: #fff;
        background-color: #505050 !important;
        background: -webkit-linear-gradient(226deg, #505050, #505050) !important;
        background: -moz-linear-gradient(226deg, #505050, #505050) !important;
        background: -o-linear-gradient(226deg, #505050, #505050) !important;
        background: linear-gradient(226deg, #505050, #505050) !important;
        padding: 10px 0px 14px;
        -webkit-border-radius: 30px;
        border-radius: 30px;
        background-clip: padding-box;
        /* stops bg color from leaking outside the border: */ }
        .depoimentos_slider .owl-carousel .owl-nav .owl-prev span img, .depoimentos_slider .owl-carousel .owl-nav .owl-next span img {
          width: 40px; }
      .depoimentos_slider .owl-carousel .owl-nav .owl-prev {
        margin-right: 10px; }
  @media only screen and (max-width: 970px) {
    .depoimentos_slider__img {
      padding-left: 0px !important; } }
  .depoimentos_slider__mascara-descricao {
    padding-top: 10px; }
  .depoimentos_slider__mascara {
    position: static;
    font-size: 18px;
    font-size: 1.8rem;
    background-color: rgba(80, 80, 80, 0.5);
    color: #ffffff;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.19;
    letter-spacing: normal; }
    @media only screen and (max-width: 768px) {
      .depoimentos_slider__mascara {
        width: auto; } }
    .depoimentos_slider__mascara i {
      font-size: 50px;
      font-size: 5rem;
      position: absolute;
      bottom: 35%;
      padding-left: 20px; }
      @media only screen and (max-width: 1024px) {
        .depoimentos_slider__mascara i {
          bottom: 38%; } }
      @media only screen and (max-width: 600px) {
        .depoimentos_slider__mascara i {
          bottom: 40%; } }
    .depoimentos_slider__mascara a {
      text-decoration: none;
      color: #ffffff;
      position: absolute;
      bottom: 40%;
      padding-left: 80px;
      margin-right: 10px; }
    .depoimentos_slider__mascara a:hover {
      text-decoration: none;
      color: #ffffff; }
    .depoimentos_slider__mascara__img {
      position: relative;
      z-index: -2; }
  .depoimentos_slider img {
    display: block;
    margin: 0 auto;
    width: 100%; }
  .depoimentos_slider__titulo {
    padding-bottom: 20px;
    font-size: 16px;
    font-size: 1.6rem; }
  .depoimentos_slider__titulo2 {
    padding-top: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: auto;
    font-weight: 700; }
  .depoimentos_slider__box_titulo {
    padding: 10px; }
    .depoimentos_slider__box_titulo p {
      margin: 0px; }
  .depoimentos_slider__descricao {
    color: #888888;
    font-size: 14px;
    font-size: 1.4rem;
    padding-bottom: 10px; }
  .depoimentos_slider__conheca_btn {
    border: 0px;
    font-family: 'Prelo' !important;
    background-color: #3a3a41;
    background: -webkit-linear-gradient(227deg, #3a3a41, #808080);
    background: -moz-linear-gradient(227deg, #3a3a41, #808080);
    background: -o-linear-gradient(227deg, #3a3a41, #808080);
    background: linear-gradient(227deg, #3a3a41, #808080);
    padding: 6px 12px 5px !important;
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.4;
    margin: 0 auto;
    display: block;
    width: 146px; }
  .depoimentos_slider__span {
    color: #fff;
    background-color: transparent !important;
    border: 1px solid #000000 !important;
    padding: 10px 0px 14px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */ }
    .depoimentos_slider__span img {
      width: 40px; }
  .depoimentos_slider .owl-item {
    max-width: 690px; }
  .depoimentos_slider .item {
    max-width: 600px; }
  .depoimentos_slider .owl-stage-outer {
    margin: 0px !important;
    width: 100%; }

.titulo_subli {
  font-size: 12px;
  font-size: 1.5rem;
  font-family: 'Prelo';
  color: #505050;
  border-bottom: 3px solid #ca1821;
  display: table; }

.artigos-noticias {
  font-size: 17px;
  font-size: 1.7rem;
  color: #505050; }
  .artigos-noticias p {
    padding-left: 15px;
    border-left: 3px solid #ca1821; }
  .artigos-noticias .altorData {
    margin-bottom: 0 !important; }

.masPesquisados {
  text-align: center;
  border-radius: 33px;
  box-shadow: 6px 6px 12px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  border: solid 2px #707070;
  margin-bottom: 30px;
  height: 60px;
  padding-top: 20px;
  margin-left: -10px;
  margin-right: -10px; }
  .masPesquisados p {
    color: #505050;
    text-decoration: none; }
  @media only screen and (max-width: 1024px) {
    .masPesquisados {
      padding-top: 10px;
      display: table-cell;
      vertical-align: middle;
      min-width: 125px; } }
  @media only screen and (max-width: 768px) {
    .masPesquisados {
      padding-top: 20px;
      display: block;
      vertical-align: middle;
      min-width: auto; } }
  @media only screen and (max-width: 600px) {
    .masPesquisados {
      padding-top: 20px;
      display: block;
      vertical-align: middle;
      min-width: auto; } }
  @media only screen and (max-width: 425px) {
    .masPesquisados {
      padding-top: 10px;
      display: table-cell;
      vertical-align: middle;
      min-width: 127px; } }

.titulo_baseInterno {
  font-size: 35px; }

.altorData {
  font-size: 10px;
  color: #505050; }

.containerInstituicoes {
  position: relative; }
  .containerInstituicoes .loader {
    position: absolute;
    top: 35%;
    right: 50%;
    display: none; }

.img-thumb {
  max-height: 206px; }
  @media only screen and (max-width: 768px) {
    .img-thumb {
      max-height: none; } }

.img-thumb-home {
  max-height: 150px;
  min-height: 150px;
  max-width: 289px;
  min-width: 289px;
  margin: 0px !important; }
  @media only screen and (max-width: 1024px) {
    .img-thumb-home {
      max-height: 130px;
      min-height: 130px;
      max-width: 249px;
      min-width: 249px; } }
  @media only screen and (max-width: 768px) {
    .img-thumb-home {
      margin: auto !important;
      max-width: auto;
      min-width: auto; } }

.img-numeros-insper {
  width: auto !important; }

@media only screen and (max-width: 768px) {
  .maisPesquisa {
    padding: 0 !important; } }

.fonteImprensa {
  font-size: 10px !important;
  margin: 0px;
  padding: 0px !important;
  margin-bottom: -20px;
  text-transform: uppercase; }

.fonteImprensaListagem {
  font-size: 10px !important;
  margin: 0px;
  padding: 0px !important;
  margin-bottom: -10px;
  margin-top: 10px;
  text-transform: uppercase; }

.noticias_home {
  padding: 1px 15px 10px;
  margin-bottom: 20px; }
  .noticias_home__single {
    margin-bottom: 10px; }
  .noticias_home__thumb {
    margin-bottom: 20px; }
    .noticias_home__thumb img {
      display: block;
      margin: 0 auto;
      height: 120px;
      width: 160px;
      max-height: 120px;
      max-width: 160px; }
      @media only screen and (max-width: 1200px) {
        .noticias_home__thumb img {
          height: auto;
          width: auto;
          max-height: none;
          max-width: none;
          display: block;
          max-width: 100%;
          height: auto; } }
      @media only screen and (max-width: 1024px) {
        .noticias_home__thumb img {
          height: 80px;
          width: 120px;
          max-height: 80px;
          max-width: 120px; } }
      @media only screen and (max-width: 768px) {
        .noticias_home__thumb img {
          height: auto;
          width: auto;
          max-height: 100% !important;
          max-width: 100% !important; } }
    .noticias_home__thumb__conteudo {
      margin-top: 0px; }
      @media only screen and (max-width: 1024px) {
        .noticias_home__thumb__conteudo {
          margin-top: 0px; } }
  .noticias_home__data, .insper_conhecimento__data, .insper_conhecimento__dataMultLinguage, .noticias_home__titulo, .noticias_home__descricao, .noticias_home__tituloHomeInterno {
    text-align: left;
    color: #505050;
    margin-bottom: 2px;
    font-family: 'Prelo' !important; }
  .noticias_home__data, .insper_conhecimento__data, .insper_conhecimento__dataMultLinguage {
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 300;
    font-style: italic;
    line-height: 1.55; }
  .noticias_home__titulo {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 600;
    line-height: 0.94;
    max-width: 110%;
    width: max-content; }
    @media only screen and (max-width: 1024px) {
      .noticias_home__titulo {
        max-width: 110%; } }
    @media only screen and (max-width: 768px) {
      .noticias_home__titulo {
        max-width: 100%; } }
  .noticias_home__tituloHomeInterno {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 600;
    line-height: 0.94; }
  .noticias_home__descricao {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.07;
    color: #888888;
    margin-bottom: 0;
    margin-top: 15px;
    line-height: 1.14;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    font-family: 'Prelo Book' !important;
    max-width: 110%;
    width: max-content; }
    @media only screen and (max-width: 1024px) {
      .noticias_home__descricao {
        max-width: 110%; } }
    @media only screen and (max-width: 768px) {
      .noticias_home__descricao {
        max-width: 100%; } }
    .noticias_home__descricao span {
      font-size: 13px;
      font-size: 1.3rem;
      font-weight: bold;
      font-style: italic;
      line-height: 1.77;
      color: #ca1821; }
  .noticias_home__descricao2 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.07;
    color: #888888;
    margin-bottom: 0;
    margin-top: 15px;
    line-height: 1.14;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    font-family: 'Prelo Book' !important; }
    .noticias_home__descricao2 span {
      font-size: 13px;
      font-size: 1.3rem;
      font-weight: bold;
      font-style: italic;
      line-height: 1.77;
      color: #ca1821; }
  .noticias_home__conheca_btn {
    border: 0px;
    font-family: 'Prelo' !important;
    background-color: #3a3a41;
    background: -webkit-linear-gradient(227deg, #3a3a41, #808080);
    background: -moz-linear-gradient(227deg, #3a3a41, #808080);
    background: -o-linear-gradient(227deg, #3a3a41, #808080);
    background: linear-gradient(227deg, #3a3a41, #808080);
    padding: 8px 12px !important;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.4;
    margin: 15px auto;
    display: block;
    width: 146px; }

.artigos__noticias {
  font-size: 20px;
  font-size: 2rem;
  color: #505050;
  border-left: 3px solid #ca1821; }
  .artigos__noticias p {
    padding-left: 15px;
    margin-bottom: 5px; }
  .artigos__noticias span {
    padding-left: 15px;
    font-size: 10px;
    font-size: 1.5rem;
    font-weight: 300; }
  .artigos__noticias>.descricaoConhecimento{
    padding-left: 15px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    color: #505050;
    font-family: "Prelo Book";
    font-size: 14px;
    font-size: 1.4rem;
  }

.banner_footer {
  position: relative; }
  .banner_footer__conteudo {
    margin-bottom: 100px; }
  .banner_footer__single {
    background-color: #CA1821;
    padding: 15px;
    padding-left: 15px;
    padding-top: 90px;
    width: 360px;
    height: 360px;
    display: table;
    float: left;
    margin: 0 auto !important;
    position: absolute;
    right: 1px;
    top: 35px; }
    @media only screen and (max-width: 970px) {
      .banner_footer__single {
        top: 65%;
        width: 340px;
        height: 340px;
        right: 0px;
        left: 0px; } }
    @media only screen and (max-width: 320px) {
      .banner_footer__single {
        top: 65%;
        width: 325px;
        height: 340px;
        right: 0px;
        left: 0px; } }
    .banner_footer__single__titulo {
      float: left;
      margin-top: 0px;
      margin-bottom: 5px; }
      .banner_footer__single__titulo a, .banner_footer__single__titulo a:hover {
        font-family: 'Prelo' !important;
        font-size: 45px;
        font-size: 4.5rem;
        font-weight: 300;
        line-height: 1.19;
        color: #ffffff;
        text-transform: uppercase;
        text-decoration: none; }
    .banner_footer__single__descricao {
      line-height: 1.14;
      width: 80%; }
      .banner_footer__single__descricao a, .banner_footer__single__descricao a:hover {
        font-family: 'Prelo' !important;
        font-size: 20px;
        font-size: 2rem;
        color: #ffffff;
        font-weight: 300;
        text-decoration: none; }
    .banner_footer__single__icon {
      float: right;
      margin-right: 15px;
      margin-top: -20px; }
      .banner_footer__single__icon img {
        width: 39px;
        height: 39px; }
  .banner_footer .btn_vermelho_1 {
    background: #CA1821; }

.banner_footer2 {
  position: relative; }
  .banner_footer2__conteudo {
    margin-bottom: 100px; }
  .banner_footer2__single {
    background-color: red;
    padding: 15px;
    padding-left: 15px;
    padding-top: 90px;
    width: 360px;
    height: 360px;
    display: table;
    float: left;
    margin: 0 auto !important;
    position: absolute;
    left: 300px;
    top: 35px; }
    @media only screen and (max-width: 1200px) {
      .banner_footer2__single {
        left: 220px; } }
    @media only screen and (max-width: 1024px) {
      .banner_footer2__single {
        left: 220px; } }
    @media only screen and (max-width: 970px) {
      .banner_footer2__single {
        top: 65%;
        width: 340px;
        height: 340px;
        right: 0px;
        left: 0px !important; } }
    @media only screen and (max-width: 768px) {
      .banner_footer2__single {
        top: 65%;
        width: 340px;
        height: 340px;
        right: 0px;
        left: 0px !important;
        margin-left: auto !important; } }
    @media only screen and (max-width: 600px) {
      .banner_footer2__single {
        top: 65%;
        width: 340px;
        height: 340px;
        right: 0px;
        left: 0px !important;
        margin-left: auto !important; } }
    .banner_footer2__single__titulo {
      float: left;
      margin-top: 0px;
      margin-bottom: 5px; }
      .banner_footer2__single__titulo a, .banner_footer2__single__titulo a:hover {
        font-family: 'Prelo' !important;
        font-size: 45px;
        font-size: 4.5rem;
        font-weight: 300;
        line-height: 1.19;
        color: #ffffff;
        text-transform: uppercase;
        text-decoration: none; }
    .banner_footer2__single__descricao {
      line-height: 1.14;
      width: 80%; }
      .banner_footer2__single__descricao a, .banner_footer2__single__descricao a:hover {
        font-family: 'Prelo' !important;
        font-size: 20px;
        font-size: 2rem;
        color: #ffffff;
        font-weight: 300;
        text-decoration: none; }
    .banner_footer2__single__icon {
      float: right;
      margin-right: 15px;
      margin-top: -20px; }
      .banner_footer2__single__icon img {
        width: 39px;
        height: 39px; }
  .banner_footer2 .btn_vermelho_1 {
    background-color: #CA1821; }

.banner_img_footer {
  height: 440px;
  background-image: url("../image/banner_footer.jpg");
  background-repeat: no-repeat;
  background-position: center;
  position: relative; }
  @media only screen and (max-width: 970px) {
    .banner_img_footer {
      min-height: auto; } }
  @media only screen and (max-width: 970px) {
    .banner_img_footer {
      padding-bottom: 150px; } }

.banner_img_footer2 {
  height: 439px;
  background-image: url("../image/banner_footer.jpg");
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  background-size: cover;
  margin-top: 13px; }
  @media only screen and (max-width: 970px) {
    .banner_img_footer2 {
      min-height: auto; } }
  @media only screen and (max-width: 970px) {
    .banner_img_footer2 {
      margin-bottom: 190px;
      float: none !important; } }
  @media only screen and (max-width: 767px) {
    .banner_img_footer2 {
      float: none !important; } }

.banner_footer_section {
  margin-bottom: 50px;
  margin-top: 20px; }
  @media only screen and (max-width: 970px) {
    .banner_footer_section {
      margin-bottom: 220px; } }

.banner_footer_section2 {
  padding-bottom: 50px;
  padding-top: 20px; }
  @media only screen and (max-width: 970px) {
    .banner_footer_section2 {
      padding-bottom: 0px; } }

@media only screen and (max-width: 970px) {
  .banner_footer_container {
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-right: auto;
    margin-left: auto; } }

.banner_footer_destaque {
  margin-top: 15px; }
  @media only screen and (max-width: 600px) {
    .banner_footer_destaque {
      margin-top: 80px; } }
  @media only screen and (max-width: 768px) {
    .banner_footer_destaque .banner_quero_reduzido {
      margin-bottom: 150px; } }
  @media only screen and (max-width: 600px) {
    .banner_footer_destaque .banner_quero_reduzido {
      margin-bottom: 80px; } }
  .banner_footer_destaque .banner_quero_reduzido__img img {
    margin: 0 auto;
    width: 100%; }
    @media only screen and (min-width: 1300px) {
      .banner_footer_destaque .banner_quero_reduzido__img img {
        max-height: 401px;
        min-height: 401px;
        max-width: 394px;
        min-width: 394px; } }

.banner_graduacao {
  position: relative; }
  @media only screen and (max-width: 1023px) {
    .banner_graduacao {
      display: flex;
      flex-direction: column; } }
  .banner_graduacao__imagem {
    margin: auto; }
    @media only screen and (max-width: 1023px) {
      .banner_graduacao__imagem {
        padding: 0px;
        order: 1; } }
  .banner_graduacao .buttons {
    margin: 0 auto !important;
    position: absolute;
    top: 250px;
    right: 0px; }
    .banner_graduacao .buttons__bnn-btn-graduacao {
      top: 325px;
      margin-left: 20% !important; }
      @media only screen and (max-width: 1024px) {
        .banner_graduacao .buttons__bnn-btn-graduacao {
          top: 290px; } }
      @media only screen and (max-width: 1023px) {
        .banner_graduacao .buttons__bnn-btn-graduacao {
          top: auto;
          margin-left: auto !important; } }
    .banner_graduacao .buttons__menu {
      width: 210px;
      height: 102px; }
      @media only screen and (max-width: 1023px) {
        .banner_graduacao .buttons__menu {
          width: 100%;
          height: auto; } }
    .banner_graduacao .buttons__single, .banner_graduacao .banner .buttons__single_container, .banner .banner_graduacao .buttons__single_container, .banner_graduacao .buttons__submenu, .banner_graduacao .veja-mais .buttons__single_container, .veja-mais .banner_graduacao .buttons__single_container {
      padding-top: 10px;
      padding-bottom: 10px;
      width: 247px; }
      .banner_graduacao .buttons__single__icon {
        margin-top: 10px;
        margin-right: 0px; }
        .banner_graduacao .buttons__single__icon img {
          margin-bottom: 10px; }
      .banner_graduacao .buttons__single__titulo {
        width: 140px; }
        .banner_graduacao .buttons__single__titulo a {
          font-size: 17px;
          font-size: 1.7rem; }
          @media only screen and (max-width: 1300px) {
            .banner_graduacao .buttons__single__titulo a {
              font-size: 13px;
              font-size: 1.3rem; } }
          @media only screen and (max-width: 1023px) {
            .banner_graduacao .buttons__single__titulo a {
              font-size: 17px;
              font-size: 1.7rem; } }
    @media only screen and (max-width: 1023px) {
      .banner_graduacao .buttons {
        position: relative;
        right: auto;
        top: auto;
        min-width: 100%;
        padding-right: 30px !important;
        padding-left: 30px !important;
        margin-right: auto;
        margin-left: auto;
        order: 3;
        padding-bottom: 20px; }
        .banner_graduacao .buttons__single, .banner_graduacao .banner .buttons__single_container, .banner .banner_graduacao .buttons__single_container, .banner_graduacao .buttons__submenu, .banner_graduacao .veja-mais .buttons__single_container, .veja-mais .banner_graduacao .buttons__single_container {
          width: 100%; }
          .banner_graduacao .buttons__single__descricao {
            float: none; } }
  .banner_graduacao__conteudo {
    margin-bottom: auto;
    right: 0px; }
    @media only screen and (max-width: 1023px) {
      .banner_graduacao__conteudo {
        margin-bottom: 40px; } }
    @media only screen and (max-width: 1023px) {
      .banner_graduacao__conteudo {
        margin-bottom: auto;
        padding: 0px !important; } }
  .banner_graduacao__texto {
    padding-left: 160px !important;
    margin-top: 50px; }
    .banner_graduacao__texto__bnn-graduacao {
      margin-top: 120px; }
      @media only screen and (max-width: 910px) {
        .banner_graduacao__texto__bnn-graduacao {
          margin-top: 0px; } }
    @media only screen and (max-width: 910px) {
      .banner_graduacao__texto {
        margin-top: 0px; } }
    @media only screen and (max-width: 1023px) {
      .banner_graduacao__texto {
        text-align: left;
        margin-bottom: 30px;
        padding-right: 15px !important;
        padding-left: 15px !important;
        margin-right: auto;
        margin-left: auto;
        order: 2; } }
  .banner_graduacao__texto2 {
    margin-top: 20%;
    padding-left: 30px !important;
    padding-right: 30px !important; }
    @media only screen and (max-width: 910px) {
      .banner_graduacao__texto2 {
        margin-top: 0px; } }
    @media only screen and (max-width: 1023px) {
      .banner_graduacao__texto2 {
        text-align: left;
        margin-bottom: 30px;
        padding-right: 15px !important;
        padding-left: 15px !important;
        margin-right: auto;
        margin-left: auto;
        order: 2; } }
  .banner_graduacao__texto3 {
    padding-left: 160px !important; }
    @media only screen and (max-width: 910px) {
      .banner_graduacao__texto3 {
        margin-top: 0px; } }
    @media only screen and (max-width: 1023px) {
      .banner_graduacao__texto3 {
        text-align: left;
        margin-bottom: 30px;
        padding-right: 15px !important;
        padding-left: 15px !important;
        margin-right: auto;
        margin-left: auto;
        order: 2; } }
  @media only screen and (max-width: 910px) {
    .banner_graduacao__texto4 {
      margin-top: 0px; } }
  @media only screen and (max-width: 1023px) {
    .banner_graduacao__texto4 {
      text-align: left;
      margin-bottom: 30px;
      padding-right: 15px !important;
      padding-left: 15px !important;
      margin-right: auto;
      margin-left: auto;
      order: 2; } }
  .banner_graduacao__texto_top {
    margin-top: 50px;
    padding-right: 0px !important; }
    .banner_graduacao__texto_top__bnn-graduacao {
      margin-top: 80px; }
      @media only screen and (max-width: 1024px) {
        .banner_graduacao__texto_top__bnn-graduacao {
          margin-top: 60px; } }
      @media only screen and (max-width: 910px) {
        .banner_graduacao__texto_top__bnn-graduacao {
          margin-top: 50px; } }
  .banner_graduacao__titulo {
    display: block;
    font-size: 50px;
    font-size: 5rem;
    text-align: right; }
    @media only screen and (max-width: 1023px) {
      .banner_graduacao__titulo {
        font-size: 30px;
        font-size: 3rem;
        text-align: left;
        padding-left: 15px; } }
  .banner_graduacao__titulo2 {
    font-size: 60px;
    font-size: 6rem; }
    @media only screen and (max-width: 1023px) {
      .banner_graduacao__titulo2 {
        font-size: 40px;
        font-size: 4rem; } }
  .banner_graduacao__descricao_banner {
    font-size: 20px;
    font-size: 2rem;
    color: #505050;
    font-family: 'Prelo Book' !important; }
    .banner_graduacao__descricao_banner a, .banner_graduacao__descricao_banner a:hover {
      color: #C00026 !important; }
    .banner_graduacao__descricao_banner a:active {
      color: #A62B4D !important; }
    @media only screen and (max-width: 1023px) {
      .banner_graduacao__descricao_banner .docente {
        padding: 0 15px; } }
    @media only screen and (max-width: 1024px) {
      .banner_graduacao__descricao_banner {
        font-size: 16px;
        font-size: 1.6rem; } }
    @media only screen and (max-width: 768px) {
      .banner_graduacao__descricao_banner {
        font-size: 20px;
        font-size: 2rem; } }
    .banner_graduacao__descricao_banner p {
      font-size: 20px;
      font-size: 2rem;
      text-align: right;
      color: #505050;
      font-family: 'Prelo Book' !important; }
      @media only screen and (max-width: 1023px) {
        .banner_graduacao__descricao_banner p {
          text-align: -webkit-auto;
          font-size: 20px;
          font-size: 2rem; } }
      @media only screen and (max-width: 1024px) {
        .banner_graduacao__descricao_banner p {
          font-size: 16px;
          font-size: 1.6rem; } }
      .banner_graduacao__descricao_banner p a a:hover {
        color: #C00026 !important; }
      .banner_graduacao__descricao_banner p a:active {
        color: #A62B4D !important; }
  .banner_graduacao__btn_vermelho_1 {
    background-color: #ca1821; }
  .banner_graduacao__btn_verde_1 {
    background-color: #00706a; }
  .banner_graduacao__btn_verde_2 {
    background-color: #6ec1a3; }

@media only screen and (max-width: 1023px) {
  .banner_container {
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-right: auto;
    margin-left: auto; } }

.banner_top1 {
  margin-top: 175px; }
  @media only screen and (max-width: 1023px) {
    .banner_top1 {
      margin-top: 20px; } }

.banner_top {
  margin-bottom: 20px; }
  @media only screen and (max-width: 1280px) {
    .banner_top {
      margin-bottom: 80px; } }
  @media only screen and (max-width: 1024px) {
    .banner_top {
      margin-bottom: 100px; } }
  @media only screen and (max-width: 1023px) {
    .banner_top {
      margin-bottom: 20px; } }

.owl-carousel {
  position: relative;
  margin-bottom: 0 !important; }
  .owl-carousel .owl-stage-outer {
    width: 90%;
    margin: 0 auto !important; }
    .owl-carousel .owl-stage-outer .owl-stage {
      width: 10000% !important; }
  .owl-carousel .owl-nav {
    position: absolute;
    width: 100%;
    top: 25%;
    display: flex;
    align-content: space-between;
    justify-content: space-between; }
    .owl-carousel .owl-nav .button:focus {
      border: 0px !important; }
    .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
      background: transparent !important; }
      .owl-carousel .owl-nav .owl-prev span, .owl-carousel .owl-nav .owl-next span {
        color: #fff;
        background-color: #45bdad;
        background: -webkit-linear-gradient(226deg, #45bdad, #45bdad);
        background: -moz-linear-gradient(226deg, #45bdad, #45bdad);
        background: -o-linear-gradient(226deg, #45bdad, #45bdad);
        background: linear-gradient(226deg, #45bdad, #45bdad);
        padding: 30% 0px 40% 0px;
        -webkit-border-radius: 30px;
        border-radius: 30px;
        background-clip: padding-box;
        /* stops bg color from leaking outside the border: */ }
        .owl-carousel .owl-nav .owl-prev span img, .owl-carousel .owl-nav .owl-next span img {
          width: 40px;
          height: 40px; }

.corpoDocenteCarousel .owl-carousel {
  position: relative;
  margin-bottom: 0 !important; }
  .corpoDocenteCarousel .owl-carousel .owl-stage-outer {
    width: 80%;
    margin: 0 75px !important; }
    @media only screen and (max-width: 768px) {
      .corpoDocenteCarousel .owl-carousel .owl-stage-outer {
        width: 90%;
        margin: 0 auto !important; } }
  .corpoDocenteCarousel .owl-carousel .owl-nav {
    position: absolute;
    width: 100%;
    top: 25%;
    display: flex;
    align-content: space-between;
    justify-content: space-between; }
    .corpoDocenteCarousel .owl-carousel .owl-nav .button:focus {
      border: 0px !important; }
    .corpoDocenteCarousel .owl-carousel .owl-nav .owl-prev, .corpoDocenteCarousel .owl-carousel .owl-nav .owl-next {
      background: transparent !important; }
      .corpoDocenteCarousel .owl-carousel .owl-nav .owl-prev span, .corpoDocenteCarousel .owl-carousel .owl-nav .owl-next span {
        color: #fff;
        background-color: #45bdad;
        background: -webkit-linear-gradient(226deg, #45bdad, #45bdad);
        background: -moz-linear-gradient(226deg, #45bdad, #45bdad);
        background: -o-linear-gradient(226deg, #45bdad, #45bdad);
        background: linear-gradient(226deg, #45bdad, #45bdad);
        padding: 30% 0px 40% 0px;
        -webkit-border-radius: 30px;
        border-radius: 30px;
        background-clip: padding-box;
        /* stops bg color from leaking outside the border: */ }
        .corpoDocenteCarousel .owl-carousel .owl-nav .owl-prev span img, .corpoDocenteCarousel .owl-carousel .owl-nav .owl-next span img {
          width: 40px;
          height: 40px; }

.corpoDocenteCarousel2 .owl-carousel {
  position: relative;
  margin-bottom: 0 !important; }
  .corpoDocenteCarousel2 .owl-carousel .owl-stage-outer {
    width: 85%;
    margin: 0 auto !important; }
    @media only screen and (max-width: 768px) {
      .corpoDocenteCarousel2 .owl-carousel .owl-stage-outer {
        width: 90%;
        margin: 0 auto !important; } }
  .corpoDocenteCarousel2 .owl-carousel .owl-nav {
    position: absolute;
    width: 100%;
    top: 25%;
    display: flex;
    align-content: space-between;
    justify-content: space-between; }
    .corpoDocenteCarousel2 .owl-carousel .owl-nav .button:focus {
      border: 0px !important; }
    .corpoDocenteCarousel2 .owl-carousel .owl-nav .owl-prev, .corpoDocenteCarousel2 .owl-carousel .owl-nav .owl-next {
      background: transparent !important; }
      .corpoDocenteCarousel2 .owl-carousel .owl-nav .owl-prev span, .corpoDocenteCarousel2 .owl-carousel .owl-nav .owl-next span {
        color: #fff;
        background-color: #45bdad;
        background: -webkit-linear-gradient(226deg, #45bdad, #45bdad);
        background: -moz-linear-gradient(226deg, #45bdad, #45bdad);
        background: -o-linear-gradient(226deg, #45bdad, #45bdad);
        background: linear-gradient(226deg, #45bdad, #45bdad);
        padding: 30% 0px 40% 0px;
        -webkit-border-radius: 30px;
        border-radius: 30px;
        background-clip: padding-box;
        /* stops bg color from leaking outside the border: */ }
        .corpoDocenteCarousel2 .owl-carousel .owl-nav .owl-prev span img, .corpoDocenteCarousel2 .owl-carousel .owl-nav .owl-next span img {
          width: 40px;
          height: 40px; }

.corpoDocenteCarousel3 .owl-carousel {
  position: relative;
  margin-bottom: 0 !important; }
  .corpoDocenteCarousel3 .owl-carousel .owl-stage-outer {
    width: 90%;
    margin: 0 75px !important; }
    @media only screen and (max-width: 768px) {
      .corpoDocenteCarousel3 .owl-carousel .owl-stage-outer {
        width: 90%;
        margin: 0 auto !important; } }
  .corpoDocenteCarousel3 .owl-carousel .owl-nav {
    position: absolute;
    width: 100%;
    top: 25%;
    display: flex;
    align-content: space-between;
    justify-content: space-between;
    z-index: -5; }
    @media only screen and (max-width: 1024px) {
      .corpoDocenteCarousel3 .owl-carousel .owl-nav {
        top: 25% !important; } }
    @media only screen and (max-width: 768px) {
      .corpoDocenteCarousel3 .owl-carousel .owl-nav {
        top: 90% !important;
        margin-left: 40%;
        margin-top: 10px;
        width: 20%; } }
    @media only screen and (max-width: 600px) {
      .corpoDocenteCarousel3 .owl-carousel .owl-nav {
        top: 90% !important;
        margin-left: 33%;
        margin-top: 10px;
        width: 20%; } }
    .corpoDocenteCarousel3 .owl-carousel .owl-nav .button:focus {
      border: 0px !important; }
    .corpoDocenteCarousel3 .owl-carousel .owl-nav .owl-prev, .corpoDocenteCarousel3 .owl-carousel .owl-nav .owl-next {
      background: transparent !important; }
      .corpoDocenteCarousel3 .owl-carousel .owl-nav .owl-prev span, .corpoDocenteCarousel3 .owl-carousel .owl-nav .owl-next span {
        color: #fff;
        background-color: #45bdad;
        background: -webkit-linear-gradient(226deg, #45bdad, #45bdad);
        background: -moz-linear-gradient(226deg, #45bdad, #45bdad);
        background: -o-linear-gradient(226deg, #45bdad, #45bdad);
        background: linear-gradient(226deg, #45bdad, #45bdad);
        padding: 30% 0px 40% 0px;
        -webkit-border-radius: 30px;
        border-radius: 30px;
        background-clip: padding-box;
        /* stops bg color from leaking outside the border: */ }
        @media only screen and (max-width: 600px) {
          .corpoDocenteCarousel3 .owl-carousel .owl-nav .owl-prev span, .corpoDocenteCarousel3 .owl-carousel .owl-nav .owl-next span {
            padding: 30% 0px 30% 0px; } }
        .corpoDocenteCarousel3 .owl-carousel .owl-nav .owl-prev span img, .corpoDocenteCarousel3 .owl-carousel .owl-nav .owl-next span img {
          width: 40px;
          height: 40px; }

.agenda_slider .owl-carousel {
  position: relative;
  margin-bottom: 0 !important; }
  .agenda_slider .owl-carousel .owl-stage-outer {
    width: 90%;
    margin: 0 auto !important;
    margin-right: 40px !important; }
    @media only screen and (max-width: 768px) {
      .agenda_slider .owl-carousel .owl-stage-outer {
        width: 90%;
        margin: 0 auto !important;
        margin-right: 25px !important; } }
    @media only screen and (max-width: 1024px) {
      .agenda_slider .owl-carousel .owl-stage-outer {
        margin-right: 25px !important; } }
  .agenda_slider .owl-carousel .owl-nav {
    position: absolute;
    width: 100%;
    top: 25%;
    display: flex;
    align-content: space-between;
    justify-content: space-between; }
    .agenda_slider .owl-carousel .owl-nav .button:focus {
      border: 0px !important; }
    .agenda_slider .owl-carousel .owl-nav .owl-prev, .agenda_slider .owl-carousel .owl-nav .owl-next {
      background: transparent !important; }
      .agenda_slider .owl-carousel .owl-nav .owl-prev span, .agenda_slider .owl-carousel .owl-nav .owl-next span {
        color: #fff;
        background-color: #45bdad;
        background: -webkit-linear-gradient(226deg, #45bdad, #45bdad);
        background: -moz-linear-gradient(226deg, #45bdad, #45bdad);
        background: -o-linear-gradient(226deg, #45bdad, #45bdad);
        background: linear-gradient(226deg, #45bdad, #45bdad);
        padding: 30% 0px 40% 0px;
        -webkit-border-radius: 30px;
        border-radius: 30px;
        background-clip: padding-box;
        /* stops bg color from leaking outside the border: */ }
        .agenda_slider .owl-carousel .owl-nav .owl-prev span img, .agenda_slider .owl-carousel .owl-nav .owl-next span img {
          width: 40px;
          height: 40px; }

.educacaoExecultivaCarousel .owl-carousel {
  position: relative;
  margin-bottom: 0 !important; }
  .educacaoExecultivaCarousel .owl-carousel .owl-stage-outer {
    width: 80%;
    margin: 0 auto !important;
    margin-right: 20px !important; }
    @media only screen and (max-width: 768px) {
      .educacaoExecultivaCarousel .owl-carousel .owl-stage-outer {
        width: 90%;
        margin: 0 auto !important;
        margin-right: auto !important; } }
  .educacaoExecultivaCarousel .owl-carousel .owl-nav {
    position: absolute;
    width: 100%;
    top: 5%;
    display: flex;
    align-content: space-between;
    justify-content: space-between; }
    .educacaoExecultivaCarousel .owl-carousel .owl-nav .button:focus {
      border: 0px !important; }
    .educacaoExecultivaCarousel .owl-carousel .owl-nav .owl-prev, .educacaoExecultivaCarousel .owl-carousel .owl-nav .owl-next {
      background: transparent !important; }
      .educacaoExecultivaCarousel .owl-carousel .owl-nav .owl-prev span, .educacaoExecultivaCarousel .owl-carousel .owl-nav .owl-next span {
        color: #fff;
        background-color: #45bdad;
        background: -webkit-linear-gradient(226deg, #45bdad, #45bdad);
        background: -moz-linear-gradient(226deg, #45bdad, #45bdad);
        background: -o-linear-gradient(226deg, #45bdad, #45bdad);
        background: linear-gradient(226deg, #45bdad, #45bdad);
        padding: 30% 0px 40% 0px;
        -webkit-border-radius: 30px;
        border-radius: 30px;
        background-clip: padding-box;
        /* stops bg color from leaking outside the border: */ }
        .educacaoExecultivaCarousel .owl-carousel .owl-nav .owl-prev span img, .educacaoExecultivaCarousel .owl-carousel .owl-nav .owl-next span img {
          width: 40px;
          height: 40px; }

.off {
  display: block !important; }

@media only screen and (max-width: 600px) {
  .topo .titulo_interna_base {
    font-size: 35px;
    font-size: 3.5rem; } }

@media only screen and (max-width: 600px) {
  .topo .subtitulo_interna_base {
    font-size: 15px;
    font-size: 1.5rem; } }

.topo .img_sidebar img {
  margin: 0 auto;
  width: 100%; }

.corpo_interna {
  margin-top: 40px; }
  .corpo_interna .titulo_base {
    font-size: 32px;
    font-size: 3.2rem;
    text-transform: none;
    margin-bottom: 30px; }
  .corpo_interna p {
    font-family: Prelo Book;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2;
    color: #505050;
    margin-bottom: 30px; }
    .corpo_interna p img {
      padding-bottom: 0; }
    .corpo_interna p img.aligncenter {
      margin: 0 auto;
      display: block;
      max-width: 100%;
      max-height: 100%; }
  .corpo_interna li {
    font-family: Prelo Book;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2;
    color: #505050; }
  .corpo_interna img {
    padding-bottom: 40px; }

.rodape_graduacao .owl-carousel {
  display: block !important; }
  .rodape_graduacao .owl-carousel .owl-nav {
    margin-top: -30px;
    position: relative !important; }
    @media only screen and (max-width: 1024px) {
      .rodape_graduacao .owl-carousel .owl-nav {
        display: block;
        transform: translateX(-50%);
        left: 50%;
        width: 120px; } }
    .rodape_graduacao .owl-carousel .owl-nav .owl-prev {
      margin-right: 10px; }

.rodape_graduacao__single {
  margin-bottom: 30px; }
  .rodape_graduacao__single .titulo_base {
    text-align: center;
    text-transform: none;
    font-size: 16px;
    font-size: 1.6rem; }
    @media only screen and (max-width: 768px) {
      .rodape_graduacao__single .titulo_base {
        display: block; } }
  .rodape_graduacao__single img {
    display: block;
    margin: 0 auto; }
  .rodape_graduacao__single__descricao {
    font-family: 'Prelo' !important;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.39;
    letter-spacing: normal;
    text-align: left;
    color: #505050; }

.matriz_curricular {
  margin-top: 10px;
  margin-bottom: 40px; }
  .matriz_curricular__subtitulo {
    font-family: 'Prelo' !important;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.14;
    color: #888888;
    margin-bottom: 15px; }
  .matriz_curricular__single {
    border-bottom: 1px solid #f3f3f3;
    display: table;
    width: 100%; }
    .matriz_curricular__single__titulo {
      display: inline-block;
      width: 100%;
      cursor: pointer; }
      .matriz_curricular__single__titulo p {
        font-family: 'Prelo' !important;
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: 500;
        line-height: 1.67;
        color: #505050;
        float: left;
        margin-bottom: 3px;
        margin-top: 5px; }
      .matriz_curricular__single__titulo img {
        width: 15px;
        height: 15px;
        float: right;
        margin-top: 10px !important; }
    .matriz_curricular__single__slide_content {
      display: none; }
      .matriz_curricular__single__slide_content__single {
        display: block;
        width: 100%;
        border-bottom: solid 1px #f3f3f3;
        margin-bottom: 5px; }
        .matriz_curricular__single__slide_content__single p {
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.14;
          letter-spacing: normal;
          color: #505050; }
        .matriz_curricular__single__slide_content__single p:nth-child(1) {
          float: left; }
        .matriz_curricular__single__slide_content__single p:nth-child(2) {
          float: right; }
      .matriz_curricular__single__slide_content__single:last-child {
        border-bottom: 0px; }
  .matriz_curricular .row {
    margin-left: auto; }

.certificados .titulo_base {
  margin-bottom: 30px; }

.certificados__single {
  padding: 0 15px;
  margin-bottom: 15px; }
  .certificados__single img {
    display: block;
    width: 120px;
    margin-bottom: 10px; }
  .certificados__single__descricao {
    font-family: Prelo;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.07;
    color: #888888; }
  .certificados__single__espaco_20 {
    padding: 20px; }

.corpo_docente .pesquisasCarousel__single__titulo {
  margin-bottom: 3px; }

@media only screen and (max-width: 1024px) {
  .corpo_docente .owl-nav {
    top: 230px !important; } }

@media only screen and (max-width: 600px) {
  .sectionCorpoDocente {
    margin-bottom: 70px; } }

.eventos {
  margin-bottom: 0px; }
  @media only screen and (max-width: 600px) {
    .eventos .eventos__data_single__descricao {
      width: 78% !important; } }
  @media only screen and (max-width: 425px) {
    .eventos .eventos__data_single__descricao {
      width: 68% !important; } }
  .eventos .pesquisasCarousel__head2 {
    position: relative; }
  @media (min-width: 1024) {
    .eventos .owl-stage-outer {
      padding-left: 30px; } }
  @media only screen and (max-width: 1024px) {
    .eventos .owl-stage-outer {
      margin: 0 auto !important; } }
  .eventos .titulo_base {
    text-transform: none !important;
    font-size: 50px;
    font-size: 5rem; }
    @media only screen and (max-width: 1024px) {
      .eventos .titulo_base {
        font-size: 30px;
        font-size: 3rem;
        text-align: left; } }
  .eventos .titulo_base2 {
    font-size: 25px;
    font-size: 2.5rem; }
  @media only screen and (max-width: 1024px) {
    .eventos .banner_cursos__conteudo {
      margin-bottom: 0px; } }
  .eventos .banner_cursos__texto {
    margin-top: 20px; }
    @media only screen and (max-width: 1024px) {
      .eventos .banner_cursos__texto {
        margin-top: 0px;
        margin-bottom: 30px; } }
  .eventos .footer__btns {
    float: right;
    margin-right: 0px; }
    @media only screen and (max-width: 1024px) {
      .eventos .footer__btns {
        float: none; } }
  .eventos .footer__vestibular_btn {
    padding: 12px 20px 10px !important;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    background-color: #f21e47;
    background: -webkit-linear-gradient(227deg, #f21e47, #c71d28);
    background: -moz-linear-gradient(227deg, #f21e47, #c71d28);
    background: -o-linear-gradient(227deg, #f21e47, #c71d28);
    background: linear-gradient(227deg, #f21e47, #c71d28); }
    @media only screen and (max-width: 1024px) {
      .eventos .footer__vestibular_btn {
        display: block;
        margin: 0 auto; } }
  .eventos .btn-eventos-banner {
    margin-top: 30px; }
  .eventos .texto_base {
    padding-top: 20px; }
  .eventos .agenda_slider__data_single__descricao {
    max-width: 65%; }
  .eventos .banner_cursos p {
    font-size: 20px;
    font-size: 2rem; }

.evento_body {
  margin-bottom: 30px; }
  .evento_body col-lg-8 col-xs-12 {
    float: unset;
  }
  .evento_body .texto_base {
    font-size: 20px;
    font-size: 2rem;
    font-weight: normal;
    font-family: 'Prelo Book' !important; }
  .evento_body__info .titulo_base {
    margin-bottom: 20px;
    font-family: 'Prelo' !important; }
  .evento_body__info .texto_base {
    padding: 0 !important;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
    font-family: 'Prelo Book' !important; }
  .evento_body__info__box {
    background-color: #888888;
    padding: 20px;
    webkit-border-radius: 30px;
    border-radius: 30px; }
    .evento_body__info__box p {
      color: #ffffff !important; }
    @media only screen and (max-width: 1024px) {
      .evento_body__info__box {
        margin-bottom: 30px; } }
  .evento_body__conteudo {
    float: right !important; }
    /* @media only screen and (max-width: 1024px) {
      Bloco comentado demanda IS 56
      .evento_body__conteudo {
        float: none !important; } } */
    .evento_body__conteudo__single {
      margin-bottom: 10px; }
      .evento_body__conteudo__single p {
        font-family: 'Prelo Book' !important; }
      .evento_body__conteudo__single .titulo_base {
        margin-bottom: 3px; }
        .evento_body__conteudo__single .titulo_base p {
          font-family: 'Prelo Book' !important; }
        @media only screen and (max-width: 1024px) {
          .evento_body__conteudo__single .titulo_base {
            font-size: 16px;
            font-size: 1.6rem; } }
      .evento_body__conteudo__single .texto_base {
        padding: 0 !important;
        font-size: 17px;
        font-size: 1.7rem; }
        @media only screen and (max-width: 1024px) {
          .evento_body__conteudo__single .texto_base {
            font-size: 18px;
            font-size: 1.8rem; } }
        .evento_body__conteudo__single .texto_base p {
          font-family: 'Prelo Book' !important; }
      .evento_body__conteudo__single .palestrante {
        font-weight: normal;
        font-size: 17px;
        font-size: 1.7rem;
        margin-top: 40px; }
        @media only screen and (max-width: 1024px) {
          .evento_body__conteudo__single .palestrante {
            font-size: 16px;
            font-size: 1.6rem; } }
      .evento_body__conteudo__single .topico {
        color: #d6343d;
        font-weight: normal;
        font-size: 17px;
        font-size: 1.7rem; }
        @media only screen and (max-width: 1024px) {
          .evento_body__conteudo__single .topico {
            font-size: 16px;
            font-size: 1.6rem; } }
      .evento_body__conteudo__single .titulo_destaque2 {
        margin-bottom: 0px; }
  .evento_body__palestrantes .titulo_base {
    font-family: 'Prelo' !important; }
  .evento_body__palestrantes__single {
    display: table; }
    .evento_body__palestrantes__single img {
      max-width: 137px;
      float: left;
      margin-right: 10px; }
      @media only screen and (max-width: 1024px) {
        .evento_body__palestrantes__single img {
          margin-right: 15px; } }
    .evento_body__palestrantes__single .titulo_base {
      font-size: 22px;
      font-size: 2.2rem;
      text-transform: none;
      font-family: 'Prelo' !important; }
      @media only screen and (max-width: 1024px) {
        .evento_body__palestrantes__single .titulo_base {
          font-size: 16px;
          font-size: 1.6rem;
          margin-top: 5px;
          margin-bottom: 5px; } }
    .evento_body__palestrantes__single .texto_base {
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: normal; }
      @media only screen and (max-width: 1024px) {
        .evento_body__palestrantes__single .texto_base {
          font-size: 15px;
          font-size: 1.5rem;
          padding-bottom: 0px;
          margin-bottom: 5px;
          line-height: 1; } }
    .evento_body__palestrantes__single ._thumbnail__conheca_btn {
      padding: 10px 20px 5px !important;
      -webkit-border-radius: 50px;
      border-radius: 50px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      float: left; }
      @media only screen and (max-width: 1024px) {
        .evento_body__palestrantes__single ._thumbnail__conheca_btn {
          font-size: 12px;
          font-size: 1.2rem;
          padding: 8px 13px 3px !important;
          width: 100px; } }
  .evento_body__palestrantes .footer__btns {
    width: 100% !important; }
  .evento_body__palestrantes .footer__vestibular_btn {
    padding: 12px 20px 10px !important;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    background-color: #f21e47;
    background: -webkit-linear-gradient(227deg, #f21e47, #c71d28);
    background: -moz-linear-gradient(227deg, #f21e47, #c71d28);
    background: -o-linear-gradient(227deg, #f21e47, #c71d28);
    background: linear-gradient(227deg, #f21e47, #c71d28);
    display: block;
    margin: 0; }
  .evento_body .conteudo p {
    margin-bottom: 30px;
    font-family: Prelo;
    font-weight: 300;
    line-height: 1.3;
    color: #505050; }
  .evento_body .conteudo .texto {
    padding-top: 20px; }
    .evento_body .conteudo .texto p {
      font-family: Prelo;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 300;
      line-height: 1.3;
      color: #505050;
      margin-bottom: 30px; }
      .evento_body .conteudo .texto p a, .evento_body .conteudo .texto p a:hover {
        color: #C00026 !important; }
      .evento_body .conteudo .texto p a:active {
        color: #A62B4D !important; }

.box-color {
  width: 39%;
  position: absolute;
  height: 95%; }
  @media only screen and (max-width: 1024px) {
    .box-color {
      width: auto;
      position: relative;
      display: block;
      height: auto; } }

.img-box-color {
  float: left;
  margin-left: 19%; }
  @media only screen and (max-width: 1024px) {
    .img-box-color {
      float: none;
      margin-left: auto;
      width: 100%; } }

.eventos_interna {
  margin-bottom: 20px; }
  .eventos_interna .titulo_base {
    text-transform: none;
    font-size: 32px;
    font-size: 3.2rem; }
  .eventos_interna .form-group:nth-child(1), .eventos_interna .form-group:nth-child(4) {
    max-width: 200px; }
  .eventos_interna .form-group:nth-child(2) {
    max-width: 450px; }
  .eventos_interna .form-group:nth-child(3) {
    max-width: 350px; }
    .eventos_interna .form-group:nth-child(3) input {
      border: 1px solid green; }
  .eventos_interna .form-group:nth-child(4) input {
    border: 1px solid red; }
  .eventos_interna .empresa {
    max-width: 450px; }
  @media only screen and (max-width: 1024px) {
    .eventos_interna .form-group:nth-child(1), .eventos_interna .form-group:nth-child(2), .eventos_interna .form-group:nth-child(3), .eventos_interna .form-group:nth-child(4), .eventos_interna .empresa {
      max-width: 100%; } }
  .eventos_interna .footer__vestibular_btn {
    padding: 10px 15px !important;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */ }

form .footer__vestibular_btn {
  padding: 7px 16px 7px !important; }

.form label {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 300;
  color: #999797;
  text-transform: uppercase; }

.form input {
  border: 0px;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
  background-color: rgba(235, 235, 235, 0.4);
  font-size: 15px;
  font-size: 1.5rem;
  padding: 25px 10px; }

.form .footer__vestibular_btn {
  padding: 7px 16px 7px !important; }

.form-inscricao {
  background-color: #ca1821;
  color: #ffffff;
  padding: 20px;
  webkit-border-radius: 30px;
  border-radius: 30px;
  margin-bottom: 40px;
  z-index: 40; }
  .form-inscricao p {
    color: #ffffff !important; }
  @media only screen and (max-width: 1024px) {
    .form-inscricao {
      margin-bottom: 30px; } }
  .form-inscricao label {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 300;
    color: #ffffff;
    text-transform: uppercase;
    padding-left: 0px; }
  .form-inscricao input {
    border: 0px;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
    background-color: rgba(235, 235, 235, 0.4);
    font-size: 15px;
    font-size: 1.5rem;
    color: #ffffff;
    padding: 10px 0px;
    width: 100%;
    margin-bottom: 10px; }
  .form-inscricao ::-webkit-input-placeholder {
    color: #ffffff; }
  .form-inscricao input:-moz-placeholder {
    color: #ffffffff; }
  .form-inscricao .vestibular_btn {
    border: 0px;
    font-family: 'Prelo' !important;
    background-color: #ffffff;
    padding: 6px 12px 5px !important;
    color: #f21e47;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.4;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 0px !important; }

.form-newaletter {
  padding-top: 40px; }
  .form-newaletter label {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 300;
    color: #999797;
    text-transform: uppercase; }
  .form-newaletter input {
    border: 0px;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
    background-color: rgba(235, 235, 235, 0.4);
    font-size: 12px;
    font-size: 1.2rem; }

.form-newaletter-cadastre {
  background-color: #888888;
  padding: 10px;
  webkit-border-radius: 10px;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px; }
  .form-newaletter-cadastre p {
    color: #ffffff !important; }
  .form-newaletter-cadastre h3 {
    color: #ffffff !important; }
  @media only screen and (max-width: 1024px) {
    .form-newaletter-cadastre {
      margin-bottom: 30px; } }
  .form-newaletter-cadastre label {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 300;
    color: #ffffff;
    text-transform: uppercase; }
  .form-newaletter-cadastre input {
    border: 0px;
    box-shadow: inset 0 0px 0px #ffffff;
    background-color: #ffffff;
    font-size: 12px;
    font-size: 1.2rem; }
  .form-newaletter-cadastre ._thumbnail__titulo {
    padding-bottom: 0px; }

/* The container */
.radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Hide the browser's default radio button */
.radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 10px;
  width: 10px;
  border: 1px solid #505050;
  border-radius: 50%; }

/* On mouse-over, add a grey background color */
/* When the radio button is checked, add a blue background */
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the indicator (dot/circle) when checked */
.radio input:checked ~ .checkmark:after {
  display: block; }

/* Style the indicator (dot/circle) */
.radio .checkmark:after {
  top: 2px;
  left: 2px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #505050; }

.cse .gsc-control-cse, .gsc-control-cse {
  padding: 0px !important; }

.gsib_a {
  padding: 0px !important; }

table.gsc-search-box td {
  background: #f4f4f4;
  border-color: #f4f4f4; }

.gsc-input-box {
  border: none !important; }

.cse .gsc-control-cse, .gsc-control-cse {
  border: none !important; }

.gsst_a {
  display: none !important; }

.gform_wrapper {
  display: block !important; }

.insper_conhecimento .item {
  padding: 0 5px !important;
  margin-bottom: 0px !important;
  /*min-height: 280px;
        max-height: 280px;*/
  margin-bottom: 20px !important;
  }

.insper_conhecimento .item-final {
  padding: 0 5px !important; }

.insper_conhecimento .titulo_base {
  text-align: left;
  margin-top: 5px; }
  @media only screen and (max-width: 1024px) {
    .insper_conhecimento .titulo_base {
      display: block; } }

.insper_conhecimento .titulo_base1 {
  font-size: 20px;
  font-size: 2rem;
  text-align: left;
  margin-top: 5px; }
  @media only screen and (max-width: 1024px) {
    .insper_conhecimento .titulo_base1 {
      display: block; } }

.insper_conhecimento .titulo_base2 {
  font-size: 25px;
  font-size: 2.5rem;
  text-align: left;
  margin-top: 5px; }
  @media only screen and (max-width: 1024px) {
    .insper_conhecimento .titulo_base2 {
      display: block; } }

.insper_conhecimento__descricao {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.14;
  text-align: left;
  font-weight: 300;
  color: #505050; }

.insper_conhecimento__data {
  margin-top: 15px; }
  @media only screen and (max-width: 1024px) {
    .insper_conhecimento__data {
      text-align: center; } }

.insper_conhecimento__dataMultLinguage {
  margin-top: 0px; }
  @media only screen and (max-width: 1024px) {
    .insper_conhecimento__dataMultLinguage {
      text-align: center; } }

.insper_conhecimento .pesquisasCarousel__switch-field input + label {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 6px; }

.insper_conhecimento .pesquisasCarousel__switch-field label {
  width: auto; }

.insper_conhecimento .pesquisasCarousel__switch-field {
  width: 55%;
  margin-top: auto;
  margin-left: auto; }
  @media only screen and (max-width: 1024px) {
    .insper_conhecimento .pesquisasCarousel__switch-field {
      width: 55%; } }
  @media only screen and (max-width: 768px) {
    .insper_conhecimento .pesquisasCarousel__switch-field {
      width: 65%; } }
  @media only screen and (max-width: 767px) {
    .insper_conhecimento .pesquisasCarousel__switch-field {
      width: 100%; } }

.insper_conhecimento a:active {
  color: #A62B4D !important; }

.insper_conhecimento a:hover {
  color: #A62B4D !important; }

.bannerHome__texto {
  position: absolute !important;
  color: #ffffff !important;
  margin-top: 10%;
  text-align: right;
  font-size: 20px;
  font-size: 2rem; }
  @media only screen and (max-width: 768px) {
    .bannerHome__texto {
      font-size: 14px;
      font-size: 1.4rem; } }
  @media only screen and (max-width: 1024px) {
    .bannerHome__texto {
      font-size: 18px;
      font-size: 1.8rem; } }
  @media only screen and (max-width: 600px) {
    .bannerHome__texto {
      font-size: 14px;
      font-size: 1.4rem; } }
  .bannerHome__texto .titulo_base {
    font-size: 55px;
    font-size: 5.5rem;
    color: #ffffff !important;
    text-align: right; }
    @media only screen and (max-width: 768px) {
      .bannerHome__texto .titulo_base {
        font-size: 25px;
        font-size: 2.5rem; } }
    @media only screen and (max-width: 1200px) {
      .bannerHome__texto .titulo_base {
        font-size: 30px;
        font-size: 3rem; } }
  .bannerHome__texto p {
    padding: 15px; }

.alinhaHome {
  margin-left: -15px; }
  @media only screen and (max-width: 910px) {
    .alinhaHome {
      margin-left: auto; } }

.alinhaPaddingRight {
  padding-right: 0px !important; }
  @media only screen and (max-width: 910px) {
    .alinhaPaddingRight {
      padding-right: 15px !important; } }

.home-depoimentos .owl-stage-outer {
  min-width: 100%; }

.home-depoimentos .depoimentos_slider__mascara {
  width: 100%; }

.home-depoimentos .alinhamento-img-depoimento {
  padding-left: 0px; }

.home-depoimentos .depoimentos_slider__mascara__img {
  min-height: 206px; }

@media only screen and (max-width: 600px) {
  .eventos-insper {
    margin-right: -15px;
    margin-left: -15px; } }

.eventos-insper .owl-carousel .owl-nav {
  top: 0%;
  z-index: -100; }

@media only screen and (max-width: 600px) {
  .imag-banner-home {
    height: 380px !important; } }

.linkHome a:active {
  color: #A62B4D !important; }

.linkHome a:hover {
  color: #A62B4D !important; }

@media only screen and (max-width: 600px) {
  .index .buttons {
    padding-left: 15px;
    padding-right: 15px; } }

@media only screen and (max-width: 600px) {
  .index .alinhaMobileHome {
    padding-left: 0px !important;
    padding-right: 0px !important; } }

@media only screen and (max-width: 600px) {
  .alinhaMobileHome {
    padding-left: 0px !important;
    padding-right: 0px !important; } }

@media only screen and (max-width: 1200px) {
  .biblioteca .banner_cursos__texto {
    margin-top: 0 !important; } }

@media only screen and (max-width: 1024px) {
  .biblioteca .banner_cursos__texto {
    margin-top: 60px !important; } }

@media only screen and (max-width: 1023px) {
  .biblioteca .banner_cursos__texto {
    margin-top: 0 !important; } }

.biblioteca_butons .buttons__single, .biblioteca_butons .banner .buttons__single_container, .banner .biblioteca_butons .buttons__single_container, .biblioteca_butons .buttons__submenu, .biblioteca_butons .veja-mais .buttons__single_container, .veja-mais .biblioteca_butons .buttons__single_container {
  height: 101px !important; }

.biblioteca_butons .buttons__single__titulo {
  width: 148px; }

.biblioteca_butons .buttons__single__icon {
  margin-top: 10px;
  margin-right: 0px; }

.biblioteca_butons .buttons__single:nth-child(1) .buttons__single__titulo, .biblioteca_butons .banner .buttons__single_container:nth-child(1) .buttons__single__titulo, .banner .biblioteca_butons .buttons__single_container:nth-child(1) .buttons__single__titulo, .biblioteca_butons .buttons__submenu:nth-child(1) .buttons__single__titulo, .biblioteca_butons .veja-mais .buttons__single_container:nth-child(1) .buttons__single__titulo, .veja-mais .biblioteca_butons .buttons__single_container:nth-child(1) .buttons__single__titulo {
  padding-top: 10px; }

.biblioteca_busca__field__input {
  position: relative;
  background-color: #f4f4f4;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  margin-top: 12px; }
  .biblioteca_busca__field__input input {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    background-color: #f4f4f4;
    box-shadow: none !important;
    height: 40px !important;
    border: 0px !important; }
    .biblioteca_busca__field__input input.placeholder {
      color: #707070;
      font-size: 14px;
      font-size: 1.4rem; }
    .biblioteca_busca__field__input input:-moz-placeholder {
      color: #707070;
      font-size: 14px;
      font-size: 1.4rem; }
    .biblioteca_busca__field__input input::-webkit-input-placeholder {
      color: #707070;
      font-size: 14px;
      font-size: 1.4rem; }
    .biblioteca_busca__field__input input:-ms-input-placeholder {
      color: #707070;
      font-size: 14px;
      font-size: 1.4rem; }
  .biblioteca_busca__field__input button,
  .biblioteca_busca__field__input button:hover {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 0px !important;
    background-color: transparent;
    border: 0px;
    position: absolute;
    top: 10px;
    right: 15px;
    color: #ca1821; }

.biblioteca_busca__field__input2 {
  position: relative;
  background-color: #f4f4f4;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  margin-bottom: 25px; }
  .biblioteca_busca__field__input2 input {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    background-color: #f4f4f4;
    box-shadow: none !important;
    border: 0px !important; }
    .biblioteca_busca__field__input2 input.placeholder {
      color: #707070;
      font-size: 14px;
      font-size: 1.4rem; }
    .biblioteca_busca__field__input2 input:-moz-placeholder {
      color: #707070;
      font-size: 14px;
      font-size: 1.4rem; }
    .biblioteca_busca__field__input2 input::-webkit-input-placeholder {
      color: #707070;
      font-size: 14px;
      font-size: 1.4rem; }
    .biblioteca_busca__field__input2 input:-ms-input-placeholder {
      color: #707070;
      font-size: 14px;
      font-size: 1.4rem; }
  .biblioteca_busca__field__input2 button,
  .biblioteca_busca__field__input2 button:hover {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 0px !important;
    background-color: transparent;
    border: 0px;
    position: absolute;
    top: 5px;
    right: 15px;
    color: #ca1821; }

.biblioteca_busca__renovacao p {
  font-size: 15px;
  font-size: 1.5rem;
  float: left; }

.biblioteca_busca__renovacao .btn_base {
  float: right;
  border: 0px;
  font-family: 'Prelo' !important;
  background-color: #f21e47;
  background: -webkit-linear-gradient(to left, #f21e47, #c71d28);
  background: -moz-linear-gradient(to left, #f21e47, #c71d28);
  background: -o-linear-gradient(to left, #f21e47, #c71d28);
  background: linear-gradient(to left, #f21e47, #c71d28);
  padding: 6px 25px 5px !important;
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.4;
  margin: 0;
  margin-top: 10px; }

.biblioteca_busca__renovacao .btn_base2 {
  float: inherit !important; }

.biblioteca_busca__radio_options div {
  float: left;
  margin-right: 15px; }

.biblioteca_busca__radio_options label {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  color: #505050; }

.biblioteca_busca__radio_options .radio {
  padding-left: 18px !important; }

.biblioteca_busca__radio_options .checkmark {
  margin-top: 5px; }

.fablab .banner_graduacao__titulo {
  margin-top: 150px; }

@media only screen and (max-width: 1200px) {
  .fablab .banner_graduacao__titulo, .fablab .banner_graduacao__descricao_banner {
    margin-top: 0;
    text-align: left; } }

.fablab .corpo_interna {
  margin-top: 0px !important; }

.fablab .fablab_divisor {
  margin: 20px 0 !important; }

.fablab .img-lateral img {
  max-width: 300px;
  margin-bottom: 30px;
  float: right; }

.fablab .politica, .fablab .perguntas {
  color: #fff;
  border: 0px;
  font-size: 12px;
  font-size: 1.2rem;
  margin-right: 10px; }
  @media only screen and (max-width: 1200px) {
    .fablab .politica, .fablab .perguntas {
      display: block;
      margin-bottom: 10px;
      margin-left: auto;
      margin-right: auto; } }

.linha-tempo {
  margin-bottom: 30px; }
  .linha-tempo ul li {
    list-style: none;
    display: inline; }
  .linha-tempo li {
    font-size: 11px;
    font-size: 1.1rem;
    color: #888888;
    border-bottom: solid 1px #888888;
    padding: 0px 12px 5px 12px;
    margin: 0px -2px 0px -2px; }
  .linha-tempo li:hover {
    border-bottom: solid 3px #888888;
    cursor: pointer; }
  .linha-tempo .active {
    border-bottom: solid 3px #888888; }
  .linha-tempo select {
    background-color: rgba(235, 235, 235, 0.4);
    border-color: rgba(235, 235, 235, 0.4);
    webkit-border-radius: 10px;
    border-radius: 10px; }
    .linha-tempo select option {
      background: #fff; }

.galeria .sp-wrap {
  max-width: none !important;
  background: transparent !important; }

.galeria .sp-large {
  pointer-events: none; }

.galeria .sp-thumbs a:link {
  width: 80px;
  height: 80px; }

.generica .galeria-margin {
  margin-top: 30px;
  margin-bottom: 30px; }

.generica .artigos__noticias p::before {
  height: auto; }

.generica .artigos {
  margin-bottom: 30px; }

.generica .texto {
  font-family: Prelo;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.3;
  color: #505050;
  margin-bottom: 30px; }

  .generica .texto a {
    color: #C00026 !important;
    font-weight: 400;
  }
  

.generica .artigos__noticias {
  margin-bottom: auto; }

.generica .buttons__single, .generica .banner .buttons__single_container, .banner .generica .buttons__single_container, .generica .buttons__submenu, .generica .veja-mais .buttons__single_container, .veja-mais .generica .buttons__single_container, .generica .banner .buttons__single_container, .generica .buttons__submenu, .generica .veja-mais .buttons__single_container {
  float: right; }

.generica .banner_graduacao .buttons {
  top: 370px;
  margin-left: 20% !important; }
  @media only screen and (max-width: 1024px) {
    .generica .banner_graduacao .buttons {
      left: auto;
      top: auto;
      margin-left: auto !important; } }

.generica .topo__titulo {
  padding-top: 40px; }

@media only screen and (max-width: 600px) {
  .generica .banner_footer_destaque {
    margin-top: auto; } }

@media only screen and (max-width: 600px) {
  .generica .banner_quero_reduzido {
    margin-bottom: 50px; } }

.generica .nav-tabs > li > a {
  border: none;
  border-bottom: 5px solid #888888;
  color: #888888;
  margin-right: 35px;
  padding-bottom: 0px;
  font-size: 18px;
  font-size: 1.8rem; }
  @media only screen and (max-width: 1300px) {
    .generica .nav-tabs > li > a {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media only screen and (max-width: 600px) {
    .generica .nav-tabs > li > a {
      font-size: 13px;
      font-size: 1.3rem; } }

.generica .nav-tabs > li.active > a, .generica .nav-tabs > li.active > a:focus, .generica .nav-tabs > li.active > a:hover {
  border: none;
  border-bottom: 5px solid #CA1821;
  color: #505050;
  font-family: 'Prelo Book'; }

.generica .nav > li > a:focus, .generica .nav > li > a:hover {
  background-color: transparent; }

.generica .destaque {
  padding-top: 30px;
  padding-bottom: 30px; }

.generica .nav > li > a {
  position: relative;
  display: block;
  padding: 0px; }

@media only screen and (max-width: 768px) {
  .generica .nav > li {
    width: 100%;
    height: 45px; } }

@media only screen and (max-width: 768px) {
  .generica .nav > li > a {
    width: 100%; } }

@media only screen and (max-width: 768px) {
  .generica img {
    margin-bottom: 10px; } }

@media only screen and (max-width: 768px) {
  .generica iframe {
    width: 100%; } }

.generica .titulo-generica {
  padding-left: 15px; }

.generica .destaque a {
  color: #C00026; }

.generica ul a {
  color: #C00026; }

#sub ul a {
  color: #505050 !important;
  font-size: 17px;
  font-weight: 600;
  font-family: 'PreloSlab';
 }

  #sub ul li {
    margin: 0;
    padding: 3px;
  }

.generica iframe {
  margin-left: 15px;
  margin-right: 15px; }

.generica .subtitulo_interna_base a, .generica .subtitulo_interna_base a:hover {
  color: #C00026 !important; }

.generica .subtitulo_interna_base a:active {
  color: #A62B4D !important; }

@media only screen and (max-width: 768px) {
  .generica .corpoDocenteGenerica img {
    margin-right: 100%; } }

.faleconosco__topicos__single {
  margin-bottom: 20px; }
  .faleconosco__topicos__single p {
    max-width: 295px; }

.faleconosco__topicos__icon {
  padding-top: 15px;
  padding-right: 5px; }
  .faleconosco__topicos__icon img {
    min-width: 53px;
    min-height: 53px;
    margin-right: 20px; }

.faleconosco__topicos h4 {
  font-weight: 600;
  font-family: 'Prelo' !important;
  margin-bottom: 0px;
  font-size: 16px;
  font-size: 1.6rem; }

@media only screen and (max-width: 600px) {
  .instalacoes .owl-carousel .owl-stage-outer {
    width: 100%; } }

.instalacoes__img {
  padding-left: 0px !important;
  padding-right: 0px !important; }
  @media only screen and (max-width: 1200px) {
    .instalacoes__img {
      padding-left: 15px !important;
      padding-right: 15px !important; } }
  @media only screen and (max-width: 970px) {
    .instalacoes__img {
      padding-bottom: 30px; } }
  @media only screen and (max-width: 768px) {
    .instalacoes__img {
      padding-left: 0px !important;
      padding-right: 0px !important; } }
  .instalacoes__img img {
    display: block;
    margin: 0 auto !important;
    min-width: 225px;
    max-width: 225px; }
    @media only screen and (max-width: 1300px) {
      .instalacoes__img img {
        margin: unset !important;
        min-width: 80%;
        max-width: 80%; } }
    @media only screen and (max-width: 1024px) {
      .instalacoes__img img {
        margin: 0 auto !important;
        min-width: 100%;
        max-width: 100%; } }

.instalacoes__img2 {
  padding-right: 0px !important; }
  @media only screen and (max-width: 910px) {
    .instalacoes__img2 {
      padding-right: 15px !important; } }
  @media only screen and (max-width: 970px) {
    .instalacoes__img2 {
      padding-bottom: 30px; } }
  @media only screen and (max-width: 600px) {
    .instalacoes__img2 {
      padding-right: 0px !important;
      padding-left: 0px !important; } }
  .instalacoes__img2 img {
    margin: 0 auto !important;
    display: block;
    min-width: 350px; }
    @media only screen and (max-width: 970px) {
      .instalacoes__img2 img {
        min-width: 100%; } }
    @media only screen and (max-width: 1200px) {
      .instalacoes__img2 img {
        min-width: 100%; } }
  .instalacoes__img2 .mascara {
    position: static;
    font-size: 28px;
    font-size: 2.8rem;
    background-color: rgba(80, 80, 80, 0.5);
    color: #ffffff;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.19;
    letter-spacing: normal;
    z-index: 10; }
    @media only screen and (max-width: 1024px) {
      .instalacoes__img2 .mascara {
        font-size: 16px;
        font-size: 1.6rem; } }
    @media only screen and (max-width: 768px) {
      .instalacoes__img2 .mascara {
        width: 87%;
        margin-left: 25px;
        font-size: 16px;
        font-size: 1.6rem; } }
    @media only screen and (max-width: 600px) {
      .instalacoes__img2 .mascara {
        width: 93%;
        margin-left: 15px;
        font-size: 16px;
        font-size: 1.6rem; } }
    .instalacoes__img2 .mascara i {
      font-size: 30px;
      font-size: 3rem;
      position: absolute;
      bottom: 30px;
      padding-left: 20px;
      z-index: 10;
      opacity: 1; }
      @media only screen and (max-width: 768px) {
        .instalacoes__img2 .mascara i {
          bottom: 50px; } }
    .instalacoes__img2 .mascara a {
      text-decoration: none;
      color: #ffffff;
      position: absolute;
      bottom: 30px;
      padding-left: 60px;
      z-index: 10;
      opacity: 1; }
      @media only screen and (max-width: 768px) {
        .instalacoes__img2 .mascara a {
          bottom: 50px; } }
    .instalacoes__img2 .mascara a:hover {
      text-decoration: none;
      color: #ffffff; }
    .instalacoes__img2 .mascara__img {
      position: relative;
      width: 100%; }
    .instalacoes__img2 .mascara .smolk {
      background-color: rgba(80, 80, 80, 0.5);
      width: 104%;
      z-index: 10;
      height: 100%;
      position: absolute; }
      @media only screen and (max-width: 768px) {
        .instalacoes__img2 .mascara .smolk {
          width: 83%;
          height: 92%; } }
      @media only screen and (max-width: 600px) {
        .instalacoes__img2 .mascara .smolk {
          width: 93%;
          height: 88%; } }

.instalacoes__titulo {
  padding-bottom: 20px; }

.instalacoes__titulo2 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 0px;
  font-weight: 700; }

.instalacoes__descricao {
  padding-left: 10px;
  color: #888888;
  font-size: 11px;
  font-size: 1.1rem; }

.instalacoes__btn {
  padding-left: 0px; }

.instalacoes__conheca_btn {
  border: 0px;
  font-family: 'Prelo' !important;
  background-color: #3a3a41;
  background: -webkit-linear-gradient(227deg, #3a3a41, #808080);
  background: -moz-linear-gradient(227deg, #3a3a41, #808080);
  background: -o-linear-gradient(227deg, #3a3a41, #808080);
  background: linear-gradient(227deg, #3a3a41, #808080);
  /*padding:6px 12px 5px !important;*/
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
  display: block;
  width: 80px; }

.instalacoes .alinhamento {
  padding-right: 5px; }

.instalacoes .alinhaHome {
  margin-left: -15px; }
  @media only screen and (max-width: 1300px) {
    .instalacoes .alinhaHome {
      margin-left: auto; } }
  @media only screen and (max-width: 1200px) {
    .instalacoes .alinhaHome {
      margin-left: -15px; } }
  @media only screen and (max-width: 600px) {
    .instalacoes .alinhaHome {
      margin-left: auto; } }
  @media only screen and (max-width: 1200px) {
    .instalacoes .alinhaHome .alinhaHome {
      margin-left: auto; } }

.calendario__selecionados .dataHoje {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 20px; }

.calendario__selecionados a {
  text-decoration: none;
  color: #888888; }

.calendario__selecionados a:link {
  text-decoration: none;
  color: #888888; }

.calendario__selecionados a:hover {
  text-decoration: none;
  color: #888888; }

.novas_datas_zero {
  font-family: 'Prelo Book' !important; }

.rowCalendario {
  padding-left: 15px !important;
  padding-right: 15px !important; }

.banner_quero_reduzido {
  position: relative;
  margin-bottom: 100px; }
  .banner_quero_reduzido__conteudo {
    margin-bottom: 100px; }
  .banner_quero_reduzido__single {
    background-color: #5c6d6f;
    padding: 25px;
    padding-left: 25px;
    padding-top: 50px;
    width: 300px;
    height: auto !important;
    display: block;
    float: left;
    margin: 0 auto !important;
    position: absolute;
    right: 0px;
    left: 0px;
    bottom: -50px; }
    @media only screen and (max-width: 1024px) {
      .banner_quero_reduzido__single {
        width: 240px;
        height: 240px;
        left: 0px;
        bottom: -50px;
        padding-top: 20px; } }
    @media only screen and (max-width: 1200px) {
      .banner_quero_reduzido__single {
        width: 240px;
        height: 240px;
        left: 0px;
        bottom: -50px;
        padding-top: 20px; } }
    @media only screen and (max-width: 768px) {
      .banner_quero_reduzido__single {
        padding: 20px !important;
        padding-left: 25px;
        padding-top: 0px !important;
        width: 185px !important;
        height: 200px !important;
        left: 0px !important;
        bottom: -135px !important; }
        .banner_quero_reduzido__single__titulo {
          margin-top: 15px !important;
          margin-bottom: 5px; }
          .banner_quero_reduzido__single__titulo a, .banner_quero_reduzido__single__titulo a:hover {
            font-family: 'Prelo' !important;
            font-size: 25px !important;
            font-weight: 300;
            line-height: 1.19;
            color: #ffffff;
            text-transform: uppercase;
            text-decoration: none; }
        .banner_quero_reduzido__single__descricao {
          line-height: 1.14; }
          .banner_quero_reduzido__single__descricao a, .banner_quero_reduzido__single__descricao a:hover {
            font-family: 'Prelo' !important;
            font-size: 15px !important;
            color: #fff;
            font-weight: 300;
            text-decoration: none; } }
    @media only screen and (max-width: 600px) {
      .banner_quero_reduzido__single {
        width: 240px !important;
        height: 240px !important;
        left: auto !important;
        bottom: 7px !important;
        padding: 25px !important;
        padding-left: 25px !important;
        padding-top: 20px !important; } }
    .banner_quero_reduzido__single__titulo {
      margin-top: 0px;
      margin-bottom: 5px; }
      .banner_quero_reduzido__single__titulo a, .banner_quero_reduzido__single__titulo a:hover {
        font-family: 'Prelo' !important;
        font-size: 25px;
        font-size: 2.5rem;
        font-weight: 300;
        line-height: 1.19;
        color: #ffffff;
        text-transform: uppercase;
        text-decoration: none; }
    .banner_quero_reduzido__single__descricao {
      line-height: 1.14; }
      .banner_quero_reduzido__single__descricao a, .banner_quero_reduzido__single__descricao a:hover {
        font-family: 'Prelo' !important;
        font-size: 16px;
        font-size: 1.6rem;
        color: #fff;
        font-weight: 300;
        text-decoration: none; }
    .banner_quero_reduzido__single__icon {
      float: right;
      margin-right: 15px; }
      .banner_quero_reduzido__single__icon img {
        width: 39px;
        height: 39px; }
  .banner_quero_reduzido__img img {
    width: 100%; }
    @media only screen and (max-width: 768px) {
      .banner_quero_reduzido__img img {
        max-width: 100% !important;
        margin-left: 16%; } }
    @media only screen and (max-width: 600px) {
      .banner_quero_reduzido__img img {
        max-width: 255px !important;
        margin-left: 0px; } }
  .banner_quero_reduzido .btn_vermelho_1 {
    background-color: #f8101c;
    background: -webkit-linear-gradient(to right, #f8101c, #ca1821);
    background: -moz-linear-gradient(to right, #f8101c, #ca1821);
    background: -o-linear-gradient(to right, #f8101c, #ca1821);
    background: linear-gradient(to right, #f8101c, #ca1821); }

@media only screen and (max-width: 768px) {
  .banner_quero0__single {
    padding: 20px !important;
    padding-left: 25px;
    padding-top: 0px !important;
    width: 185px !important;
    height: 200px !important;
    left: 0px !important;
    bottom: -135px !important; }
    .banner_quero0__single__titulo {
      margin-top: 15px !important;
      margin-bottom: 5px; }
      .banner_quero0__single__titulo a, .banner_quero0__single__titulo a:hover {
        font-family: 'Prelo' !important;
        font-size: 25px !important;
        font-weight: 300;
        line-height: 1.19;
        color: #ffffff;
        text-transform: uppercase;
        text-decoration: none; }
    .banner_quero0__single__descricao {
      line-height: 1.14; }
      .banner_quero0__single__descricao a, .banner_quero0__single__descricao a:hover {
        font-family: 'Prelo' !important;
        font-size: 15px !important;
        color: #fff;
        font-weight: 300;
        text-decoration: none; } }

@media only screen and (max-width: 600px) {
  .banner_quero0__single {
    width: 240px !important;
    height: 240px !important;
    left: auto !important;
    bottom: 35px !important;
    padding: 25px !important;
    padding-left: 25px !important;
    padding-top: 50px !important; } }

.banner_quero {
  position: relative; }
  .banner_quero__conteudo {
    margin-bottom: 100px; }
  .banner_quero__single {
    background-color: #5c6d6f;
    padding: 25px;
    padding-left: 25px;
    padding-top: 50px;
    width: 300px;
    height: 300px;
    display: block;
    float: left;
    margin: 0 auto !important;
    position: absolute;
    right: 0px;
    left: 0px;
    bottom: -50px; }
    @media only screen and (max-width: 1024px) {
      .banner_quero__single {
        width: 240px;
        height: 240px;
        left: 0px;
        bottom: -50px;
        padding-top: 20px; } }
    @media only screen and (max-width: 768px) {
      .banner_quero__single {
        width: 300px;
        height: 300px;
        left: auto;
        bottom: 90px; } }
    @media only screen and (max-width: 600px) {
      .banner_quero__single {
        width: 240px;
        height: 240px;
        left: auto;
        bottom: 35px;
        padding-top: 10px; } }
    .banner_quero__single__titulo {
      margin-top: 0px;
      margin-bottom: 5px; }
      .banner_quero__single__titulo a, .banner_quero__single__titulo a:hover {
        font-family: 'Prelo' !important;
        font-size: 25px;
        font-size: 2.5rem;
        font-weight: 300;
        line-height: 1.19;
        color: #ffffff;
        text-transform: uppercase;
        text-decoration: none; }
    .banner_quero__single__descricao {
      line-height: 1.14; }
      .banner_quero__single__descricao a, .banner_quero__single__descricao a:hover {
        font-family: 'Prelo' !important;
        font-size: 20px;
        font-size: 2rem;
        color: #fff;
        font-weight: 300;
        text-decoration: none; }
    .banner_quero__single__icon {
      float: right;
      margin-right: 15px; }
      .banner_quero__single__icon img {
        width: 39px;
        height: 39px; }
  @media only screen and (max-width: 768px) {
    .banner_quero__img img {
      max-width: 100% !important;
      margin-left: 16%; } }
  @media only screen and (max-width: 600px) {
    .banner_quero__img img {
      max-width: 255px !important;
      margin-left: 0px; } }
  .banner_quero .btn_vermelho_1 {
    background-color: #f8101c;
    background: -webkit-linear-gradient(to right, #f8101c, #ca1821);
    background: -moz-linear-gradient(to right, #f8101c, #ca1821);
    background: -o-linear-gradient(to right, #f8101c, #ca1821);
    background: linear-gradient(to right, #f8101c, #ca1821); }

.banner_destaque {
  position: relative; }
  .banner_destaque__conteudo {
    margin-bottom: 100px; }
  .banner_destaque__single {
    background-color: #5c6d6f;
    padding: 25px;
    padding-top: 40px;
    display: block;
    float: left;
    right: 0px;
    left: 0px; }
    @media only screen and (max-width: 1024px) {
      .banner_destaque__single {
        left: 0px;
        padding: 14px; } }
    @media only screen and (max-width: 768px) {
      .banner_destaque__single {
        left: auto;
        padding: 25px;
        padding-top: 40px; } }
    @media only screen and (max-width: 600px) {
      .banner_destaque__single {
        left: auto; } }
    .banner_destaque__single__titulo {
      margin-top: 0px;
      margin-bottom: 5px; }
      .banner_destaque__single__titulo a, .banner_destaque__single__titulo a:hover {
        font-family: 'Prelo' !important;
        font-weight: 300;
        line-height: 1.19;
        color: #ffffff;
        text-transform: uppercase;
        text-decoration: none; }
    .banner_destaque__single__descricao {
      line-height: 1.14; }
      .banner_destaque__single__descricao a, .banner_destaque__single__descricao a:hover {
        font-family: 'Prelo' !important;
        color: #fff;
        font-weight: 300;
        text-decoration: none; }
    .banner_destaque__single__icon {
      float: right;
      margin-right: 15px; }
      .banner_destaque__single__icon img {
        width: 39px;
        height: 39px; }
  @media only screen and (max-width: 768px) {
    .banner_destaque__img img {
      min-width: 100% !important; } }
  @media only screen and (max-width: 600px) {
    .banner_destaque__img img {
      max-width: 255px !important;
      margin-left: 0px; } }
  .banner_destaque .btn_vermelho_1 {
    background-color: #f8101c;
    background: -webkit-linear-gradient(to right, #f8101c, #ca1821);
    background: -moz-linear-gradient(to right, #f8101c, #ca1821);
    background: -o-linear-gradient(to right, #f8101c, #ca1821);
    background: linear-gradient(to right, #f8101c, #ca1821); }

.img_single img {
  margin-bottom: 50px !important; }

.certificados-single {
  margin: 50px 0; }

.corpo-single {
  z-index: 40; }

.table-estrutura .colors {
  padding: 8px 0px !important;
  border-bottom: 1px solid #ffffff;
  border-top: none !important; }

.table-estrutura .numeros {
  font-size: 26px;
  font-size: 2.6rem;
  border: none;
  width: 50px; }

.table-estrutura th {
  border-left: none;
  border-right: none;
  vertical-align: baseline; }
  .table-estrutura th p {
    border-left: 1px solid #ffffff;
    color: #ffffff;
    margin-bottom: 0px;
    font-size: 18px;
    font-size: 1.8rem;
    font-family: "Prelo Book";
    font-weight: normal;
    padding: 10px;
    padding-left: 20px; }

.box-ciclo-estrutura {
  padding-top: 10px; }

.ciclo-estrutura:before {
  content: ".";
  width: 20px;
  height: 20px;
  background-color: #A62E4D;
  color: transparent;
  position: absolute;
  left: -15px;
  top: 0px; }

.__basico:before {
  background-color: #A62E4D; }

.__especifico:before {
  background-color: #F3A533; }

.__especializado:before {
  background-color: #45BDAD; }

.perfio-aluno img {
  max-height: 200px !important; }

.perfio-aluno .owl-stage-outer {
  width: 100%; }

.cerificados-carrosel img {
  max-width: 120px !important; }

.cerificados-carrosel .owl-stage-outer {
  width: 100%; }

.veja-mais {
  position: relative;
  margin-bottom: 50px; }
  .veja-mais__conteudo {
    margin-bottom: 20px;
    z-index: -99; }
  .veja-mais .buttons {
    margin: 0 auto !important;
    display: block; }
    @media only screen and (max-width: 1024px) {
      .veja-mais .buttons {
        display: block;
        max-width: 420px !important;
        width: 100% !important;
        margin-right: auto;
        margin-left: auto; } }
    .veja-mais .buttons__single_container {
      width: 100% !important; }
      @media only screen and (max-width: 1024px) {
        .veja-mais .buttons__single_container {
          width: 100% !important;
          padding: 30px 15px !important; } }
    @media only screen and (max-width: 1024px) {
      .veja-mais .buttons__single, .veja-mais .buttons__submenu, .veja-mais .buttons__single_container {
        float: none;
        margin: 0 auto; } }
    .veja-mais .buttons__single__descricao {
      max-width: 160px !important; }
  @media only screen and (max-width: 1024px) {
    .veja-mais .container {
      padding-right: 0px !important;
      padding-left: 0px !important;
      margin-right: auto;
      margin-left: auto; } }

.turmas .agenda_slider__data_single__data {
  margin-right: 15px; }

.proximos-cursos {
  /*.agenda_slider__data_single__data{
		margin-left: 15px;
		@media only screen and (max-width : 768px){
     		margin-left: 265px;
     	}
     	@media only screen and (max-width : 600px){
     		margin-left: 120px;
     	}
     	@media only screen and (max-width : 425px){
     		margin-left: 70px;
     	}
     	@media only screen and (max-width : 320px){
     		margin-left: 25px;
     	}
	}*/ }
  .proximos-cursos .agenda_slider__data_single2 {
    width: 290px !important;
    margin-left: -10px; }
    @media only screen and (max-width: 768px) {
      .proximos-cursos .agenda_slider__data_single2 {
        width: 100% !important;
        margin-left: auto; } }
  .proximos-cursos .agenda_slider__data_single__descricao__descricao {
    max-width: 195px; }
    @media only screen and (max-width: 768px) {
      .proximos-cursos .agenda_slider__data_single__descricao__descricao {
        max-width: 100% !important;
        width: max-content; } }
    @media only screen and (max-width: 600px) {
      .proximos-cursos .agenda_slider__data_single__descricao__descricao {
        max-width: 130% !important;
        width: auto; } }

.leiaTBM {
  margin-bottom: 30px;
  font-style: italic;
  color: #505050; }
  .leiaTBM span {
    color: #ca1821; }

.legendafoto {
  margin-bottom: 30px;
  font-size: 16px;
  color: #000000; } 

.conteudo-noticia {
  margin-bottom: 30px; }

.menuAgendaArea {
  position: absolute;
  left: 9%;
  width: 290.4px;
  height: auto;
  background-color: #f3f3f3;
  top: 30%;
  z-index: 2; }
  @media only screen and (max-width: 768px) {
    .menuAgendaArea {
      top: 87%;
    }
  }
  .menuAgendaArea p {
    font-weight: bold; }
  .menuAgendaArea ul {
    list-style: none; }
  .menuAgendaArea li {
    width: 210px;
    height: auto;
    border-radius: 15px;
    border: solid 1px #505050;
    padding: 5px;
    margin-bottom: 15px;
    text-align: center;
    cursor: pointer; }
  .menuAgendaArea__off {
    display: none; }
  .menuAgendaArea__close {
    text-align: right;
    padding: 10px; }
    .menuAgendaArea__close span {
      color: #ffffff;
      background: #bdbdbd;
      border-radius: 50%;
      padding: 5px 5px 3px 5px;
      width: 7%;
      text-align: right;
      cursor: pointer; }
.menuAgendaMes {
  position: absolute;
  left: 9%;
  width: 290.4px;
  height: auto;
  background-color: #f3f3f3;
  top: 30%;
  z-index: 2; }
  @media only screen and (max-width: 768px) {
    .menuAgendaMes {
      top: 87%;
    }
  }
  .menuAgendaMes p {
    font-weight: bold; }
  .menuAgendaMes ul {
    list-style: none; }
  .menuAgendaMes li {
    width: 210px;
    height: 30px;
    border-radius: 15px;
    border: solid 1px #505050;
    padding: 5px;
    margin-bottom: 15px;
    text-align: center;
    cursor: pointer; }
  .menuAgendaMes__off {
    display: none; }
  .menuAgendaMes__close {
    text-align: right;
    padding: 10px; }
    .menuAgendaMes__close span {
      color: #ffffff;
      background: #bdbdbd;
      border-radius: 50%;
      padding: 5px 5px 3px 5px;
      width: 7%;
      text-align: right;
      cursor: pointer; }

.banner_vestibular {
  position: relative; }
  .banner_vestibular__conteudo {
    margin-bottom: 100px; }
  .banner_vestibular__single {
    background-color: #5c6d6f;
    padding: 25px;
    padding-left: 25px;
    padding-top: 50px;
    width: 300px;
    height: 300px;
    display: block;
    float: left;
    margin: 0 auto !important;
    position: absolute;
    right: 0px;
    left: 324px;
    bottom: 25px; }
    @media only screen and (max-width: 1024px) {
      .banner_vestibular__single {
        width: 240px;
        height: 240px;
        left: 0px;
        bottom: -140px;
        padding-top: 20px; } }
    @media only screen and (max-width: 768px) {
      .banner_vestibular__single {
        width: 300px;
        height: 300px;
        left: 390px;
        bottom: 28px; } }
    @media only screen and (max-width: 600px) {
      .banner_vestibular__single {
        width: 240px;
        height: 240px;
        left: 0px;
        bottom: 10px;
        padding-top: 10px; } }
    .banner_vestibular__single__titulo {
      margin-top: 0px;
      margin-bottom: 5px; }
      .banner_vestibular__single__titulo a, .banner_vestibular__single__titulo a:hover {
        font-family: 'Prelo' !important;
        font-size: 35px;
        font-size: 3.5rem;
        font-weight: 300;
        line-height: 1.19;
        color: #ffffff;
        text-transform: uppercase;
        text-decoration: none; }
    .banner_vestibular__single__descricao {
      line-height: 1.14; }
      .banner_vestibular__single__descricao a, .banner_vestibular__single__descricao a:hover {
        font-family: 'Prelo' !important;
        font-size: 20px;
        font-size: 2rem;
        color: #fff;
        font-weight: 300;
        text-decoration: none; }
    .banner_vestibular__single__icon {
      float: right;
      margin-right: 15px; }
      .banner_vestibular__single__icon img {
        width: 39px;
        height: 39px; }
  .banner_vestibular__img img {
    max-height: 355px;
    min-height: 355px;
    min-width: 518px;
    max-width: 518px; }
    @media only screen and (max-width: 1024px) {
      .banner_vestibular__img img {
        max-height: 355px;
        min-height: 355px;
        min-width: 455px;
        max-width: 455px; } }
    @media only screen and (max-width: 768px) {
      .banner_vestibular__img img {
        max-width: 100% !important; } }
    @media only screen and (max-width: 600px) {
      .banner_vestibular__img img {
        max-height: 355px;
        min-height: 355px;
        min-width: 365px;
        max-width: 365px;
        margin-left: 0px; } }
    @media only screen and (max-width: 425px) {
      .banner_vestibular__img img {
        max-height: 355px;
        min-height: 355px;
        min-width: 320px;
        max-width: 365px;
        margin-left: 0px; } }
  .banner_vestibular .btn_vermelho_1 {
    background-color: #f8101c;
    background: -webkit-linear-gradient(to right, #f8101c, #ca1821);
    background: -moz-linear-gradient(to right, #f8101c, #ca1821);
    background: -o-linear-gradient(to right, #f8101c, #ca1821);
    background: linear-gradient(to right, #f8101c, #ca1821); }

.alinha-data {
  position: absolute;
  top: 20px;
  left: 13px; }

.seminarios-list {
  margin-bottom: 19px;
  display: table; }
  @media only screen and (min-width: 1025px) {
    .seminarios-list .agenda_slider__data_single__descricao__vertical {
      max-width: 79% !important; } }
  @media only screen and (max-width: 768px) {
    .seminarios-list .agenda_slider__data_single__descricao__vertical {
      max-width: 1000% !important; } }
  @media only screen and (max-width: 600px) {
    .seminarios-list .agenda_slider__data_single__descricao__vertical {
      max-width: 69% !important; } }

.publicacoes__carrosel .owl-stage-outer {
  width: 100% !important; }

.publicacoes .agenda_slider__data_single2 {
  width: 100% !important; }

.publicacoes .agenda_slider__data_single__descricao__vertical {
  max-width: none !important;
  width: 70%; }

.publicacoes .agenda_slider__data_single__descricao__descricao {
  max-width: 100%;
  width: 100%; }

.publicacoes .owl-carousel .owl-nav {
  display: none !important; }

.publicacoes .owl-carousel img {
  min-width: 390px; }
  @media only screen and (max-width: 768px) {
    .publicacoes .owl-carousel img {
      min-width: 100%; } }

.educacao-executiva .buttons__single, .educacao-executiva .banner .buttons__single_container, .banner .educacao-executiva .buttons__single_container, .educacao-executiva .buttons__submenu, .educacao-executiva .veja-mais .buttons__single_container, .veja-mais .educacao-executiva .buttons__single_container, .educacao-executiva .banner .buttons__single_container, .educacao-executiva .buttons__submenu, .educacao-executiva .veja-mais .buttons__single_container {
  float: right; }

.educacao-executiva .banner_graduacao .buttons {
  top: 310px;
  margin-left: 20% !important; }
  @media only screen and (max-width: 1023px) {
    .educacao-executiva .banner_graduacao .buttons {
      left: auto;
      top: auto;
      margin-left: auto !important; } }

.educacao-executiva .agenda_slider .owl-carousel .owl-nav {
  top: 0%; }

.educacao-executiva .agenda_slider__data_single__descricao__titulo {
  font-size: 14px;
  font-size: 1.4rem; }

.educacao-executiva .agenda_slider__data_single__descricao__descricao {
  font-size: 12px;
  font-size: 1.2rem; }

.educacao-executiva .agenda_slider__data_single {
  width: 300px; }

.educacao-executiva .agenda_slider__data_single__descricao {
  /*max-width: 300px;*/ }

.educacao-executiva .agenda_slider__data_single__descricao__descricao {
  max-width: 220px !important; }

.educacaoExecultivaCarousel .owl-carousel {
  position: relative;
  margin-bottom: 0 !important; }
  .educacaoExecultivaCarousel .owl-carousel .owl-stage-outer {
    width: 90%;
    margin: 0 75px !important; }
    @media only screen and (max-width: 1300px) {
      .educacaoExecultivaCarousel .owl-carousel .owl-stage-outer {
        margin: 0 55px !important; } }
    @media only screen and (max-width: 768px) {
      .educacaoExecultivaCarousel .owl-carousel .owl-stage-outer {
        width: 90%;
        margin: 0 auto !important; } }
    @media only screen and (max-width: 600px) {
      .educacaoExecultivaCarousel .owl-carousel .owl-stage-outer {
        width: 100%;
        margin: 0 auto !important; } }
  .educacaoExecultivaCarousel .owl-carousel .owl-nav {
    position: absolute;
    width: 100%;
    display: flex;
    align-content: space-between;
    justify-content: space-between;
    z-index: -20; }
    .educacaoExecultivaCarousel .owl-carousel .owl-nav .button:focus {
      border: 0px !important; }
    .educacaoExecultivaCarousel .owl-carousel .owl-nav .owl-prev, .educacaoExecultivaCarousel .owl-carousel .owl-nav .owl-next {
      background: transparent !important; }
      .educacaoExecultivaCarousel .owl-carousel .owl-nav .owl-prev span, .educacaoExecultivaCarousel .owl-carousel .owl-nav .owl-next span {
        color: #fff;
        background-color: #45bdad;
        background: -webkit-linear-gradient(226deg, #45bdad, #45bdad);
        background: -moz-linear-gradient(226deg, #45bdad, #45bdad);
        background: -o-linear-gradient(226deg, #45bdad, #45bdad);
        background: linear-gradient(226deg, #45bdad, #45bdad);
        padding: 30% 0px 40% 0px;
        -webkit-border-radius: 30px;
        border-radius: 30px;
        background-clip: padding-box;
        /* stops bg color from leaking outside the border: */ }
        .educacaoExecultivaCarousel .owl-carousel .owl-nav .owl-prev span img, .educacaoExecultivaCarousel .owl-carousel .owl-nav .owl-next span img {
          width: 40px;
          height: 40px; }

.box_destaque a {
  text-decoration: none !important;
  color: #ffffff; }

.box_destaque a:hover {
  color: #ffffff; }

.box_destaque .box-right {
  padding-right: 0px;
  padding-left: 30px; }
  @media only screen and (max-width: 970px) {
    .box_destaque .box-right {
      padding-right: 15px;
      padding-left: 15px; } }

.box_destaque .img-box-destaque {
  min-width: 356px;
  max-width: 356px; }
  @media only screen and (max-width: 1024px) {
    .box_destaque .img-box-destaque {
      min-width: 100%;
      max-width: 100%; } }

.pag404 {
  margin: 0 auto; }
  .pag404 img {
    margin: 0 auto; }
  .pag404 h1 {
    color: #CA1821;
    font-weight: bold; }
  .pag404__collapse {
    padding: 20px 0 0; }
    @media only screen and (max-width: 1024px) {
      .pag404__collapse .nav.navbar-nav, .pag404__collapse .navbar-form {
        display: none !important; } }
    .pag404__collapse a {
      padding: 15px 10px !important;
      text-transform: uppercase;
      font-size: 14px;
      font-size: 1.4rem;
      font-family: 'Prelo' !important;
      font-weight: 500;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.57;
      letter-spacing: normal;
      color: #707070;
      margin-right: 20px; }
    .pag404__collapse a:hover {
      background-color: transparent !important; }
    .pag404__collapse__form {
      height: 40px;
      width: 50%;
      margin: 0 auto;
      position: relative;
      background-color: #F4F4F4;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */ }
      @media only screen and (max-width: 1274px) {
        .pag404__collapse__form {
          width: 90%; } }
      .pag404__collapse__form input {
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background-clip: padding-box;
        /* stops bg color from leaking outside the border: */
        background-color: #F4F4F4;
        box-shadow: none !important;
        width: 80% !important;
        height: 25px !important;
        border: 0px !important;
        padding-right: 15px !important;
        text-align: right;
        margin: 0 auto;
        padding-top: 20px; }
        .pag404__collapse__form input.placeholder {
          color: #707070;
          font-size: 10px;
          font-size: 1rem; }
        .pag404__collapse__form input:-moz-placeholder {
          color: #707070;
          font-size: 10px;
          font-size: 1rem; }
        .pag404__collapse__form input::-webkit-input-placeholder {
          color: #707070;
          font-size: 10px;
          font-size: 1rem; }
        .pag404__collapse__form input:-ms-input-placeholder {
          color: #707070;
          font-size: 10px;
          font-size: 1rem; }
      .pag404__collapse__form input::-webkit-input-placeholder {
        font-size: 16px;
        font-size: 1.6rem;
        color: #707070;
        margin-top: 10px; }
      .pag404__collapse__form button, .pag404__collapse__form button:hover {
        font-size: 12px;
        font-size: 1.2rem;
        padding: 0px !important;
        background-color: transparent;
        border: 0px;
        position: absolute;
        top: 4px;
        right: 10px;
        color: #ca1821; }
      .pag404__collapse__form i {
        font-size: 25px;
        font-size: 2.5rem; }
  .pag404 .gsc-search-button-v2 svg {
    width: 17px;
    height: 17px; }

.section_texto_404 {
  padding-top: 40px;
  padding-bottom: 60px; }

.insper-conhecimento .filto {
  text-align: end;
  padding-top: 7px; }
  @media only screen and (max-width: 600px) {
    .insper-conhecimento .filto {
      padding-left: 20px; } }

@media only screen and (max-width: 600px) {
  .insper-conhecimento select {
    margin-bottom: 20px; } }

@media only screen and (max-width: 600px) {
  .insper-conhecimento .resultadobusca {
    padding: 0;
    margin-bottom: 80px; } }

.insperConhecimentoEventos .seminarios-list {
  margin-bottom: 0px; }

  .listStyle {
    text-decoration: none;
    list-style: none;
    width: auto;
    float: left;
    margin: 5px 0px;
    width: 50%;
}

.lista-conhecimento {
    display: table;
    padding: 0;
}



.texto {
  z-index: 99999;
}

.pesquisasCarousel__head2 {
  z-index: 99;
}

#sub .paulo{
  max-width: 400px;
}

#sub {
  position: absolute;
  margin-top: 40px;
  background-color: rgb(236, 229, 229);
  z-index: 999;
  margin-left: 15px;
  top: 200px;
  padding-left: 25px;
  padding-bottom: 50px;
  width: 520px !important;
}

@media only screen and (max-width: 600px) {
  #sub {
    top: 330px;
    left:0;
  }
  .listStyle {
    text-decoration: none;
    list-style: none;
    width: 100%;
    float: left;
    margin: 5px 0px;
  }
  .lista-conhecimento {
    display: block;
    padding: 0;
  }
}

#sub ul {
  margin-bottom: 0;
}

.no-js {
  display: none;
}

.grid_noticia {
  position: relative;
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: auto auto auto auto auto;
  grid-column-gap: 15px;
  grid-row-gap: 10px;
  width: 100%;
  padding-left: 15px;
}

#btnFilter {
  padding: 5px 20px;
  color: white;
  background: linear-gradient(227deg, #3a3a41, #808080);
  border-radius: 20px;
  border: none;
  margin-top: 10px;
}

#slab {
  font-family: 'Prelo' !important;
}

.setasBanners {
  width: 30px;
  height: auto;
  margin-top: 250px;
}
@media only screen and (max-width: 768px) {
  .setasBanners {
      width: 22px;
      height: auto;
      margin-top: 150px;
  }
}
@media only screen and (max-width: 1280px) {
  .setasBanners {
      width: 30px;
      height: auto;
      margin-top: 200px;
  } 
}
