.view-animate-container {
  position: relative; }

.view-animate.ng-enter, .view-animate.ng-leave {
  -webkit-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.view-animate.ng-enter {
  opacity: 0; }

.view-animate.ng-enter.ng-enter-active {
  opacity: 1;
  top: 0;
  position: absolute; }

.view-animate.ng-leave.ng-leave-active {
  opacity: 0;
  top: 0;
  position: absolute; }

/*.view-animate {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.view-animate.ng-enter,
.view-animate.ng-leave {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.view-animate.ng-enter {
    left: 100%;
}
.view-animate.ng-enter-active {
    left: 0;
}
.view-animate.ng-leave {
    left: 0;
}
.view-animate.ng-leave-active {
    left: -100%;
}*/
@font-face {
  font-family: "lato";
  src: url("../fonts/lato/Lato-Regular.ttf"); }
@font-face {
  font-family: "lato_ligth";
  src: url("../fonts/lato/Lato-Light.ttf"); }
@font-face {
  font-family: "ostrich";
  src: url("../fonts/ostrich_sans_heavy/OstrichSans-Heavy.otf"); }
body {
  padding: 0;
  margin: 0;
  font-family: "lato", sans-serif;
  overflow-x: hidden; }

.view-animate-container .show_sidebar {
  margin-left: 250px;
  margin-top: 50px; }

.clickeable:hover {
  cursor: pointer; }

.left {
  float: left; }

.right {
  float: right; }

.inline-block {
  display: inline-block; }

span.label {
  padding-top: 5px;
  font-size: 13px; }

input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */ }

.fade_section.ng-hide {
  opacity: 0; }

.fade_section.ng-hide-remove,
.fade_section.ng-hide-add {
  display: block !important; }

.fade_section.ng-hide-remove {
  transition: all linear 1000ms; }

.fade_section.ng-hide-add {
  transition: all linear 500ms; }

.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: transparent; }

.ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y, .ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
  width: 6px; }

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: transparent; }

.ps-container.ps-in-scrolling.ps-y:hover > .ps-scrollbar-y-rail {
  background-color: transparent; }

.typeahead {
  z-index: 1051;
  position: fixed;
  margin-top: 90px; }

