body,
html {
  height: 100%;
}

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

p {
  font-size: 16.5px;
  font-size: 17.2px;
  line-height: 34px;
  margin-bottom: 35px;
}

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

h3 {
  font-size: 25px;
}

h4,
h5 {
  color: #007ace;
}

h2 {
  margin-bottom: 40px;
  margin-top: 0;
}

a,
a:hover,
a:visited,
a:link,
a:active,
a:checked {
  color: #3d3d3d;
  font-weight: 500;
  font-weight: 400;
}

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

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

@media (max-width: 991px) {
  img {
    text-align: center;
    margin: auto;
  }
}

.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%;
}

.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;
  }
}

.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%;
  height: 100vh;
  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-size: 14px;
  font-weight: 600;
  padding-bottom: 2.2%;
  padding-top: 4.2%;
  text-align: center;
}

footer a {
  padding: 0 30px;
  font-weight: 600 !important;
}

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

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

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: 991px) {
  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;
  }
}

footer p {
  font-size: 0.8em;
  /*color: rgba(0, 0, 0, .55);*/
  opacity: 0.55;
  margin-bottom: 0;
  margin-top: -11px;
}

header {
  background: lightgray;
  /*background: radial-gradient(rgba(255, 255, 255, 0.5) 20%, rgba(212, 225, 232, 0.5) 33%, rgba(162, 170, 179, .3) 33%), url('../img/header.jpg') no-repeat;

background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, .1) 0%, rgba(194, 204, 210, .7) 100%), url('../img/header.jpg') no-repeat;

/*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 */
  height: 100%;
  height: 100vh;

  /* Create the parallax scrolling effect */

  background: linear-gradient(
      to right,
      rgba(255, 82, 108, 0.95) 0%,
      rgba(255, 89, 106, 0.95) 0%,
      rgba(255, 82, 108, 0.95) 100%
    ),
    url("../img/contact.jpg") no-repeat;

  background: linear-gradient(
      to right,
      rgb(255 89 107 / 87%) 0%,
      rgb(233 84 103 / 94%) 100%
    ),
    url(../img/contact.jpg) no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0;
  position: relative;
  top: 0;
  width: 100%;
  color: white;
}

@media (max-width: 1199px) {
  header {
    height: 90vh;
    margin-bottom: 10vh;
  }
}
@media (max-width: 767px) {
  header {
    height: 80vh;
    margin-bottom: 8vh;
  }
}

.white-down:before {
  content: "";
  position: absolute;
  background: white;
  border-top: 3px solid rgba(0, 0, 0, 0.04);
  -webkit-transform: skewY(188deg);
  transform: skewY(188deg);
  -webkit-transform: skewY(184deg);
  transform: skewY(184deg);
  z-index: 9;
  width: 100%;
  height: 30%;
  left: 0;
  top: 85%;
  top: 89%;

  border-top: 20px solid #f6f6f8;
}

@media (max-height: 668px) {
  .white-down:before {
    display: none;
  }
}

.white-box-up {
  background: white;
  -webkit-transform: skewY(183deg);
  transform: skewY(183deg);
  z-index: 9;
  width: 100%;
  height: 300px;
  left: 0;
  position: static;
  top: 0;
  margin-top: -300px;
  margin-bottom: 120px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.04);

  border-bottom: 20px solid #f6f6f8;
}

.white-box-down {
  background: white;
  -webkit-transform: skewY(183deg);
  transform: skewY(183deg);
  z-index: 9;
  width: 100%;
  height: 300px;
  left: 0;
  position: static;
  top: 0;
  margin-bottom: -300px;
  margin-top: 120px;
  border-top: 3px solid rgba(0, 0, 0, 0.04);

  border-top: 20px solid #f6f6f8;
}
.gray-box-down {
  background: #f5f5f5;
  border: 3px solid rgba(0, 0, 0, 0.01);
  border: 0;
}
.gray-box-up {
  background: #f5f5f5;
}

.gray-box-down,
.gray-box-up {
  background: #f6f6f8;
}

.container {
  position: relative;
  z-index: 10;
}

header .container {
  padding-top: 18.1%;
  padding-top: 16.7%;
}

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

