div,
h1,
h2,
h3,
h4,
h5,
input,
textarea,
button,
ul,
li,
a,
span,
p,
form {
  font-family: "PT Sans", sans-serif;
}

html .disabled_transparent input[disabled] {
  background-color: transparent;
}

.relative {
  position: relative;
}

.select_align input[type="radio"] {
  position: relative;
  margin-top: 6px;
}

.mt-25 {
  margin-top: 25px;
}

.box-botoes-lgpd {
  margin: 35px 0px;
}

.box-input {
  margin-bottom: 15px;
}

.foto_pessoal {
  position: absolute;
  top: 12px;
  right: 25px;
}

#btn_whats_fixed {
  position: fixed;
  right: 50px;
  bottom: 60px;
  z-index: 999;
  padding: 15px;
  border-radius: 50%;
  background: #00e676;
  cursor: pointer;
  animation: pulse 2s infinite;
}

#btn_whats_fixed:before,
#btn_whats_fixed:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 1px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  border: 3px solid #0ba360;
  animation: pulse2 2s infinite;
  opacity: 0;
}
#btn_whats_fixed:after {
  animation-delay: 0.4s;
}

#btn_whats_fixed svg {
  width: 30px;
  aspect-ratio: 1;
  color: #fff;
  float: left;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 230, 118, 0.5);
  }
  70% {
    -webkit-box-shadow: 0 0 5px 10px rgba(0, 230, 118, 0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 230, 118, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 5px 0 rgba(0, 230, 118, 0.5);
    box-shadow: 0 0 5px 0 rgba(0, 230, 118, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 5px 10px rgba(0, 230, 118, 0.5);
    box-shadow: 0 0 5px 10px rgba(0, 230, 118, 0.5);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(0, 230, 118, 0);
    box-shadow: 0 0 0 0 rgba(0, 230, 118, 0);
  }
}

@keyframes pulse2 {
  0% {
    height: 1px;
    width: 1px;
    left: 50%;
    top: 50%;
    opacity: 0;
  }
  50% {
    height: 70px;
    width: 70px;
    left: -5px;
    top: -5px;
    opacity: 1;
  }
  100% {
    height: 70px;
    width: 70px;
    left: -5px;
    top: -5px;
    opacity: 0;
  }
}

.select_align span {
  display: inline-block;
  vertical-align: top;
  color: inherit;
  font-size: inherit;
}

.select_align input {
  margin-left: 12px;
}

.select_align.select_2 input {
  margin-left: 0;
}

.select_align label {
  display: inline-block;
  vertical-align: top;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin-top: 1px;
  margin-bottom: 0;
}

.box-balcao {
  background: #eaeaea;
  margin-bottom: 40px;
}

.box-balcao > .detail-box {
  width: 40%;
  height: 230px;
  background: url(../images/balcao_vagas.jpg);
  display: inline-block;
  vertical-align: middle;
}

.box-balcao > .detail-box.curriculo {
  background: url(../images/balcao_curriculos.jpg);
}

.box-balcao > .detail-box > .detail-box-bg {
  width: 100%;
  height: inherit;
  background: rgba(95, 95, 95, 0.8);
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.box-balcao > .detail-box > .detail-box-bg svg {
  margin-top: calc(50% - 75px);
}

.box-balcao > .text-box {
  width: calc(60% - 6px);
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.box-balcao > .text-box h2 {
  font-weight: bold;
  color: #737171;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.box-balcao:hover > .text-box h2 {
  color: #5b94b7;
}

.box-balcao:hover > .detail-box > .detail-box-bg {
  background: rgba(112, 145, 157, 0.8);
}

.particao_curriculo .input {
  width: 100%;
}

.particao_curriculo span {
  font-size: 16px;
  color: #8c8d96;
  margin-bottom: 10px;
  margin-left: 5px;
  display: inline-block;
}

#form_curriculo .select_align {
  font-weight: initial;
  font-size: 16px;
  padding-left: 15px;
  padding-top: 10px;
  color: #8c8d96;
}

#form_curriculo .select_align.select_2 span {
  padding-bottom: 10px;
}

#form_curriculo .select_align.select_2 {
  padding-bottom: 10px;
  padding-top: 0;
}

#form_curriculo .campos {
  height: 45px !important;
}

#form_curriculo .tamanhotext {
  height: 100px !important;
}

.select_align .semestre_campo {
  margin: 0;
  padding-left: 7px;
  float: left;
}

.ens_superior_caixa {
  padding-top: 10px;
}

.clr:after {
  content: " ";
  clear: both;
  display: block;
}

.transition {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
}

a:hover,
a:active,
a:focus,
a:visited {
  text-decoration: none;
}

.container-limited {
  width: 100%;
  max-width: 1550px;
  margin-left: auto;
  margin-right: auto;
}

.inline {
  display: inline-block;
}

.wow {
  visibility: hidden;
}

.underline_cab {
  max-width: 1500px;
  height: 2px;
  background-color: #e6e7e7;
  margin-left: auto;
  margin-right: auto;
}

.pagination {
  margin: 60px 0;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #568db1;
  border-color: #568db1;
}

.logo-conv {
  padding: 0px 25px;
}

.alfabeto a {
  display: inline-block;
  padding: 1px 7px;
  color: #5f5f5f;
  font-size: 17px;
  vertical-align: middle;
}

.alfabeto a:hover {
  background: #568db1;
  color: #ffffff;
}

.img-agenda-sm {
  padding: 0px 7px;
}

.item_agenda {
  margin-bottom: 20px;
}

.item_agenda.departamento {
  margin-bottom: 80px;
}

.strtoupper {
  text-transform: uppercase;
}

.subtitulo {
  font-size: 44px;
  color: #558cb1;
  text-transform: uppercase;
  font-weight: bold;
}

.img-galeria {
  border: 1px solid #dddddd;
  margin-bottom: 15px;
}

#mapa {
  width: 100%;
  height: 760px;
  border-top: 1px solid #d5d6d8;
  border-bottom: 1px solid #d5d6d8;
}

#potedemel {
  display: none;
}

#txt_obrigatorio {
  display: none;
  color: #ff0000;
}

#rodape {
  background-color: #d5d6d8;
}

#rodape h3 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  font-family: "Quicksand", sans-serif !important;
  font-weight: bold;
}

#rodape a {
  font-size: 16px;
  padding: 10px 15px;
}

.fonte {
  font-style: italic;
  font-size: 12px;
}

.box-desconto h3 {
  margin-top: 50px;
}

#noticias {
  background-color: #fff;
}

#noticias h1 {
  color: #2585a5;
  font-size: 60px;
  margin-bottom: 5px;
}

#noticias_int h1,
#noticias_destaque h1,
#servicos h1,
#associados h1,
#fale_conosco h1 {
  color: #2585a5;
  font-size: 60px;
  margin-bottom: 60px;
  margin-top: 50px;
  font-weight: bold;
}

#servicos h1 {
  text-transform: uppercase;
}

#servico_int img {
  margin-top: 40px;
  margin-bottom: 30px;
}

.noticias_int_h1 {
  padding-left: 15px;
}

#noticias h2 {
  color: #000000;
  font-size: 25px;
  margin-top: 10px;
}

.noticias {
  margin-top: 15px;
  margin-bottom: 15px;
}

#agenda {
  background-color: #568db0;
}
.agenda {
  margin-top: 50px;
  margin-bottom: 150px;
}

