:root {
    --color: #3274d1;
    --hover: #3274d1;
}

html {
  overflow-x: hidden; }

body {
  background: #fff;
  font-family: "Raleway", sans-serif;
  line-height: 1.7;
  font-size: 15px!important;
  color: #6f6f6f; }

.badge-primary {
  background: var(--color)!important;
}

.badge-primary:hover {
  background: var(--hover)!important;
}
.accbtn {
    padding: 5px 10px!important;
}
a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a:hover {
    text-decoration: none;
    color: var(--hover);
  }

h1, h2, h3, h4, h5 {
  line-height: 1.5;
  font-weight: normal;
  color: #000; }

.probootstrap-nav {
  padding: 20px 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2); }
  .probootstrap-nav .site-brand {
    font-size: 20px; }
    .probootstrap-nav .site-brand a {
      color: #fff; }
  .probootstrap-nav .probootstrap-toggle {
    color: #fff !important;
    position: absolute;
    z-index: 10;
    right: 20px;
    top: 20px; }
  .probootstrap-nav .probootstrap-main-nav {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .probootstrap-nav .probootstrap-main-nav ul {
      padding: 0;
      margin: 0; }
      .probootstrap-nav .probootstrap-main-nav ul li {
        display: inline;
        list-style: none; }
        .probootstrap-nav .probootstrap-main-nav ul li a {
          padding: 10px;
          color: rgba(255, 255, 255, 0.5); }
        .probootstrap-nav .probootstrap-main-nav ul li.seperator {
          position: relative; }
          .probootstrap-nav .probootstrap-main-nav ul li.seperator:before {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            height: 100%;
            width: 2px;
            background: rgba(255, 255, 255, 0.1); }
    @media screen and (max-width: 768px) {
      .probootstrap-nav .probootstrap-main-nav {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        height: 100vh;
        background: black;
        width: 300px;
        right: 0;
        top: 0;
        padding-top: 50px;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        z-index: 1; }
        .probootstrap-nav .probootstrap-main-nav.active {
          opacity: 1;
          visibility: visible;
          -webkit-transform: translateX(0%);
          -ms-transform: translateX(0%);
          transform: translateX(0%); }
        .probootstrap-nav .probootstrap-main-nav ul li {
          display: block;
          padding: 10px; }
          .probootstrap-nav .probootstrap-main-nav ul li a:hover {
            color: #fff; } }

.bg-image, .probootstrap-cover, .probootstrap-img-item > div, .probootstrap-section-feature {
  background-size: cover;
  background-repeat: no-repeat; }

.probootstrap-cover {
  background-image: url(../img/bg-blue.png);
  background-position: center center; }
  .probootstrap-cover .probootstrap-text .probootstrap-heading {
    font-size: 40px;
    line-height: 1; }
  .probootstrap-cover .probootstrap-text .probootstrap-subheading p {
    color: rgba(255, 255, 255, 0.5); }
  @media screen and (max-width: 768px) {
    .probootstrap-cover .btn {
      width: 100% !important;
      border: 1px solid red; } }

.btn {
  border-radius: 20px;
  padding: 10px 15px;
  font-size: 14px;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer; }
  .btn:hover, .btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn.btn-primary {
    background: #3274d1;
    border-color: #3274d1;
    color: #fff; }
    .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
      background: #1E90FF; border-color: #1E90FF }
  .btn.btn-outline-white {
    border-color: #fff;
    background: none; }
    .btn.btn-outline-white:hover, .btn.btn-outline-white:focus, .btn.btn-outline-white:active {
      background: #fff;
      color: #000; }

.form-control {
  border: 2px solid #ccc;
  height: 55px; }
  .form-control:focus, .form-control:active {
    border: 2px solid #000; }

textarea {
  height: inherit !important; }

.probootstrap-vh-100 {
  height: 45vh; }
  @media screen and (max-width: 768px) {
    .probootstrap-vh-100 {
      height: inherit;
      padding-top: 5em;
      padding-bottom: 5em; } }

.probootstrap-vh-75 {
  height: 75vh; }
  @media screen and (max-width: 768px) {
    .probootstrap-vh-75 {
      height: inherit;
      padding-top: 5em;
      padding-bottom: 5em; } 
    
    #heading {
        font-size: 30px;
      }
  }

.bg-primary {
  background: #28CC9E !important; }

.probootstrap-section,
.probootstrap-footer {
  padding: 1em 0; }

.probootstrap-footer {
  background: #000; }
  .probootstrap-footer a {
    color: #fff; }
    .probootstrap-footer a:hover {
      /* color: #28CC9E; */ }
  .probootstrap-footer .probootstrap-heading {
    color: #fff;
    font-size: 24px; }
  .probootstrap-footer .probootstrap-heading-2 {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .05em;
    color: #fff;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase; }

.probootstrap-item {
  display: block; }

/* .probootstrap-image-grid > div {
  padding-left: 0;
  padding-right: 0; }
  .probootstrap-image-grid > div > div {
    padding-left: 0;
    padding-right: 0; }
*/
.probootstrap-img-item {
  display: block;
  position: relative;
  overflow: hidden; }
  .probootstrap-img-item .icon {
    position: absolute;
    color: #fff;
    z-index: 9;
    top: 50%;
    font-size: 30px;
    margin: 20px 0 0 0;
    padding: 0;
    line-height: 0;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .probootstrap-img-item > div {
    height: 280px;
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
    @media screen and (max-width: 1140px) {
      .probootstrap-img-item > div {
        height: 200px; } }
    @media screen and (max-width: 576px) {
      .probootstrap-img-item > div {
        height: 280px; } 
      .probootstrap-footer h6 {
        font-size: 13px;
      }
      #heading {
        font-size: 20px;
      }
    }
    .probootstrap-img-item > div:before {
      -webkit-transition: .5s all ease;
      -o-transition: .5s all ease;
      transition: .5s all ease;
      background: rgba(0, 0, 0, 0.5);
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0;
      visibility: hidden; }
  .probootstrap-img-item:hover .icon {
    margin-top: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
    visibility: visible; }
  .probootstrap-img-item:hover > div {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
    .probootstrap-img-item:hover > div:before {
      opacity: 1;
      visibility: visible; }

.probootstrap-section-feature {
  background-image: url(../img/blue-bg.png);
  background-position: center center; }
  .probootstrap-section-feature .probootstrap-heading {
    color: #fff; }
  .probootstrap-section-feature .probootstrap-device {
    top: 0;
    position: absolute;
    max-width: 470px; }
    @media screen and (max-width: 768px) {
      .probootstrap-section-feature .probootstrap-device {
        position: relative;
        top: inherit;
        margin-bottom: -330px; } }
  .probootstrap-section-feature h3 {
    color: #fff; }
  .probootstrap-section-feature p {
    color: rgba(255, 255, 255, 0.4); }

.probootstrap-navabr-dark {
  background: rgba(0, 0, 0, 0.2) !important;
  position: absolute;
  left: 0;
  right: 0; }
  @media screen and (max-width: 960px) {
    .probootstrap-navabr-dark {
      background: #000 !important;
      top: 0;
      position: relative; } }
  .probootstrap-navabr-dark .navbar-nav > .nav-item > .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px; }
    @media screen and (max-width: 960px) {
      .probootstrap-navabr-dark .navbar-nav > .nav-item > .nav-link {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0px;
        padding-right: 0px; } }
  .probootstrap-navabr-dark .navbar-nav > .nav-item.probootstrap-cta a {
    color: #fff; }
  .probootstrap-navabr-dark .navbar-nav > .nav-item.probootstrap-seperator {
    position: relative;
    margin-left: 20px;
    padding-left: 20px; }
    @media screen and (max-width: 960px) {
      .probootstrap-navabr-dark .navbar-nav > .nav-item.probootstrap-seperator {
        padding-left: 0;
        margin-left: 0; } }
    .probootstrap-navabr-dark .navbar-nav > .nav-item.probootstrap-seperator:before {
      position: absolute;
      content: "";
      top: 10px;
      bottom: 10px;
      left: 0;
      width: 2px;
      background: rgba(255, 255, 255, 0.05); }
      @media screen and (max-width: 960px) {
        .probootstrap-navabr-dark .navbar-nav > .nav-item.probootstrap-seperator:before {
          display: none; } }

.probootstrap-footer-social li {
  list-style: none;
  margin: 0 10px 10px 0;
  display: inline-block; }
  .probootstrap-footer-social li a {
    height: 70px;
    width: 70px;
    display: block;
    float: left;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    position: relative; }
    .probootstrap-footer-social li a span {
      position: absolute;
      font-size: 30px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.footer-small-nav > li {
  font-size: 13px;
  display: inline-block; }
  .footer-small-nav > li a {
    color: rgba(255, 255, 255, 0.4);
    margin: 0 10px 10px 0; }
    .footer-small-nav > li a:hover, .footer-small-nav > li a:focus {
      color: #28CC9E; }

.media .probootstrap-icon {
  width: 100px; }
  .media .probootstrap-icon span {
    color: #28CC9E; }

.probootstrap-overflow-hidden {
  overflow: hidden; }

/* added */

.footer-table {
    font-size: 15px;
}

.lang-select .nav-link img {
    width: 34px;
    height: 20px;
    border-radius: 4px;
    border: 2px solid #F0DAB0;
}

.lang-select .nav-link img:hover {
    border-color: #dededa;
}

.breadcrumb-item {
    margin-top: 16px;
}

.employee-img {
    height: 60px!important;
    border-radius: 15px;
}

.active-menu {
    background-color: #f2f2f2;
}

.item, homepage-box {
    padding: 15px;
    border: 1px solid #f2f2f2;
    border-radius: 20px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: #3274d1;
    color: white!important;
}

@media screen and (min-width: 992px) {
    .site-search {
        margin-left: auto;
    }
}

@media screen and (max-width: 570px) {
    .site-search {
        margin-left: 0;
        width: 75%;
    }
    .search-btn {
        margin-left: 5px;
    }
}

@media screen and (max-width: 408px) { 
    .site-search {
        margin-left: 0;
        width: 70%;
    }
}

@media screen and (min-width: 575px) {
    .site-bc {
        margin-left: 0;
        margin-right: 0;
    }
}

.page-content img {
  max-width: 100%;
  height: auto;
}

#civil-status table.items .fas.fa-heart {
  color: #d83148;
  opacity: .35;
}

/* Documente CL (documente...) */

ul.documents {
  list-style: none;
}
ul.documents li {
  margin-bottom: -1px;
  padding: .8rem 0 .8rem .5rem;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  overflow: auto;
}
ul.documents li:hover {
  background: #f2f3f4;
}
ul.documents li em.date {
  display: block;
  font-size: 12px;
  color: #555;
}
ul.documents li a.download {
  float: left;
  margin-top: -3px;
  font-size: 3rem;
  margin-right: 6px;
  color: var(--color);
}
ul.documents li a.download:hover {
  color: var(--hover);
}
#documents-tab {
  margin-top: 25px;
}
#documents-tab.nav-tabs {
  border-color: var(--color);
}
#documents-tab .nav-link {
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
  font-size: 12px;
  background-color: #F1F2F4;
  border-color: #d6d6d6;
  border-bottom: 1px solid var(--color);
}
#documents-tab .nav-link.active {
  background-color: var(--color);
  color: #fff;
  font-weight: bold;
}
ul.documents li .details {
    color:black;
}
.video-with-ratio {
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 56%;
}
.video-with-ratio iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.monitor-heading {
  background-color: var(--color)!important;
  border-color: var(--color)!important;
}
.monitor-width {
  width: 39.6%;
}

@media (max-width: 768px) {
  .monitor-width {
      width: 100%;
  }
}