.title-canvas {
  text-align: justify;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

header .header-title {
  color: white;
  font-family: "Roboto", sans-serif;
  font-size: 27px;
  font-size: 34px;
  font-weight: 600;
  text-shadow: 0 0 1px solid black;
  /*text-align: center;
    top: 23%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;*/
  text-shadow: 0 2px 7px black;
  color: #3d3d3d;
  color: white;
  text-shadow: none;
  margin-top: -2px;
  margin-bottom: 22px;
  text-align: left;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  font-size: 32px;
  word-spacing: -2px;
}

.title-canvas p strong {
  /*font-size: 22px;*/
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 991px) {
  .title-canvas {
    padding-left: 35px;
  }
}

@media (max-width: 767px) {
  .title-canvas {
    padding-top: 10%;
    font-size: 0.8em;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .title-canvas,
  header .header-title {
    text-align: center;
  }
}

header .header-title strong {
  font-weight: 400;
  font-weight: 300;
}

header .header-subtitle {
  bottom: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  color: white;
  display: inline;
  width: 175px;
  padding: 13px;
  /*background: #3d3d3d;
}

header .header-subtitle:hover {
    background: rgba(0, 0, 0, .6);
    opacity: .8;
}*/
}

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.94);
  padding: 14px 24px;
  border-radius: 4px;
  max-width: 60%;
}

.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;
}

.loading {
  background: #d2dde7;
  background: radial-gradient(#edf1f4, #d4e1e8, #a2aab3);
  /*background: radial-gradient(#ededed, #e1e1e1, #adadad);
    background: radial-gradient(#f2f2f2, #e9e9e9, #c4c4c4);*/

  transition: height 1000ms linear;
  transition: width 1000ms linear;
  transition: all 1000ms linear;
  will-change: transform;
  text-align: center;
  height: 100%;
  height: 100vh;
  width: 100%;
  position: absolute;
  z-index: 999999999;
}

.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: 14%;
  width: 575px;
  max-width: 80%;
}

.loading-ico {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 64%;
  z-index: 99999;
  border-radius: 8px;
}

.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/bibliomaps-horizontal-xl.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 169px;
  height: 36px;
}

/*
@media screen and (max-width:767px) {

    .navbar-custom .navbar-brand {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
    }
}*/

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

.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:visited,
.navbar-custom .navbar-nav > li > a:active {
  color: #d5d5d5;
  color: #132735;
  /*color: white;*/
  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: white;
  color: #3d3d3d;
  color: white;
}

.navbar-custom-transparent .navbar-brand {
  background-image: url("../img/bibliomaps-white.svg");
  width: 475px;
  width: 325px;
  width: 275px;
  width: 400px;
  width: 340px;
  height: 155px;
  border-radius: 5px;
  border-radius: 0;
  max-width: 75%;
  margin-left: 10%;
}

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

.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;
}

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

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

.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: 4rem 0;
}

.navbar-custom-transparent .navbar-nav > li > a {
  color: white;
  color: #3d3d3d;
  color: white;
  text-shadow: 0 1px 4px black;
  text-shadow: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

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

.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;
}

.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: 991px) {
  .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.3%;
  padding-top: 4.3%;
  padding-bottom: 4.1%;
  padding-top: 4.1%;
  text-align: justify;
}

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

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

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

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

.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: #f5f5f5;
  background: #f6f6f8;
}

.section-red {
  background: #ff526c;
  background: linear-gradient(
    to right,
    rgba(255, 82, 108, 0.95) 0%,
    rgba(255, 89, 106, 0.95) 0%,
    rgba(255, 82, 108, 0.95) 100%
  );

  background: linear-gradient(
      to right,
      rgba(255, 82, 108, 0.95) 0%,
      rgba(255, 89, 106, 0.95) 0%,
      rgba(255, 82, 108, 0.95) 100%
    ),
    url(../img/contact.jpg) no-repeat;

  background: linear-gradient(
      to right,
      rgba(255, 92, 111, 0.96) 0%,
      rgba(255, 82, 108, 0.95) 100%
    ),
    url(../img/contact.jpg) no-repeat;

  /*
  background: linear-gradient(
      to right,
      rgb(246 152 164 / 96%) 0%,
      rgba(255, 82, 108, 0.95) 100%
    ),
    url(../img/contact.jpg) no-repeat;
  background: linear-gradient(
      to right,
      rgb(250 156 168 / 92%) 0%,
      rgb(255 132 149 / 93%) 32%,
      rgb(245 109 124 / 94%) 66%,
      rgba(255, 82, 108, 0.95) 100%
    ),
    url(../img/contact.jpg) no-repeat;

  background: linear-gradient(
      to right,
      rgba(244, 156, 168, 0.92) 0%,
      rgba(251, 128, 144, 0.95) 32%
    ),
    url(../img/contact.jpg) no-repeat;*/

  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  color: white;
  transition: all 1s ease-in-out;
}
.section-red {
  position: relative;
  overflow: hidden;
  color: white;
}

.section-red::before,
header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
      to right,
      rgba(255, 92, 111, 0.93) 0%,
      rgba(255, 82, 108, 0.92) 100%
    ),
    url(../img/contact.jpg) no-repeat center center;
  background-size: cover;
  transition: transform 1s ease;
  z-index: 0;
}

header::after {
}

.section-red:hover::before {
  transform: scale(1.05);
}