.blue_hover {
  color: #fff;
  padding-top: calc(25% + 20px);
  height: 100%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

#servicos .servico:hover .blue_hover {
  width: 100%;
  height: 100%;
  background-color: rgba(38, 133, 167, 0.35);
  cursor: pointer;
}

.servico1 {
  background: url("../images/servico1.jpg") center;
  background-size: cover;
}
.servico2 {
  background: url("../images/servico2.jpg") center;
  background-size: cover;
}
.servico3 {
  background: url("../images/servico3.jpg") center;
  background-size: cover;
}
.servico4 {
  background: url("../images/servico4.jpg") center;
  background-size: cover;
}
.servico5 {
  background: url("../images/servico5.jpg") center;
  background-size: cover;
}
.servico6 {
  background: url("../images/servico6.jpg") center;
  background-size: cover;
}
.servico7 {
  background: url("../images/servico7.jpg") center;
  background-size: cover;
}
.servico8 {
  background: url("../images/servico8.jpg") center;
  background-size: cover;
}
.servico9 {
  background: url("../images/servico9.jpg") center;
  background-size: cover;
}
.servico10 {
  background: url("../images/servico10.jpg") center;
  background-size: cover;
}
.servico11 {
  background: url("../images/servico11.jpg") center;
  background-size: cover;
}
.servico12 {
  background: url("../images/img-guia-comercial.jpg") center;
  background-size: cover;
}
.servico13 {
  background: url("../images/img-guia-desconto.jpg") center;
  background-size: cover;
}

.texto-salas {
  font-size: 20px;
  line-height: 160%;
}

figure.salas {
  margin-top: 10px;
}

figure.salas figcaption {
  text-align: center;
  font-size: 14px;
  padding: 5px 0px;
}

figure.salas a {
  display: block;
  aspect-ratio: 1.37;
}

figure.salas img {
  object-fit: cover;
  height: 100%;
}

.subtitulo-margin-top {
  margin-top: 95px;
}

#oportunidades {
  background: url("../images/background_oportunidades.jpg") center;
  padding-top: 75px;
  padding-bottom: 100px;
}

#oportunidades h2 {
  font-size: 35px;
  color: #a4c5d2;
  font-weight: bold;
  text-align: center;
  margin-top: 35px;
  line-height: 130%;
}

#oportunidades h3 {
  font-size: 35px;
  color: #a4c5d2;
  font-weight: bold;
  text-align: center;
  margin-top: 60px;
  line-height: 130%;
  margin-bottom: 30px;
}

#oportunidades p {
  font-size: 25px;
  color: #ffffff;
  text-align: center;
  line-height: 140%;
}

#oportunidades .row {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

#patrocinadores,
#parceiros {
  background-color: #e7e7e7;
  padding-bottom: 100px;
  padding-top: 30px;
  text-align: center;
}

#patrocinadores h1,
#parceiros h1 {
  color: #1e596d;
  font-size: 50px;
  margin-bottom: 45px;
  margin-top: 30px;
  font-weight: bold;
  text-align: center;
}

#selecao_pesquisa h1 {
  color: #2685a7;
  font-size: 60px;
  font-weight: bold;
}

.itens_gray a {
  display: inline-block;
  vertical-align: middle;
  padding: 15px;
  width: 12%;
}

.itens_gray img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
  opacity: 0.6;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

.itens_gray img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}

#novidades {
  background-color: #323335;
}

.novidades h2 {
  color: #ffffff;
  margin-top: 65px;
  margin-bottom: 65px;
  font-size: 50px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  padding-right: 50px;
}

.novidades input {
  font-size: 30px;
  background-color: #323335;
  padding-left: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
  border: 2px solid #fff;
  border-radius: 15px;
  color: #fff;
}

.lastnews_title {
  font-size: 30px;
  color: #000;
  font-weight: bold;
  margin-top: 120px;
}

#email {
  width: 80%;
}

.btnemail {
  background-color: #333335;
  color: #ffffff;
  width: 18%;
  font-size: 30px;
  border: 2px solid #ffffff;
  border-radius: 15px;
  height: 68px;
  line-height: 30px;
  margin-top: -16px;
}

.btn-news {
  background-color: #333335;
  color: #ffffff;
  font-size: 30px;
  border: 2px solid #ffffff;
  border-radius: 15px;
  line-height: 68px;
}

.btn-news:hover,
.btn-news:focus {
  color: #a4c5d2;
  border-color: #a4c5d2;
}

.button--ujarak,
.button--ujarak::before {
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.button--ujarak {
  -webkit-transition: border-color 0.4s, color 0.4s;
  transition: border-color 0.4s, color 0.4s;
}

.btnemail:hover,
.btnemail:focus,
.btnemail.focus {
  text-decoration: none;
  color: #fff;
}

.receba_email {
  padding-top: 95px;
}

#email::-webkit-input-placeholder {
  color: #fff;
}

#email::-moz-placeholder {
  color: #fff;
}

.navbar-brand {
  padding-left: 130px;
  padding-right: 30px;
  padding-top: 0px;
  height: 149px;
  background-color: #fff;
}

.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
  margin-left: -10px !important;
}

.navbar {
  margin-bottom: 0px;
  border: 0px;
}

.bgmenu {
  background-color: #ffffff;
}

.topmenu {
  background-color: #dfdfdf;
  height: 55px;
  text-align: right;
  padding-right: 15px;
}

.navbar-toggle {
  background-color: #000000;
}

.navbar-toggle .icon-bar {
  background-color: #fff;
}

.nav > li > a {
  padding: 37px 17px;
  font-size: 20px;
  color: #000000;
  font-weight: 500;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
}

.nav > li > a:hover {
  text-decoration: none;
  background-color: #649aba !important;
  opacity: 1;
}
.nav > li > a:focus {
  text-decoration: none;
  background-color: #fff;
}

.dropdown-menu {
  background-color: transparent;
}

.navbar-nav li .dropdown-menu {
  margin-top: 0px;
  border-radius: 0px;
  margin-right: 0px;
  border: 0px;
  padding: 0px;
}

.dropdown-menu li a {
  padding-top: 15px;
  padding-left: 20px;
  padding-bottom: 15px;
  padding-right: 20px;
  background-color: rgba(100, 154, 186, 0.9);
  color: #000000;
  font-size: 18px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  text-transform: uppercase;
}

.dropdown-menu :first-child a {
  padding-top: 0px;
}

.dropdown-menu :last-child a {
  padding-bottom: 0px;
}

.dropdown-menu > li:hover a,
.dropdown-menu > li:focus a {
  text-decoration: none;
  color: #ffffff;
  background-color: #649aba;
  background-color: rgba(100, 154, 186, 0.9);
}

.dropdown-menu > li > .dropdown-menu > li a {
  color: #000000;
}

.dropdown-menu > li > .dropdown-menu > li:hover a,
.dropdown-menu > li > .dropdown-menu > li:focus a {
  color: #ffffff;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #649aba;
  border-color: #649aba;
}

.transition {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.margin0 {
  margin-left: 0px;
  margin-right: 0px;
}

#background1 {
  background: url(../images/imprimir_int.png);
}

.bordainterna {
  outline-offset: -10px;
  outline: 1px solid #fff;
  -webkit-transition: All 0.1s ease;
  -moz-transition: All 0.1s ease;
  -o-transition: All 0.1s ease;
}

.bordacinza {
  border: 1px solid #d4d4d5;
}

