@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");
* {
  margin: 0;
  border: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  outline: none; }

a {
  text-decoration: none; }

ul {
  list-style: none; }

html, body {
  height: 100%;
  min-height: 100%; }

.s-cont {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 1220px; }
  .s-cont:before, .s-cont:after {
    content: "";
    display: block;
    clear: both; }

.s-row {
  margin-right: -15px;
  margin-left: -15px; }
  .s-row:before, .s-row:after {
    content: "";
    display: block;
    clear: both; }

@media (max-width: 1250px) {
  .s-cont {
    width: 970px; } }
@media (max-width: 992px) {
  .s-cont {
    width: 750px; } }
@media (max-width: 768px) {
  .s-cont {
    width: 100%; } }
.s-l-1, .s-m-1, .s-s-1, .s-x-1, .s-l-2, .s-m-2, .s-s-2, .s-x-2, .s-l-3, .s-m-3, .s-s-3, .s-x-3, .s-l-4, .s-m-4, .s-s-4, .s-x-4, .s-l-5, .s-m-5, .s-s-5, .s-x-5, .s-l-6, .s-m-6, .s-s-6, .s-x-6, .s-l-7, .s-m-7, .s-s-7, .s-x-7, .s-l-8, .s-m-8, .s-s-8, .s-x-8, .s-l-9, .s-m-9, .s-s-9, .s-x-9, .s-l-10, .s-m-10, .s-s-10, .s-x-10, .s-l-11, .s-m-11, .s-s-11, .s-x-11, .s-l-12, .s-m-12, .s-s-12, .s-x-12 {
  position: relative;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
  min-height: 1px; }

.s-l-1 {
  width: 8.3333333333%; }

.s-l-2 {
  width: 16.6666666667%; }

.s-l-3 {
  width: 25%; }

.s-l-4 {
  width: 33.3333333333%; }

.s-l-5 {
  width: 41.6666666667%; }

.s-l-6 {
  width: 50%; }

.s-l-7 {
  width: 58.3333333333%; }

.s-l-8 {
  width: 66.6666666667%; }

.s-l-9 {
  width: 75%; }

.s-l-10 {
  width: 83.3333333333%; }

.s-l-11 {
  width: 91.6666666667%; }

.s-l-12 {
  width: 100%; }

@media (max-width: 1250px) {
  .s-m-1 {
    width: 8.3333333333%; }

  .s-m-2 {
    width: 16.6666666667%; }

  .s-m-3 {
    width: 25%; }

  .s-m-4 {
    width: 33.3333333333%; }

  .s-m-5 {
    width: 41.6666666667%; }

  .s-m-6 {
    width: 50%; }

  .s-m-7 {
    width: 58.3333333333%; }

  .s-m-8 {
    width: 66.6666666667%; }

  .s-m-9 {
    width: 75%; }

  .s-m-10 {
    width: 83.3333333333%; }

  .s-m-11 {
    width: 91.6666666667%; }

  .s-m-12 {
    width: 100%; } }
@media (max-width: 992px) {
  .s-s-1 {
    width: 8.3333333333%; }

  .s-s-2 {
    width: 16.6666666667%; }

  .s-s-3 {
    width: 25%; }

  .s-s-4 {
    width: 33.3333333333%; }

  .s-s-5 {
    width: 41.6666666667%; }

  .s-s-6 {
    width: 50%; }

  .s-s-7 {
    width: 58.3333333333%; }

  .s-s-8 {
    width: 66.6666666667%; }

  .s-s-9 {
    width: 75%; }

  .s-s-10 {
    width: 83.3333333333%; }

  .s-s-11 {
    width: 91.6666666667%; }

  .s-s-12 {
    width: 100%; } }
@media (max-width: 768px) {
  .s-x-1 {
    width: 8.3333333333%; }

  .s-x-2 {
    width: 16.6666666667%; }

  .s-x-3 {
    width: 25%; }

  .s-x-4 {
    width: 33.3333333333%; }

  .s-x-5 {
    width: 41.6666666667%; }

  .s-x-6 {
    width: 50%; }

  .s-x-7 {
    width: 58.3333333333%; }

  .s-x-8 {
    width: 66.6666666667%; }

  .s-x-9 {
    width: 75%; }

  .s-x-10 {
    width: 83.3333333333%; }

  .s-x-11 {
    width: 91.6666666667%; }

  .s-x-12 {
    width: 100%; } }
.s-center {
  float: none;
  margin: 0 auto; }
  @media (max-width: 992px) {
    .s-center-s {
      float: none;
      margin: 0 auto; } }