.section-red > * {
  position: relative;
  z-index: 1;
}

.section-red h1 {
  color: white;
  margin-bottom: 30px;
  margin-top: 0;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  font-size: 32px;
  font-weight: 600;
}

.section-red h2 {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.section h1 {
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: -10px;
  font-size: 32px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .section h1 {
    margin-top: 40px;
  }
}

.section-red .contact-details {
  font-weight: 600;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.section-red .contact-details .glyphicon {
  text-shadow: none;
}

.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 .checkbox input {
  height: auto;
}

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

.no-margin {
  margin: 0;
}

.small-margin {
  margin-bottom: 15px;
}

.section-red a,
.section-red a:link,
.section-red a:visited,
.section-red a:hover,
.section-red a:active {
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.section-blue {
  background: #0082b5;
}

/*
.section-contact {
  background: linear-gradient(
      to right,
      rgba(255, 82, 108, 0.98) 0%,
      rgba(255, 82, 108, 0.98) 0%,
      rgba(255, 82, 108, 0.95) 100%
    ),
    url("../img/contact.jpg") no-repeat;
  background: linear-gradient(
      to right,
      rgba(255, 82, 108, 0.95) 0%,
      rgba(255, 89, 106, 0.95) 0%,
      rgba(255, 82, 108, 0.95) 100%
    ),
    url("../img/contact.jpg") no-repeat;

  background: linear-gradient(
      to right,
      rgba(255, 147, 161, 0.94) 0%,
      rgba(244, 136, 151, 0.94) 10%,
      rgba(241, 98, 114, 0.95) 66%,
      rgba(255, 82, 108, 0.95) 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;*/
/*}*/

footer.section-red {
  background: linear-gradient(
      to right,
      rgba(255, 82, 108, 0.95) 0%,
      rgba(255, 89, 106, 0.95) 0%,
      rgba(255, 82, 108, 0.95) 100%
    ),
    url("../img/contact.jpg") no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
footer.section-red::before {
  display: none;
}

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

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

.section-contact .contact-details img {
  height: 17px;
}

@media (max-width: 767px) {
  .section-contact .contact-details {
    text-align: center;
    margin: 0;
    padding-bottom: 30px;
  }

  .section-contact .contact-details h4 {
    margin: 0;
  }

  .section-contact .contact-details a {
    line-height: 27px;
  }
}

.btn-custom {
  background: #ff526c;
  border: 0;
  padding: 20px 25px;
  border-radius: 10rem;
  border-radius: 30px;
  font-size: 1.13em;
  color: white !important;
  margin: 5px 0;
  text-decoration: none !important;
  font-weight: 400;
}

.btn-custom2 {
  background: rgb(186, 186, 186);
}

@media (max-width: 991px) {
  .btn-custom {
    margin-bottom: -45px;
  }
  .section-contact .btn-custom {
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  .btn-custom {
    margin-bottom: -45px;
  }
}

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

.btn-white {
  background: white;
  color: rgba(0, 0, 0, 0.7) !important;
  text-shadow: none !important;
}
.btn-header {
  background: rgba(255, 255, 255, 0.9);
}

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

@media (min-width: 992px) {
  .btn-header {
    max-width: 150px;
    text-wrap: balance;
  }
}

.btn-header-secondary {
  max-width: fit-content;
  margin-left: 8px;
  background: rgba(255, 255, 255, 0.7);
}

.actions-buttons {
  text-align: left;
}
.actions-buttons .btn-header {
  margin: 5px 8px 0 1px;
  padding-left: 35px;
  padding-right: 35px;
  max-width: fit-content;
}
.action-buttons .btn-header-secondary {
  padding-left: 25px;
  padding-right: 25px;
}

.title-canvas p {
  margin-bottom: 19px;
}

.store-logos-header {
  margin-top: 32px;
  text-align: left;
}

@media (max-width: 767px) {
  .store-logos-header {
    margin-top: 60px;
  }
}
.title-canvas .store-logos-header img {
  margin: 0 11px 0 1px;
}

.title-canvas {
  margin-top: -18px;
}

@media (min-width: 1431px) {
  .title-canvas {
    margin-top: -18px;
  }
}

@media (max-width: 1215px) {
  .title-canvas {
    margin-top: -60px;
  }

  .actions-buttons .btn-header {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .title-canvas {
    margin-top: -75px;
  }

  .actions-buttons .btn-header {
    padding: 15px 25px !important;
  }
  .actions-buttons {
    margin-top: -12px;
    margin-bottom: -12px;
  }
}
@media (max-width: 991px) {
  .title-canvas {
    margin-top: -45px;
  }
  .actions-buttons {
    text-align: center;
  }

  .actions-buttons .btn-header {
    margin: 0 4px;
  }
}
@media (max-width: 767px) {
  .title-canvas {
    margin-top: -8px;
  }
}

.btn-submit {
  background: white;
  padding: 13px 25px;
  font-size: 1.1em;
  color: dimgray !important;
}

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

.btn-muted,
.btn-muted:active,
.btn-muted:visited,
.btn-muted:link {
  border: 2px solid #ff526c;
  /*border: 2px solid #0082b5;*/
  background: white;
  color: #ff526c !important;
  /*color: #0082b5;*/
}

.btn:active,
.btn:visited,
.btn:link {
  text-decoration: none !important;
}

.btn-muted:hover,
.btn-muted:target {
  border: 2px solid transparent;
  color: white !important;
  background: lightgray;
}

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

.top-white-box {
  border-radius: 8px;
  border-radius: 10px;
  padding: 50px 60px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  background-color: white;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.02),
    15px 4px 30px 0px rgba(30, 52, 92, 0.058),
    15px 4px 30px 0px rgba(30, 52, 92, 0.158);
  margin-bottom: 60px;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.015), 0 0 30px rgba(30, 52, 92, 0.048),
    0 0 30px rgba(30, 52, 92, 0.128);
}

@media (max-width: 768px) {
  .top-white-box {
    padding: 10px 30px 40px 30px;
  }
}

.top-white-box h2 {
  margin: 0;
  font-size: 16.5px;
  font-size: 17.2px;
  line-height: 34px;
  font-weight: 400;

  font-weight: 300;
  font-weight: 400;
  opacity: 0.8;
}

.top-white-box h2 strong {
  font-weight: 600;
  color: black;
  opacity: 0.75;
}

@media (min-width: 992px) {
  .top-white-box h2 {
    line-height: 39px;
  }
  .img-pin {
    margin-top: 45px !important;
  }
}

.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);
  border-radius: 8px;
  padding-top: 7px;
  z-index: 9999;

  border-radius: 10px;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.015), 0 0 30px rgba(30, 52, 92, 0.048),
    0 0 30px rgba(30, 52, 92, 0.128);
}

.white-box p {
  font-size: 15.4px;
  line-height: 24px;
  margin: 0;

  line-height: 25.5px;
  opacity: 0.85;

  opacity: 0.8;
  font-size: 16.1px;
  color: rgba(0, 0, 0, 0.6);

  text-align: justify;
}

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

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

@media (min-width: 992px) {
  .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;
}

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

.white-box-body {
  background: rgba(0, 0, 0, 0.03);
  background: #f5f5f5;
  padding: 24px 28px 28px 28px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;

  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;

  background: #f6f6f8;
}
@media (max-width: 766px) {
  .white-box-body {
    min-height: auto !important;
    padding-top: 30px;
    padding-bottom: 60px;
  }
}

@media (min-width: 767px) {
  .white-box-body {
    min-height: 295px;
  }
}

@media (min-width: 767px) and (max-width: 1200px) {
  .white-box-body {
    min-height: 305px;
  }
}

.white-box-client {
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  border-radius: 10px;
  cursor: pointer;
  /*margin-top: 0;
  margin: 8px 0;*/
}

.white-box-client .white-box-header {
  padding: 25px 80px 10px 80px;
  min-height: 165px;
}

.white-box-client .white-box-header-csic {
  padding: 38px 22px;
  text-align: center;
}

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

.white-box-client .white-box-body {
  min-height: auto;
  min-height: 213px;
  min-height: 262px;
  min-height: 340px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .white-box-client .white-box-body {
    min-height: 360px;
  }
}

.white-box-client .white-box-body:hover {
  background: rgba(0, 0, 0, 0.05);
}
.press-icons {
  text-align: center;
}

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

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

.press-icons-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* o 'space-around' o 'space-between' según lo que busques */
  gap: 55px;
  padding: 20px 0;
}