.solicitar_pacote_but {
  -webkit-border-radius: 11;
  -moz-border-radius: 11;
  border-radius: 11px;
  border: 1px solid #63ad9e;
  color: #ffffff;
  font-size: 20px;
  background: #63ad9e;
  padding: 11px 46px 11px 46px;
  text-decoration: none;
  margin-top: 30px;
  display: inline-block;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.redes_sociais {
  margin-top: 9px;
}

.redes_sociais a:hover {
  text-decoration: none;
}

.area_associado {
  display: inline-block;
  vertical-align: top;
}

.area_associado h3 {
  display: inline-block;
  font-size: 16px;
  color: #000;
  margin-top: 10px;
  margin-left: 5px;
}

svg path {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.navbar a:hover svg path {
  fill: #5c95b6;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  margin-left: 0px;
  margin-right: 0px;
}

.calendar-content {
  background: #ffffff;
}

.row-buts-calendar {
  background: #e6e7e8;
  padding-top: 3px;
  padding-bottom: 3px;
}

.btn-calendar {
  background: #e6e7e8;
  color: #a49d9d;
  border-color: transparent;
  border-radius: 0px;
}

.btn-calendar.mes {
  color: #437ea8;
  font-weight: bold;
  font-size: 35px;
}

.btn-calendar.mes:hover {
  color: #437ea8;
  background-color: transparent;
  border-color: #e6e7e8;
}

h2.titulo-green.titulo-calendario {
  border-bottom: 1px dotted #bbbfac;
  padding-bottom: 8px;
  margin-top: 20px;
  margin-bottom: 15px;
}
h2.titulo-green {
  font-size: 35px;
  color: #5eb96c;
  font-weight: bold;
  display: block;
  margin: 0;
}

.centraliza-agenda {
  background: #568db0;
  padding-top: 40px;
  overflow: hidden;
  padding-bottom: 150px;
}

.cal-month-day {
  height: 70px;
}

.btn-primary:hover {
  background: #e6e7e8;
  color: #a49d9d;
  border-color: #e6e7e8;
}

#agenda .glyphicon {
  top: 1px;
  line-height: 3;
}

.navmes_calendar {
  margin-top: 4px;
}

#agenda .btn-primary:focus,
.btn-primary.focus {
  color: #a49da7;
  background-color: #e6e7e8;
  border-color: #e6e7e8;
  outline: 0px;
}

.cal-month-box,
.cal-year-box,
.cal-week-box {
  background-color: #e6e7e8;
}

.cal-year-box .row-fluid:hover,
.cal-row-fluid:hover {
  background-color: #e6e7e8;
}

#cal-day-tick {
  bottom: -44px;
}

span[data-cal-date] {
  color: #000;
  font-size: 22px;
  opacity: 1;
}

.cal-year-box [class*="span"],
.cal-month-box [class*="cal-cell"] {
  border-right: 3px solid #dddee1;
}

.cal-year-box .row-fluid,
.cal-month-box .cal-row-fluid {
  border-bottom: 3px solid #dddee1;
}

.cal-row-head [class*="cal-cell"]:first-child,
.cal-row-head [class*="cal-cell"] {
  padding: 15px 0;
  text-transform: uppercase;
  font-size: 20px;
  background-color: #d1d2d4;
  font-weight: 400;
}

#cal-slide-content a.event-item {
  color: #000;
}

.legenda div {
  display: inline-block;
  padding-top: 7px;
  padding-bottom: 7px;
}

.event {
  width: 14px;
  height: 14px;
}

.legenda .cursos,
.cursos1 {
  display: inline-block;
  background-color: #8c8e93;
  width: 12px;
  height: 12px;
  margin-right: 2px;
  margin-top: 4px;
  margin-left: 10px;
  -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  border-radius: 8px;
}

.legenda .eventos,
.eventos1 {
  display: inline-block;
  background-color: #355a73;
  width: 12px;
  height: 12px;
  margin-right: 2px;
  margin-top: 4px;
  margin-left: 10px;
  -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  border-radius: 8px;
}

.legenda .reunioes,
.reunioes1 {
  display: inline-block;
  background-color: #558cb0;
  width: 12px;
  height: 12px;
  margin-right: 2px;
  margin-top: 4px;
  margin-left: 10px;
  -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  border-radius: 8px;
}

.title_agenda {
  font-size: 60px;
  color: #000;
  font-weight: bold;
  margin-bottom: 30px;
}

.cal-year-box .row-fluid:last-child,
.cal-month-box .cal-row-fluid:last-child {
  border-bottom: 1px solid #dddee1;
}

.ultimas_noticias {
  margin-bottom: 20px;
}

.ultimas_noticias h3 {
  color: #000;
  font-weight: bold;
  line-height: 130%;
  margin-top: 5px;
}

.but_linknoticia {
  color: #3f3f3f;
  font-weight: bold;
  font-size: 30px;
  line-height: 100%;
  padding: 12px 40px;
  border-radius: 5px;
  border: 0px;
  cursor: default;
  outline: none;
}
.button-store {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 4rem;
}

#agenda .mes {
  text-transform: uppercase;
}

.label-num-vagas {
  font-size: 18px;
  color: #ffffff;
  /* display:inline-block; */
  background: #5c95b6;
  padding: 18px 50px;
  margin-right: 10px;
  margin-bottom: 5px;
  margin-top: 35px;
}

.box-vaga {
  background: #f0f0f0;
  padding: 25px 20px 15px 20px;
  margin-bottom: 25px;
}

.box-vaga:hover a,
.box-vaga:hover h3 {
  color: #2685a6;
}

.box-vaga h3 {
  margin-top: 0px;
  font-size: 25px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 15px;
}

.box-vaga p {
  color: #000000;
  font-size: 18px;
}

.box-vaga a {
  display: block;
  padding-top: 10px;
  margin-top: 25px;
  border-top: 1px solid #c1c1c1;
  text-align: right;
  color: #858585;
  font-size: 14px;
}

.box-vaga svg.svg-mais {
  width: 21px;
  height: 21px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 5px;
}

.carousel-caption h3 {
  width: 100%;
  max-width: 570px;
  text-align: left;
  font-size: 50px;
  font-weight: bold;
}

.modal-vagas .modal-body {
  padding: 20px 45px;
}

.modal-vagas .modal-body > p {
  font-size: 15px;
  color: #5d5d5d;
  margin-bottom: 30px;
  line-height: 150%;
}

.modal-vagas .modal-header {
  border: none;
}

.modal-vagas .modal-header .close {
  font-size: 25px;
}

.modal-vagas .modal-title {
  display: block;
  font-size: 30px;
  color: #2685a6;
}

.modal-vagas .modal-subtitle {
  display: block;
  font-size: 23px;
  color: #000000;
  margin-bottom: 30px;
}

#owl-demo .item div {
  width: 65%;
}
#owl-demo .owl-prev span {
  font-size: 70px;
  color: #000;
}
#owl-demo .owl-next span {
  font-size: 70px;
  color: #000;
}
#owl-demo .owl-prev {
  position: absolute;
  left: -90px;
}
#owl-demo .owl-next {
  position: absolute;
  right: -90px;
}
#owl-demo .item h3 {
  text-align: center;
  margin-top: 10px;
  color: #000 !important;
}
#owl-demo .item a:hover {
  text-decoration: none !important;
}
#owl-demo.owl-theme .owl-controls {
  margin-top: -70px;
  text-align: center;
  position: absolute;
  top: 50%;
  width: 100%;
}
#owl-demo.owl-theme .owl-controls .owl-buttons div {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: transparent;
  opacity: 0.5;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