.calendar_container {
  display: inline-block;
  width: 100%; }
  .calendar_container .well {
    width: 100%;
    box-shadow: none;
    background-color: #FFFFFF;
    background-image: none;
    border: none; }
    .calendar_container .well .uib-day button, .calendar_container .well .uib-month button, .calendar_container .well .uib-year button {
      height: 48px;
      background-image: none;
      border-radius: 0px;
      border-top: 1px solid #000000;
      border-left: 1px solid #000000;
      border-bottom: none;
      border-right: none; }
      .calendar_container .well .uib-day button span, .calendar_container .well .uib-month button span, .calendar_container .well .uib-year button span {
        font-size: 16px; }
    .calendar_container .well .uib-day button[disabled='disabled'], .calendar_container .well .uib-month button[disabled='disabled'], .calendar_container .well .uib-year button[disabled='disabled'] {
      background-color: #ededed; }
    .calendar_container .well .uib-title, .calendar_container .well .uib-right, .calendar_container .well .uib-left {
      background-image: none;
      border-radius: 0px; }
      .calendar_container .well .uib-title:focus, .calendar_container .well .uib-right:focus, .calendar_container .well .uib-left:focus {
        outline: none; }
    .calendar_container .well .uib-daypicker table {
      width: 100%; }
      .calendar_container .well .uib-daypicker table .uib-weeks .uib-day:last-child {
        border-right: 1px solid #000000; }
      .calendar_container .well .uib-daypicker table .uib-weeks:last-child {
        border-bottom: 1px solid #000000; }
      .calendar_container .well .uib-daypicker table .uib-title {
        text-transform: uppercase;
        font-size: 20px; }
        .calendar_container .well .uib-daypicker table .uib-title strong {
          font-weight: normal; }
      .calendar_container .well .uib-daypicker table .task_finished button span {
        border-bottom: 5px solid #2b4a99;
        padding-bottom: 3px; }
      .calendar_container .well .uib-daypicker table .task_due button span {
        border-bottom: 5px solid #078464;
        padding-bottom: 3px; }
      .calendar_container .well .uib-daypicker table .task_in_progress button span {
        border-bottom: 5px solid #888;
        padding-bottom: 3px; }
      .calendar_container .well .uib-daypicker table .task_near button span {
        border-bottom: 5px solid #0073ba;
        padding-bottom: 3px; }
    .calendar_container .well .uib-daypicker:focus {
      outline: none; }
    .calendar_container .well .uib-monthpicker table .uib-months .uib-month:last-child {
      border-right: 1px solid #000000; }
    .calendar_container .well .uib-monthpicker table .uib-months:last-child {
      border-bottom: 1px solid #000000; }
    .calendar_container .well .uib-yearpicker table .uib-years .uib-year:last-child {
      border-right: 1px solid #000000; }
    .calendar_container .well .uib-yearpicker table .uib-years:last-child {
      border-bottom: 1px solid #000000; }

.calendar_fill_container .well .uib-daypicker table .full button {
  background-color: red;
  color: #FFFFFF; }
.calendar_fill_container .well .uib-daypicker table .partial button {
  background-color: orange;
  color: #FFFFFF; }

.glyphicon-refresh-animate {
  -webkit-animation-name: rotateThis;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear; }

@-webkit-keyframes "rotateThis" {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
.checkbox label::before {
  transition: all .3s ease-in-out; }

.btn:focus {
  outline: none; }

.w-100 {
  width: 100%; }

#header .menu_container {
  background-color: #FFFFFF;
  position: fixed;
  left: 250px;
  top: 0;
  height: 50px;
  z-index: 1021;
  border-bottom: solid 1px #2b4a99; }
  #header .menu_container ul {
    list-style: none;
    margin: 0;
    display: inline-block;
    float: right;
    margin-right: 20px; }
    #header .menu_container ul li {
      float: right;
      text-align: center;
      position: relative; }
      #header .menu_container ul li span {
        padding: 12px;
        border-radius: 10px;
        display: inline-block;
        font-size: 24px;
        color: #2b4a99;
        transition: all .5s ease-in-out; }
      #header .menu_container ul li p {
        visibility: hidden;
        color: #dadada;
        background-color: #FFFFFF;
        margin-top: 30px;
        opacity: 0;
        transition: all .5s ease-in-out;
        text-decoration: none;
        position: absolute;
        margin-left: -25px;
        width: 100px;
        border-radius: 3px; }
      #header .menu_container ul li a {
        position: relative; }

#home_container {
  width: 100%; }
  #home_container .header_container {
    position: fixed;
    top: 0;
    left: 0;
    height: 70px;
    background-color: #2b4a99;
    width: 100%;
    z-index: 1020; }
    #home_container .header_container .logo_container {
      padding: 10px 0px 10px 30px;
      float: left; }
      #home_container .header_container .logo_container img {
        height: 50px; }
      #home_container .header_container .logo_container span {
        color: #FFFFFF;
        margin-left: 20px;
        vertical-align: middle; }
    #home_container .header_container .actions_container {
      float: right;
      padding: 25px 30px 10px 0px;
      height: 100%; }
      #home_container .header_container .actions_container a {
        color: #FFFFFF; }
        #home_container .header_container .actions_container a:hover, #home_container .header_container .actions_container a:focus {
          text-decoration: none; }
  #home_container .carousel_container {
    height: 400px;
    width: 100%;
    margin-top: 70px; }
    #home_container .carousel_container .carousel-inner {
      height: 400px; }
    #home_container .carousel_container .slide_item {
      width: 100%; }
  #home_container .index_sections_container .index_section {
    height: 250px; }
    #home_container .index_sections_container .index_section .icon_container {
      height: 170px; }
      #home_container .index_sections_container .index_section .icon_container img {
        margin-top: 15%;
        width: 70%; }
    #home_container .index_sections_container .index_section a {
      color: #FFFFFF; }
  #home_container .index_sections_container .index_section_1 {
    background-color: #2b4a99; }
  #home_container .index_sections_container .index_section_2 {
    background-color: #0073ba; }
  #home_container .index_sections_container .index_section_3 {
    background-color: #2b4a99; }
  #home_container .index_sections_container .index_section_4 {
    background-color: #0073ba; }