.press-icons-flex img {
  max-height: 43px;
  max-width: 100%;
  object-fit: contain;
}

@media (max-width: 1199px) {
  .press-icons-flex {
    gap: 20px;
  }

  .press-icons-flex img {
    max-height: 38px;
  }
}

@media (max-width: 991px) {
  .press-icons-flex {
    margin-bottom: 33px;
  }
}

@media (max-width: 767px) {
  .press-icons-flex {
    display: inline-flex;
    padding: 0 0 30px 0;
    width: 100%;
  }
}

.press-links {
  padding: 0 30px;
  text-align: justify;
}
@media (max-width: 991px) {
  .press-links {
    padding: 0 15px;
  }
}

.press-links a {
  color: rgba(52, 52, 52, 0.82);
  color: rgba(52, 52, 52, 0.42);
  color: rgba(52, 52, 52, 0.55);
}
.press-links a:hover {
  color: rgba(52, 52, 52, 0.82);
}

.press-links a strong {
  color: rgba(52, 52, 52, 0.59);
  color: rgba(52, 52, 52, 0.65);
  color: black;
}
.press-links a strong:hover {
  color: rgba(52, 52, 52, 0.92);
}

@media (min-width: 992px) {
  .press-links {
    padding: 0 0 0 50px;
  }
}