#owl-noticias .item div {
  width: 65%;
}
#owl-noticias .owl-prev span {
  font-size: 70px;
  color: #fff;
}
#owl-noticias .owl-next span {
  font-size: 70px;
  color: #fff;
}
#owl-noticias .owl-prev {
  position: absolute;
  left: 20px;
}
#owl-noticias .owl-next {
  position: absolute;
  right: 20px;
}
#owl-noticias .item h3 {
  text-align: center;
  margin-top: 10px;
  color: #000 !important;
}
#owl-noticias .item a:hover {
  text-decoration: none !important;
}
#owl-noticias.owl-theme .owl-controls {
  margin-top: -70px;
  text-align: center;
  position: absolute;
  top: 50%;
  width: 100%;
}
#owl-noticias.owl-theme .owl-controls .owl-buttons div {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: transparent;
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

.owl-carousel .owl-item img {
  width: 90%;
}

.owl-carousel .owl-item {
  position: relative;
}

.leia_mais a:hover {
  text-decoration: none !important;
}

.leia_mais,
.leia_mais a {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  text-align: center;
  opacity: 0.8;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
}

.leia_mais:hover {
  opacity: 1;
}

.caixa_noticia {
  position: relative;
}

.caixa_noticia img {
  width: 100%;
  height: 100%;
}

#noticias_destaque .caixa_noticia {
  margin-bottom: 42px;
  padding: 0px;
}

#noticias_destaque.principal .caixa_noticia {
  margin-bottom: 15px;
  padding: 0px;
}

.m-b-14 {
  margin-bottom: 14px;
}

.m-b-60 {
  margin-bottom: 60px;
}

.subtitlulo_destaque {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  background-color: #aaa9a7;
  opacity: 0.9;
}

.subtitlulo_destaque h3 {
  color: #000;
  font-size: 35px;
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 130%;
  width: 70%;
  margin-left: 15%;
}

.subtitlulo_destaque2 {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  background-color: #aaa9a7;
  opacity: 0.9;
}

.subtitlulo_destaque2 h3 {
  color: #000;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 130%;
  width: 86%;
  margin-left: 7%;
  font-weight: bold;
}

#noticias_destaque {
  margin-bottom: 60px;
}

.subtitlulo_padrao {
  text-align: center;
  width: 100%;
}

.subtitlulo_padrao h3 {
  color: #000;
  font-size: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 130%;
  width: 100%;
}

.m-b-20 {
  margin-bottom: 20px;
}

#listagem_noticias,
#listagem_associados {
  margin-bottom: 140px;
}

#listagem_noticias h4,
#listagem_associados h4 {
  color: #999999;
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 10px;
}

#listagem_noticias img {
  margin-top: 30px;
}

#listagem_noticias_interna {
  margin-bottom: 140px;
}

#listagem_noticias_interna img {
  margin-top: 30px;
}

#listagem_associados img,
#listagem_associados img.sem-foto {
  margin-top: 30px;
  padding: 26px 30px;
  border: 1px solid #eaeaea;
  border-bottom: 0px;
}

#listagem_associados img.sem-foto {
  padding: 0px;
}

#conteudo_noticia_int h1 {
  font-size: 45px;
  color: #2585a6;
  font-weight: bold;
}

#conteudo_noticia_int h2 {
  font-size: 40px;
  color: #000;
  font-weight: bold;
  margin-top: 40px;
}

#conteudo_noticia_int h3 {
  font-size: 25px;
  color: #000;
  font-weight: bold;
  margin-top: 40px;
}

#conteudo_noticia_int p {
  font-size: 20px;
  color: #5d5d5d;
  margin-top: 30px;
}

#noticias_int a:hover {
  text-decoration: none;
}

#noticias_int .caixa_noticia {
  padding: 0;
  margin-bottom: 41px;
}

.pesquisa_cabecalho {
  display: inline-block;
  margin-left: 5px;
}

.pesquisa_cabecalho #pesquisa {
  width: 0px;
  border-radius: 0px;
  background-color: #dfdfdf;
  border: 0px solid #6d6a6a;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 20px;
  color: #6d6a6a;
  -webkit-transition: all 0.23s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

#pesquisa_cabecalho {
  display: inline-flex;
  line-height: 34px;
  margin-right: 70px;
  margin-left: 40px;
}

#pesquisa_cabecalho .glyphicon-chevron-right {
  margin-top: 10px;
  margin-left: 10px;
  display: none;
  color: #6d6a6a;
}

#associados_form button,
#associados_form input,
#associados_form optgroup,
#associados_form select,
#associados_form textarea {
  height: 60px;
  border-radius: 15px;
  color: #8c8e96;
  font-size: 20px;
  border: 1px solid #d3d3d5;
  padding-left: 15px;
  vertical-align: middle;
  width: 25%;
}
#associados_form {
  margin-bottom: 40px;
}
#associados_form #pesquisa,
#associados_form #tipo_estabelecimento {
  width: 72%;
}
#associados_form button {
  margin-left: 2%;
  padding-left: 0px;
  color: #fff;
  background-color: #568db1;
  font-size: 23px;
  font-weight: 500;
}

#selecao_pesquisa .buscou_por {
  margin-bottom: 10px;
  color: #858b8c;
  font-size: 15px;
  position: relative;
}

#selecao_pesquisa .buscou_por:after {
  content: " ";
  display: block;
  height: 1px;
  width: 200px;
  background-color: #e6e7e7;
  margin-top: 4px;
}

.twitter_xs {
  position: absolute;
  top: 10px;
  right: 80px;
  margin-right: 10px;
}

.face_xs {
  position: absolute;
  top: 10px;
  right: 0px;
  margin-right: 10px;
}

.youtube_xs {
  position: absolute;
  top: 10px;
  right: 40px;
  margin-right: 10px;
}

.legenda_associados {
  width: 100%;
  text-align: center;
  line-height: 120%;
}

#listagem_noticias .legenda_associados h3,
#listagem_associados .legenda_associados h3 {
  font-size: 25px;
  margin-top: -4px;
  padding-top: 20px;
  padding-bottom: 30px;
  font-weight: bold;
  color: #000;
}

#listagem_noticias .legenda_associados h4,
#listagem_associados .legenda_associados h4 {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #000;
}

#listagem_noticias .legenda_associados p,
#listagem_associados .legenda_associados p {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 9px;
  color: #000;
}

#listagem_noticias .legenda_associados p.data-assoc,
#listagem_associados .legenda_associados p.data-assoc {
  font-size: 20px;
  line-height: 140%;
}

#listagem_noticias .legenda_associados p a,
#listagem_associados .legenda_associados p a {
  color: #000;
}

.shadow_associados {
  -webkit-box-shadow: 0px 3px 5px -2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 5px -2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 5px -2px rgba(0, 0, 0, 0.3);
  border: 1px solid #eaeaea;
  border-top: 0px;
  min-height: 120px;
}

.texto_convenios h2 {
  font-size: 25px;
  margin-bottom: 30px;
  margin-top: 30px;
  font-weight: bold;
}

.texto_convenios h3 {
  font-size: 18px;
  margin-bottom: 3px;
  margin-top: 25px;
  font-weight: bold;
}

.texto_convenios p {
  font-size: 18px;
  line-height: 130%;
}

.txt_associado .well {
  min-height: 30px;
  padding: 5px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 0px;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
}