#login_container .form_container .logo_container {
  height: 200px;
  padding-top: 30px;
  text-align: center; }
  #login_container .form_container .logo_container img {
    height: 100%; }
#login_container .form_container .login_container {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-bottom: 50px; }
  #login_container .form_container .login_container .input-group {
    margin-top: 10px; }
    #login_container .form_container .login_container .input-group .input-group-addon {
      background-color: #2b4a99;
      color: #FFFFFF; }
      #login_container .form_container .login_container .input-group .input-group-addon img {
        border: none;
        padding: 0;
        height: 20px;
        width: 20px; }
#login_container .decorator_container {
  background-image: url("../img/background.jpg");
  background-size: 120% auto; }

.modal {
  z-index: 1070 !important; }
  .modal .modal-title img {
    height: 20px; }
  .modal .modal-title h4 {
    margin-bottom: 0px; }
  .modal .glyphicon_white {
    color: #FFFFFF !important; }
  .modal .modal-body {
    padding-top: 5px;
    padding-bottom: 5px; }
    .modal .modal-body p {
      color: #000000;
      margin-bottom: 0px;
      margin-top: 0px; }
    .modal .modal-body .h4 {
      margin: 10px 0px 5px 0px; }
    .modal .modal-body .form-group {
      margin-bottom: 10px; }
      .modal .modal-body .form-group .checkbox {
        margin-top: 10px; }
    .modal .modal-body .checkbox_lite {
      margin-top: 5px;
      margin-bottom: 5px; }
    .modal .modal-body .datepicker_container {
      margin-top: 0px;
      margin-bottom: 0px;
      float: left;
      margin-right: 5px; }
    .modal .modal-body .btn-group {
      margin-right: 5px; }
    .modal .modal-body .filter_row_container {
      margin-bottom: 5px; }
      .modal .modal-body .filter_row_container .dropdown-menu li {
        padding: 0px 10px; }
    .modal .modal-body .table h3 {
      margin-top: 0px; }
    .modal .modal-body .table .label {
      color: #FFFFFF;
      display: inline-block;
      padding-top: 5px;
      padding-bottom: 5px; }
    .modal .modal-body .table_lite tr td {
      padding: 0px 8px; }
      .modal .modal-body .table_lite tr td:first-child {
        padding: 8px; }
    .modal .modal-body a.btn.col-md-12 {
      float: none; }
      .modal .modal-body a.btn.col-md-12 span.caret {
        margin-top: 8px; }
    .modal .modal-body .sample_requests_container {
      max-height: 400px;
      overflow-y: auto;
      position: relative; }
    .modal .modal-body .project_search_container {
      position: relative;
      max-height: 350px;
      overflow-y: auto; }
    .modal .modal-body .change_password_container .input-group-addon {
      width: 150px; }
    .modal .modal-body .change_password_container .alerts_container div {
      margin-top: 20px; }
  .modal .modal-dialog .modal-content {
    background-color: #FFFFFF; }
  .modal .modal-footer .pagination {
    margin: 0px; }

.lg-xl .modal-lg {
  min-width: 1100px; }

.create_survey_container .add_answer_btn {
  margin-top: 10px; }

#recovery_password_container {
  background-color: #FFFFFF;
  height: 100%; }
  #recovery_password_container .login_container {
    border: solid 1px #FFFFFF;
    border-radius: 10px;
    background-color: #2b4a99;
    padding: 0px; }
    #recovery_password_container .login_container form {
      padding: 0px; }
    #recovery_password_container .login_container label, #recovery_password_container .login_container input {
      color: #FFFFFF; }
    #recovery_password_container .login_container .input-group {
      padding: 10px 0px; }
      #recovery_password_container .login_container .input-group span {
        background-color: transparent;
        color: #FFFFFF;
        border: none;
        font-size: 20px; }
      #recovery_password_container .login_container .input-group input {
        background-color: transparent;
        border: none;
        box-shadow: none;
        font-size: 20px; }
      #recovery_password_container .login_container .input-group .login_button_container {
        width: 50px;
        background-color: transparent;
        border: none; }
        #recovery_password_container .login_container .input-group .login_button_container .login_icon {
          position: absolute;
          right: 0;
          top: 0;
          margin: 15px;
          height: 25px;
          background-color: transparent;
          padding: 0;
          width: 25px;
          border: none; }
  #recovery_password_container .logo_container {
    height: 100px;
    margin-bottom: 20px;
    margin-top: 15%; }
    #recovery_password_container .logo_container img {
      position: absolute;
      margin: 0 auto;
      right: 0;
      left: 0;
      height: 100px; }
    #recovery_password_container .logo_container .logo {
      margin-top: 4px; }
  #recovery_password_container .row {
    padding: 0px;
    margin: 0px;
    width: 100%; }
  #recovery_password_container .forgot_password_container {
    padding: 20px;
    text-align: center; }
    #recovery_password_container .forgot_password_container a {
      color: #dadada; }
  #recovery_password_container .button_container {
    margin-top: 20px; }
  #recovery_password_container .alert {
    margin-top: 20px;
    margin-bottom: 0px; }