.press-links p {
  font-size: 1.04em;
  line-height: 17px;
  margin-bottom: 27px;
}

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

.thirdparty-logo {
  text-align: center;
  padding: 10px 20px;
  height: 60px;
  margin-top: 5px;
  display: block;
}

.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%;
  height: 100vh;
  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;
  }
}

.videoWrapper {
  width: 728px;
  height: 409.5px;
  margin: auto;
  margin-top: 45px;
  margin-top: 25px;
  margin-bottom: 45px;
}

.videoWrapperTop {
  width: 728px;
  height: 409.5px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}

@media (min-width: 1550px) {
  .videoWrapper {
    width: 650px;
    height: 365.625px;
  }
  .videoWrapperTop {
    width: 850px;
    height: 467.34px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
  }
}

.videoWrapperPress {
  margin-top: 39px;
}

@media (max-width: 998px) {
  .videoWrapperTop {
    width: 100%;
    height: 305px;
    margin-bottom: 45px;
  }
}
@media (max-width: 1199px) {
  .videoWrapper {
    width: 100%;
    height: 305px;
    margin-bottom: 45px;
  }
}

.videoWrapper iframe,
.videoWrapperTop iframe {
  /*position: absolute;
    top: 0;
    left: 0;*/
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 60px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.08),
    0 0 40px 5px rgba(30, 52, 92, 0.158);

  border-radius: 10px;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.015), 0 0 30px rgba(30, 52, 92, 0.048),
    0 0 30px rgba(30, 52, 92, 0.128);

  box-shadow: none;
}

.phone-animation {
  position: absolute;
  width: 75.6%;
  left: 12%;
  top: 9%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.03),
    20px 4px 40px 0px rgba(30, 52, 92, 0.158),
    10px 4px 80px 0px rgba(30, 52, 92, 0.058);
  width: 88.6%;
  left: 5.3%;
}

.phone-animation-wrapper {
  margin: 45px auto 0 auto;
  max-width: 200px;
  text-align: center;
  position: relative;
}

.laptop-animation {
  position: absolute;
  top: 4.2%;
  left: 16.5%;
  width: 67%;
}

@media screen and (max-width: 1215px) {
  .spacing {
    height: 50px;
  }
}

.francaballero-pic {
  width: 70%;
  max-width: 275px;
}

.window-modal {
  background: rgba(237, 241, 244, 0.96);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 999999;
  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-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 {
  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;
}

.more-absolute {
  position: absolute;
  bottom: 1.7%;
  left: 0;
  right: 0;
  margin: auto;
  color: lightgray;
  color: rgba(0, 0, 0, 0.15);
  font-weight: bold;
  font-size: 30px;
  z-index: 9999;
  text-align: center;
}

.more-absolute a {
  color: rgba(0, 0, 0, 0.15);
  text-decoration: none;
}
.more-absolute a:hover,
.more-absolute a:link,
.more-absolute a:visited {
  color: rgba(0, 0, 0, 0.18);
  text-decoration: none;
}

@media (max-width: 767px) {
  header .header-title {
    font-size: 29px;
  }

  p {
    line-height: 31px;
  }
}
@media (max-width: 320px) {
  p {
    line-height: 26px;
  }
}

.text-justified {
  text-align: justify;
}

.section-red .col-lg-1,
.section-red .col-lg-10,
.section-red .col-lg-11,
.section-red .col-lg-12,
.section-red .col-lg-2,
.section-red .col-lg-3,
.section-red .col-lg-4,
.section-red .col-lg-5,
.section-red .col-lg-6,
.section-red .col-lg-7,
.section-red .col-lg-8,
.section-red .col-lg-9,
.section-red .col-md-1,
.section-red .col-md-10,
.section-red .col-md-11,
.section-red .col-md-12,
.section-red .col-md-2,
.section-red .col-md-3,
.section-red .col-md-4,
.section-red .col-md-5,
.section-red .col-md-6,
.section-red .col-md-7,
.section-red .col-md-8,
.section-red .col-md-9,
.section-red .col-sm-1,
.section-red .col-sm-10,
.section-red .col-sm-11,
.section-red .col-sm-12,
.section-red .col-sm-2,
.section-red .col-sm-3,
.section-red .col-sm-4,
.section-red .col-sm-5,
.section-red .col-sm-6,
.section-red .col-sm-7,
.section-red .col-sm-8,
.section-red .col-sm-9,
.section-red .col-xs-1,
.section-red .col-xs-10,
.section-red .col-xs-11,
.section-red .col-xs-12,
.section-red .col-xs-2,
.section-red .col-xs-3,
.section-red .col-xs-4,
.section-red .col-xs-5,
.section-red .col-xs-6,
.section-red .col-xs-7,
.section-red .col-xs-8,
.section-red .col-xs-9 {
  padding-left: 9px;
  padding-right: 9px;
}
/*
.mobile-language {
  position: fixed;
  top: 14px;
  top: 9px;
  right: 2px;
}*/

.english img,
.spanish img,
.greek img,
.english-drop img,
.spanish-drop img,
.greek-drop img {
  width: 30px;
}

.mobile-language {
  display: block;
  text-align: center;
}
.mobile-language a {
  display: inline;
  padding: 0 15px;
}
.mobile-language img {
  width: 32px;
  width: 37px;
  display: inline;
}

.logos-about-us img {
  display: block;
  width: 100%;
  padding: 0 25% 30px 25%;
  padding: 0 32% 30px 21%;
}

@media (max-width: 991px) {
  .logos-about-us img {
    padding: 0 30% 30px 30%;
  }
  .logos-about-us {
    margin: 60px 0;
  }
}

@media (min-width: 992px) {
  #aboutus .col-md-5 {
    padding-right: 75px;
  }
  #aboutus .spacing {
    height: 105px;
  }
}