.detalhes_convenio_but {
  border: 1px solid #d3d3d5;
  padding: 12px 42px;
  background-color: #fff;
  border-radius: 10px;
  font-size: 23px;
  color: #bbbbbb;
  outline: none;
  width: 100%;
  max-width: 315px;
  margin-top: 20px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.homenageados_int_subtitles h3 {
  font-size: 15px;
  color: #5d5d5d;
  line-height: 160%;
}

.title_homenageados {
  margin-top: 0px !important;
  margin-bottom: 40px !important;
}

.diretoria_buttons {
  padding: 10px 15px;
  max-width: 340px;
}

.panel-body {
  padding: 0px;
  padding-top: 60px;
}

.panel-group .panel + .panel {
  margin-top: 0px;
}

.panel-group .panel {
  border: 0px;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 0px;
}

#botoes_diretoria .diretoria_buttons {
  border: 1px solid #2685a7 !important;
  background-color: #2685a7 !important;
  color: #fff !important;
}

#botoes_diretoria .collapsed {
  background-color: #fff !important;
  color: #bbbbbb !important;
  border: 1px solid #d3d3d5 !important;
}

.nomes_importantes {
  font-size: 25px;
  color: #268db2;
  font-weight: bold;
  line-height: 130%;
}

.atuacao_diretoria {
  font-size: 23px;
  color: #000;
}

.gestao_diretoria {
  font-size: 18px;
  color: #7f8184;
}

.subtitulo_45 {
  color: #2585a6;
  font-weight: bold;
  font-size: 45px;
  margin-top: 0px;
  margin-bottom: 30px;
}

.text_declaracao,
.text_declaracao p {
  color: #5d5d5d;
  font-size: 18px;
  line-height: 160%;
}

.listagem_funcionarios div {
  margin-bottom: 30px;
}

#associe_se h1 {
  font-size: 50px;
}

#associe_se h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 160%;
  margin-bottom: 30px;
  margin-top: 60px;
  color: #5d5d5d;
}

#associe_se h3 {
  color: #2685a7;
  font-size: 40px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 25px;
}

#associe_se a {
  color: #5d5d5d;
}

#associe_se a:hover {
  text-decoration: underline;
}

.campos,
.campos2 {
  width: 100%;
  border: 1px solid #d3d3d5;
  border-radius: 10px;
  padding-left: 20px;
  color: #8c8e96;
  font-size: 20px;
  height: 50px;
  margin-bottom: 10px;
}

.campos2 {
  width: 100%;
}

.btn_associe_se button {
  color: #fff;
  background-color: #568db1;
  font-size: 20px;
  font-weight: 500;
  padding: 7px 47px;
  border-radius: 10px;
  float: right;
}

.icons_fale_conosco {
  margin-top: 65px;
  margin-bottom: 65px;
}

.icons_fale_conosco p {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 20px;
  color: #000;
}

.right_fale_conosco {
  background: #5c94b6;
  padding-bottom: 60px;
}

.svgs_fale_conosco {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.svgs_fale_conosco div {
  display: inline-block;
  margin: 0px 4px;
}

.svgs_fale_conosco div a:hover svg {
  color: #e4e4e4 !important;
}

.btnenviar1 {
  background: #568db1;
  color: #ffffff;
  font-size: 23px;
  max-width: 190px;
  border-radius: 10px;
  border: 1px solid #d2d2d5;
  height: 58px;
}

.origem_mensagem {
  position: absolute;
  top: 0;
  right: 5%;
  height: 40px;
  width: 140px !important;
  text-align: center;
  background: #fff;
  line-height: 40px;
  font-size: 18px;
  color: #000;
}

.svgs_fale_conosco a:hover svg path {
  fill: #e4e4e4;
}

.veja_mais_agenda {
  color: #403f41;
  font-size: 30px;
  text-align: right;
  font-weight: bold;
}

.event-important {
  background-color: #8c8e93;
}
.dh-event-important {
  background-color: #b0b2b5 !important;
}

.event-success {
  background-color: #355a73;
}
.dh-event-success {
  background-color: #8197a5 !important;
}

.event-warning {
  background-color: #558cb0;
}
.dh-event-warning {
  background-color: #92b2c7 !important;
}

.backgroundnone {
  background-color: transparent;
  padding-top: 10px;
}

.title_interna h3 {
  margin-top: 20px;
}

.title_interna.inline {
  margin-bottom: 25px;
}

.title_interna.inline h3 {
  display: inline-block;
  padding-left: 10px;
  font-weight: normal;
}

.titulo_agenda_interna {
  color: #000;
  font-weight: bold;
  line-height: 130%;
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 29px;
}

.img-agenda {
  border: 1px solid #e5e7e8;
}

.voltar_agenda {
  margin-bottom: 10px;
}

textarea {
  padding-top: 9px;
  height: 200px !important;
}

.col_filter_btn {
  display: flex;
  align-items: center;
}

.filter_btn {
  display: flex;
  color: #5c95b6;
  gap: 1rem;
	font-size: 16px;
	font-weight: bold;
}
.filter_btn a {
  /* font-size: 1.13rem; */
  color: #3f3f3f;
  padding: 15px 50px;
}

.filter_btn a:hover,
a.filter_btn:hover {
  background-color: #ddd;
  border: 1px solid #ddd;
}
.filter_btn svg {
  width: 20px;
  height: 20px;
  color: #5c95b6;
}

.voltar_agenda a,
a.voltar_agenda {
  font-size: 17px;
  color: #3f3f3f;
  padding: 15px 50px;
  line-height: 60px;
  border: 1px solid #e6e7e8;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.voltar_agenda a:hover,
a.voltar_agenda:hover {
  background-color: #ddd;
  border: 1px solid #ddd;
}

.col-but-cadastre-balcao {
  text-align: right;
  padding-top: 30px;
}

.inscreva-se {
  margin-top: 10px;
  width: 100%;
}

.inscreva-se a {
  font-size: 23px;
  font-weight: bold;
  color: #fff;
  display: block;
  cursor: pointer;
  background-color: #5c95b6;
  padding: 15px 20px;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  border: 1px solid #5c95b6;
}

.inscreva-se a:hover {
  color: #5c95b6;
  background-color: #fff;
  border: 1px solid #5c95b6;
}

.ultimas_noticias .modal-header {
  text-align: center;
}

.ultimas_noticias .modal-header h4 {
  font-size: 18px;
  line-height: 180%;
  color: #5d5d5d;
  margin-bottom: 0px;
}

.ultimas_noticias .modal-header h5 {
  font-size: 23px;
  line-height: 160%;
  color: #5b94b6;
  font-weight: bold;
  margin-top: 0px;
}

.ultimas_noticias .modal-header,
.ultimas_noticias .modal-body {
  padding: 20px;
  border-bottom: none;
}

.ultimas_noticias .modal-body span {
  display: block;
  margin-bottom: 8px;
  margin-top: 10px;
  color: inherit;
  font-size: 15px;
}

.modal-content {
  border-radius: 0px;
  border: 1px solid #c9c9c9;
}

.modal-body span.inline {
  display: inline-block;
  margin: 15px 0;
}

.ultimas_noticias .modal-body .formas_pagamento {
  font-size: 17px;
  font-weight: bold;
  margin-top: 20px;
}

.ultimas_noticias .modal-body .prazo {
  font-size: 15px;
  font-weight: bold;
  margin-top: 15px;
}

.ultimas_noticias .modal-body #email {
  width: 100%;
}

.ultimas_noticias .modal-body input[type="radio"] {
  margin: 0 5px 3px 5px;
  display: inline-block;
  vertical-align: middle;
  height: 17px;
  width: 17px;
}

#cadastro_categoria_carteira[disabled] {
  background: #ebebe4;
}

#form_inscreva_se {
  color: #8c8c96;
  font-size: 15px;
}

