body,
html {
  height: 100%;
}

body {
  color: #343434;
  color: rgba(52, 52, 52, 0.82);
  /*font-family: 'Playfair Display', serif, Arial, Helvetica;*/
  font-family: "Roboto Condensed", sans-serif;
}

p {
  font-size: 17.5px;
  line-height: 34px;
  line-height: 1.5;
  margin-bottom: 35px;
  margin-bottom: 25px;
  text-align: justify;
}

h1,
h2,
h3 {
  font-weight: 500;
}

.alert {
  /*position: fixed;
    top: 6px;
    left: 6px;
    right: 6px;
    margin: auto;*/
  padding: 10px 10px;
  padding: 17.4px 30px;
  margin: 38px 0;
  font-size: 14px;
  z-index: 9999;
  display: none;
  background: #f1fff7;
  color: #28814e;
  border: 1px solid #79c99b;
  border-radius: 3px;
  opacity: 0.99;
  text-align: left;
}

.alert .link {
  color: #98403f;
  text-decoration: underline;
}

.alert .close {
  font-weight: 300;
}

.btn-download {
  margin-bottom: 0;
  margin-top: 250px;
}

.btn-ekrium {
  border: 1.3px solid gray;
  border: 1.3px solid rgba(0, 0, 0, 0.66);
  border-radius: 1px;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 400;
  max-width: 100%;
  padding: 22px 55px;
  text-shadow: none;
  text-transform: uppercase;
}

@media screen and (max-width: 720px) {
  .btn-ekrium {
    padding: 15px 35px;
  }
}

.btn-ekrium .glyphicon {
  padding-right: 10px;
}

.btn-ekrium-highlight {
  background: #007ace;
  border: 1.3px solid #073a7c;
  color: white;
}

.btn-ekrium-highlight:hover {
  background-color: #073a7c;
  border: 1.3px solid #073a7c;
  color: white;
}

.card {
  padding: 0 30px;
  position: relative;
  text-align: center;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
}

.card .back,
.card .front {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  left: 0;
  position: absolute;
  top: 0;
}

.card .back {
  background: white;
  font-size: 0.93em;
  padding: 0 5px;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  z-index: 3;
}

.card .back p {
  margin-bottom: 0;
}

.card .front {
  cursor: pointer;
  z-index: 2;
}

.card .card-pic {
  border-radius: 50%;
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56),
    0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  display: block;
  margin: auto;
  margin-top: 0;
  overflow: hidden;
}

.card-pic,
.card-pic img {
  max-height: 170px;
  max-width: 170px;
}

.card .card-pic img {
  width: 100%;
}

.card-container {
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  -o-perspective: 800px;
  perspective: 800px;
}