.btns {
  display: flex;
  flex-wrap: wrap; }
  .btns .btn {
    background: #822320;
    padding: 0 25px;
    border-radius: 27px;
    height: 44px;
    color: #fff;
    line-height: 42px;
    font-weight: 700;
    cursor: pointer;
    transition: .4s; }
    .btns .btn:hover {
      background: #591816; }
    .btns .btn.orange {
      background: #f39c11; }
      .btns .btn.orange:hover {
        background: #f4a629; }
    .btns .btn.red {
      background: #e84c3d; }
      .btns .btn.red:hover {
        background: #eb6154; }
    .btns .btn.green {
      background: #26ad61; }
      .btns .btn.green:hover {
        background: #2bc26d; }
    .btns .btn.blue {
      background: #2781b6; }
      .btns .btn.blue:hover {
        background: #2c90cb; }
    .btns .btn.yellow {
      background: #f1c40f; }
      .btns .btn.yellow:hover {
        background: #f2ca27; }
    .btns .btn.purple {
      background: #9b59b6; }
      .btns .btn.purple:hover {
        background: #a66bbe; }
    .btns .btn.full-width {
      width: 100%; }
    .btns .btn:not(:last-child) {
      margin-right: 10px; }
  .btns.center {
    justify-content: center; }

form label {
  display: block;
  margin-bottom: 2px;
  color: rgba(31, 31, 31, 0.5);
  font-size: 14px; }
form input {
  display: block;
  border-radius: 4px;
  width: 100%;
  height: 42px;
  font-size: 14px;
  line-height: 42px; }
form textarea {
  font-size: 14px; }
form .group {
  margin-bottom: 45px; }
  form .group.fix {
    margin-bottom: 30px; }
form .text-input input[type=text], form .text-input input[type=password] {
  border: 1px solid rgba(31, 31, 31, 0.3);
  padding: 0 18px;
  color: #1f1f1f;
  font-family: "Open Sans", Helvetica, Arial, sans-serif; }
  form .text-input input[type=text][readonly], form .text-input input[type=password][readonly] {
    cursor: default; }
form .text-input.gray input[type=text], form .text-input.gray input[type=password] {
  border: 1px solid #eee;
  background: #eee; }
form .text-input:not(:last-child) {
  margin-bottom: 15px; }
form .textarea-input textarea {
  border: 1px solid rgba(31, 31, 31, 0.3);
  border-radius: 4px;
  padding: 10px 18px;
  width: 100%;
  min-height: 120px;
  color: #1f1f1f;
  font-size: 14px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  resize: vertical; }
form .textarea-input.gray textarea {
  border: 1px solid #eee;
  background: #eee; }
form .textarea-input:not(:last-child) {
  margin-bottom: 15px; }
form .select-input {
  position: relative; }
  form .select-input .head {
    display: block;
    position: relative;
    border: 1px solid rgba(31, 31, 31, 0.3);
    border-radius: 4px;
    padding: 0 18px;
    width: 100%;
    height: 42px;
    color: #1f1f1f;
    font-size: 14px;
    line-height: 40px;
    cursor: pointer; }
    form .select-input .head:before, form .select-input .head:after {
      display: block;
      content: '';
      position: absolute;
      background: #1f1f1f;
      top: 50%;
      right: 20px;
      width: 12px;
      height: 2px; }
    form .select-input .head:before {
      margin-right: 4px;
      transform: rotate(45deg); }
    form .select-input .head:after {
      margin-right: -4px;
      transform: rotate(-45deg); }
  form .select-input .body {
    display: none;
    position: absolute;
    background: #fff;
    top: 100%;
    margin-top: 5px;
    border: 1px solid rgba(31, 31, 31, 0.3);
    border-radius: 4px;
    padding: 10px 0;
    width: 100%;
    max-height: 300px;
    overflow: auto;
    z-index: 10; }
    form .select-input .body li a {
      display: block;
      padding: 6px 18px;
      color: #1f1f1f;
      transition: .4s; }
      form .select-input .body li a:hover {
        color: #822320; }
    form .select-input .body li.active a {
      color: #822320;
      font-weight: 700; }
  form .select-input.gray .head, form .select-input.gray .body {
    border: 1px solid #eee;
    background: #eee; }
  form .select-input:not(:last-child) {
    margin-bottom: 15px; }
form .file-input .input {
  position: relative; }
form .file-input .file-path-wrapper {
  background: #eee;
  overflow: hidden;
  padding: 0 10px; }
form .file-input input.file-path {
  background: #eee;
  width: 100%;
  height: 38px; }
form .file-input .btn {
  background: #822320;
  float: left;
  height: 38px;
  font-size: 14px;
  line-height: 38px;
  padding: 0 18px;
  color: #fff;
  transition: .4s; }
  form .file-input .btn:hover {
    background: #591816; }
form .file-input span {
  cursor: pointer; }
form .file-input input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0); }
  form .file-input input[type=file]::-webkit-file-upload-button {
    display: none; }
form .file-input:not(:last-child) {
  margin-bottom: 15px; }
form .submit-input input[type=submit] {
  background: #822320;
  padding: 0 18px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: .4s; }
  form .submit-input input[type=submit]:hover {
    background: #591816; }
form .reset-input a {
  display: block;
  border-radius: 4px;
  width: 100%;
  height: 42px;
  font-size: 14px;
  line-height: 42px; }
form .reset-input input[type=reset], form .reset-input a {
  background: rgba(31, 31, 31, 0.6);
  padding: 0 18px;
  color: #fff;
  text-align: center;
  transition: .4s;
  cursor: pointer; }
  form .reset-input input[type=reset]:hover, form .reset-input a:hover {
    background: rgba(31, 31, 31, 0.4); }
form .dual-input {
  display: flex; }
  form .dual-input .text-input, form .dual-input .reset-input, form .dual-input .submit-input {
    flex-grow: 1;
    width: 50%; }
    form .dual-input .text-input:first-child, form .dual-input .reset-input:first-child, form .dual-input .submit-input:first-child {
      margin: 0 7px 15px 0; }
    form .dual-input .text-input:last-child, form .dual-input .reset-input:last-child, form .dual-input .submit-input:last-child {
      margin: 0 0 15px 7px; }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 27px 50px;
  height: 60px;
  width: 37px;
  font-size: 0px;
  cursor: pointer;
  border-radius: 0;
  color: transparent;
  top: 50%;
  margin-top: -30px;
  outline: none;
  opacity: .75;
  transition: .4s;
  z-index: 2; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    opacity: 1; }

.slick-prev {
  background-image: url("/../images/icons/carousel-arrow-left.svg");
  left: 60px; }
  @media (max-width: 1400px) {
    .slick-prev {
      display: none; } }

.slick-next {
  background-image: url("/../images/icons/carousel-arrow-right.svg");
  right: 60px; }
  @media (max-width: 1400px) {
    .slick-next {
      display: none; } }

/* Dots */
.slick-dots {
  display: block;
  position: absolute;
  bottom: 30px;
  padding: 0;
  margin-top: 20px;
  width: 100%;
  text-align: center;
  list-style: none; }
  .slick-dots li {
    display: inline-block;
    position: relative;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      background: #fff;
      border: 2px solid transparent;
      margin: -6px 0 0 -6px;
      height: 12px;
      width: 12px;
      border-radius: 6px;
      outline: none;
      font-size: 0px;
      transition: .4s;
      cursor: pointer; }
    .slick-dots li.slick-active button {
      background: transparent;
      margin: -8px 0 0 -8px;
      border: 2px solid #f1c40f;
      border-radius: 8px;
      height: 16px;
      width: 16px; }

@keyframes loading-ani1 {
  25% {
    transform: rotate(135deg); }
  50% {
    transform: rotate(225deg); }
  75% {
    transform: rotate(315deg); }
  100% {
    transform: rotate(405deg); } }
@keyframes loading-ani2 {
  17.5%,25%,42.5%,50%,67.5%,75%,92.5%,100% {
    transform: translate(0, 25px); }
  12.5%,37.5%,62.5%,87.5% {
    transform: translate(0, 35px); } }
@keyframes loading-ani3 {
  17.5%,25%,42.5%,50%,67.5%,75%,92.5%,100% {
    transform: rotate(90deg) translate(0, 25px); }
  12.5%,37.5%,62.5%,87.5% {
    transform: rotate(90deg) translate(0, 35px); } }
@keyframes loading-ani4 {
  17.5%,25%,42.5%,50%,67.5%,75%,92.5%,100% {
    transform: rotate(180deg) translate(0, 25px); }
  12.5%,37.5%,62.5%,87.5% {
    transform: rotate(180deg) translate(0, 35px); } }
@keyframes loading-ani5 {
  17.5%,25%,42.5%,50%,67.5%,75%,92.5%,100% {
    transform: rotate(270deg) translate(0, 25px); }
  12.5%,37.5%,62.5%,87.5% {
    transform: rotate(270deg) translate(0, 35px); } }
.carteirinha {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .carteirinha .card {
    max-width: 500px;
    width: 100%;
    position: relative;
    height: 889px;
    max-height: 100vh;
    overflow: hidden;
    background-image: url("../images/carteirinha-bg.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    .carteirinha .card .card-body {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-flow: column;
      position: relative;
      height: 35%; }
    .carteirinha .card .card-header .logo {
      background-color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 6% 0 10%; }
      .carteirinha .card .card-header .logo img {
        display: block;
        max-width: 100%;
        width: 40.6%; }
    .carteirinha .card .card-figure {
      display: flex;
      justify-content: center;
      align-items: flex-start; }
      .carteirinha .card .card-figure figure {
        width: 34%;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 20px;
        -webkit-box-shadow: 0 0 0 5px rgba(100, 28, 25, 0.8);
        -moz-box-shadow: 0 0 0 5px rgba(100, 28, 25, 0.8);
        box-shadow: 0 0 0 5px rgba(100, 28, 25, 0.8);
        margin-top: -6%; }
        .carteirinha .card .card-figure figure img {
          border-radius: 20px;
          width: 100%;
          max-width: 100%; }
    .carteirinha .card .card-mat {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      padding: 3vh 0; }
      .carteirinha .card .card-mat span {
        color: #380101;
        max-width: 200px;
        width: 100%;
        display: block;
        font-size: 25px;
        text-align: center; }
    .carteirinha .card .card-name {
      margin-bottom: 6%;
      padding: 2vh 4vw 0;
      text-align: center;
      width: 100%;
      font-size: 60px; }
      .carteirinha .card .card-name span {
        color: #fff;
        line-height: 120%;
        display: block; }
    .carteirinha .card .card-row {
      display: flex;
      justify-content: flex-start;
      align-items: stretch;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      flex-flow: wrap;
      width: 100%;
      font-size: 20px; }
    .carteirinha .card .card-col {
      color: #380101;
      font-weight: 300;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 1vh 0; }
      .carteirinha .card .card-col > div {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%; }
        .carteirinha .card .card-col > div > div {
          color: #fff;
          background-color: #641c19;
          font-weight: bold;
          padding: 6px 12px;
          border-radius: 10px;
          margin-left: 10px; }
      .carteirinha .card .card-col[data-size="100"] {
        width: 50%;
        flex: 1 1 50%;
        max-width: 50%;
        margin-left: 25%; }
      .carteirinha .card .card-col[data-size="50"] {
        width: 50%;
        flex: 1 1 50%;
        max-width: 50%; }
    .carteirinha .card .card-footer {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      color: #bdbdae;
      text-align: center;
      height: 30px; }
      .carteirinha .card .card-footer span {
        max-width: 270px;
        width: 100%;
        display: block;
        font-size: 12px;
        margin: 0 auto; }
  @media screen and (orientation: landscape) {
    .carteirinha .card {
      width: 100%;
      max-width: 889px;
      height: 500px; }
      .carteirinha .card .card-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 30%;
        background-color: #fff; }
        .carteirinha .card .card-header .card-figure, .carteirinha .card .card-header .card-mat, .carteirinha .card .card-header .logo {
          max-width: 100%;
          width: 100%;
          flex: 1 1 100%; }
        .carteirinha .card .card-header .logo {
          order: 1;
          height: 100%;
          padding: 0; }
          .carteirinha .card .card-header .logo img {
            width: 65%; }
        .carteirinha .card .card-header .card-figure {
          order: 3;
          height: 100%; }
          .carteirinha .card .card-header .card-figure figure {
            width: 68%;
            margin-top: 10%; }
        .carteirinha .card .card-header .card-mat {
          order: 2;
          height: 100%; }
          .carteirinha .card .card-header .card-mat span {
            text-align: center; }
      .carteirinha .card .card-name {
        margin: 5% auto;
        max-width: 90%;
        padding: 0; }
        .carteirinha .card .card-name span {
          margin: 0 auto;
          line-height: 1;
          font-size: 50%; }
      .carteirinha .card .card-body {
        margin-top: 5vh;
        height: 40%; }
        .carteirinha .card .card-body .card-row {
          justify-content: space-around;
          flex-flow: row;
          padding: 0 3vh;
          max-width: none;
          margin: 0 auto; }
          .carteirinha .card .card-body .card-row .card-col {
            font-size: 80%; }
            .carteirinha .card .card-body .card-row .card-col[data-size="50"], .carteirinha .card .card-body .card-row .card-col[data-size="100"] {
              max-width: none;
              flex: 1 1 auto;
              width: auto;
              margin: 0; }
              .carteirinha .card .card-body .card-row .card-col[data-size="50"] > div, .carteirinha .card .card-body .card-row .card-col[data-size="100"] > div {
                min-width: 100%;
                font-size: initial; } }
@media screen and (orientation: landscape) and (max-height: 350px) and (max-width: 500px) {
  .carteirinha.to-iphone {
    padding-top: 50px; }
    .carteirinha.to-iphone .card {
      height: calc(100vh - 100px); }
      .carteirinha.to-iphone .card .card-header .card-figure figure {
        width: 58%; }
      .carteirinha.to-iphone .card .card-body {
        height: 35%;
        margin-top: 10%; }
      .carteirinha.to-iphone .card .card-name {
        margin-top: 0;
        margin-bottom: 2%; } }

a {
  color: #1f1f1f; }

body {
  color: #1f1f1f;
  font-family: "Open Sans", Helvetica, Arial, sans-serif; }

#loading {
  position: fixed;
  background: #eee;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20000; }
  #loading .loading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -10px;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    animation: loading-ani1 3s ease-in-out infinite; }
    #loading .loading i {
      width: 20px;
      height: 20px;
      display: inline-block;
      border-radius: 50%;
      position: absolute; }
    #loading .loading i:nth-child(1) {
      background: #822320;
      transform: translate(0, 25px);
      animation: loading-ani2 3s ease-in-out infinite; }
    #loading .loading i:nth-child(2) {
      background: #822320;
      transform: rotate(90deg) translate(0, 25px);
      animation: loading-ani3 3s ease-in-out infinite; }
    #loading .loading i:nth-child(3) {
      background: #822320;
      transform: rotate(180deg) translate(0, 25px);
      animation: loading-ani4 3s ease-in-out infinite; }
    #loading .loading i:nth-child(4) {
      background: #822320;
      transform: rotate(270deg) translate(0, 25px);
      animation: loading-ani5 3s ease-in-out infinite; }

.general-title {
  margin-bottom: 45px;
  border-bottom: 5px solid #822320;
  padding-bottom: 10px;
  width: 100%;
  max-width: 530px;
  color: #822320;
  font-size: 16px;
  font-weight: 400; }

.pagination ul {
  display: flex; }
  .pagination ul li:not(:last-child) {
    margin-right: 6px; }
  .pagination ul li a {
    display: flex;
    background: rgba(31, 31, 31, 0.1);
    border-radius: 4px;
    min-width: 40px;
    height: 40px;
    color: rgba(31, 31, 31, 0.3);
    font-size: 16px;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    transition: .4s; }
    .pagination ul li a:hover {
      background: rgba(31, 31, 31, 0.2);
      color: rgba(31, 31, 31, 0.4); }
  .pagination ul li.active a {
    background: #822320;
    color: #fff; }
  .pagination ul li.prev a, .pagination ul li.next a {
    position: relative;
    font-size: 0; }
    .pagination ul li.prev a:before, .pagination ul li.prev a:after, .pagination ul li.next a:before, .pagination ul li.next a:after {
      display: block;
      content: '';
      position: absolute;
      background: rgba(31, 31, 31, 0.3);
      top: 50%;
      left: 50%;
      margin-left: -6px;
      width: 12px;
      height: 2px; }
  .pagination ul li.prev a:before {
    margin-top: -5px;
    transform: rotate(-45deg); }
  .pagination ul li.prev a:after {
    margin-top: 3px;
    transform: rotate(45deg); }
  .pagination ul li.next a:before {
    margin-top: -5px;
    transform: rotate(45deg); }
  .pagination ul li.next a:after {
    margin-top: 3px;
    transform: rotate(-45deg); }
  @media (max-width: 768px) {
    .pagination ul {
      justify-content: center; } }

.social-share {
  display: flex;
  margin-bottom: 45px;
  align-items: center; }
  .social-share:before {
    display: block;
    content: '';
    background: rgba(31, 31, 31, 0.3);
    margin-right: 110px;
    width: 100%;
    height: 2px; }
  .social-share .right {
    display: flex;
    align-items: center; }
    .social-share .right .t {
      margin-right: 10px; }
    .social-share .right ul {
      display: flex; }
      .social-share .right ul li a {
        display: block; }
        .social-share .right ul li a svg {
          display: block;
          width: 30px;
          height: 30px; }
      .social-share .right ul li:not(:last-child) {
        margin-right: 6px; }
      .social-share .right ul li.fb svg {
        fill: #44629d; }
      .social-share .right ul li.tt svg {
        fill: #1fa0f2; }
      .social-share .right ul li.gp svg {
        fill: #db4538; }

.comments .c-login {
  display: flex;
  margin: 30px 0 10px 0;
  border: 1px solid rgba(31, 31, 31, 0.2);
  border-radius: 4px;
  padding: 15px 20px;
  color: rgba(31, 31, 31, 0.7);
  align-items: center; }
  .comments .c-login .left {
    display: flex;
    margin-right: auto;
    align-items: center; }
    .comments .c-login .left .image {
      position: relative;
      background: rgba(31, 31, 31, 0.1);
      margin-right: 40px;
      border-radius: 4px;
      width: 56px;
      height: 56px; }
      .comments .c-login .left .image:after {
        display: block;
        content: '';
        position: absolute;
        top: 50%;
        right: -7px;
        width: 0;
        height: 0;
        margin-top: -7px;
        border-style: solid;
        border-width: 7px 0 7px 7px;
        border-color: transparent transparent transparent rgba(31, 31, 31, 0.1); }
    .comments .c-login .left .text {
      font-size: 14px; }
  .comments .c-login .right a {
    display: block;
    background: #f1f0f0;
    border-radius: 4px;
    padding: 4px 12px;
    color: rgba(31, 31, 31, 0.3);
    font-size: 11px;
    text-transform: uppercase; }
.comments .c-content .comment .a {
  margin-left: 10%; }
.comments .c-content .comment .c {
  display: flex;
  padding: 25px 0;
  border-bottom: 1px solid rgba(31, 31, 31, 0.3);
  align-items: center; }
.comments .c-content .comment .left {
  display: flex;
  margin-right: 30px; }
  .comments .c-content .comment .left .image {
    background-size: cover;
    background-position: center;
    margin-right: 25px;
    border-radius: 4px;
    width: 56px;
    height: 56px;
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: 56px; }
  .comments .c-content .comment .left .infos {
    color: rgba(31, 31, 31, 0.75); }
    .comments .c-content .comment .left .infos .name {
      margin-bottom: 10px;
      font-size: 14px;
      font-weight: 700; }
    .comments .c-content .comment .left .infos .text {
      font-size: 12px; }
.comments .c-content .comment .right a {
  display: block;
  background: #f1f0f0;
  border-radius: 4px;
  padding: 4px 12px;
  color: rgba(31, 31, 31, 0.3);
  font-size: 11px;
  text-transform: uppercase;
  transition: .4s; }
  .comments .c-content .comment .right a:hover {
    background: #d8d6d6; }
.comments .c-content .comment .all-comments {
  margin: 25px 0 30px 0;
  color: rgba(31, 31, 31, 0.6);
  font-size: 13px;
  text-decoration: underline;
  text-align: center; }

#menu-toggler {
  position: relative;
  width: 36px;
  height: 20px;
  cursor: pointer; }
  #menu-toggler span {
    display: block;
    position: absolute;
    background: #822320;
    width: 36px;
    height: 2px;
    transition: .4s; }
    #menu-toggler span:first-child {
      top: 0; }
    #menu-toggler span:nth-child(2) {
      top: 50%;
      margin-top: -1px; }
    #menu-toggler span:last-child {
      top: 100%;
      margin-top: -2px; }

header {
  background-color: #eee;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25); }
  header .upper {
    background-color: #822320;
    height: 74px; }
    header .upper .left .social {
      display: flex; }
      header .upper .left .social li {
        margin-right: 8px; }
        header .upper .left .social li a {
          display: flex;
          background: #fff;
          border-radius: 50%;
          width: 24px;
          height: 24px;
          justify-content: center;
          align-items: center; }
          header .upper .left .social li a svg {
            display: block;
            fill: #822320;
            margin: -1px 0 0 1px;
            width: 100%;
            max-width: 13px;
            height: 100%;
            max-height: 13px; }
    header .upper .right {
      display: flex; }
      header .upper .right .search {
        margin-right: 100px; }
        header .upper .right .search form {
          position: relative;
          height: 24px; }
        header .upper .right .search input[type=text] {
          display: block;
          background: #fff;
          border-radius: 3px;
          padding: 0 12px;
          width: 160px;
          height: 24px;
          font-family: "Open Sans", Helvetica, Arial, sans-serif;
          transition: .4s; }
          header .upper .right .search input[type=text]:focus {
            width: 180px; }
        header .upper .right .search input[type=submit] {
          display: block;
          position: absolute;
          background-image: url("/images/icons/search-icon.svg");
          background-position: center;
          background-repeat: no-repeat;
          background-size: 11px;
          top: 0;
          right: 0;
          width: 32px;
          height: 24px;
          cursor: pointer;
          font-size: 0; }
      header .upper .right .associated {
        display: flex;
        align-items: center; }
        header .upper .right .associated .t {
          margin-right: 15px;
          color: #fff;
          font-size: 14px; }
          header .upper .right .associated .t > svg {
            margin-right: 10px;
            fill: #fff;
            height: 10px; }
        header .upper .right .associated .links li {
          display: inline-block; }
          header .upper .right .associated .links li > a {
            display: block;
            border-radius: 3px;
            padding: 0 12px;
            min-width: 90px;
            height: 24px;
            font-size: 13px;
            line-height: 24px;
            text-align: center;
            transition: .4s; }
          header .upper .right .associated .links li.login {
            position: relative; }
            header .upper .right .associated .links li.login > a {
              display: flex;
              background: #591816;
              color: #fff;
              align-items: center;
              justify-content: center; }
              header .upper .right .associated .links li.login > a > svg {
                margin-right: 5px;
                fill: #fff;
                height: 10px;
                transition: .4s; }
              header .upper .right .associated .links li.login > a:hover {
                background: #fff;
                color: #822320; }
                header .upper .right .associated .links li.login > a:hover > svg {
                  fill: #822320; }
            header .upper .right .associated .links li.login .login-form {
              display: none;
              position: absolute;
              background: #fff;
              top: 49px;
              right: 0;
              padding: 25px 35px;
              min-width: 340px;
              box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
              z-index: 10; }
              header .upper .right .associated .links li.login .login-form .title {
                margin-bottom: 20px;
                color: #822320;
                font-size: 18px; }
              header .upper .right .associated .links li.login .login-form form {
                margin-bottom: 10px; }
              header .upper .right .associated .links li.login .login-form .password-reset {
                margin-bottom: 10px;
                border-bottom: 1px solid rgba(31, 31, 31, 0.3);
                padding-bottom: 10px;
                text-align: right; }
                header .upper .right .associated .links li.login .login-form .password-reset a {
                  color: #822320;
                  font-size: 12px; }
                  header .upper .right .associated .links li.login .login-form .password-reset a:hover {
                    color: #591816; }
              header .upper .right .associated .links li.login .login-form .register {
                color: #1f1f1f;
                font-size: 12px;
                text-align: center; }
                header .upper .right .associated .links li.login .login-form .register a {
                  font-weight: 700; }
              header .upper .right .associated .links li.login .login-form:after {
                display: block;
                content: '';
                position: absolute;
                top: -10px;
                right: 36px;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 0 10px 10px 10px;
                border-color: transparent transparent #fff transparent; }
          header .upper .right .associated .links li.associate a {
            background: #fff;
            color: #822320; }
            header .upper .right .associated .links li.associate a:hover {
              background: #591816;
              color: #fff; }
          header .upper .right .associated .links li.logout a {
            background: #591816;
            color: #fff; }
    @media (min-width: 1250px) {
      header .upper {
        display: flex;
        align-items: center; }
        header .upper .s-cont {
          display: flex;
          align-items: center; }
          header .upper .s-cont .left {
            margin-right: auto; } }
  header .sub {
    padding: 30px 0; }
    header .sub .left img {
      display: block;
      height: 90px; }
    header .sub .right {
      display: flex;
      align-items: center; }
      header .sub .right > ul {
        display: flex; }
        header .sub .right > ul > li > a {
          color: #1f1f1f;
          transition: .4s; }
          header .sub .right > ul > li > a:hover {
            color: #822320; }
    @media (min-width: 1250px) {
      header .sub .s-cont {
        display: flex;
        align-items: center; }
        header .sub .s-cont .left {
          margin-right: auto; }
      header .sub .left #menu-toggler {
        display: none; }
      header .sub .right > ul > li {
        position: relative; }
        header .sub .right > ul > li:not(:last-child) {
          margin-right: 35px; }
        header .sub .right > ul > li a:hover + ul {
          display: block; }
        header .sub .right > ul > li ul {
          display: none;
          position: absolute;
          background-color: #eee;
          margin-top: 50px;
          margin-left: -25px;
          padding: 10px;
          width: 135px;
          z-index: 10; }
          header .sub .right > ul > li ul:before {
            display: block;
            content: '';
            position: absolute;
            top: -120px;
            left: 0;
            width: 135px;
            height: 120px; }
          header .sub .right > ul > li ul li {
            text-align: center; }
            header .sub .right > ul > li ul li a {
              display: block;
              padding: 10px 0;
              font-size: 14px;
              transition: .4s; }
              header .sub .right > ul > li ul li a:hover {
                color: #822320; }
            header .sub .right > ul > li ul li:not(:last-child) a {
              border-bottom: 1px solid rgba(31, 31, 31, 0.1); }
          header .sub .right > ul > li ul:hover {
            display: block; }
      header .sub .right > ul:not(:last-child) {
        margin-right: 35px; } }
  @media (max-width: 1250px) {
    header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      max-height: 100%;
      overflow: auto;
      z-index: 500; }
      header .upper {
        display: none; }
      header .sub {
        padding: 10px; }
        header .sub .left {
          display: flex;
          align-items: center; }
          header .sub .left a {
            margin-right: auto; }
            header .sub .left a img {
              height: 50px; }
        header .sub .right {
          display: none;
          margin: 40px 0 80px 0; }
          header .sub .right > ul {
            flex-direction: column; }
            header .sub .right > ul > li {
              display: block;
              margin: 0 auto 25px auto;
              text-align: center; }
              header .sub .right > ul > li > ul {
                display: none;
                margin-top: 25px; }
                header .sub .right > ul > li > ul > li:not(:last-child) {
                  margin-bottom: 25px; }
          header .sub .right .btns {
            justify-content: center; } }

#modal {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  padding: 150px 0;
  width: 100%;
  height: 100%;
  z-index: 1000; }
  #modal .modal {
    display: none;
    position: relative;
    background: #fff;
    margin: 0 auto;
    border-radius: 5px;
    padding: 35px 50px 40px 50px;
    max-width: 480px; }
    #modal .modal .close-bnt {
      position: absolute;
      top: 10px;
      right: 10px;
      width: 30px;
      height: 30px;
      z-index: 10; }
      #modal .modal .close-bnt:before, #modal .modal .close-bnt:after {
        display: block;
        content: '';
        position: absolute;
        background: #822320;
        top: 50%;
        left: 50%;
        margin: -1px 0 0 -9px;
        width: 18px;
        height: 2px; }
      #modal .modal .close-bnt:before {
        transform: rotate(-45deg); }
      #modal .modal .close-bnt:after {
        transform: rotate(45deg); }
    #modal .modal .content .head .general-title {
      margin-bottom: 30px;
      border-bottom: 2px solid #822320; }
    #modal .modal .content .body .text {
      color: rgba(31, 31, 31, 0.75); }
      #modal .modal .content .body .text:not(:last-child) {
        margin-bottom: 30px; }
    #modal .modal .content .body .actions {
      display: flex; }
      #modal .modal .content .body .actions a {
        display: block;
        margin-bottom: 10px;
        padding: 0 18px;
        border-radius: 4px;
        width: 100%;
        height: 40px;
        color: #fff;
        font-size: 14px;
        line-height: 40px;
        text-align: center;
        transition: .4s; }
      #modal .modal .content .body .actions .cancel {
        background: rgba(31, 31, 31, 0.4);
        margin-right: 7px;
        color: #fff; }
        #modal .modal .content .body .actions .cancel:hover {
          background: rgba(31, 31, 31, 0.6); }
      #modal .modal .content .body .actions .submit {
        background: #822320;
        margin-left: 7px;
        color: #fff; }
        #modal .modal .content .body .actions .submit:hover {
          background: #591816; }
      #modal .modal .content .body .actions:not(:last-child) {
        margin-bottom: 10px; }
    #modal .modal .content.success, #modal .modal .content.error {
      display: none; }
      #modal .modal .content.success .head, #modal .modal .content.error .head {
        margin-bottom: 30px; }
    #modal .modal.article-delete-modal .content .body .text .title {
      margin-bottom: 4px;
      font-weight: 700; }
    #modal .modal.article-delete-modal .content .body .text .sub-title {
      margin-bottom: 6px;
      font-size: 12px; }
    #modal .modal.article-delete-modal .content .body .text .author {
      font-size: 12px; }
    #modal .modal.article-delete-modal .content .body .obs {
      font-size: 11px; }
    #modal .modal.article-delete-modal .content.success .head .general-title, #modal .modal.article-delete-modal .content.error .head .general-title {
      margin-bottom: 10px; }
    #modal .modal.article-delete-modal .content.success .head .sub-title, #modal .modal.article-delete-modal .content.error .head .sub-title {
      font-size: 14px; }

#main {
  padding: 30px 0; }
  @media (max-width: 1250px) {
    #main {
      margin-top: 70px; } }