.but_linknoticia2 {
  cursor: default;
  outline: none;
}

.color_but_agenda {
  background-color: #e5e6e7;
  border: 1px solid #e5e6e7;
}

.item_agenda p {
  font-weight: bold;
  color: #727274;
  font-size: 18px;
  line-height: 60px;
}

.item_agenda a {
  color: #727274;
}

.item_agenda p.resumo-agenda {
  font-size: 14px;
  color: #333;
  line-height: 140%;
  font-weight: normal;
  padding-top: 15px;
}

.cursos1,
.eventos1,
.reunioes1 {
  height: 20px;
  width: 20px;
  border-radius: 20px;
  margin-left: 0px;
}

.text2_agenda {
  display: inline-block;
  font-size: 16px;
  color: #868b8e;
  position: absolute;
  top: 3px;
  left: 25px;
}

.tipo_evento {
  position: relative;
}

#selecao_agenda a {
  padding: 17px 30px;
  background-color: #5c95b6;
  color: #000 !important;
  font-size: 20px;
}

#selecao_agenda {
  line-height: 60px;
}

#selecao_agenda .collapsed {
  background-color: #fff !important;
  border-right: 2px solid #d1d2d4;
}

#selecao_agenda a:last-child {
  border: 0px;
}

.listagem_agenda .panel {
  border: 0px solid transparent;
  -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}

.listagem_agenda .panel-body {
  padding-top: 10px;
}

.selecionado {
  width: 100%;
  max-width: 290px;
  border-bottom: 1px solid #e6e7e7;
  margin-bottom: 40px;
}

.selecionado p {
  margin-bottom: 0px;
}

.caixa_noticia_int {
  margin-bottom: 3.5% !important;
}

.panel {
  border: 0px solid transparent !important;
  margin: 0px;
}

.voltar_noticias {
  font-size: 20px;
  font-weight: bold;
  float: right;
  margin-top: 10px;
  max-width: 140px;
}

.hovermodal {
  position: relative;
  cursor: pointer;
}

.hovermodal p {
  font-size: 0px;
  color: #000;
  font-weight: bold;
  position: absolute;
  bottom: 50px;
  left: calc(50% - 45px);
}

.hovermodal:hover p {
  font-size: 25px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.panel a {
  cursor: pointer;
}

.dropdown_pesquisa {
  background-color: #fff;
  width: 100%;
  top: 40px;
}

.btn_associe_se button.env_curriculo {
  padding: 11px 90px;
  border-radius: 12px;
  font-size: 23px;
  font-weight: 600;
  outline: none;
}

.btn_associe_se button.add_curso {
  margin-top: 15px;
  padding: 10px 15px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
}

.total_cursos {
  display: inline-block;
  margin-right: 15px;
  margin-top: 27.5px;
}

.particao_curriculo {
  margin-top: 30px;
}

#form_curriculo .div_autorizo .select_align {
  padding-left: 0;
}

#form_curriculo .div_autorizo h5 {
  font-size: 18px;
  color: #000;
  font-weight: 600;
}

#form_curriculo .div_autorizo span {
  font-size: 16px;
  color: #8c8c96;
  font-weight: 500;
}

.particao_curriculo .caixa {
  padding: 40px 25px;
  border: 1px solid #c0c0c0;
}

.titulo_caixa {
  font-size: 25px;
  color: #000;
  margin-left: 15px;
  padding: 15px;
  margin-bottom: -28px;
  margin-top: 0;
  font-weight: 600;
  background-color: #fff;
  display: inline-block;
}

.titulo_caixa span {
  font-size: 16px;
  color: #8c8d96;
  font-weight: initial;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  margin-bottom: 5px;
}

.visible1200_1600 {
  display: none;
}

.m-t-40 {
  margin-top: 40px;
}

@media (min-width: 1550px) and (max-width: 1900px) {
  .nav > li > a {
    padding: 37px 14px;
    font-size: 15px;
  }
}

@media (min-width: 1550px) and (max-width: 1650px) {
  #owl-demo.owl-theme .owl-controls {
    margin-top: -20px;
    text-align: center;
    position: initial;
    top: 50%;
    width: 100%;
  }
  #owl-demo .owl-prev {
    position: absolute;
    left: 40%;
  }
  #owl-demo .owl-next {
    position: absolute;
    right: 40%;
  }
}
@media (max-width: 1650px) {
  .socios_homenageados {
    padding-left: 0px;
  }
}

@media (min-width: 1650px) {
  #patrocinadores h1,
  #parceiros h1 {
    text-align: center;
  }
  .m-l-10 {
    margin-left: 10px;
  }
  #owl-demo .owl-prev {
    position: absolute;
    left: -90px;
  }

  #owl-demo .owl-next {
    position: absolute;
    right: -90px;
  }
}

@media (max-width: 842px) {
  #oportunidades .row {
    justify-content: center;
  }
}

@media (min-width: 768px) and (max-width: 1750px) {
  #owl-demo.owl-theme .owl-controls {
    display: none !important;
  }
}

@media (min-width: 1550px) {
  #form_curriculo .select_align.select_2 label {
    margin-right: 10px;
  }
  .floatleft_lg {
    float: left !important;
    padding-left: 0px !important;
    width: calc(100% - 466px);
  }
  .topmenu {
    padding-right: 70px;
  }
  .navbar-brand {
    padding-top: 20px;
  }
  .padLeftLarge {
    padding-left: 100px;
  }
}

@media (min-width: 768px) and (max-width: 1550px) {
  .navbar-brand img {
    width: 140px;
    margin-top: 45px;
  }
  .floatleft_lg {
    float: left !important;
    padding-left: 0px !important;
    width: calc(100% - 200px);
  }
  #owl-demo .owl-prev {
    position: absolute;
    left: 40%;
  }
  #owl-demo .owl-next {
    position: absolute;
    right: 40%;
  }
  #owl-demo .owl-prev span {
    font-size: 50px;
    color: #000;
  }
  #owl-demo .owl-next span {
    font-size: 50px;
    color: #000;
  }
  #owl-demo.owl-theme .owl-controls {
    margin-top: -20px;
    text-align: center;
    position: initial;
    top: 50%;
    width: 100%;
  }
  #owl-demo.owl-theme .owl-controls .owl-buttons div {
    margin: 12px;
  }
}

@media (max-width: 1550px) {
  .navbar-brand img {
    width: 140px;
    margin-top: 45px;
  }
  .navbar-brand {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0px;
    height: 150px;
    background-color: #fff;
  }
  .texto_convenios h2 {
    font-size: 25px;
    margin-bottom: 30px;
    margin-top: 0px;
    font-weight: bold;
  }
  .carousel-caption h3 {
    width: 100%;
    max-width: 380px;
    font-size: 35px;
    text-align: left;
  }
}

@media (min-width: 768px) and (max-width: 1550px) {
  .container-limited {
    width: 90%;
  }
}