.card-container:not(.manual-flip):hover .card,
.card-container.hover.manual-flip .card {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.card-container.static:hover .card,
.card-container.static.hover .card {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.card .back,
.card-container,
.card .front {
  height: 310px;
  width: 100%;
}

@media (max-width: 767px) {
  .card h3 {
    text-decoration: underline;
  }

  .container a {
    text-decoration: underline !important;
  }

  .container .btn {
    text-decoration: none !important;
  }
}

.dossier {
  height: 400px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.ekrium-column {
  text-align: center;
}

@media screen and (min-width: 576px) {
  .ekrium-column {
    padding: 0 80px;
  }
}

@media screen and (min-width: 576px) {
  .ekrium-column-s {
    padding: 0 40px;
  }
}

.no-padding {
  padding: 0;
}

.error-page {
  background: dimgray;
  background: linear-gradient(
      to right,
      rgba(26, 52, 70, 0.25) 0%,
      rgba(26, 52, 70, 0.25) 0%,
      rgba(19, 56, 82, 0.25) 100%
    ),
    url("../img/404.jpg") no-repeat;
  background-size: cover;
  color: white;
  height: 100%;
  position: absolute;
  text-align: center;
  text-shadow: 1px 3px 5px black;
  top: 0;
  width: 100%;
}

.error-page h1,
.error-page h4 {
  color: white;
}

.error-page h1 {
  font-size: 15em;
  margin-bottom: 40px;
}

footer {
  color: #132735;
  font-family: "Roboto", sans-serif;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding-bottom: 3.2%;
  padding-top: 4.2%;
  text-align: center;
  background: white;
  margin-top: 0px;
  text-transform: uppercase;
}

footer a {
  padding: 0 30px;
}

footer a:hover,
footer a:visited,
footera:active {
  color: #132735;
}

@media screen and (max-width: 990px) {
  footer a {
    text-decoration: underline;
  }
}

footer p {
  margin-bottom: 7px;
}

footer .footer-bottom {
  background-color: #161f26;
  color: white;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1em;
  line-height: 20px;
  padding: 16px;
  position: relative;
  width: 100%;
}

footer .footer-bottom a {
  text-decoration: underline;
}

footer .footer-bottom span {
  padding-right: 25px;
}

footer .footer-bottom .credits {
  opacity: 0.4;
  padding-right: 2px;
  text-decoration: none;
}

/*@media screen and (min-width:990px) {
    footer .footer-bottom .credits {
        float: right;
    }
}*/

footer .footer-flag {
  background-color: #1a252e;
  font-size: 1.2em;
  padding-bottom: 30px;
  text-align: center;
}

footer .footer-flag img {
  padding-right: 10px;
}

footer .footer-section {
  padding: 0;
  padding-bottom: 30px;
}

@media screen and (min-width: 770px) {
  footer .footer-section {
    padding-bottom: 55px;
  }
}

@media screen and (max-width: 995px) {
  footer .footer-section {
    text-align: center;
  }
}

footer .footer-section-contact {
  font-size: 0.9463em;
  min-height: 69px;
  opacity: 0.7;
  padding: 0 0 0 17px;
}

footer .footer-section img {
  border-radius: 2px;
  width: 190px;
}

footer .footer-section .glyphicon {
  padding-right: 10px;
}

footer .footer-section-contact p {
  font-size: 1.32em;
}

@media screen and (min-width: 990px) {
  footer .footer-section-contact {
    border-left: 1px solid rgba(255, 255, 255, 0.4);
  }
}

@media screen and (max-width: 990px) {
  footer .footer-section-contact {
    margin-bottom: 30px;
  }
}

header {
  background: #133852;
  background: lightgray;

  background: radial-gradient(white, #f0f0f0, #d7d7d7);
  background-image: url("../img/header.jpg");

  /*background: linear-gradient(to right, rgba(26, 52, 70, 0.25) 0%, rgba(26, 52, 70, 0.25) 0%, rgba(19, 56, 82, 0.25) 100%), url('../img/header.jpg') no-repeat;
    
    
    /* Full height */
  min-height: 100%;

  /*background: linear-gradient(to right, rgba(239, 238, 233, 0.05) 0%, rgba(239, 238, 233, 0.05) 0%, rgba(239, 238, 233, 0.05) 100%), url('../img/header.jpg') no-repeat;*/

  /* Create the parallax scrolling effect */
  /*ackground-attachment: fixed;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0;
  position: relative;
  top: 0;
  width: 100%;
}

@media (max-width: 768px) {
  header {
    background-image: url("../img/header-mini.jpg");
  }
}

@media only screen and (max-device-width: 1366px) {
  header {
    background-attachment: scroll;
  }
}

@media (max-height: 400px) {
  header {
    min-height: 200%;
  }

  .navbar-custom {
    display: none !important;
  }
}

@media (max-height: 400px) and (min-width: 767px) {
  header .title {
    width: 50% !important;
    left: 5% !important;
    font-size: 0.9em !important;
    top: 10% !important;
  }
}

header .header-subtitle {
  bottom: 10%;
  color: white;
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  left: 0;
  margin: auto;
  opacity: 0.85;
  position: absolute;
  right: 0;
  text-align: center;
  text-shadow: 0 2px 7px black;
}

header .title {
  color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 30%;
}

@media (min-width: 768px) {
  header .title {
    width: 35%;
    left: 18%;
  }
}

h1 {
  font-size: 65px;
  color: rgba(0, 0, 0, 0.8);
  color: #282828;
  font-weight: 600;
}

section h1 {
  font-size: 45px;

  font-size: 38px;
  line-height: 28px;
  margin-bottom: 30px;
}

section h1 small {
  font-weight: 300;
  font-size: 0.75em;
}

h2 {
  font-size: 27px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 300;
}

.flags-wrapper {
  position: absolute;
  top: 52px;
  right: 32px;
  z-index: 999999999;
  display: none;
}

.flag {
  width: 30px;
  margin-top: -4px;
}

header .flags-wrapper .btn-flag img {
  width: 31px;
}

header .flags-wrapper .btn-flag {
  opacity: 0.4 !important;
  padding: 0 2px;
}

header .flags-wrapper .active {
  opacity: 1 !important;
}

@media (max-width: 991px) {
  .flags-wrapper {
    display: inline;
  }
}

@media (max-width: 767px) {
  .flags-wrapper {
    top: 6px;
    right: 6px;
  }
}

@media (max-width: 767px) {
  header .title {
    position: absolute;
    top: 17%;
    left: 0;
    right: 0;
    padding: 0 10%;
    text-align: center;
  }

  header .title h1 {
    font-size: 2.6em;
  }

  header .title h2 {
    font-size: 1.4em;
    margin-bottom: 40px;
  }

  header .title p {
    text-align: center;
  }

  header .title .btn {
    margin: 0px auto 0 auto;
    font-size: 0.85em;
    display: block;
    width: 55%;
    margin-top: -14px;
    padding: 10px 20px;
    opacity: 0.9;
  }
}

.move-up {
  position: fixed;
  bottom: 10px;
  right: 10px;
  color: rgba(0, 0, 0, 0.97);
  font-size: 40px;
  display: none;
  z-index: 999999;
}

.move-up:hover {
  cursor: pointer;
}

@media (min-width: 768px) {
  .move-up {
    display: none !important;
  }
}

header .header-subtitle-mobile {
  bottom: 15px !important;
}

header .header-logo {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 105px;
  z-index: 255;
  text-align: center;
  opacity: 0.98;
}

header .header-logo img {
  /*width: 190px;*/
  opacity: 0.93;
  width: 450px;
  background: rgba(255, 255, 255, 0.82);
  padding: 14px 24px;
  border-radius: 4px;
  max-width: 60%;
}

.highlight {
  color: rgba(0, 0, 0, 0.6);
}

.hidden {
  display: none;
}

.legal-notice {
  font-size: 0.7em;
}

.legal-notice h3 {
  font-size: 1.6em;
  margin-top: 30px;
  text-transform: uppercase;
}

.legal-notice h5 {
  font-size: 1.2em;
  margin-top: 23px;
  text-transform: uppercase;
}

.legal-notice p {
  color: dimgray;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 10px;
}

.legal-notice .column {
  padding: 0 35px;
}

.loading {
  background: #d2dde7;
  background: radial-gradient(#edf1f4, #d4e1e8, #a2aab3);
  background: radial-gradient(#d1d1d1, #e8e8e8, #d1d1d1);
  background: radial-gradient(white, #efeee9, #d4d3cd);
  background: radial-gradient(white, #e1e1e1, #d3d3d3);

  background: radial-gradient(#eff1f2, #e3e8ea, #b3b7bb);

  background: radial-gradient(white, #f0f0f0, #d7d7d7);
  /*background: #efeee9;*/

  transition: height 1000ms linear;
  transition: width 1000ms linear;
  transition: all 1000ms linear;
  will-change: transform;
  text-align: center;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 999999999;
  /*background: lightgray;
    background: white;*/
}

.loading .dust {
  opacity: 0.7 !important;
}

.loading-logo {
  /*background-image: url('../img/bibliomaps-loading.png');
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0; left: 0;
    z-index: 99999;*/
  margin: auto;
  margin-top: 10%;
  width: 605px;
  max-width: 80%;
}

.loading-ico {
  width: 200px;
  height: 200px;

  position: absolute;
  top: 50%;
  left: 0;
  right: 0;

  margin: -100px auto 0 auto;
  opacity: 0.55;
}

.modal-body {
  margin-top: -25px;
  padding: 0 30px 35px 30px;
}

.modal .close {
  opacity: 0.7;
}

.modal-content {
  border-radius: 1px;
}

.modal-download {
  padding: 55px 30px 18px 30px;
}

.modal-download .btn-ekrium {
  text-align: center;
  width: 100%;
}

.modal-download .glyphicon {
  font-size: 2em;
  padding: 0 0 15px 0;
}

.modal-download h5 {
  margin: 0;
}

.modal-download hr {
  margin-bottom: 10px;
  margin-top: 17px;
}

.modal-header {
  border: 0;
  font-size: 2em;
  height: 25px;
  padding: 10px;
}

@media (min-width: 765px) {
  .modal-lg {
    width: 90%;
  }
}

.navbar-custom {
  background: #1a3446;
  background: linear-gradient(to right, #1a3446, #133852);
  border: 0;
  border-radius: 0;
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.12),
    0 7px 10px -5px rgba(0, 0, 0, 0.15);
  color: #fff;
  display: none;
  /*font-family: 'Roboto', sans-serif;*/
  font-size: 14px;
  font-weight: 400;
  height: 8rem;
  letter-spacing: 0.6px;
  /*opacity: .95;*/
  padding: 0.625rem 0;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: white;
  z-index: 9999999;
}

.navbar-custom img {
  padding-right: 10px;
}

.navbar-custom .logo-ekrium-initial {
  background-color: #073a7c;
  padding: 7% 0 7% 25%;
}

.navbar-custom .logo-ekrium img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.navbar-custom .navbar-brand {
  /*padding: 7px 7px 7px 12px;*/
  background-image: url("../img/francaballero-horizontal.svg");
  background-repeat: no-repeat;
  width: 220px;
  margin-top: 7px;
}

.navbar-custom .navbar-collapse {
  border: none;
}

.navbar-custom .navbar-nav > li > a {
  border-bottom: 2px solid transparent;
  color: #d5d5d5;
  color: #132735;
  color: dimgray;
  color: #7a7a7a;
  color: #282828;
  font-weight: 400;
  padding: 10px 20px;
}

.navbar-custom .navbar-nav > li > a:visited,
.navbar-custom .navbar-nav > li > a:active {
  /*color: #d5d5d5;
    color: #132735;*/
  color: #282828;
  opacity: 0.9;
}

.navbar-custom .navbar-nav > li > a:hover {
  /*color: #d5d5d5;
    color: #132735;*/
  color: gray;
  opacity: 0.9;
}

.navbar-custom-transparent .navbar-nav > li > a:hover,
.navbar-custom-transparent .navbar-nav > li > a:visited,
.navbar-custom-transparent .navbar-nav > li > a:active {
  color: #282828;
  text-shadow: none;
}

.navbar-custom-transparent .navbar-nav > li > a {
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.6);
}

.navbar-custom-transparent .navbar-brand {
  background-image: url("../img/logo.svg");
  background-repeat: no-repeat;
  background-size: auto;
  background-size: cover;
  width: 160px;
  height: 120px;

  width: 125px;
  height: 57px;
  /*max-width: 75%;*/
}

@media (max-width: 767px) {
  .navbar-custom-transparent .navbar-brand {
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    margin: auto;
    width: 125px;
  }
}

.navbar-custom-transparent .navbar-collapse {
  background: transparent;
}

.navbar-custom .navbar-container {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
}

.navbar-custom .dropdown-menu {
  background-color: #133852;
  background: rgba(0, 0, 0, 0.3);
  background: rgba(255, 255, 255, 0.7);
}

.navbar-custom .dropdown-menu > li > a:hover {
  background-color: #0d2638;
  background: #282828;
  color: white;
  background-image: none;
}

.navbar-custom .dropdown-menu > li > a {
  color: white;
  color: rgba(255, 255, 255, 0.89);
  color: #282828;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.6px;
}

.navbar-custom-transparent .dropdown-menu > li > a {
  color: #282828;
}

.navbar-custom .glyphicon {
  padding-right: 10px;
}

.navbar-custom .navbar-nav > .active > a,
.navbar-custom .navbar-nav > .active > a:focus,
.navbar-custom .navbar-nav > .active > a:hover {
  background: transparent;
  color: white;
  font-weight: 600;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media (min-width: 680px) {
  .navbar-custom .navbar-nav > .active > a,
  .navbar-custom .navbar-nav > .active > a:focus,
  .navbar-custom .navbar-nav > .active > a:hover {
    border-bottom: 2px solid white;
  }
}

@media (max-width: 767px) {
  .navbar-custom .navbar-collapse {
    background: #1a3446;
  }
}

.navbar-custom .navbar-nav > .open > a,
.navbar-custom .navbar-nav > .open > a:focus,
.navbar-custom .navbar-nav > .open > a:hover {
  background: transparent;
  border-bottom: 1px solid white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.navbar-custom .navbar-nav > .open > a {
  height: 40px;
}

.navbar-custom-transparent {
  background: transparent;
  border-bottom: 0;
  box-shadow: none;
  /*padding: 3rem 0;*/
}

@media (max-width: 767px) {
  .navbar-custom {
    display: none !important;
  }

  .navbar-custom-transparent {
    position: absolute;
    top: 0;
    display: block !important;
  }
}

.navbar-custom-transparent .navbar-nav > li > a {
  color: rgba(0, 0, 0, 0.8);
  /*text-shadow: 0 1px 4px black*/
}

.navbar-custom-transparent .dropdown-menu {
  background-color: transparent;
  background: white;

  background: rgba(255, 255, 255, 0.3);
}

.navbar-custom-transparent .navbar-nav > .active > a,
.navbar-custom-transparent .navbar-nav > .active > a:focus,
.navbar-custom-transparent .navbar-nav > .active > a:hover {
  background: transparent;
  border-bottom: 2px solid transparent;
  color: white;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.navbar-contact {
  padding-right: 20px !important;
}

@media screen and (min-width: 992px) {
  .section-padding-right {
    padding-right: 50px;
  }
}

.ng-view {
  height: 100%;
  padding-top: 67px;
}

.page-title {
  margin-bottom: 25px;
  text-align: center;
}

.profile {
  padding: 0 100px;
  text-align: center;
  padding: 0 320px;
}

@media screen and (max-width: 995px) {
  .profile {
    padding: 0 20px;
  }
}

@media screen and (max-width: 720px) {
  .profile {
    padding: 40px 15px 20px 15px;
  }
}

.profile p {
  /*color: #343434;*/
}

.profile-avatar,
.profile-avatar img {
  max-height: 170px;
  max-width: 170px;
}

.profile-avatar {
  border-radius: 50%;
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56),
    0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  margin: auto;
  overflow: hidden;
  padding: 0;
}

.profile-body img {
  margin-top: 15px;
  width: 27px;
}

.profile-body p {
  margin-bottom: 20px;
}

.profile-element a {
  color: #343434;
  color: #007ace;
  color: #073a7c;
  font-size: 1.2em;
  font-weight: 500;
}

.profile-element a:hover {
  color: #007ace;
  text-decoration: none;
}

.profile-element .glyphicon {
  padding-right: 10px;
}

section {
  padding-bottom: 4.2%;
  padding-top: 6.2%;
}

@media (min-width: 1400px) {
  section {
    font-size: 1em;
    padding-bottom: 7%;
    padding-top: 5%;
  }
}

@media (min-width: 1550px) {
  section {
    padding-bottom: 8%;
    padding-top: 6%;
  }
}

section .animated-canvas {
  min-height: 145px;
}

@media (min-width: 990px) {
  section .animated-content {
    display: none;
  }
}

.section {
  background: white;
}

.section-gray {
  /*background-color: lightgray;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid gray;
    border-bottom: 1px solid rgba(0, 0, 0, .06);
    border-top: 1px solid gray;
    border-top: 1px solid rgba(0, 0, 0, .06);*/
  background: #f7f7f7;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  border: none;
}

.section-mini {
  padding-bottom: 25px;
}

.section-red {
  background: #ff526c;
  color: white;
}

.section-red h1 {
  color: white;
  margin-bottom: 30px;
}

.section-red .form-control {
  background: rgba(0, 0, 0, 0.14);
  color: white;
  border-radius: 1px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  box-shadow: none;
}

.section-red .form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}

.section-red input {
  height: 38px;
}

.section-red .form-group label {
  font-weight: 500;
  padding-bottom: 7px;
  padding-top: 0;
}

.no-margin {
  margin: 0;
}

.section-red a,
.section-red a:link,
.section-red a:visited,
.section-red a:hover,
.section-red a:active {
  color: white;
}

/*.section-contact {
    /*background: linear-gradient(to right, rgba(255, 82, 108, 0.95) 0%, rgba(255, 82, 108, 0.95) 0%, rgba(255, 82, 108, 0.95) 100%), url('../img/contact.jpg') no-repeat;*/
/*background: linear-gradient(to right, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url('../img/contact.jpg') no-repeat;
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 795px !important;
}

.section-contact .contact-details h4 {
    font-size: 16px;
    color: white;
    border-bottom: 1px solid rgba(255, 255, 255, .7);
    padding-bottom: 12px;
    margin-left: 50px;
}*/

.contact-form {
  display: none;
}

.business-card {
  width: 500px;
  height: 300px;
  margin: auto;
  background: white;
  color: rgba(0, 0, 0, 0.8);
  text-align: left;
  padding: 20px;
}

/*.section-contact .contact-details p {
    font-size: 14.5px;
}*/

.btn-custom {
  background: #ff526c;
  border: 0;
  padding: 14px 28px;
  border-radius: 10rem;
  font-size: 1.01em;
  font-weight: 300;
  transition: background-color 0.5s ease;
}

.btn-custom:hover {
  background: #ff526c;
  opacity: 0.8;
}

.btn-light {
  background: white;
  color: #282828;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.btn-light:hover,
.btn-light:focus {
  background: #282828;
  color: white;
  opacity: 1;
  outline: 0;
}

.btn-light-gray {
  background: rgb(249, 249, 249);
  border: 1px solid rgba(0, 0, 0, 0.17);
}

.btn-dark {
  background: #282828;
  color: white;
  border: 1px solid transparent;
}

.btn-dark:hover,
.btn-dark:focus {
  background: white;
  color: #282828;
  opacity: 1;
}

.btn-bibliomaps {
  background: #ff526c;
  margin-top: 25px;
}
.btn-bibliobooks {
  background: #00a0d8;
  margin-top: 25px;
}
.btn-publicart {
  background: #e74f4e;
  margin-top: 25px;
}
.btn-ojs {
  background: #a6192e;
  margin-top: 25px;
}
@media (min-width: 992px) {
  .btn-ojs {
    margin-right: 15px;
  }
}
.btn-ojs-guia {
  background: #a6192e97;
  margin-top: 25px;
  margin-right: 0;
}
.btn-ckan {
  background: #d59243ad;
  margin-top: 25px;
}
.btn-cookadhoc {
  background: #00d5bb;
  background: #7ad4cd;
  margin-top: 25px;
}

@media (max-width: 991px) {
  .col-lg-1 p,
  .col-lg-10 p,
  .col-lg-11 p,
  .col-lg-12 p,
  .col-lg-2 p,
  .col-lg-3 p,
  .col-lg-4 p,
  .col-lg-5 p,
  .col-lg-6 p,
  .col-lg-7 p,
  .col-lg-8 p,
  .col-lg-9 p,
  .col-md-1 p,
  .col-md-10 p,
  .col-md-11 p,
  .col-md-12 p,
  .col-md-2 p,
  .col-md-3 p,
  .col-md-4 p,
  .col-md-5 p,
  .col-md-6 p,
  .col-md-7 p,
  .col-md-8 p,
  .col-md-9 p,
  .col-sm-1 p,
  .col-sm-10 p,
  .col-sm-11 p,
  .col-sm-12 p,
  .col-sm-2 p,
  .col-sm-3 p,
  .col-sm-4 p,
  .col-sm-5 p,
  .col-sm-6 p,
  .col-sm-7 p,
  .col-sm-8 p,
  .col-sm-9 p,
  .col-xs-1 p,
  .col-xs-10 p,
  .col-xs-11 p,
  .col-xs-12 p,
  .col-xs-2 p,
  .col-xs-3 p,
  .col-xs-4 p,
  .col-xs-5 p,
  .col-xs-6 p,
  .col-xs-7 p,
  .col-xs-8 p,
  .col-xs-9,
  .col-left h5,
  .col-central h5,
  .col-right h5 {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.btn-xs {
  margin: 0;
  margin: auto;
  padding: 12px 15px;
}

.title .btn {
  margin: 20px 10px 0 0;
}

.btn-submit {
  background: white;
  padding: 13px 25px;
  font-size: 1.1em;
  color: dimgray;
  border: 1px solid lightgray;
  border-radius: 35%;
}

.btn-submit:hover {
  background: white;
}

.btn-muted {
  border: 2px solid #ff526c;
  background: white;
  color: #ff526c;
}

.btn-muted:hover {
  border: 2px solid transparent;
}

.tooltip-inner {
  border-radius: 2px;
  font-size: 1.1em;
  max-width: 350px;
  opacity: 0.99;
  padding: 10px 15px;
}

.white-box {
  margin: 15px 7px;
  background: rgba(255, 255, 255, 1);
  color: rgba(0, 0, 0, 0.75);
  position: relative;
  top: 0;
  transition: top ease 0.5s;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.white-box p {
  font-size: 15.2px;
  line-height: 23px;
  margin: 0;
}

.white-box strong {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.7);
}

.white-box h3 {
  color: rgba(0, 0, 0, 0.8);
}

.white-box:hover {
  top: -15px;
  box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, 0.2);
}

.white-box-header {
  padding: 14px 10px 10px 10px;
  padding: 0 !important;
}

.white-box-header img {
  width: 60px;
  opacity: 0.8;
}

.white-box-body {
  background: rgba(0, 0, 0, 0.03);
  padding: 24px 28px;
}

.white-box-client {
  background: white;
  border: 1px solid gray;
  border-radius: 4px;
  position: static;
  cursor: pointer;
}

.white-box-client .white-box-header {
  padding: 20px 30px 5px 30px;
}

.white-box-client .white-box-header img {
  width: 100%;
  opacity: 1;
}

.white-box-client .white-box-body:hover {
  background: rgba(0, 0, 0, 0.05);
}

.logo-carousel img {
  padding: 10px 20px;
  height: 60px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.logo-carousel img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.maintenance h3 {
  font-size: 1.1em;
  color: rgba(0, 0, 0, 0.9);
}

.maintenance h3 small,
.maintenance h4 small {
  color: #333;
}

.maintenance h4 {
  font-size: 0.9em;
  color: rgba(0, 0, 0, 0.8);
}

.maintenance {
  background: lightgray;
  background: url(../img/maintenance-mini.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999999;
  text-align: center;
  display: none;
  text-shadow: 2px 1px 2px white;
  padding: 20px 4px;
}

.maintenance img {
  width: 160px;
  position: absolute;
  bottom: 40px;
  right: 0;
  left: 0;
  margin: auto;
  background: rgba(255, 255, 255, 0.55);
  padding: 16px 20px;
}

@media (min-width: 992px) {
  .maintenance img {
    right: 40px;
    margin-right: 0;
  }

  .maintenance h4 {
    margin-top: 15px;
    font-size: 0.5em;
  }

  .maintenance {
    background: url(../img/maintenance.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 6% 120px;
    font-size: 2.2em;
  }
}

#googleMap {
  width: 100%;
  height: 480px;
  z-index: -999;
  opacity: 0.8;
}

.contact {
  display: block;
  clear: both;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15);
  /*margin-bottom: -1rem !important;*/
  margin-top: -220px;
  /*margin-top: 70px;*/
  background: white;
  margin-bottom: 0 !important;
  z-index: 11;
  position: relative;
  left: 0;
  right: 0;
}

.contact .form-control {
  height: 29px;
}

.contact textarea.form-control {
  height: auto;
}

.contact .checkbox {
  margin-top: -2px;
}

.contact-policy {
  font-size: 0.8em;
  text-align: justify;
}

.contact-column {
  background: white;
  padding: 30px;
}

@media (min-width: 992px) {
  .contact-column {
    min-height: 738px;
    min-height: 660px;
  }
}

@media (max-width: 768px) {
  .contact {
    position: relative;
  }
}

.contact .details {
  background: #282828;
  color: white;
  height: 100%;
}

.svg-wrapper {
  position: relative;
  bottom: 0;
  width: 100%;
}

.svg {
  width: 100%;
  fill: currentColor;
  position: absolute;
  bottom: 0;
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 21111;
}

.svg-white {
  color: white;
}

.svg-gray {
  color: #f7f7f7;
}

.svg-inverted {
  transform: rotate(-180deg);
  bottom: -16%;
  bottom: -73px;
}

@media (min-width: 1900px) {
  .svg-inverted {
    bottom: -106px;
  }
}

@media (max-width: 1850px) {
  .svg-inverted {
    bottom: -94px;
  }
}

@media (max-width: 1750px) {
  .svg-inverted {
    bottom: -85px;
  }
}

@media (max-width: 1600px) {
  .svg-inverted {
    bottom: -72px;
  }
}

@media (max-width: 1226px) {
  .svg-inverted {
    bottom: -68px;
  }
}

@media (max-width: 1155px) {
  .svg-inverted {
    bottom: -60px;
  }
}

@media (max-width: 1023px) {
  .svg-inverted {
    bottom: -55px;
  }
}

@media (max-width: 935px) {
  .svg-inverted {
    bottom: -50px;
  }
}

@media (max-width: 878px) {
  .svg-inverted {
    bottom: -45px;
  }
}

@media (max-width: 768px) {
  .svg-inverted {
    bottom: -40px;
  }
}

@media (max-width: 686px) {
  .svg-inverted {
    bottom: -30px;
  }
}

@media (max-width: 499px) {
  .svg-inverted {
    bottom: -20px;
  }
}

@media (max-width: 346px) {
  .svg-inverted {
    bottom: -16px;
  }
}

.svg-map {
  top: -80px;
  z-index: 10;
}

@media (min-width: 1900px) {
  .svg-map {
    top: -109px;
    z-index: 10;
  }
}

@media (max-width: 1850px) {
  .svg-map {
    top: -100px;
    z-index: 10;
  }
}

@media (max-width: 1750px) {
  .svg-map {
    top: -94px;
    z-index: 10;
  }
}

@media (max-width: 1600px) {
  .svg-map {
    top: -80px;
    z-index: 10;
  }
}

@media (max-width: 1345px) {
  .svg-map {
    top: -73px;
    z-index: 10;
  }
}

@media (max-width: 1227px) {
  .svg-map {
    top: -65px;
    z-index: 10;
  }
}

@media (max-width: 1123px) {
  .svg-map {
    top: -58px;
    z-index: 10;
  }
}

@media (max-width: 973px) {
  .svg-map {
    top: -48px;
    z-index: 10;
  }
}

@media (max-width: 810px) {
  .svg-map {
    top: -44px;
    z-index: 10;
  }
}

@media (max-width: 768px) {
  .svg-map {
    display: none;
  }
}

section h4 {
  margin-left: -60px;
  margin-top: -30px;
  margin-bottom: 65px;
  font-weight: 300;
  font-size: 1.32em;
}

@media (max-width: 1072px) {
  section h4 {
    margin-left: 0;
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  section h4 {
    margin-top: 20px;
  }
}

.laptop-animation {
  position: absolute;
  top: 5.3%;
  left: 6%;
  width: 88%;
}

header .container,
section .container {
  margin-bottom: 2rem;
}

section,
header {
  position: relative;
}

section hr {
  margin-bottom: 45px;
}

.section-gray hr {
  margin-bottom: 45px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.dust {
  width: 100%;
  position: absolute;
  top: 0;
  opacity: 0.4;
  z-index: -9999;
  left: 0;
  right: 0;
  margin: auto;
}

.arrow_wrap {
  position: absolute;
  left: 50%;
  width: 40px;
  height: 40px;
  bottom: 50px;
  margin-left: -20px;
  z-index: 11;
  animation: bounce 2s 3;
}

.arrow_wrap:hover {
  cursor: pointer;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

.arrow_wrap a {
  text-decoration: none;
  color: #fff;
  font-size: 30px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  opacity: 0.8;
}

.arrow_wrap a:hover {
  cursor: pointer;
}

.arrow_wrap a .icon {
  color: #000;
  font-size: 30px;
}

.arrow_wrap a .icon:before {
  content: "\02939";
  display: inline-block;
  /*transform: rotate(-90deg);*/
  font-family: "Roboto Condensed", sans-serif;
  font: 30px normal bold;
}

.grid-tile {
  text-align: center;
  height: 140px;
  opacity: 0.7;
  padding-top: 30px;
}

.grid-tile img {
  width: 55%;
  margin: auto;
}

@media (min-width: 992px) {
  .bibliomaps-animation {
    margin: auto;
    top: -20px;
    margin-left: 20px;
    margin-top: -25px;
  }
}

.cookadhoc-animation {
  transform: rotate(4deg);
}

.product-logo {
  background: rgba(255, 255, 255, 1);
  padding: 20px;
  width: 175px;
  position: absolute;
  border-radius: 4px;
  border: 1px solid white;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15);
}

.product-logo-left {
  left: -10px;
  bottom: -20px;
}

@media (max-width: 783px) {
  .product-logo-left {
    left: 10px;
    bottom: 0;
  }
}

@media (min-width: 992px) {
  section .pull-right {
    padding-left: 50px;
  }
  section .pull-left {
    padding-right: 50px;
  }
}

.double-logo {
  width: 70%;
  margin: 0 auto 50px auto;
}

.product-logo-right {
  right: 0px;
  top: 0px;
}

.product-logo img {
  width: 100%;
}

.product-logo-xs {
  position: relative;
  margin: auto;
  text-align: center;
  padding: 5% 5%;
  width: 80%;
  margin-bottom: 20px;
  padding: 5% 6%;
  width: 67%;
}

.logo-show {
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15);
  background: #282828;
  background: rgba(255, 255, 255, 1);
  width: 400px;
  padding: 10px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  border-radius: 4px;
}

.logo-show img {
  width: 30%;
  padding: 15px 5px;
}

.working-img {
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15);
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.card-logo {
  min-height: 140px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-logo img {
  /*max-height: 60px;
  max-width: 70%;*/
  max-width: 150px;
  margin: auto;
}

.col-left h5,
.col-central h5,
.col-right h5 {
  font-size: 18.5px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 28px;
}

@media (min-width: 992px) {
  .col-left {
    padding-right: 40px;
  }
  .col-central {
    padding-left: 40px;
    padding-right: 40px;
  }
  .col-right {
    padding-left: 40px;
  }
}

.phone-animation {
  position: absolute;
  width: 75.6%;
  left: 12%;
  top: 11%;
}

.ojs-logo {
  width: 45%;
  width: 45%;
  max-width: 160px;
  margin: auto;
  text-align: center;
}

.ops-logo {
  width: 30%;
  max-width: 160px;
  margin: auto;
  margin-bottom: 50px;
  text-align: center;
}
.omp-logo {
  width: 35%;
  max-width: 160px;
  margin: auto;
  text-align: center;
  margin-bottom: 35px;
  border-bottom: 1px solid #eee;
  padding-bottom: 35px;
}

.ojs-logo-mini {
  width: 28%;
  margin-bottom: 25px;
}

.app-logo {
  width: 80px;
  margin: auto;
  text-align: center;
  border-radius: 15px;
  box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}

.store-logo {
  width: 67%;
  max-width: 120px;
  margin: 3px auto 7px auto;
}

.redibrig-logo {
  width: 65%;
  margin: 20px auto 20px auto;
  text-align: center;
}

.sujectsplus-logo {
  width: 45%;
  margin: 40px auto;
  text-align: center;
}

.contacts-list {
  margin: 40px 0 0 0;
  padding: 0;
  list-style: none;
  font-size: 17.5px;
}

.contacts-list li {
  margin-bottom: 1rem;
}

.contacts-list i {
  margin-right: 1.5rem;
}

.contacts-list a {
  color: #fff;
}

.window-modal {
  background: rgba(237, 241, 244, 0.96);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 99999999;
  padding: 8px;
  display: none;
  color: rgba(0, 0, 0, 0.64);
  line-height: 8px;
  font-size: 10px;
}

@media (max-width: 767px) {
  .window-modal {
    background: white;
  }
}

.window-modal h3 {
  color: rgba(0, 0, 0, 0.8);
}

.window-modal a {
  color: rgba(0, 0, 0, 0.64);
  text-decoration: underline;
}

.window-modal p {
  line-height: 18px;
  font-size: 12px;
}

.window-modal .space {
  height: 65px;
}

.window-modal hr {
  border-top: 1px solid rgba(0, 0, 0, 0.34);
  margin: 11px 0 13px 0;
  display: none;
}

.window-modal li {
  line-height: 13px;
  font-size: 11.2px;
}

.window-close {
  font-weight: 200;
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99999;
}

.window-close img {
  border: 2px solid black;
  padding: 8px;
  height: 47px;
  border-radius: 50%;
  opacity: 1;
  cursor: pointer;
}

.window-close-mobile img {
  padding: 9px;
  height: 47px;
  cursor: pointer;
  position: absolute;
  top: 11px;
  right: 0;
  opacity: 0.7;
  z-index: 999999999;
}

.svg-animation-wrapper {
  opacity: 0.76;
  margin-top: -51px;
  padding: 0 40px 0 0;
}

@media (max-width: 991px) {
  .svg-animation-wrapper {
    padding: 0;
    margin-top: -170px;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .svg-animation-wrapper {
    margin-top: -70px;
    margin-bottom: 20px;
    padding: 0 10px;
  }
}

.myproducts-logos {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  /*margin-bottom: 60px;*/
  opacity: 0.55;
}
.myproducts-logos div {
  text-align: center;
}

.myproducts-logos img {
  max-height: 28px;
  max-width: 100%;
  text-align: center;
  margin: auto;
}

.section-contact {
  padding-bottom: 0;
}

.alert {
  /*position: fixed;
    top: 6px;
    left: 6px;
    right: 6px;
    margin: auto;*/
  padding: 10px 10px;
  padding: 17.4px 30px;
  margin: 28px auto;
  font-size: 14px;
  z-index: 9999;
  background: #f1fff7;
  color: #28814e;
  border: 1px solid #79c99b;
  border-radius: 3px;
  opacity: 0.99;
  text-align: left;
  position: fixed;
  left: 0;
  right: 0;
  width: 98%;
  z-index: 999999999999;
  display: none;
}

.alert-danger {
  background: #f2dede;
  color: #a94442;
  border-color: #ebccd1;
}

.alert .link {
  color: #98403f;
  text-decoration: underline;
}

.alert .close {
  font-weight: 300;
}

/*
.tile-bibliomaps {
    background: red;
}

.tile-bibliobooks {
    background: blue;
}*/

/*@media screen and (min-width:721px) {
    .g-recaptcha {
        float: right;
    }
}


@media screen and (max-width:720px) {
    .margin-captcha {
        margin-top: 100px;
    }

}*/

.g-recaptcha {
  margin-bottom: 8px;
}

.g-recaptcha div {
  margin: auto;
}

.press-icons {
  text-align: center;
  margin-top: 55px;
  margin-bottom: -20px;
}

.press-icons img {
  max-height: 50px;
  margin: 10px auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.press-icons img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

img.info-client-logo {
  height: 55px;
  margin: 0 10px;
  padding: 27px 0 0 0;
  opacity: 0.8;
}

img.info-client-logo-license {
  padding: 11px 0;
}

img.info-client-logo-store {
  height: 67px;
  margin: 0 2px;
  padding: 24px 0 0 0;
}

.info-client-logo-block {
  margin-bottom: 17px;
  text-align: center;
  margin-top: -20px;
}

.info-client-logo-block .info-client-logo {
  opacity: 1;
  margin: 10px 10px;
}

img.contact-item-img {
  display: inline;
  height: 20px;
  margin-left: 15px;
}

.cookadhoc-mockup {
  max-height: 460px;
  margin: -35px auto 0 auto;
}

@media (min-width: 992px) {
  .cookadhoc-mockup {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transition: all 0.65s ease-in-out;
  }
  .cookadhoc-mockup:hover {
    top: -15px;
  }

  .redmine-canvas {
    margin-top: -20px;
  }
}

.redmine-canvas .product-logo-left {
  padding: 15px 15px;
  left: 10px;
  bottom: 65px;
  width: 260px;
}

.dspace-canvas .product-logo-left {
  padding: 10px 12px;
  left: 28px;
  bottom: 50px;
  width: 170px;
}

.product-logo-cookadhoc {
  right: 0px;
  bottom: 45px;
  top: 0;
  top: 255px;
  bottom: 0;
  padding: 0px;
  width: 87px;
  height: 115px;
}

@media (min-width: 992px) {
  .dspace-canvas {
    padding-left: 50px;
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  .product-logo-cookadhoc {
    right: 12px;
  }
}

@media (max-width: 486px) {
  img.info-client-logo-store {
    margin: 0 12px;
  }
}

.product-logo-cookadhoc img {
  height: 110px;
}

@media (max-width: 991px) {
  .p-button {
    text-align: center;
  }
}

.loading img {
  width: 375px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.75;
  display: none;
}