#aboutus {
  padding-top: 20px;
}

#aboutus img {
  max-width: 410px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.section-contact .contact-details-small h4 {
  font-size: 14px;
  border: 0;
  padding-bottom: 0;
  margin-bottom: 5px;
}

.section-contact .contact-details-small h4:not(:first-of-type) {
  margin-top: 11px;
  padding-top: 11px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

img.img-pin {
  width: 200px;
  max-width: 90%;
  text-align: center;
  margin: 20px 20px 50px 20px;
}

@media (min-width: 992px) {
  .img-monitor {
    padding-left: 30px;
  }
}

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

.white-box-client .white-box-header .lechateau-box-logo {
  max-height: 70px;
  width: auto;
}

.section-white p {
  opacity: 0.8;
}
.section-white p a {
  opacity: 0.75;
  color: black;
}

header .container,
.laptop-animation-wrapper {
  display: none;
}

.laptop-animation-wrapper {
  transition: all 1000ms linear;
}

.title-canvas img {
  height: 40px;
  margin: 0 0 0 11px;
}
.store-logos img {
  height: 40px;
  margin: 0 11px 0 0;
}

@media (max-width: 767px) {
  .store-logos img {
    margin: 0 5.5px 0 5.5px;
  }
}

.title-canvas a img:hover,
.store-logos a img:hover {
  opacity: 0.6;
}

.title-canvas a,
.store-logos a {
  text-decoration: none;
}

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

  .iphone-animation-wrapper {
    margin-top: 4.2em;
  }
}

.iphone-animation {
  position: absolute;
  width: 79%;
  left: 10.5%;
  top: 3.5%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.03),
    20px 4px 40px 0px rgba(30, 52, 92, 0.158),
    10px 4px 80px 0px rgba(30, 52, 92, 0.058);
  border-radius: 22px;

  position: absolute;
  width: 36.25%;
  left: 18.35%;
  top: 2.9%;
}

@media (max-width: 1199px) {
  .iphone-animation {
    top: 2.1%;
  }
}