@media (max-width: 1250px) {
  .receba_email {
    padding-top: 135px;
  }
  #noticias_int .caixa_noticia {
    padding: 0;
    margin-bottom: 16%;
  }
  #noticias_int .caixa_noticia:last-child {
    padding: 0;
    margin-bottom: 0%;
  }
  .carousel-caption h3 {
    width: 100%;
    max-width: 220px;
    font-size: 25px;
    text-align: left;
  }
  .carousel-caption {
    top: 5px;
  }
  .origem_mensagem {
    right: 4%;
  }
  .btn-calendar.mes {
    color: #437ea8;
    font-weight: bold;
    font-size: 24px;
    margin-top: 10px;
  }
  span[data-cal-date] {
    font-size: 18px;
  }
  .centraliza-agenda {
    padding-bottom: 0px;
  }
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .visible1200_1600 {
    display: block;
  }
  .fullwidth1200_1600 {
    width: 100% !important;
  }
  .halfwidth1200_1600 {
    width: 50% !important;
  }
  #form_curriculo .select_align.select_2 {
    margin-top: 20px;
  }
  #form_curriculo .select_align.select_2 span {
    padding-bottom: 0;
  }
  .particao_curriculo span {
    font-size: 13px;
    margin-top: 5px;
  }
  .navbar-nav {
    float: right;
  }
  .nav > li > a {
    padding: 37px 12px;
    font-size: 15px;
  }
}

@media (min-width: 1200px) and (max-width: 1300px) {
  .nav > li > a {
    padding: 37px 10px;
    font-size: 13px;
  }
  .cal-month-day {
    height: 60px;
  }
  .event {
    width: 12px;
    height: 12px;
  }
}

@media (min-width: 1200px) {
  .col-lg-4block {
    width: 25%;
    float: left;
    position: relative;
    min-height: 1px;
  }
  .diretor_depto {
    margin-bottom: 60px;
  }
  .detalhes_convenio_but:hover {
    border: 1px solid #2685a7 !important;
    background-color: #2685a7 !important;
    color: #fff !important;
  }

  .col-calendario {
    padding-right: 0px;
  }

  #listagem_noticias .caixa_noticia {
    width: 80%;
  }

  #listagem_noticias .block_left {
    margin-left: 0px;
  }

  #listagem_noticias .block_right {
    margin-left: 20%;
  }

  .col-agenda-padding {
    padding-left: 65px;
  }

  .blue_hover {
    padding-top: calc(105px);
  }

  .col-lg-block {
    width: 14.223%;
    float: left;
  }
}

@media (max-width: 1200px) {
  #form_curriculo .select_align.select_2 {
    margin-top: 25px;
  }
  #form_curriculo .select_align.select_2 span {
    padding-bottom: 0;
  }
  #listagem_noticias .caixa_noticia {
    width: 100% !important;
  }
  #listagem_noticias .block_left {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  #listagem_noticias .block_right {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .navbar-brand {
    height: 105px;
    padding-top: 0px;
  }
  .navbar-brand img {
    margin-top: 30px;
  }
  .dropdown-menu > li > a {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 58px;
    font-size: 10px;
    text-transform: uppercase;
  }
  .inscreva-se a {
    padding: 15px 0px;
  }
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .cal-month-day {
    height: 50px;
  }
  .event {
    width: 10px;
    height: 10px;
  }
}

@media (min-width: 992px) {
  .col-md-4block {
    width: 25%;
    float: left;
    position: relative;
    min-height: 1px;
  }
  #servicos .servico {
    padding: 0;
    margin: 0;
    height: 440px;
  }
  .ultimas_noticias .modal-lg {
    width: 800px;
  }
}

@media (max-width: 992px) {
  .campos,
  .campos2 {
    font-size: 16px;
  }
  #servicos .servico {
    height: 380px;
  }
  .listagem_funcionarios div {
    margin-bottom: 60px;
  }
  .m-t-20 {
    margin-top: 20px;
  }
  #rodape h3 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }
  .subtitulo {
    font-size: 30px;
  }
  .m-b-60 {
    margin-bottom: 30px;
  }
  .btnenviar1 {
    margin-bottom: 40px;
  }
  #selecao_agenda {
    text-align: center;
    margin-top: 20px;
  }
  #agenda img {
    margin-bottom: 40px;
    margin-top: 30px;
  }
  #noticias_int h1,
  #servicos h1 {
    color: #2585a5;
    font-size: 40px;
    margin-bottom: 40px;
    margin-top: 30px;
    font-weight: bold;
  }
  #conteudo_noticia_int h2 {
    font-size: 30px;
    margin-top: 50px;
    text-align: center;
  }
  .novidades h2 {
    text-align: center;
    font-size: 40px;
  }
  .receba_email {
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .carousel-caption h3 {
    width: 100%;
    max-width: 180px;
    font-size: 15px;
    text-align: left;
  }
  #associados_form .col-md-9 {
    margin-bottom: 20px;
  }
  #botoes_diretoria .diretoria_buttons {
    text-align: center;
  }
  #h1_subtitulo h1 {
    padding-top: 30px !important;
  }
  .title_agenda,
  #noticias h1 {
    text-align: center !important;
    font-size: 40px;
  }
  #mapa {
    height: 300px;
  }

  .button-store {
    display: inline-block;
    padding: 1rem;
    margin: auto;
  }

}