#home-carousel {
  margin-top: -30px; }
  #home-carousel .single-item {
    background-size: 100%;
    background-position: center;
    border-bottom: 8px solid #f39c11;
    height: 600px; }
    #home-carousel .single-item .s-cont {
      display: flex;
      height: 100%;
      align-items: center; }
    #home-carousel .single-item .content {
      margin-left: auto;
      max-width: 620px;
      text-align: center;
      z-index: 10; }
      #home-carousel .single-item .content .text {
        margin-bottom: 8px;
        color: #fff;
        font-size: 36px;
        font-weight: 700; }
      #home-carousel .single-item .content .more a {
        color: #f1c40f;
        text-transform: uppercase;
        text-decoration: underline; }
      @media (max-width: 1250px) {
        #home-carousel .single-item .content {
          margin: 0 auto; } }
    #home-carousel .single-item:before, #home-carousel .single-item:after {
      display: block;
      content: '';
      position: absolute;
      top: 0;
      bottom: 8px;
      width: 300px; }
    #home-carousel .single-item:before {
      background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%);
      background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%);
      background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=1 );
      left: 0; }
    #home-carousel .single-item:after {
      background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.59) 99%, rgba(0, 0, 0, 0.6) 100%);
      background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.59) 99%, rgba(0, 0, 0, 0.6) 100%);
      background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.59) 99%, rgba(0, 0, 0, 0.6) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=1 );
      right: 0; }