#sidebar {
  width: 250px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #2b4a99;
  height: 100%;
  overflow-y: auto; }
  #sidebar .station_btn_container {
    width: 100%;
    color: #FFFFFF;
    text-align: center;
    display: inline-block;
    padding: 7px 10px 5px 10px;
    background-color: #555; }
    #sidebar .station_btn_container:hover {
      cursor: pointer; }
  #sidebar .menu_container ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    #sidebar .menu_container ul li a {
      color: #FFFFFF;
      text-decoration: none; }
    #sidebar .menu_container ul li:first-child {
      padding-top: 20px; }
    #sidebar .menu_container ul li:last-child {
      padding-bottom: 20px; }
    #sidebar .menu_container ul li span {
      color: #FFFFFF;
      padding: 10px 15px;
      display: inline-block; }
    #sidebar .menu_container ul li .title {
      width: 100%;
      display: inline-block;
      transition: all .3s ease-in-out; }
      #sidebar .menu_container ul li .title:hover {
        color: #555;
        background-color: #FFFFFF;
        cursor: pointer; }
    #sidebar .menu_container ul .category_item_container span {
      width: 100%;
      display: inline-block;
      transition: all .3s ease-in-out;
      padding: 10px 30px; }
      #sidebar .menu_container ul .category_item_container span:hover {
        background-color: #FFFFFF;
        color: #555;
        cursor: pointer; }

#design_site_container {
  width: 100%;
  padding: 20px; }
  #design_site_container .content_container {
    width: 100%;
    margin-top: 20px; }
  #design_site_container .home_section_1_container {
    background-color: #ededed;
    padding: 20px 0px; }
  #design_site_container .home_section_2_container .economic_indicators_container {
    background-color: #0073ba;
    height: 600px; }
  #design_site_container .home_section_2_container .news_container {
    padding: 20px 0px 20px 20px; }
  #design_site_container .home_section_3_container {
    padding: 20px 0px; }
  #design_site_container .home_section_4_container {
    background-color: #ededed;
    padding: 20px; }
    #design_site_container .home_section_4_container .news_container {
      padding: 20px 0px 20px 20px; }
    #design_site_container .home_section_4_container .adwords_container {
      padding-top: 50px; }
      #design_site_container .home_section_4_container .adwords_container img {
        width: 100%; }
  #design_site_container .title_type_1_container {
    display: inline-block; }
    #design_site_container .title_type_1_container span {
      color: #2b4a99;
      font-size: 24px;
      float: left; }
    #design_site_container .title_type_1_container .gradient {
      height: 30px;
      background-image: linear-gradient(to right, #0073ba, #2b4a99);
      width: calc(100% - 250px);
      float: right; }
  #design_site_container .adwords_container img {
    width: 100%; }
  #design_site_container .news-component-type-1:hover, #design_site_container .news-component-type-2:hover, #design_site_container .news-component-type-3:hover, #design_site_container .news-component-type-4:hover, #design_site_container .news-component-type-5:hover, #design_site_container .news-component-type-6:hover {
    opacity: 0.7;
    cursor: pointer; }