@media (min-width: 992px) and (max-width: 1199px) {
  .nav > li > a {
    padding: 15px 8px;
    font-size: 11px;
  }
  #servicos .servico {
    height: 395px;
  }
  .redes_sociais svg {
    height: 28px;
    margin-top: 5px;
  }
  .navbar-nav {
    float: right;
  }
  .detalhes_convenio_but {
    font-size: 17px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .detalhes_convenio_but {
    font-size: 15px;
  }
  .titulo_agenda_interna {
    text-align: center;
  }
  .voltar_agenda {
    margin-top: 40px;
    text-align: center;
  }
  .agenda_interna_geral .title_interna h3 {
    text-align: center;
  }
  .agenda_interna_geral .but_linknoticia2 {
    margin: 0px auto;
    display: block;
  }
  .inscreva-se {
    margin-top: 10px;
  }
  .nav > li > a {
    padding: 15px 5px;
    font-size: 8px;
  }
  #servicos .servico {
    height: 300px;
  }
  #servicos .servico img {
    height: 90px;
  }
  #servicos .servico h2 {
    font-size: 14px;
  }
  .blue_hover {
    padding-top: calc(75px);
  }
  .redes_sociais svg {
    height: 28px;
    margin-top: 5px;
  }
  .area_associado h3 {
    display: inline-block;
    font-size: 13px;
    color: #000;
    margin-top: 12px;
  }
  .navbar-nav {
    float: right;
  }
  .subtitlulo_destaque h3 {
    font-size: 26px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  #patrocinadores,
  #parceiros {
    padding-bottom: 50px;
  }
  .itens_gray {
    text-align: center;
  }
  .itens_gray a {
    width: 30%;
  }
  #cadastro_foto_input {
    display: none;
  }
  .foto_pessoal {
    margin-bottom: 15px;
    right: initial;
    display: block;
  }
  .pret_salarial_options label {
    width: calc(100% - 30px);
  }
  .btn_associe_se button.env_curriculo {
    padding: 10px 44px;
    font-size: 16px;
  }
  .campos,
  .campos2 {
    font-size: 15px;
  }
  .btnenviar1 {
    font-size: 20px;
    max-width: 160px;
    height: 50px;
  }
  .btnemail {
    width: 33%;
    margin-top: 0px;
    height: 54px;
  }
  .item_agenda .title_interna h3 {
    font-size: 19px;
  }
  .but_linknoticia {
    font-size: 22px;
  }
  .campos,
  .campos2 {
    line-height: 40px;
  }
  #botoes_diretoria .diretoria_buttons {
    font-size: 18px;
    max-width: 265px;
  }
  #servicos h1,
  .noticias_int_h1,
  #noticias_destaque h1 {
    margin-bottom: 30px;
  }
  #noticias_destaque h1 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .bordacinza {
    margin-bottom: 20px;
  }
  .icons_fale_conosco img {
    height: 65px;
  }

  .icons_fale_conosco p {
    width: 70%;
    margin-left: 15%;
    font-size: 16px;
  }
  #associe_se h1 {
    font-size: 30px;
    text-align: center;
  }
  #associe_se h2 {
    font-size: 25px;
  }
  #associe_se h3 {
    font-size: 25px;
  }
  .campos {
    font-size: 15px;
    line-height: 36px;
  }
  .centraliza-agenda {
    padding-top: 12px;
    padding-bottom: 30px;
  }
  .m-b-60 {
    margin-bottom: 30px;
  }
  #servicos .servico {
    height: 185px;
  }
  #servicos .servico h2 {
    font-size: 16px;
  }
  #servicos .servico img {
    height: 60px;
  }
  .blue_hover {
    padding-top: calc(20% + -10px);
  }
  .subtitlulo_destaque h3 {
    font-size: 18px;
    margin-top: 10px;
    font-weight: bold;
    margin-bottom: 10px;
    width: 100%;
    margin-left: 0px;
  }
  .subtitlulo_destaque2 h3 {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 13px;
  }
  #listagem_noticias .subtitlulo_padrao h3 {
    font-size: 15px;
  }
  #listagem_noticias {
    margin-bottom: 40px;
  }
  #noticias_destaque img {
    margin-bottom: 30px;
  }
  #noticias_destaque {
    margin-bottom: -30px;
  }
  .navbar-toggle {
    background-color: #747171;
    position: absolute;
    right: 0px;
    top: 62px;
    border: 1px solid #747171;
  }
  .associado_xs {
    position: absolute;
    right: 60px;
    top: 74px;
  }
  .area_associado h3 {
    font-size: 9px;
    margin-top: 11px;
  }
  .area_associado svg {
    height: 25px !important;
  }
  .nav > li > a {
    padding: 8px 20px;
    font-size: 17px;
  }
  .col-but-cadastre-balcao a.voltar_agenda {
    display: block;
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
    height: 45px;
    line-height: 100%;
  }
  .floatleft_lg {
    float: left !important;
    padding-left: 10px !important;
    width: 100%;
  }
  .navbar-brand {
    padding-left: 15px;
    padding-right: 10px;
    height: 90px;
  }
  .navbar-brand img {
    margin-top: 27px;
  }
  #associados_form button {
    width: 100%;
    margin-left: 0px;
    margin-top: 20px;
    height: 50px;
    font-size: 17px;
  }
  #associados_form #pesquisa,
  #associados_form #tipo_estabelecimento {
    width: 100%;
    height: 50px;
    font-size: 17px;
  }

  .caixa_noticia img {
    width: auto;
    height: auto;
  }
  #selecao_pesquisa h1 {
    font-size: 30px;
  }
  #patrocinadores h1,
  #parceiros h1 {
    color: #1e596d;
    font-size: 40px;
    margin-bottom: 45px;
    margin-top: 30px;
    font-weight: bold;
  }
  .carousel-caption h3 {
    width: 100%;
    max-width: 130px;
    font-size: 12px;
    text-align: left;
  }
  .carousel-caption {
    top: 5px;
  }
  .itens_gray img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
  }

  #oportunidades img {
    height: 150px;
  }
  #oportunidades p {
    margin-bottom: 80px;
  }
  #oportunidades {
    background: #575757;
    padding-bottom: 0px;
  }
  #oportunidades h3 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  #oportunidades h2 {
    margin-top: 15px;
  }

  #owl-noticias.owl-theme .owl-controls {
    margin-top: -30px;
  }
  #owl-noticias .owl-next span {
    font-size: 45px;
    color: #fff;
  }
  #owl-noticias .owl-prev span {
    font-size: 45px;
    color: #fff;
  }

  .pesquisa_cabecalho #pesquisa {
    width: 50%;
    border-radius: 15px;
    background-color: transparent;
    border: 1px solid #6d6a6a;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 20px;
    color: #6d6a6a;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
  }
  #pesquisa_cabecalho .glyphicon-chevron-right {
    display: block;
    position: absolute;
    top: 11px;
    left: 52%;
    margin-top: 0px;
  }
  #pesquisa_cabecalho {
    line-height: 23px;
    margin-right: 0;
    margin-left: 0;
  }
  #form_pesquisa button {
    background-color: #fff;
  }

  #owl-demo .owl-prev {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #owl-demo .owl-next {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  #owl-demo .owl-prev span {
    font-size: 35px;
    color: #000;
  }
  #owl-demo .owl-next span {
    font-size: 35px;
    color: #000;
  }
  #owl-demo.owl-theme .owl-controls {
    margin-top: -20px;
    margin-bottom: 20px;
    text-align: center;
    position: initial;
    top: 50%;
    width: 100%;
  }
  #owl-demo.owl-theme .owl-controls .owl-buttons div {
    margin: 7%;
    margin-left: 0;
    margin-right: 0;
  }

  .diretoria_buttons {
    display: block;
  }
  .subtitulo_45 {
    text-align: center;
    font-size: 30px;
  }
  .gestao_diretoria {
    margin-bottom: 40px;
  }
  .atuacao_diretoria,
  .nomes_importantes {
    width: 80%;
    margin-left: 10%;
    margin-top: 3px;
  }

  #selecao_agenda a {
    padding: 7px 13px;
    font-size: 15px;
    display: block;
  }
  #email {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .carousel-caption {
    left: 10%;
    padding-bottom: 0px;
    top: 30px;
  }
  .area_associado h3 {
    display: block !important;
  }
  #servicos {
    margin-bottom: 200px;
  }
  #botoes_diretoria .detalhes_convenio_but {
    margin-right: 10px;
  }
}

@media (max-width: 600px) {
  #servicos .servico {
    padding: 0;
    margin: 0;
    height: 145px;
  }
  #servicos .servico h2 {
    font-size: 14px;
  }
  #servicos .servico img {
    height: 45px;
  }
  .blue_hover {
    padding-top: calc(20% + -10px);
  }
}

@media (max-width: 479px) {
  #owl-noticias.owl-theme .owl-controls {
    margin-top: -20px;
  }
  #owl-noticias .owl-next span {
    font-size: 35px;
    color: #fff;
    right: 0;
  }
  #owl-noticias .owl-prev span {
    font-size: 35px;
    color: #fff;
    left: 0;
  }
  #agenda img {
    margin-bottom: 20px;
  }
  .cal-row-head [class*="cal-cell"]:first-child,
  .cal-row-head [class*="cal-cell"] {
    font-size: 15px;
  }
  .cal-month-day {
    height: 63px;
  }
  #botoes_diretoria .diretoria_buttons {
    max-width: 165px;
    font-size: 11px;
    display: inline-table;
  }
  .detalhes_convenio_but {
    margin-top: 5px;
  }
  .voltar_agenda a {
    padding: 15px 13px;
  }
  .servico {
    padding: 0;
    margin: 0;
    height: 147px;
  }
  .servico h2 {
    font-size: 13px;
  }
  .servico img {
    height: 40px;
  }
  .blue_hover {
    padding-top: calc(20%);
  }
  .owl-carousel .owl-item img {
    width: 100%;
  }
  .btnemail {
    width: 100%;
    margin-top: 0px;
    height: 54px;
  }
  .origem_mensagem {
    right: 0;
  }
}

@media (max-width: 400px) {
  .btnemail {
    padding-left: 2%;
  }
}

@media (max-width: 350px) {
  #selecao_agenda a {
    padding: 7px 12px;
    font-size: 10px;
  }
}