.sub-header {
  padding: 30px 0; }
  .sub-header .item {
    margin-bottom: 30px; }
  .sub-header .content {
    display: flex;
    position: relative;
    background-size: cover;
    background-position: center;
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
    min-height: 190px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .sub-header .content:before {
      display: block;
      content: '';
      position: absolute;
      background-color: rgba(130, 35, 32, 0.9);
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .sub-header .content > * {
      position: relative;
      z-index: 2; }
  .sub-header .icon {
    display: flex;
    margin-bottom: 5px;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    justify-content: center;
    align-items: center; }
    .sub-header .icon svg {
      display: block;
      fill: #fff; }
    .sub-header .icon.hands svg {
      width: 25px;
      height: 22px; }
    .sub-header .icon.search svg {
      width: 22px;
      height: 22px; }
    .sub-header .icon.comments svg {
      width: 28px;
      height: 25px; }
    .sub-header .icon.books svg {
      width: 27px;
      height: 21px; }
  .sub-header .text {
    margin-bottom: 15px;
    color: #fff; }
  .sub-header .btns a {
    background: #fff;
    min-width: 106px;
    height: 28px;
    color: #822320;
    font-size: 10px;
    line-height: 27px;
    text-align: center;
    text-transform: uppercase; }
    .sub-header .btns a:hover {
      color: #fff; }

.categories {
  margin-bottom: 60px; }
  .categories .title {
    margin-bottom: 25px;
    color: rgba(31, 31, 31, 0.8);
    font-size: 18px;
    text-align: center; }
  .categories .btn {
    margin: 0 15px 15px 15px;
    font-size: 18px;
    font-weight: 400; }
  .categories.internal .btn {
    opacity: .3; }
    .categories.internal .btn:hover, .categories.internal .btn.active {
      opacity: 1; }

.content-selector {
  position: absolute;
  top: 0;
  left: -20px;
  z-index: 2; }
  .content-selector li {
    width: 6px;
    overflow: hidden;
    transition: .4s;
    white-space: nowrap; }
    .content-selector li a {
      display: inline-block;
      padding: 7px 25px;
      color: #fff;
      font-size: 12px; }
    .content-selector li.news a {
      background-color: #f39c11; }
    .content-selector li.events a {
      background-color: #e84c3d; }
    .content-selector li.articles a {
      background-color: #26ad61; }
    .content-selector li.official-acts a {
      background-color: #2781b6; }
    .content-selector li.social-column a {
      background-color: #f1c40f; }
    .content-selector li.tv a {
      background-color: #9b59b6; }
    .content-selector li.active {
      width: 100%; }
    .content-selector li:hover {
      width: 100%; }
    .content-selector li:not(:last-child) {
      margin-bottom: 5px; }
  @media (max-width: 768px) {
    .content-selector {
      display: none; } }

.content-block {
  padding-bottom: 90px; }
  .content-block .block-title {
    margin-bottom: 30px; }
    .content-block .block-title span {
      display: inline-block;
      padding: 8px 60px 8px 20px;
      color: #fff; }
  .content-block .content {
    position: relative; }
    .content-block .content .item {
      margin-bottom: 30px; }
      @media (min-width: 992px) {
        .content-block .content .item {
          display: flex;
          align-items: center; } }
      @media (max-width: 768px) {
        .content-block .content .item {
          margin-bottom: 40px; } }
    .content-block .content .image {
      background-size: cover;
      background-position: center;
      border-radius: 3px;
      display: block;
      height: 210px; }
      @media (max-width: 768px) {
        .content-block .content .image {
          margin-bottom: 10px;
          max-width: 295px; } }
    .content-block .content .event-title {
      margin-bottom: 5px;
      color: #e84c3d;
      font-size: 18px; }
    .content-block .content .article-title {
      margin-bottom: 5px;
      color: #26ad61;
      font-size: 18px; }
    .content-block .content .official-acts-title {
      margin-bottom: 5px;
      color: #2781b6;
      font-size: 18px; }
    .content-block .content .social-column-title {
      margin-bottom: 5px;
      color: #f1c40f;
      font-size: 18px; }
    .content-block .content .title {
      margin-bottom: 12px;
      color: rgba(31, 31, 31, 0.8);
      font-size: 18px;
      font-weight: 700; }
    .content-block .content .sub-title {
      margin-bottom: 12px;
      color: rgba(31, 31, 31, 0.8);
      font-size: 14px; }
    .content-block .content .text {
      margin-bottom: 18px;
      color: rgba(31, 31, 31, 0.6);
      font-size: 14px;
      line-height: 24px; }
    .content-block .content .know-more a {
      display: inline-block;
      margin-left: auto;
      border-radius: 3px;
      padding: 0 12px;
      height: 24px;
      color: #fff;
      font-size: 13px;
      line-height: 24px;
      transition: .4s; }
    .content-block .content .author {
      margin-bottom: 10px;
      color: rgba(31, 31, 31, 0.8);
      font-size: 14px;
      line-height: 24px; }
      .content-block .content .author span {
        font-weight: 700; }
    .content-block .content .date {
      color: rgba(31, 31, 31, 0.5);
      font-size: 12px; }
      .content-block .content .date svg {
        display: inline-block;
        margin: -4px 10px 0 0;
        width: 12px;
        height: 12px;
        vertical-align: middle; }
    .content-block .content .all-posts {
      text-align: center; }
      .content-block .content .all-posts a {
        font-size: 12px;
        text-decoration: underline;
        transition: .4s; }
  .content-block.news .block-title span {
    background: #f39c11; }
  .content-block.news .content .date svg {
    fill: #f39c11; }
  .content-block.news .content .all-posts a {
    color: #f39c11; }
    .content-block.news .content .all-posts a:hover {
      color: #f4a629; }
  .content-block.events .block-title span {
    background: #e84c3d; }
  .content-block.events .content .date svg {
    fill: #e84c3d; }
  .content-block.events .content .all-posts a {
    color: #e84c3d; }
    .content-block.events .content .all-posts a:hover {
      color: #d82a1a; }
  .content-block.articles .block-title span {
    background: #26ad61; }
  .content-block.articles .content .date svg {
    fill: #26ad61; }
  .content-block.articles .content .all-posts a {
    color: #26ad61; }
    .content-block.articles .content .all-posts a:hover {
      color: #1d834a; }
  .content-block.social-column .block-title span {
    background: #f1c40f; }
  .content-block.social-column .content .date svg {
    fill: #f1c40f; }
  .content-block.social-column .content .all-posts a {
    color: #f1c40f; }
    .content-block.social-column .content .all-posts a:hover {
      color: #c29d0b; }

.register-page .content, .password-reset-page .content {
  padding: 45px 0;
  max-width: 600px; }
  .register-page .content .title, .password-reset-page .content .title {
    margin-bottom: 10px;
    color: #822320;
    font-size: 18px;
    font-weight: 400; }
  .register-page .content .sub-title, .password-reset-page .content .sub-title {
    margin-bottom: 20px;
    font-size: 14px; }
  .register-page .content .form-helper, .password-reset-page .content .form-helper {
    margin: 20px 0 10px 0;
    font-size: 14px; }
  .register-page .content form .text-input, .password-reset-page .content form .text-input {
    margin-right: 15px;
    flex-grow: 1; }
  .register-page .content form .submit-input input, .password-reset-page .content form .submit-input input {
    padding: 0 40px; }

.official-acts-block {
  margin-bottom: 90px; }
  .official-acts-block .block-title {
    margin-bottom: 60px; }
    .official-acts-block .block-title span {
      display: inline-block;
      background: #2781b6;
      padding: 8px 60px 8px 20px;
      color: #fff; }
  .official-acts-block .content {
    position: relative; }
    .official-acts-block .content > .s-row {
      display: flex;
      flex-wrap: wrap; }
    .official-acts-block .content .content-selector {
      margin-top: -20px; }
    .official-acts-block .content .item {
      margin-bottom: 70px; }
    .official-acts-block .content .official-acts-title {
      margin-bottom: 5px;
      color: #2781b6;
      font-size: 18px; }
    .official-acts-block .content .title {
      margin-bottom: 12px;
      color: rgba(31, 31, 31, 0.8);
      font-size: 18px;
      font-weight: 700; }
    .official-acts-block .content .sub-title {
      margin: -8px 0 12px 0;
      color: rgba(31, 31, 31, 0.8);
      font-size: 14px; }
    .official-acts-block .content .text {
      margin-bottom: 18px;
      color: rgba(31, 31, 31, 0.6);
      font-size: 14px;
      line-height: 24px; }
    .official-acts-block .content .date {
      color: rgba(31, 31, 31, 0.5);
      font-size: 12px; }
      .official-acts-block .content .date svg {
        display: inline-block;
        fill: #2781b6;
        margin: -4px 10px 0 0;
        width: 12px;
        height: 12px;
        vertical-align: middle; }
    .official-acts-block .content .know-more {
      text-align: right; }
      .official-acts-block .content .know-more a {
        display: inline-block;
        background: #2781b6;
        margin-left: auto;
        border-radius: 3px;
        padding: 0 12px;
        height: 24px;
        color: #fff;
        font-size: 13px;
        line-height: 24px;
        transition: .4s; }
        .official-acts-block .content .know-more a:hover {
          background: #1e638c; }
    .official-acts-block .content .all-posts {
      text-align: center; }
      .official-acts-block .content .all-posts a {
        color: #2781b6;
        font-size: 12px;
        text-decoration: underline; }
        .official-acts-block .content .all-posts a:hover {
          color: #1e638c; }

.institutional-page > *:not(:last-child) {
  margin-bottom: 45px; }
.institutional-page .our-story .text {
  font-size: 14px;
  line-height: 24px; }
  .institutional-page .our-story .text:not(:last-child) {
    margin-bottom: 30px; }
.institutional-page .our-story ul {
  margin-bottom: 30px;
  border: 1px solid rgba(31, 31, 31, 0.3);
  border-radius: 5px;
  padding: 30px; }
  .institutional-page .our-story ul li {
    font-size: 14px; }
    .institutional-page .our-story ul li:before {
      display: inline-block;
      content: '';
      background-color: #822320;
      margin: -3px 15px 0 0;
      border-radius: 50%;
      width: 6px;
      height: 6px;
      vertical-align: middle; }
    .institutional-page .our-story ul li:not(:last-child) {
      margin-bottom: 20px; }
.institutional-page .historical-record .video {
  position: relative; }
  .institutional-page .historical-record .video:after {
    display: block;
    content: '';
    padding-top: 56.25%; }
  .institutional-page .historical-record .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.institutional-page .manager-committee .content {
  display: flex;
  flex-wrap: wrap; }
.institutional-page .manager-committee .person {
  margin-bottom: 65px;
  width: 25%;
  text-align: center; }
  .institutional-page .manager-committee .person .image {
    margin-bottom: 20px; }
    .institutional-page .manager-committee .person .image img {
      display: block;
      margin: 0 auto;
      border-radius: 50%;
      width: 100%;
      max-width: 140px; }
  .institutional-page .manager-committee .person .name, .institutional-page .manager-committee .person .city {
    font-size: 14px; }

.search-box {
  margin-bottom: 30px;
  border: 1px solid rgba(31, 31, 31, 0.3);
  border-radius: 5px;
  padding: 20px; }
  .search-box form > *:not(:last-child) {
    flex-basis: 100%; }
  .search-box form input[type=submit] {
    padding: 0 35px; }
  @media (min-width: 768px) {
    .search-box form {
      display: flex;
      align-items: flex-end; }
      .search-box form .text-input, .search-box form .select-input, .search-box form .submit-input {
        margin: 0 10px 15px 10px; }
      .search-box form .select-input .head {
        border: 1px solid #eee;
        background: #eee; } }

.our-associates-page {
  padding: 50px 0; }
  .our-associates-page .general-title {
    margin-bottom: 15px; }
  .our-associates-page .sub-title {
    margin-bottom: 30px;
    font-size: 14px; }
  .our-associates-page table {
    width: 100%;
    border-spacing: 5px; }
    .our-associates-page table th, .our-associates-page table td {
      padding: 7px 15px;
      font-size: 14px;
      font-weight: 400;
      text-align: left; }
    .our-associates-page table th {
      background-color: #822320;
      color: rgba(255, 255, 255, 0.6); }
    .our-associates-page table tbody tr td:last-child svg {
      fill: #822320;
      width: 24px;
      height: 13px; }
    @media (min-width: 992px) {
      .our-associates-page table tbody tr td:first-child, .our-associates-page table tbody tr td:last-child {
        width: 1%; } }
    .our-associates-page table tbody tr:nth-child(odd) td {
      background-color: #eee; }
  @media (max-width: 992px) {
    .our-associates-page table thead {
      display: none; }
    .our-associates-page table tr {
      border-bottom: 2px solid rgba(31, 31, 31, 0.3);
      display: block; }
      .our-associates-page table tr td {
        border-bottom: 1px solid rgba(31, 31, 31, 0.3);
        display: block;
        font-size: .8em;
        text-align: right; }
        .our-associates-page table tr td:before {
          content: attr(data-label) ":";
          float: left;
          font-weight: bold; }
        .our-associates-page table tr td:last-child {
          border-bottom: 0; } }

.news-page {
  padding-bottom: 50px; }
  .news-page .search-box-title {
    margin-bottom: 30px;
    font-size: 14px; }
  .news-page .search-box {
    margin-bottom: 60px; }
    .news-page .search-box .submit-input input {
      background: #f39c11; }
      .news-page .search-box .submit-input input:hover {
        background: #f4a629; }
  .news-page .content-block {
    padding-bottom: 15px; }
  .news-page .content .item {
    border-bottom: 1px solid rgba(31, 31, 31, 0.2);
    padding-bottom: 30px; }
  .news-page .content .date {
    text-align: right; }
  .news-page .content .know-more a {
    background: #f39c11; }
    .news-page .content .know-more a:hover {
      background: #f4a629; }

.calendar .head {
  display: flex;
  background: #e84c3d;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding: 45px 25px;
  color: #fff;
  align-items: center; }
  .calendar .head .left {
    margin-right: auto;
    text-align: center; }
    .calendar .head .left .d {
      font-size: 98px;
      font-weight: 700;
      line-height: 80px; }
    .calendar .head .left .m {
      font-size: 48px;
      text-transform: uppercase;
      line-height: 50px; }
    @media (min-width: 992px) and (max-width: 1250px) {
      .calendar .head .left .d {
        font-size: 68px;
        line-height: 50px; }
      .calendar .head .left .m {
        font-size: 28px;
        line-height: 30px; } }
  .calendar .head .right .top {
    margin-bottom: 45px;
    text-align: right; }
  .calendar .head .right .bottom {
    margin-right: 20px;
    font-size: 26px;
    text-align: center;
    line-height: 28px; }
    .calendar .head .right .bottom .m {
      font-weight: 700; }
.calendar .body {
  border-right: 1px solid rgba(31, 31, 31, 0.2);
  border-bottom: 1px solid rgba(31, 31, 31, 0.2);
  border-left: 1px solid rgba(31, 31, 31, 0.2);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 25px 5px 20px 5px; }
  .calendar .body .clips {
    position: relative;
    width: 100%; }
    .calendar .body .clips .left, .calendar .body .clips .right {
      display: flex;
      position: absolute;
      top: -26px; }
      .calendar .body .clips .left:before, .calendar .body .clips .left:after, .calendar .body .clips .right:before, .calendar .body .clips .right:after {
        display: block;
        content: '';
        background: #fff;
        margin-top: -15px;
        border-radius: 4px;
        width: 8px;
        height: 34px;
        box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3); }
      .calendar .body .clips .left:before, .calendar .body .clips .right:before {
        margin-right: 13px; }
    .calendar .body .clips .left {
      left: 23px; }
    .calendar .body .clips .right {
      right: 23px; }
  .calendar .body table {
    width: 100%;
    font-size: 15px;
    text-align: center; }
    .calendar .body table thead {
      color: #822320; }
      .calendar .body table thead tr td {
        padding: 10px 0 20px 0; }
    .calendar .body table tbody tr td {
      padding: 6px 0;
      cursor: default; }
      .calendar .body table tbody tr td.active a {
        color: #e84c3d;
        font-size: 16px;
        font-weight: 700; }
      .calendar .body table tbody tr td.event a {
        border: 1px solid #e84c3d;
        padding: 2px 5px; }
      .calendar .body table tbody tr td.disabled {
        color: rgba(31, 31, 31, 0.3); }

.events-page {
  padding-bottom: 50px; }
  .events-page .content-block {
    padding-bottom: 15px; }
  .events-page .content .image {
    height: 160px; }
    @media (max-width: 768px) {
      .events-page .content .image {
        margin-bottom: 10px;
        max-width: 295px; } }
  .events-page .content .date {
    text-align: right; }
  .events-page .content .know-more a {
    background: #e84c3d;
    transition: .4s; }
    .events-page .content .know-more a:hover {
      background: #d82a1a; }
  .events-page .content .next-prev-links {
    margin-top: 30px;
    border-top: 1px solid rgba(31, 31, 31, 0.4);
    padding-top: 30px; }
    .events-page .content .next-prev-links a {
      display: inline-block;
      background: rgba(31, 31, 31, 0.2);
      margin-left: auto;
      border-radius: 3px;
      padding: 0 12px;
      height: 28px;
      color: #fff;
      font-size: 12px;
      line-height: 28px;
      transition: .4s; }
      .events-page .content .next-prev-links a:hover {
        background: rgba(31, 31, 31, 0.4); }
      .events-page .content .next-prev-links a.red {
        background: #e84c3d; }
        .events-page .content .next-prev-links a.red:hover {
          background: #d82a1a; }

.news-internal-page .s-row > *:not(.s-l-12) {
  margin-bottom: 60px; }
.news-internal-page .p-title {
  margin-bottom: 20px;
  color: rgba(31, 31, 31, 0.8);
  font-size: 28px; }
.news-internal-page .s-p-title {
  display: flex;
  margin-bottom: 20px;
  align-items: center; }
  .news-internal-page .s-p-title .left {
    margin-right: auto; }
    .news-internal-page .s-p-title .left .date {
      text-align: right;
      font-size: 12px; }
      .news-internal-page .s-p-title .left .date svg {
        display: inline-block;
        fill: #f39c11;
        margin: -4px 10px 0 0;
        width: 12px;
        height: 12px;
        vertical-align: middle; }
  .news-internal-page .s-p-title .right a {
    font-size: 14px;
    text-decoration: underline; }
    .news-internal-page .s-p-title .right a svg {
      display: inline-block;
      width: 9px;
      height: 16px;
      vertical-align: middle; }
    .news-internal-page .s-p-title .right a.prev {
      margin-right: 30px;
      color: rgba(31, 31, 31, 0.5); }
      .news-internal-page .s-p-title .right a.prev svg {
        fill: rgba(31, 31, 31, 0.5);
        margin-right: 10px; }
    .news-internal-page .s-p-title .right a.next {
      color: #f39c11; }
      .news-internal-page .s-p-title .right a.next svg {
        fill: #f39c11;
        margin-left: 10px; }
  @media (max-width: 768px) {
    .news-internal-page .s-p-title {
      flex-direction: column; }
      .news-internal-page .s-p-title .left {
        margin-bottom: 20px; } }
.news-internal-page .news-cover {
  margin-bottom: 75px; }
  .news-internal-page .news-cover img {
    display: block;
    width: auto;
    max-width: 100%; }
.news-internal-page .news-text {
  margin-bottom: 100px;
  line-height: 28px; }
.news-internal-page .last-news {
  margin: 0 auto 30px auto;
  border: 1px solid rgba(31, 31, 31, 0.25);
  border-radius: 5px;
  padding: 30px 30px 0 30px;
  max-width: 380px; }
  .news-internal-page .last-news .title {
    text-align: center; }
  .news-internal-page .last-news ul li {
    padding: 30px 0;
    text-align: center; }
    .news-internal-page .last-news ul li a {
      font-size: 12px;
      transition: .4s; }
      .news-internal-page .last-news ul li a:hover {
        color: #f39c11; }
    .news-internal-page .last-news ul li:not(:last-child) {
      border-bottom: 1px solid rgba(31, 31, 31, 0.25); }

.event-internal-page .s-row > *:not(.s-l-12) {
  margin-bottom: 60px; }
.event-internal-page .p-title {
  margin-bottom: 20px;
  color: rgba(31, 31, 31, 0.8);
  font-size: 28px; }
.event-internal-page .s-p-title {
  display: flex;
  margin-bottom: 20px;
  align-items: center; }
  .event-internal-page .s-p-title .left {
    margin-right: auto; }
  .event-internal-page .s-p-title .right a {
    font-size: 14px;
    text-decoration: underline; }
    .event-internal-page .s-p-title .right a svg {
      display: inline-block;
      width: 9px;
      height: 16px;
      vertical-align: middle; }
    .event-internal-page .s-p-title .right a.prev {
      margin-right: 30px;
      color: rgba(31, 31, 31, 0.5); }
      .event-internal-page .s-p-title .right a.prev svg {
        fill: rgba(31, 31, 31, 0.5);
        margin-right: 10px; }
    .event-internal-page .s-p-title .right a.next {
      color: #e84c3d; }
      .event-internal-page .s-p-title .right a.next svg {
        fill: #e84c3d;
        margin-left: 10px; }
  @media (max-width: 768px) {
    .event-internal-page .s-p-title {
      flex-direction: column; }
      .event-internal-page .s-p-title .left {
        margin-bottom: 20px; } }
.event-internal-page .event-cover {
  margin-bottom: 75px; }
  .event-internal-page .event-cover img {
    display: block;
    width: auto;
    max-width: 100%; }
.event-internal-page .event-text {
  margin-bottom: 100px;
  line-height: 28px; }

.articles-page {
  padding-bottom: 50px; }
  .articles-page .search-box-title {
    margin-bottom: 30px;
    font-size: 14px; }
  .articles-page .search-box {
    margin-bottom: 60px; }
    .articles-page .search-box .submit-input input {
      background: #26ad61; }
      .articles-page .search-box .submit-input input:hover {
        background: #1d834a; }
  .articles-page .content-block {
    padding-bottom: 15px; }
  .articles-page .content .item {
    border-bottom: 1px solid rgba(31, 31, 31, 0.2);
    padding-bottom: 30px; }
  .articles-page .content .date {
    text-align: right; }
  .articles-page .content .know-more a {
    background: #26ad61; }
    .articles-page .content .know-more a:hover {
      background: #1d834a; }

.articles-internal-page .s-row > *:not(.s-l-12) {
  margin-bottom: 60px; }
.articles-internal-page .p-title {
  margin-bottom: 20px;
  color: rgba(31, 31, 31, 0.8);
  font-size: 28px; }
.articles-internal-page .s-p-title {
  display: flex;
  margin-bottom: 20px;
  align-items: center; }
  .articles-internal-page .s-p-title .left {
    margin-right: auto; }
    .articles-internal-page .s-p-title .left .date {
      text-align: right;
      font-size: 12px; }
      .articles-internal-page .s-p-title .left .date svg {
        display: inline-block;
        fill: #26ad61;
        margin: -4px 10px 0 0;
        width: 12px;
        height: 12px;
        vertical-align: middle; }
  .articles-internal-page .s-p-title .right a {
    font-size: 14px;
    text-decoration: underline; }
    .articles-internal-page .s-p-title .right a svg {
      display: inline-block;
      width: 9px;
      height: 16px;
      vertical-align: middle; }
    .articles-internal-page .s-p-title .right a.prev {
      margin-right: 30px;
      color: rgba(31, 31, 31, 0.5); }
      .articles-internal-page .s-p-title .right a.prev svg {
        fill: rgba(31, 31, 31, 0.5);
        margin-right: 10px; }
    .articles-internal-page .s-p-title .right a.next {
      color: #26ad61; }
      .articles-internal-page .s-p-title .right a.next svg {
        fill: #26ad61;
        margin-left: 10px; }
  @media (max-width: 768px) {
    .articles-internal-page .s-p-title {
      flex-direction: column; }
      .articles-internal-page .s-p-title .left {
        margin-bottom: 20px; } }
.articles-internal-page .news-cover {
  margin-bottom: 75px; }
  .articles-internal-page .news-cover img {
    display: block;
    width: auto;
    max-width: 100%; }
.articles-internal-page .news-text {
  margin-bottom: 100px;
  line-height: 28px; }
.articles-internal-page .last-articles {
  margin: 0 auto 30px auto;
  border: 1px solid rgba(31, 31, 31, 0.25);
  border-radius: 5px;
  padding: 30px 30px 0 30px;
  max-width: 380px; }
  .articles-internal-page .last-articles .title {
    text-align: center; }
  .articles-internal-page .last-articles ul li {
    padding: 30px 0;
    text-align: center; }
    .articles-internal-page .last-articles ul li a {
      font-size: 12px;
      transition: .4s; }
      .articles-internal-page .last-articles ul li a:hover {
        color: #26ad61; }
    .articles-internal-page .last-articles ul li:not(:last-child) {
      border-bottom: 1px solid rgba(31, 31, 31, 0.25); }

.official-acts-page {
  padding-bottom: 50px; }
  .official-acts-page .search-box-title {
    margin-bottom: 30px;
    font-size: 14px; }
  .official-acts-page .search-box {
    margin-bottom: 60px; }
    .official-acts-page .search-box .submit-input input {
      background: #2781b6; }
      .official-acts-page .search-box .submit-input input:hover {
        background: #1e638c; }
  .official-acts-page .content-block {
    padding-bottom: 15px; }
  .official-acts-page .content .item {
    border-bottom: 1px solid rgba(31, 31, 31, 0.2);
    padding-bottom: 30px; }
  .official-acts-page .content .date {
    text-align: right; }
    .official-acts-page .content .date svg {
      fill: #2781b6 !important; }
  .official-acts-page .content .know-more a {
    background: #2781b6; }
    .official-acts-page .content .know-more a:hover {
      background: #1e638c; }

.official-acts-internal-page .s-row > *:not(.s-l-12) {
  margin-bottom: 60px; }
.official-acts-internal-page .p-title {
  margin-bottom: 20px;
  color: rgba(31, 31, 31, 0.8);
  font-size: 28px; }
.official-acts-internal-page .s-p-title {
  display: flex;
  margin-bottom: 20px;
  align-items: center; }
  .official-acts-internal-page .s-p-title .left {
    margin-right: auto; }
    .official-acts-internal-page .s-p-title .left .date {
      text-align: right;
      font-size: 12px; }
      .official-acts-internal-page .s-p-title .left .date svg {
        display: inline-block;
        fill: #2781b6;
        margin: -4px 10px 0 0;
        width: 12px;
        height: 12px;
        vertical-align: middle; }
  .official-acts-internal-page .s-p-title .right a {
    font-size: 14px;
    text-decoration: underline; }
    .official-acts-internal-page .s-p-title .right a svg {
      display: inline-block;
      width: 9px;
      height: 16px;
      vertical-align: middle; }
    .official-acts-internal-page .s-p-title .right a.prev {
      margin-right: 30px;
      color: rgba(31, 31, 31, 0.5); }
      .official-acts-internal-page .s-p-title .right a.prev svg {
        fill: rgba(31, 31, 31, 0.5);
        margin-right: 10px; }
    .official-acts-internal-page .s-p-title .right a.next {
      color: #2781b6; }
      .official-acts-internal-page .s-p-title .right a.next svg {
        fill: #2781b6;
        margin-left: 10px; }
  @media (max-width: 768px) {
    .official-acts-internal-page .s-p-title {
      flex-direction: column; }
      .official-acts-internal-page .s-p-title .left {
        margin-bottom: 20px; } }
.official-acts-internal-page .news-cover {
  margin-bottom: 75px; }
  .official-acts-internal-page .news-cover img {
    display: block;
    width: auto;
    max-width: 100%; }
.official-acts-internal-page .news-text {
  margin-bottom: 100px;
  line-height: 28px; }
.official-acts-internal-page .last-acts {
  margin: 0 auto 30px auto;
  border: 1px solid rgba(31, 31, 31, 0.25);
  border-radius: 5px;
  padding: 30px 30px 0 30px;
  max-width: 380px; }
  .official-acts-internal-page .last-acts .title {
    text-align: center; }
  .official-acts-internal-page .last-acts ul li {
    padding: 30px 0;
    text-align: center; }
    .official-acts-internal-page .last-acts ul li a {
      font-size: 12px;
      transition: .4s; }
      .official-acts-internal-page .last-acts ul li a:hover {
        color: #2781b6; }
    .official-acts-internal-page .last-acts ul li:not(:last-child) {
      border-bottom: 1px solid rgba(31, 31, 31, 0.25); }

.social-column-page {
  padding-bottom: 50px; }
  .social-column-page .search-box-title {
    margin-bottom: 30px;
    font-size: 14px; }
  .social-column-page .search-box {
    margin-bottom: 60px; }
    .social-column-page .search-box .submit-input input {
      background: #f1c40f; }
      .social-column-page .search-box .submit-input input:hover {
        background: #f2ca27; }
  .social-column-page .content-block {
    padding-bottom: 15px; }
  .social-column-page .content .item {
    border-bottom: 1px solid rgba(31, 31, 31, 0.2);
    padding-bottom: 30px; }
  .social-column-page .content .date {
    text-align: right; }
  .social-column-page .content .know-more a {
    background: #f1c40f; }
    .social-column-page .content .know-more a:hover {
      background: #f2ca27; }

.social-column-internal-page .s-row > *:not(.s-l-12) {
  margin-bottom: 60px; }
.social-column-internal-page .p-title {
  margin-bottom: 20px;
  color: rgba(31, 31, 31, 0.8);
  font-size: 28px; }
.social-column-internal-page .s-p-title {
  display: flex;
  margin-bottom: 20px;
  align-items: center; }
  .social-column-internal-page .s-p-title .left {
    margin-right: auto; }
    .social-column-internal-page .s-p-title .left .date {
      text-align: right;
      font-size: 12px; }
      .social-column-internal-page .s-p-title .left .date svg {
        display: inline-block;
        fill: #f1c40f;
        margin: -4px 10px 0 0;
        width: 12px;
        height: 12px;
        vertical-align: middle; }
  .social-column-internal-page .s-p-title .right a {
    font-size: 14px;
    text-decoration: underline; }
    .social-column-internal-page .s-p-title .right a svg {
      display: inline-block;
      width: 9px;
      height: 16px;
      vertical-align: middle; }
    .social-column-internal-page .s-p-title .right a.prev {
      margin-right: 30px;
      color: rgba(31, 31, 31, 0.5); }
      .social-column-internal-page .s-p-title .right a.prev svg {
        fill: rgba(31, 31, 31, 0.5);
        margin-right: 10px; }
    .social-column-internal-page .s-p-title .right a.next {
      color: #f1c40f; }
      .social-column-internal-page .s-p-title .right a.next svg {
        fill: #f1c40f;
        margin-left: 10px; }
  @media (max-width: 768px) {
    .social-column-internal-page .s-p-title {
      flex-direction: column; }
      .social-column-internal-page .s-p-title .left {
        margin-bottom: 20px; } }
.social-column-internal-page .news-cover {
  margin-bottom: 75px; }
  .social-column-internal-page .news-cover img {
    display: block;
    width: auto;
    max-width: 100%; }
.social-column-internal-page .news-text {
  margin-bottom: 100px;
  line-height: 28px; }
.social-column-internal-page .last-news {
  margin: 0 auto 30px auto;
  border: 1px solid rgba(31, 31, 31, 0.25);
  border-radius: 5px;
  padding: 30px 30px 0 30px;
  max-width: 380px; }
  .social-column-internal-page .last-news .title {
    text-align: center; }
  .social-column-internal-page .last-news ul li {
    padding: 30px 0;
    text-align: center; }
    .social-column-internal-page .last-news ul li a {
      font-size: 12px;
      transition: .4s; }
      .social-column-internal-page .last-news ul li a:hover {
        color: #f39c11; }
    .social-column-internal-page .last-news ul li:not(:last-child) {
      border-bottom: 1px solid rgba(31, 31, 31, 0.25); }

.knowledge-bank-page .general-title {
  margin-bottom: 15px; }
.knowledge-bank-page > .sub-title {
  margin-bottom: 30px;
  font-size: 14px; }
.knowledge-bank-page .publications .publication {
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(31, 31, 31, 0.3);
  padding-bottom: 30px;
  color: rgba(31, 31, 31, 0.8); }
  .knowledge-bank-page .publications .publication .type {
    margin-bottom: 25px;
    color: #822320;
    font-size: 14px;
    text-transform: uppercase; }
  .knowledge-bank-page .publications .publication .title {
    color: rgba(31, 31, 31, 0.8);
    font-size: 18px;
    font-weight: 700; }
  .knowledge-bank-page .publications .publication .sub-title {
    margin-bottom: 15px;
    font-size: 14px; }
  .knowledge-bank-page .publications .publication .author {
    margin-bottom: 30px;
    font-size: 14px; }
  .knowledge-bank-page .publications .publication .read-more {
    margin-bottom: 25px; }
    .knowledge-bank-page .publications .publication .read-more a {
      display: inline-block;
      background: #822320;
      margin-left: auto;
      border-radius: 3px;
      padding: 0 16px;
      height: 24px;
      color: #fff;
      font-size: 11px;
      line-height: 24px;
      font-weight: 700;
      text-transform: uppercase;
      transition: .4s; }
      .knowledge-bank-page .publications .publication .read-more a:hover {
        background: #591816; }
  .knowledge-bank-page .publications .publication .date {
    text-align: right;
    font-size: 12px; }
    .knowledge-bank-page .publications .publication .date svg {
      display: inline-block;
      fill: #822320;
      margin: -4px 10px 0 0;
      width: 12px;
      height: 12px;
      vertical-align: middle; }
.knowledge-bank-page .pagination {
  margin-bottom: 30px; }

.occurrence-book-page {
  padding-top: 60px; }
  .occurrence-book-page > * {
    margin-bottom: 60px; }
  .occurrence-book-page form {
    max-width: 475px; }
    .occurrence-book-page form .btns {
      justify-content: flex-end; }
      .occurrence-book-page form .btns > *:first-child {
        margin-right: 15px; }
  .occurrence-book-page .posts .post {
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(31, 31, 31, 0.1);
    padding-bottom: 30px; }
    .occurrence-book-page .posts .post .title {
      margin-bottom: 12px;
      color: rgba(31, 31, 31, 0.8);
      font-weight: 700; }
    .occurrence-book-page .posts .post .sub-title {
      margin: -8px 0 12px 0;
      color: rgba(31, 31, 31, 0.8);
      font-size: 14px; }
    .occurrence-book-page .posts .post .author {
      margin-bottom: 10px;
      color: rgba(31, 31, 31, 0.8);
      font-size: 12px;
      line-height: 22px; }
      .occurrence-book-page .posts .post .author span {
        font-weight: 700; }
    .occurrence-book-page .posts .post .date {
      color: rgba(31, 31, 31, 0.5);
      font-size: 12px; }
      .occurrence-book-page .posts .post .date svg {
        display: inline-block;
        fill: #822320;
        margin: -4px 10px 0 0;
        width: 12px;
        height: 12px;
        vertical-align: middle; }
  .occurrence-book-page .all-posts {
    text-align: center; }
    .occurrence-book-page .all-posts a {
      color: #822320;
      font-size: 12px;
      text-decoration: underline; }
      .occurrence-book-page .all-posts a:hover {
        color: #591816; }

.articles-publication-page {
  padding-top: 60px; }
  .articles-publication-page > * {
    margin-bottom: 60px; }
  .articles-publication-page form {
    max-width: 475px; }
    .articles-publication-page form .btns {
      justify-content: flex-end; }
      .articles-publication-page form .btns > * {
        min-width: 140px; }
        .articles-publication-page form .btns > *:first-child {
          margin-right: 15px; }
  .articles-publication-page .articles .article {
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(31, 31, 31, 0.1);
    padding-bottom: 30px; }
    .articles-publication-page .articles .article .image {
      display: block;
      position: relative;
      background-size: cover;
      background-position: center;
      margin-bottom: 15px;
      border-radius: 3px;
      height: 110px;
      overflow: hidden; }
      @media (max-width: 768px) {
        .articles-publication-page .articles .article .image {
          display: block;
          max-width: 350px; } }
      .articles-publication-page .articles .article .image:after {
        display: block;
        content: '';
        position: absolute;
        background-color: rgba(130, 35, 32, 0.8);
        background-image: url("/../images/icons/trash-icon.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 32px 44px;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: .4s;
        opacity: 0; }
      .articles-publication-page .articles .article .image:hover:after {
        opacity: 1; }
    .articles-publication-page .articles .article .title {
      margin-bottom: 12px;
      color: rgba(31, 31, 31, 0.8);
      font-weight: 700; }
    .articles-publication-page .articles .article .sub-title {
      margin: -8px 0 12px 0;
      color: rgba(31, 31, 31, 0.8);
      font-size: 14px; }
    .articles-publication-page .articles .article .author {
      margin-bottom: 10px;
      color: rgba(31, 31, 31, 0.8);
      font-size: 12px;
      line-height: 22px; }
      .articles-publication-page .articles .article .author span {
        font-weight: 700; }
    .articles-publication-page .articles .article .bottom {
      display: flex;
      align-items: center; }
    .articles-publication-page .articles .article .date {
      margin-right: auto;
      color: rgba(31, 31, 31, 0.5);
      font-size: 12px; }
      .articles-publication-page .articles .article .date svg {
        display: inline-block;
        fill: #822320;
        margin: -4px 10px 0 0;
        width: 12px;
        height: 12px;
        vertical-align: middle; }
    .articles-publication-page .articles .article .edit-trigger {
      display: block;
      cursor: pointer; }
      .articles-publication-page .articles .article .edit-trigger svg {
        display: block;
        fill: #822320;
        width: 18px;
        height: 18px; }
  .articles-publication-page .all-articles {
    text-align: center; }
    .articles-publication-page .all-articles a {
      color: #822320;
      font-size: 12px;
      text-decoration: underline; }
      .articles-publication-page .all-articles a:hover {
        color: #591816; }

.polls-page {
  padding-bottom: 50px; }
  .polls-page table {
    margin-bottom: 40px;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0; }
    .polls-page table tr {
      border-bottom: 1px solid rgba(31, 31, 31, 0.3); }
      .polls-page table tr td {
        vertical-align: middle; }
        .polls-page table tr td .title {
          color: rgba(31, 31, 31, 0.75);
          font-size: 18px;
          font-weight: 700; }
        .polls-page table tr td .sub-title {
          color: rgba(31, 31, 31, 0.75);
          font-size: 14px; }
        .polls-page table tr td .participate-btn {
          display: inline-block;
          background: #822320;
          border-radius: 4px;
          padding: 6px 14px;
          color: #fff;
          font-size: 11px;
          font-weight: 700;
          text-transform: uppercase;
          transition: .4s; }
          .polls-page table tr td .participate-btn:hover {
            background: #591816; }
          .polls-page table tr td .participate-btn.disabled {
            pointer-events: none;
            opacity: .1;
            cursor: not-allowed; }
        .polls-page table tr td .status {
          height: 70px;
          font-size: 14px;
          text-align: center;
          line-height: 70px; }
          .polls-page table tr td .status svg {
            display: inline-block;
            fill: #822320;
            margin: -4px 20px 0 0;
            width: 22px;
            height: 22px;
            vertical-align: middle; }
          .polls-page table tr td .status.disabled {
            border: 1px solid #822320;
            border-radius: 6px; }
            .polls-page table tr td .status.disabled svg {
              width: 30px; }
        .polls-page table tr td .date-title {
          margin-bottom: 6px;
          color: #822320;
          font-size: 12px; }
        .polls-page table tr td .date {
          font-size: 14px;
          white-space: nowrap; }
          .polls-page table tr td .date svg {
            display: inline-block;
            fill: #822320;
            margin: -3px 10px 0 0;
            width: 16px;
            height: 16px;
            vertical-align: middle; }
    @media (min-width: 992px) {
      .polls-page table td {
        padding: 40px 10px; }
        .polls-page table td status {
          padding: 0 30px; }
        .polls-page table td:first-child {
          padding: 40px 10px 40px 0; }
        .polls-page table td:last-child {
          padding: 40px 0 40px 10px;
          width: 1%; } }
    @media (min-width: 1250px) {
      .polls-page table td {
        padding: 40px 40px; }
        .polls-page table td status {
          padding: 0 40px; }
        .polls-page table td:first-child {
          padding: 40px 40px 40px 0; }
        .polls-page table td:last-child {
          padding: 40px 0 40px 40px;
          width: 1%; } }
    @media (max-width: 1250px) and (min-width: 992px) {
      .polls-page table .title, .polls-page table .sub-title {
        max-width: 280px; } }
    @media (max-width: 992px) {
      .polls-page table {
        display: block; }
        .polls-page table tbody, .polls-page table tr, .polls-page table td {
          display: block; }
        .polls-page table tr {
          padding: 20px 0; }
          .polls-page table tr td {
            padding: 5px 0; }
            .polls-page table tr td .status {
              margin: 0 auto;
              max-width: 290px; } }

.poll-page > * {
  margin-bottom: 60px; }
.poll-page .left {
  color: rgba(31, 31, 31, 0.75); }
  .poll-page .left .head {
    margin-bottom: 20px; }
    .poll-page .left .head .title {
      font-size: 18px;
      font-weight: 700; }
  .poll-page .left .desc {
    margin-bottom: 50px;
    font-size: 14px;
    line-height: 24px; }
  .poll-page .left .question {
    border: 1px solid rgba(31, 31, 31, 0.8);
    border-radius: 6px;
    padding: 25px 15px;
    font-size: 18px;
    text-align: center; }
  .poll-page .left form .radios {
    margin-bottom: 20px; }
  .poll-page .left form .radio-input {
    border-bottom: 1px solid rgba(31, 31, 31, 0.3);
    padding: 35px 25px 32px 25px; }
    .poll-page .left form .radio-input label {
      cursor: pointer; }
      .poll-page .left form .radio-input label span {
        position: relative;
        display: inline-block;
        margin: -2px 15px 0 0;
        border: 1px solid rgba(31, 31, 31, 0.6);
        border-radius: 50%;
        width: 24px;
        height: 24px;
        vertical-align: middle; }
        .poll-page .left form .radio-input label span:after {
          display: block;
          content: '';
          position: absolute;
          background: #822320;
          border-radius: 50%;
          top: 50%;
          left: 50%;
          margin: -6px 0 0 -6px;
          width: 12px;
          height: 12px;
          transform: scale(0);
          transition: .4s; }
    .poll-page .left form .radio-input input {
      display: none; }
      .poll-page .left form .radio-input input:checked + label span:after {
        transform: scale(1); }
  .poll-page .left form .btns {
    justify-content: center; }
    .poll-page .left form .btns > * {
      margin: 0 10px 15px 10px;
      min-width: 190px; }
.poll-page .right .general-title {
  margin-bottom: 5px; }
.poll-page .right .pools-list li {
  border-bottom: 1px solid rgba(31, 31, 31, 0.1);
  padding: 40px 50px;
  color: rgba(31, 31, 31, 0.75); }
  .poll-page .right .pools-list li .title {
    font-weight: 700; }
  .poll-page .right .pools-list li .text {
    font-size: 12px; }

.contact-page > * {
  margin-bottom: 60px; }
.contact-page .content {
  width: 100%;
  max-width: 590px; }
  @media (max-width: 992px) {
    .contact-page .content {
      margin: 0 auto; } }
.contact-page form {
  margin-bottom: 45px; }
  .contact-page form .submit-input input {
    font-size: 16px;
    height: 50px; }
.contact-page .contact-box {
  display: flex;
  border: 1px solid rgba(31, 31, 31, 0.3);
  border-radius: 5px;
  padding: 20px;
  justify-content: space-around;
  align-items: center; }
  .contact-page .contact-box .left {
    font-size: 14px; }
  .contact-page .contact-box .right {
    display: flex;
    align-items: center; }
    .contact-page .contact-box .right .icon {
      margin-right: 15px; }
      .contact-page .contact-box .right .icon svg {
        display: block;
        fill: #822320;
        width: 54px; }
    .contact-page .contact-box .right .infos {
      font-weight: 700; }
      .contact-page .contact-box .right .infos .text {
        line-height: 14px;
        text-transform: uppercase; }
      .contact-page .contact-box .right .infos .phone {
        color: #822320;
        font-size: 24px;
        line-height: 28px; }
        .contact-page .contact-box .right .infos .phone span {
          font-size: 16px; }
  @media (max-width: 768px) {
    .contact-page .contact-box {
      flex-direction: column; }
      .contact-page .contact-box .left {
        margin-bottom: 20px; } }
.contact-page iframe {
  display: block;
  margin: 0 auto; }

.panel-page .content {
  padding: 45px 0 10px 0; }
.panel-page .general-title {
  max-width: 100%; }
.panel-page .items {
  display: flex;
  margin: 0 auto;
  max-width: 770px;
  flex-wrap: wrap; }
  .panel-page .items .item {
    margin-bottom: 50px;
    padding: 0 30px;
    width: 25%;
    font-size: 14px;
    text-align: center; }
    .panel-page .items .item .icon {
      display: flex;
      background: #e8e8e8;
      margin: 0 auto 20px auto;
      border-radius: 50%;
      width: 100px;
      height: 100px;
      align-items: center;
      justify-content: center;
      transition: .4s; }
      .panel-page .items .item .icon svg {
        display: block;
        fill: #1f1f1f;
        width: 100%;
        max-width: 45px;
        height: auto;
        max-height: 45px; }
      .panel-page .items .item .icon img {
        display: block;
        width: 100%;
        max-width: 48px;
        height: auto;
        max-height: 48px; }
    .panel-page .items .item:hover .icon {
      background: #dbdbdb; }
    @media (max-width: 768px) {
      .panel-page .items .item {
        width: 33.333333332%; } }
    @media (max-width: 480px) {
      .panel-page .items .item {
        width: 50%; } }

.profile-page {
  padding: 45px 15px 0 15px; }
  .profile-page .basic {
    display: flex;
    margin-bottom: 55px; }
  .profile-page .image {
    background-size: cover;
    background-position: center;
    width: 100%;
    max-width: 300px; }
    .profile-page .image .pic:after {
      display: block;
      content: '';
      padding-top: 100%; }
    @media (min-width: 768px) {
      .profile-page .image {
        margin-right: 60px; } }
  .profile-page .links a {
    display: block;
    background: #822320;
    margin-bottom: 10px;
    height: 48px;
    color: #fff;
    text-align: center;
    line-height: 48px; }
    .profile-page .links a.gray {
      background: #d4d4d4; }
    .profile-page .links a.margin {
      margin-bottom: 45px; }
  .profile-page .links input {
    display: none; }
  .profile-page .infos .edit-trigger {
    display: flex;
    background: #822320;
    margin-bottom: 15px;
    border-radius: 4px;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center; }
    .profile-page .infos .edit-trigger svg {
      display: block;
      fill: #fff;
      width: 20px;
      height: 20px; }
  .profile-page .infos .name {
    margin-bottom: 5px;
    color: #822320;
    font-size: 21px;
    font-weight: 700; }
  .profile-page .infos .mail {
    margin-bottom: 10px;
    color: rgba(31, 31, 31, 0.8); }
  .profile-page .infos .phone {
    margin-bottom: 10px;
    color: rgba(31, 31, 31, 0.8); }
  .profile-page .infos .place {
    margin-bottom: 30px;
    color: #822320;
    text-transform: uppercase; }
  .profile-page .infos .flag img {
    display: block; }
  .profile-page .biography .title {
    display: flex;
    margin-bottom: 10px; }
    .profile-page .biography .title .text {
      margin-right: auto;
      color: rgba(31, 31, 31, 0.8);
      font-size: 14px; }
    .profile-page .biography .title a svg {
      display: block;
      fill: #822320;
      width: 18px;
      height: 18px; }
  .profile-page .biography .content {
    background: #eee;
    margin-bottom: 15px;
    border-radius: 5px;
    padding: 30px;
    font-size: 12px;
    line-height: 22px; }
  .profile-page .biography .submit-input {
    display: none;
    float: right; }
  .profile-page .biography.active .title a {
    display: none; }
  .profile-page .biography.active .submit-input {
    display: block; }
  .profile-page .profile-block {
    margin-bottom: 45px; }
    .profile-page .profile-block > .title {
      margin-bottom: 16px;
      border-bottom: 2px solid #822320;
      padding-bottom: 10px;
      width: 100%;
      max-width: 190px;
      color: #822320;
      font-size: 16px;
      font-weight: 400; }
    .profile-page .profile-block ul li {
      color: rgba(31, 31, 31, 0.8); }
      .profile-page .profile-block ul li:not(:last-child) {
        margin-bottom: 10px; }
    .profile-page .profile-block .text {
      max-width: 800px;
      color: rgba(31, 31, 31, 0.8); }
    @media (min-width: 768px) and (max-width: 992px) {
      .profile-page .profile-block.mobile-dual {
        display: flex;
        flex-wrap: wrap;
        align-items: center; }
        .profile-page .profile-block.mobile-dual .links {
          flex-grow: 1; } }
    @media (max-width: 768px) {
      .profile-page .profile-block.mobile-dual .image {
        margin: 0 auto 30px auto; } }
  .profile-page .content-block {
    padding-bottom: 0;
    max-width: 900px; }
    .profile-page .content-block .content .article-title {
      color: #822320; }
    .profile-page .content-block .content .date svg {
      fill: #822320; }
    .profile-page .content-block .content .all-posts a {
      color: #822320; }
      .profile-page .content-block .content .all-posts a:hover {
        color: #591816; }

.sidebar {
  text-align: center; }
  .sidebar > * {
    display: block;
    margin: 0 auto 30px auto; }

footer .upper {
  position: relative;
  background: #822320; }
  footer .upper .s-row {
    display: flex;
    position: relative;
    z-index: 2; }
    @media (min-width: 768px) {
      footer .upper .s-row {
        align-items: center; } }
    @media (max-width: 768px) {
      footer .upper .s-row {
        flex-direction: column; } }
  footer .upper .left, footer .upper .right {
    padding: 25px 15px; }
  footer .upper .left .content {
    margin: 0 100px 0 auto;
    max-width: 230px; }
    footer .upper .left .content form > input, footer .upper .left .content form > textarea {
      background: transparent;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: 0;
      padding: 0 8px 5px 8px;
      color: #fff;
      font-size: 12px; }
      footer .upper .left .content form > input::-webkit-input-placeholder, footer .upper .left .content form > textarea::-webkit-input-placeholder {
        color: #fff; }
      footer .upper .left .content form > input::-moz-placeholder, footer .upper .left .content form > textarea::-moz-placeholder {
        color: #fff; }
      footer .upper .left .content form > input:-ms-input-placeholder, footer .upper .left .content form > textarea:-ms-input-placeholder {
        color: #fff; }
      footer .upper .left .content form > input:-moz-placeholder, footer .upper .left .content form > textarea:-moz-placeholder {
        color: #fff; }
    footer .upper .left .content form input[type=text] {
      margin-bottom: 10px;
      height: auto; }
    footer .upper .left .content form textarea {
      margin-bottom: 25px;
      width: 100%;
      height: 80px;
      resize: vertical; }
    footer .upper .left .content form button {
      display: block;
      background: #822320;
      margin: 0 auto;
      border-radius: 14px;
      padding: 0 20px;
      height: 28px;
      color: #fff;
      font-size: 10px;
      cursor: pointer;
      transition: .4s; }
      footer .upper .left .content form button:hover {
        background: #591816; }
    @media (max-width: 768px) {
      footer .upper .left .content {
        margin: 0 auto; } }
  footer .upper .left .title {
    margin-bottom: 20px;
    color: #fff;
    text-align: center; }
    footer .upper .left .title .first {
      font-size: 13px;
      text-transform: uppercase; }
    footer .upper .left .title .second {
      font-size: 34px;
      font-weight: 700;
      line-height: 22px; }
  footer .upper .right .content .title {
    margin-bottom: 15px;
    color: #fff;
    font-size: 18px;
    font-weight: 700; }
  footer .upper .right .content ul {
    display: flex;
    max-width: 300px;
    flex-wrap: wrap; }
    footer .upper .right .content ul li {
      margin-bottom: 10px;
      width: 50%; }
      footer .upper .right .content ul li a {
        color: #fff;
        font-size: 13px;
        text-decoration: underline;
        transition: .4s; }
        footer .upper .right .content ul li a:hover {
          padding-left: 5px; }
      @media (max-width: 768px) {
        footer .upper .right .content ul li {
          width: 100%; } }
  @media (min-width: 768px) {
    footer .upper .right .content {
      margin-left: 100px; } }
  @media (max-width: 768px) {
    footer .upper .right .content {
      text-align: center; }
      footer .upper .right .content ul {
        margin: 0 auto; } }
  footer .upper .background-image {
    position: absolute;
    background-size: cover;
    background-position: center;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1; }
    @media (max-width: 768px) {
      footer .upper .background-image {
        display: none; } }
footer .sub {
  padding: 25px 0;
  font-size: 12px;
  text-align: center; }
  footer .sub span {
    font-weight: 700; }

.bg-dark-red {
  background-color: #822320 !important; }

.text-dark-red {
  color: #822320 !important; }

/*# sourceMappingURL=app.css.map */
.dropback{
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:rgba(0,0,0,0.85);
  z-index:5000
}

.embed{
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index:5001
}
.embed-content{
  position:relative;
  top:50%;
  left:50%;
  max-width:100%;
  -webkit-transform:translate(-50%, -50%);
  -moz-transform:translate(-50%, -50%);
  -ms-transform:translate(-50%, -50%);
  -o-transform:translate(-50%, -50%);
  transform:translate(-50%, -50%)
}
.embed-content .iframe-content{
  position:relative;
  cursor:pointer;
  background:#ccc no-repeat center center / cover;
  padding-bottom:56.25%;
  height:0px;
  clear:both
}
.embed-content .iframe-content iframe{
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  z-index:3
}
.embed-content .close-modal{
  position:absolute;
  top:-25px;
  right:0;
  color:white
}
@media only screen and (min-width: 1250px){
  .embed-content{
      max-width:992px
  }
}