.iphone-text-wrapper {
  text-align: justify;
  margin-top: 45px;
  margin-top: 36px;
  padding: 30px 5.5em 0 7.5em;
}
.iphone-text-wrapper h2 {
  text-align: left;
}
@media (max-width: 767px) {
  .iphone-text-wrapper {
    padding: 0 2em;
    text-align: center;
  }
  .iphone-text-wrapper h2 {
    text-align: center;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .iphone-animation-wrapper {
    margin-top: 65px;
  }
}

.app-mockup {
  position: absolute;
  width: 200px;
  top: -50px;
  left: -60px;
  z-index: -1;
}

.app-hr {
  margin: 0 0 40px 0;
}

@media (min-width: 1215px) {
  .app-mockup {
    top: -23px;
  }
}

@media (max-width: 1355px) {
  .app-mockup {
    left: 5px;
  }
}
@media (min-width: 1356px) {
  .app-mockup {
    top: -50px;
  }
}

.app-animation {
  display: none;
}

.store-logos a {
  text-decoration: none !important;
}

@media (max-width: 991px) {
  .store-logos-header {
    display: block;
    /*margin-top: 95px;*/
    text-align: center;
  }

  .title-canvas img {
    margin: 0 5.5px 0 5.5px;
  }
}

@media (max-width: 766px) {
  .store-logos-header a {
    text-decoration: none !important;
  }
  .store-logos-header {
    margin-top: -5px;
  }
}

@media (max-width: 670px) {
  .store-logos-header {
    margin-top: -25px;
    margin-top: 0;
  }
}

.info-sub {
  margin: 60px 0 0 0;
}

@media (min-width: 992px) {
  .info-sub {
    margin: 20px 0 0 0;
  }
}

@media (min-width: 767px) and (max-width: 1215px) and (max-height: 840px) {
  header .container {
    padding-top: 85px !important;
  }
  .mockup-wrapper {
    margin-top: 50px;
  }
}

@media (min-width: 992px) and (max-width: 1215px) and (max-height: 752px) {
  .navbar-custom-transparent .navbar-brand {
    height: 55px !important;
  }
  header .container {
    padding-top: 85px !important;
  }
}

@media (min-width: 992px) and (max-width: 1215px) and (max-height: 645px) {
  header .container {
    padding-top: 50px !important;
  }
}

@media (min-width: 992px) and (max-width: 1215px) and (max-height: 610px) {
  header .container {
    padding-top: 0 !important;
  }
}

@media (min-width: 992px) and (max-width: 1055px) {
  .navbar-custom-transparent .navbar-brand {
    height: 55px !important;
  }
  .nav.navbar-nav.navbar-right {
    margin-top: 0;
    position: absolute;
    right: 30px;
  }
}

@media (min-width: 768px) and (max-width: 912px) {
  .navbar-custom-transparent .navbar-brand {
    height: 55px !important;
  }
  .nav.navbar-nav.navbar-right {
    margin-top: 0;
    position: absolute;
    right: 30px;
  }
}

.phone-mockup-xs {
  display: none;
}
@media (max-width: 991px) {
  .phone-mockup-xs {
    display: block;
    padding: 5px 12% 70px 12%;
  }
  .phone-mockup-xs img {
    width: 385px;
    margin: auto;
  }
}

.mockup-floating-md {
  position: absolute;
  width: 400px;
  right: 0px;
  top: -55px;
}

.white-box-up-small {
  margin-top: -150px;
  height: 150px;
}

@media (max-width: 991px) {
  .white-box-up-small {
    margin-bottom: 58px;
  }
}

@media (min-width: 992px) {
  .section-intro .top-white-box {
    background: transparent;
    box-shadow: none;
    margin: 0;
    text-align: justify;
    padding-bottom: 0;
  }
  img.img-pin {
    margin-bottom: 18px;
  }
}

@media (max-width: 991px) {
  .top-white-box {
    margin-top: 60px;
    padding: 40px 40px 0px 40px;
    text-align: justify;
    margin-bottom: 40px;
  }
  img.img-pin {
    margin-top: 35px;
  }
}

@media (max-width: 767px) {
  .top-white-box {
    padding: 35px 28px 0px 28px;
  }
}

.section-intro {
  padding-top: 2%;
  padding-top: 1.5%;
}

.section-intro .white-box-down {
  margin-top: 100px;
}

.section-small {
  padding: 0.8%;
  padding-bottom: 2.2%;
}

.mockup-desktop {
  height: 315px;
}

@media (max-width: 991px) {
  .mockup-desktop {
    height: auto;
    width: 100%;
    max-width: 350px;
    margin-top: 20px;
  }
}

@keyframes slowShake {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  25% {
    transform: translate(1px, -1px) rotate(0.15deg);
  }
  50% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  75% {
    transform: translate(-1px, 1px) rotate(-0.15deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}

.shaking {
  animation: slowShake 1.8s infinite ease-in-out;
}

@media (max-width: 998px) {
  .section-transparent-xs {
    background: transparent;
  }
}

@media (max-width: 992px) {
  .white-sm {
    background: white;
  }
}

.section-red .container small {
  font-size: 13.5px;
}

.no-padding {
  padding: 0 !important;
}

.ils-buttons {
  margin: 3.5em 0;
  padding: 40px 32px;
}

.ils-buttons,
.ils-buttons div,
.ils-buttons div a {
  text-align: center;
}

.ils-buttons div a img {
  text-align: center;
  margin: auto;
}

.ils-buttons a:hover {
  cursor: pointer;
  opacity: 0.6;
}

.ils-buttons a img {
  max-height: 34px;
}

@media (max-width: 991px) {
  .ils-buttons {
    margin: 2.5em 0;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
  .ils-buttons a {
    margin: 1.5em 0;
    display: block;
  }
}

@media (max-width: 991px) {
  section {
    padding-top: 5.5em;
  }
  .section-intro {
    padding-bottom: 0;
  }
  .white-box-down {
    margin-top: 7em;
  }
  .white-box-up-small {
    margin-bottom: 6.75em;
  }

  .container {
    padding-left: 35px;
    padding-right: 35px;
  }
}

.btn-shadow {
  box-shadow: 0 0 5px rgba(30, 52, 92, 0.028);
  border-radius: 10px;

  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.01), 0 0 30px rgba(30, 52, 92, 0.028),
    0 0 30px rgba(30, 52, 92, 0.078);
}

h2 {
  font-weight: 300;
}
h2 strong {
  font-weight: 600;
}

@media (max-width: 767px) {
  .section-red .container {
    text-align: justify;
  }
  section h2 {
    text-align: left;
  }
  .top-white-box h2 {
    text-align: justify;
  }
}
@media (max-width: 991px) {
  .logo-carousel {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 100%;
    margin: 0 auto;
    gap: 1rem;
    padding: 1rem 0;
  }

  .logo-carousel img {
    max-width: 100%;
    height: auto;
    max-height: 60px;
  }
  .text-center-sm {
    text-align: center !important;
  }

  nav.navbar-home {
    display: none !important;
  }
  nav.navbar-home.navbar-custom-transparent {
    display: block !important;
  }
}

.move-up {
  position: fixed;
  bottom: 25px;
  right: 25px;
  top: auto;
  color: rgba(0, 0, 0, 0.67);
  font-size: 40px;
  display: none;
  z-index: 999999;
  transition: all 1000ms linear;
  opacity: 1;
  background: white;
  height: 55px;
  width: 55px;
  text-align: center;
  padding: 6px 9.4px;
  border-radius: 100%;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.015), 0 0 30px rgba(30, 52, 92, 0.048),
    0 0 30px rgba(30, 52, 92, 0.128);
}

@media (max-width: 991px) {
  .move-up {
    background: rgba(255, 255, 255, 0.8);
    bottom: 15px;
    right: 15px;
  }
}

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

h3.sentence {
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.6em;
  font-size: 1.6em;
}

h3.sentence strong {
  color: rgba(0, 0, 0, 0.45);
}

.quote-logo {
  max-width: 240px;
  margin-top: 10px;
}

section a img:hover {
  opacity: 0.7;
}

.custom-demonstration-text {
  background: rgba(253, 225, 185, 0.92);
  color: white;
  margin-top: -80px;
  display: block;
  z-index: 999999;
  position: relative;
  width: 50%;
  margin-right: 0;
  margin-left: auto;
  padding: 16px;
  border-radius: 10px;
  font-size: 1.08em;
}

.custom-demonstration-text.visible-xs {
  margin: 12px auto 0 auto;
  width: 65%;
  text-align: center;
  text-decoration: none !important;
}

header {
  padding-top: env(safe-area-inset-top);
}

body {
  margin-top: env(safe-area-inset-top);
}

/* Safari de escritorio */
@supports (-webkit-hyphens: none) {
  nav.navbar-home {
    display: none !important;
  }
  nav.navbar-home.navbar-custom-transparent {
    display: block !important;
  }
}

.actions-buttons.visible-xs .btn {
  background: #f6f6f8;
  margin-bottom: 10px;
}
.actions-buttons.visible-xs {
  margin-bottom: 45px;
}

.container-app-display {
  margin: -40px auto -10px auto;
}

@media screen and (min-width: 768px) {
  .container-app-display {
    margin: -20px auto -20px auto;
  }
}
@media screen and (min-width: 992px) {
  .container-app-display {
    margin: 0 auto -20px auto;
  }
}
@media screen and (min-width: 1200px) {
  .container-app-display {
    margin: -38px auto -40px auto;
  }
}
@media screen and (min-width: 1500px) {
  .container-app-display {
    margin: -45px auto -40px auto;
  }
}

.row-app-display {
  padding: 0 5% 0 5%;
}

.row-app-display img {
  padding: 0 40px;
}

@media screen and (max-width: 991px) {
  .row-app-display img {
    padding: 0 5px;
  }
}
@media screen and (max-width: 768px) {
  .row-app-display img {
    padding: 20px 0;
    width: 310px;
    max-width: 60%;
    margin: auto;
  }
}

.custom-app-text {
  background: rgba(253, 225, 185, 0.95);
  width: 76%;
  margin-top: -75px;

  right: -20px;
  position: absolute;
}

@media screen and (max-width: 991px) {
  .custom-app-text {
    width: 140%;
    margin-left: -13px;
  }
}
@media screen and (max-width: 768px) {
  a.custom-app-text {
    margin: 12px auto 0 auto;
    width: 65%;
    text-align: center;
    text-decoration: none !important;

    position: relative;
    right: 0;
  }
}

section {
  clear: both !important;
}

.location-example-image {
  margin-top: 23px;
  border-radius: 10px;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.015), 0 0 30px rgba(30, 52, 92, 0.048),
    0 0 30px rgba(30, 52, 92, 0.128);
}

a .location-example-image:hover {
  opacity: 0.65;
  cursor: pointer;
}