.news_category_container {
  padding: 20px; }
  .news_category_container .actions_container {
    padding: 0px 15px; }
  .news_category_container .filters_container {
    margin-top: 10px; }
  .news_category_container .list_container {
    margin-top: 10px; }

.opinion_container {
  padding: 20px; }
  .opinion_container .actions_container {
    padding: 0px 15px; }
  .opinion_container .filters_container {
    margin-top: 10px; }
  .opinion_container .list_container {
    margin-top: 10px; }

.about_us_container {
  padding: 20px; }
  .about_us_container .button_container {
    margin-top: 15px; }

.hit_parade_container {
  padding: 20px; }
  .hit_parade_container .actions_container {
    padding: 0px 15px; }
  .hit_parade_container .filters_container {
    margin-top: 10px; }
  .hit_parade_container .list_container {
    margin-top: 10px; }

.news-component-type-1 {
  width: 100%; }
  .news-component-type-1 a {
    text-decoration: none; }
    .news-component-type-1 a:hover {
      text-decoration: none; }
  .news-component-type-1 .category_container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1063;
    margin-left: 15px; }
    .news-component-type-1 .category_container span {
      background-image: linear-gradient(to right, #2b4a99, #0073ba);
      color: #FFFFFF;
      top: 0;
      padding: 7px 25px 8px 35px;
      opacity: 0.8;
      font-size: 16px;
      float: left; }
      @media only screen and (min-width: 1200px) {
        .news-component-type-1 .category_container span {
          font-size: 24px; } }
    .news-component-type-1 .category_container .triangle {
      display: inline-block;
      width: 0;
      height: 0;
      border-top: 0px solid transparent;
      border-bottom: 49px solid transparent;
      border-left: 20px solid #0073ba;
      opacity: 0.8; }
  .news-component-type-1 .info_container {
    z-index: 1061;
    position: relative; }
    .news-component-type-1 .info_container .image_container img {
      width: 100%; }
    .news-component-type-1 .info_container .fade_cover {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 50%;
      background-image: linear-gradient(to bottom, transparent, #000000);
      opacity: 0.8; }
    .news-component-type-1 .info_container .info_text_container {
      position: absolute;
      z-index: 1062;
      bottom: 0;
      left: 0;
      color: #FFFFFF;
      padding: 20px; }
      .news-component-type-1 .info_container .info_text_container .title_container {
        font-weight: bold;
        font-size: 18px; }
        @media only screen and (min-width: 1200px) {
          .news-component-type-1 .info_container .info_text_container .title_container {
            font-size: 28px; } }
      .news-component-type-1 .info_container .info_text_container .abstract_container {
        font-family: 'lato_ligth';
        font-size: 18px; }
        @media only screen and (min-width: 1200px) {
          .news-component-type-1 .info_container .info_text_container .abstract_container {
            font-size: 28px; } }
  .news-component-type-1 .news_footer_container {
    background-color: #dadada;
    position: relative;
    height: 50px; }
    .news-component-type-1 .news_footer_container .date_container {
      padding: 7px 20px;
      font-family: 'lato_ligth';
      color: #2b4a99;
      font-size: 16px;
      position: absolute;
      left: 0;
      top: 0; }
      @media only screen and (min-width: 1200px) {
        .news-component-type-1 .news_footer_container .date_container {
          font-size: 24px; } }
    .news-component-type-1 .news_footer_container .audio_container {
      padding: 8px 10px;
      font-family: 'lato_ligth';
      color: #2b4a99;
      position: absolute;
      right: 0;
      top: 0; }
      .news-component-type-1 .news_footer_container .audio_container .button_audio_container {
        background-color: #2b4a99;
        color: #0073ba;
        padding: 3px 15px;
        border-radius: 30px;
        font-size: 18px;
        transition: all .3s ease-in-out; }
        .news-component-type-1 .news_footer_container .audio_container .button_audio_container img {
          height: 24px;
          margin-right: 10px;
          line-height: 10px;
          margin-bottom: 3px; }
        .news-component-type-1 .news_footer_container .audio_container .button_audio_container:hover {
          background-color: #0073ba;
          cursor: pointer;
          color: #2b4a99; }

.news-component-type-2 {
  width: 100%; }
  .news-component-type-2 a {
    text-decoration: none; }
    .news-component-type-2 a:hover {
      text-decoration: none; }
  .news-component-type-2 .category_container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1063;
    margin-left: 15px; }
    .news-component-type-2 .category_container span {
      background-image: linear-gradient(to right, #2b4a99, #0073ba);
      color: #FFFFFF;
      padding: 5px 30px 5px 30px;
      opacity: 0.8;
      font-size: 16px;
      float: left; }
    .news-component-type-2 .category_container .triangle {
      display: inline-block;
      width: 0;
      height: 0;
      border-top: 0px solid transparent;
      border-bottom: 32px solid transparent;
      border-left: 15px solid #0073ba;
      opacity: 0.8; }
  .news-component-type-2 .info_container {
    z-index: 1061;
    position: relative; }
    .news-component-type-2 .info_container .image_container {
      overflow: hidden; }
      .news-component-type-2 .info_container .image_container img {
        height: 300px; }
    .news-component-type-2 .info_container .fade_cover {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 50%;
      background-image: linear-gradient(to bottom, transparent, #000000);
      opacity: 0.8; }
    .news-component-type-2 .info_container .info_text_container {
      position: absolute;
      z-index: 1062;
      bottom: 0;
      left: 0;
      color: #FFFFFF;
      padding: 10px; }
      .news-component-type-2 .info_container .info_text_container .title_container {
        font-size: 18px;
        font-weight: bold; }
      .news-component-type-2 .info_container .info_text_container .abstract_container {
        font-family: 'lato_ligth';
        font-size: 18px; }
  .news-component-type-2 .news_footer_container {
    background-color: #dadada;
    position: relative;
    height: 35px; }
    .news-component-type-2 .news_footer_container .date_container {
      padding: 5px 10px;
      font-family: 'lato_ligth';
      color: #2b4a99;
      font-size: 18px;
      position: absolute;
      left: 0;
      top: 0; }
    .news-component-type-2 .news_footer_container .audio_container {
      padding: 7px 20px;
      font-family: 'lato_ligth';
      color: #2b4a99;
      font-size: 18px;
      position: absolute;
      right: 0;
      top: 0; }

.news-component-type-3 {
  width: 100%; }
  .news-component-type-3 a {
    text-decoration: none; }
    .news-component-type-3 a:hover {
      text-decoration: none; }
  .news-component-type-3 .info_text_container {
    margin-top: 20px; }
    .news-component-type-3 .info_text_container .title_container {
      color: #2b4a99;
      font-size: 18px;
      font-weight: bold; }
    .news-component-type-3 .info_text_container .abstract_container {
      color: #000000;
      font-family: 'lato_ligth';
      font-size: 18px;
      text-align: justify; }
    .news-component-type-3 .info_text_container a {
      color: #0073ba;
      font-family: 'lato_ligth';
      font-size: 18px; }

.news-component-type-4 {
  width: 100%; }
  .news-component-type-4 a {
    text-decoration: none; }
    .news-component-type-4 a:hover {
      text-decoration: none; }
  .news-component-type-4 .category_container {
    position: relative;
    z-index: 1063; }
    .news-component-type-4 .category_container span {
      background-image: linear-gradient(to right, #2b4a99, #0073ba);
      color: #FFFFFF;
      position: absolute;
      top: 0;
      left: 0;
      padding: 5px 30px 5px 30px;
      opacity: 0.8;
      font-size: 16px; }
  .news-component-type-4 .info_container {
    z-index: 1061;
    position: relative; }
    .news-component-type-4 .info_container .image_container {
      overflow: hidden; }
      .news-component-type-4 .info_container .image_container img {
        height: 300px; }
    .news-component-type-4 .info_container .fade_cover {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 50%;
      background-image: linear-gradient(to bottom, transparent, #000000);
      opacity: 0.8; }
    .news-component-type-4 .info_container .info_text_container {
      position: absolute;
      z-index: 1062;
      bottom: 0;
      left: 0;
      color: #FFFFFF;
      padding: 10px; }
      .news-component-type-4 .info_container .info_text_container .title_container {
        font-size: 18px;
        font-weight: bold; }
  .news-component-type-4 .abstract_container {
    font-family: 'lato_ligth';
    font-size: 18px;
    text-align: justify; }
  .news-component-type-4 .news_footer_container {
    background-color: #dadada;
    position: relative;
    height: 35px; }
    .news-component-type-4 .news_footer_container .date_container {
      padding: 5px 10px;
      font-family: 'lato_ligth';
      color: #2b4a99;
      font-size: 18px;
      position: absolute;
      left: 0;
      top: 0; }
    .news-component-type-4 .news_footer_container .audio_container {
      padding: 7px 20px;
      font-family: 'lato_ligth';
      color: #2b4a99;
      font-size: 18px;
      position: absolute;
      right: 0;
      top: 0; }

.news-component-type-5 {
  margin-bottom: 15px; }
  .news-component-type-5 a {
    text-decoration: none; }
    .news-component-type-5 a:hover {
      text-decoration: none; }
  @media screen and (min-width: 900px) {
    .news-component-type-5 .image_container {
      max-width: 300px; } }
  .news-component-type-5 .image_container img {
    width: 100%; }
  .news-component-type-5 a {
    text-decoration: none; }
    .news-component-type-5 a:hover {
      text-decoration: none;
      opacity: 0.5; }
  .news-component-type-5 .info_container {
    position: relative; }
    .news-component-type-5 .info_container .info_text_container {
      z-index: 1062;
      top: 0;
      left: 0;
      color: #000000; }
      .news-component-type-5 .info_container .info_text_container .title_container {
        font-size: 18px;
        font-weight: bold;
        color: #2b4a99; }
      .news-component-type-5 .info_container .info_text_container .abstract_container {
        font-family: 'lato_ligth';
        font-size: 18px; }
      .news-component-type-5 .info_container .info_text_container a {
        color: #0073ba;
        font-family: 'lato_ligth';
        font-size: 18px; }
        .news-component-type-5 .info_container .info_text_container a:hover {
          text-decoration: none;
          opacity: 0.8; }
  .news-component-type-5 .news_footer_container {
    background-color: #dadada;
    position: relative;
    height: 35px; }
    .news-component-type-5 .news_footer_container .date_container {
      padding: 5px 10px;
      font-family: 'lato_ligth';
      color: #2b4a99;
      font-size: 18px;
      position: absolute;
      left: 0;
      top: 0; }
    .news-component-type-5 .news_footer_container .audio_container {
      padding: 7px 20px;
      font-family: 'lato_ligth';
      color: #2b4a99;
      font-size: 18px;
      position: absolute;
      right: 0;
      top: 0; }

.news-component-type-6 {
  width: 100%; }
  .news-component-type-6 a {
    text-decoration: none; }
    .news-component-type-6 a:hover {
      text-decoration: none; }
  .news-component-type-6 .info_container {
    z-index: 1061;
    position: relative; }
    .news-component-type-6 .info_container .image_container img {
      width: 100%; }
    .news-component-type-6 .info_container .fade_cover {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 50%;
      background-image: linear-gradient(to bottom, transparent, #000000);
      opacity: 0.8; }
    .news-component-type-6 .info_container .info_text_container {
      position: absolute;
      z-index: 1062;
      bottom: 0;
      left: 0;
      color: #FFFFFF;
      padding: 20px 20px 0px 20px;
      width: 100%; }
      .news-component-type-6 .info_container .info_text_container .title_container {
        font-size: 24px;
        font-weight: bold; }
      .news-component-type-6 .info_container .info_text_container .abstract_container {
        font-family: 'lato_ligth';
        font-size: 24px; }
      .news-component-type-6 .info_container .info_text_container .date_audio_container {
        width: 100%;
        display: inline-block; }
        .news-component-type-6 .info_container .info_text_container .date_audio_container .date_container {
          padding: 7px 0px;
          font-family: 'lato_ligth';
          color: #FFFFFF;
          font-size: 18px;
          float: left; }
        .news-component-type-6 .info_container .info_text_container .date_audio_container .audio_container {
          padding: 7px 0px;
          font-family: 'lato_ligth';
          color: #FFFFFF;
          font-size: 18px;
          float: right; }

@media only screen and (min-width: 1200px) {
  .news-component-type-7 {
    margin-top: 30px; } }
.news-component-type-7 a {
  color: #000000;
  text-decoration: none; }
  .news-component-type-7 a:hover {
    text-decoration: none; }
.news-component-type-7 .image_container {
  text-align: center; }
  .news-component-type-7 .image_container img {
    max-width: 120px;
    width: 100%;
    border-radius: 100px; }
.news-component-type-7 .info_container {
  position: relative; }
  @media only screen and (min-width: 1200px) {
    .news-component-type-7 .info_container {
      min-height: 150px; } }
  .news-component-type-7 .info_container .info_text_container {
    z-index: 1062;
    top: 0;
    left: 0;
    color: #000000;
    padding: 10px;
    text-align: center;
    width: 100%; }
    @media only screen and (min-width: 1200px) {
      .news-component-type-7 .info_container .info_text_container {
        margin-top: -10px;
        text-align: left;
        position: absolute; } }
    .news-component-type-7 .info_container .info_text_container .title_container {
      font-size: 18px;
      font-weight: bold;
      color: #2b4a99; }
    .news-component-type-7 .info_container .info_text_container .abstract_container {
      font-family: 'lato_ligth';
      font-size: 18px; }
    .news-component-type-7 .info_container .info_text_container a {
      color: #000000;
      font-family: 'lato_ligth';
      font-size: 18px; }
.news-component-type-7 .news_footer_container {
  background-color: #dadada;
  position: relative;
  height: 35px; }
  .news-component-type-7 .news_footer_container .date_container {
    padding: 5px 10px;
    font-family: 'lato_ligth';
    color: #2b4a99;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0; }
  .news-component-type-7 .news_footer_container .audio_container {
    padding: 7px 20px;
    font-family: 'lato_ligth';
    color: #2b4a99;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 0; }

@media only screen and (min-width: 1200px) {
  .news-component-type-8 {
    margin-top: 20px; } }
.news-component-type-8 a {
  color: #000000; }
  .news-component-type-8 a:hover {
    text-decoration: none; }
.news-component-type-8 .info_text_container {
  z-index: 1062;
  top: 0;
  left: 0;
  color: #000000;
  text-align: center;
  width: 100%;
  position: relative; }
  @media only screen and (min-width: 1200px) {
    .news-component-type-8 .info_text_container {
      text-align: left; } }
  .news-component-type-8 .info_text_container .date_container span {
    color: #888; }
  .news-component-type-8 .info_text_container .title_container {
    font-size: 18px;
    font-weight: bold;
    color: #2b4a99; }
  .news-component-type-8 .info_text_container .abstract_container {
    font-family: 'lato_ligth';
    font-size: 18px; }
  .news-component-type-8 .info_text_container a {
    color: #000000;
    font-family: 'lato_ligth';
    font-size: 18px; }

.section-title-container .section_title {
  width: 100%;
  display: inline-block;
  background-image: linear-gradient(to right, #0073ba, #2b4a99);
  margin-bottom: 15px;
  height: 40px;
  padding: 0px; }
  .section-title-container .section_title.gray span {
    background-color: #ededed; }
  .section-title-container .section_title.gray .triangle {
    border-left: 20px solid #ededed; }
  .section-title-container .section_title span {
    color: #2b4a99;
    font-size: 32px;
    float: left;
    background-color: #FFFFFF;
    padding: 0px 20px 0px 15px;
    margin-left: -15px;
    font-family: "ostrich"; }
  .section-title-container .section_title .triangle {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 20px solid #FFFFFF; }

.create_news_container .uploads_section_container {
  margin-top: 10px;
  margin-bottom: 20px; }
  .create_news_container .uploads_section_container .upload_image {
    border: #2b4a99 dashed 3px;
    border-radius: 20px;
    height: 250px;
    padding: 20px 0px 20px 0px;
    text-align: center;
    line-height: 200px; }
    .create_news_container .uploads_section_container .upload_image:hover {
      opacity: 0.5;
      cursor: pointer; }

/*# sourceMappingURL=compiled.css.map */
