/*
@font-face {
    font-family: 'Univers LT';
    src: url('../font/UniversLT-55Rm.woff2') format('woff2'),
        url('../font/UniversLT-55Rm.woff') format('woff'),
        url('../font/UniversLT-55Rm.ttf') format('truetype'),
        url('../font/UniversLT-55Rm.svg#UniversLT-55Rm') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Univers LT';
    src: url('../font/UniversLT-65Bd.woff2') format('woff2'),
        url('../font/UniversLT-65Bd.woff') format('woff'),
        url('../font/UniversLT-65Bd.ttf') format('truetype'),
        url('../font/UniversLT-65Bd.svg#UniversLT-65Bd') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap");
html, body {
  font-family: "Open Sans", "Lucida Grande", Tahoma, Sans-Serif;
  font-weight: 400;
  font-style: normal;
}

body {
  padding: 0;
  margin: 0;
  color: #000;
  font-size: 1.1rem;
}

h1, h2, h3, h4, h5 {
  font-weight: 700;
}

@media (min-width: 992px) {
  .wrapper {
    min-height: 700px;
  }
}

a {
  color: #000 !important;
  text-decoration: none;
}

.mobile {
  margin-left: 10px;
}
@media (min-width: 992px) {
  .mobile {
    display: none;
  }
}

@media (max-width: 992px) {
  .vanished {
    display: none;
  }
}

.btn-wrap {
  text-align: center;
}
.btn-wrap a {
  text-decoration: none;
  color: #fff !important;
}
.btn-wrap a:hover {
  text-decoration: underline;
}
.btn-wrap .btn-link {
  display: inline-block;
}

.bg-light {
  font-weight: 700;
  background: #fff !important;
}

.nav-border {
  border: 1px solid rgba(0, 0, 0, 0.12);
}

nav {
  padding: 0px !important;
}
nav .container {
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  padding: 8px 30px;
}
nav .navbar-brand {
  margin-right: 0px;
}
nav .collapse {
  width: max-content !important;
}
nav .navbar-collapse {
  flex-grow: 0 !important;
}
nav img {
  height: 45px;
  width: auto;
}
@media (max-width: 460px) {
  nav img {
    height: 30px;
  }
}
nav .logo2 {
  text-align: right;
}
@media (min-width: 992px) {
  nav .list-item {
    margin-left: 30px;
  }
}
@media (max-width: 992px) {
  nav .navbar-nav {
    padding: 30px 0;
  }
}
nav .navbar-nav a {
  font-weight: 700;
  color: green;
}
nav .navbar-nav a:hover {
  color: #c00000 !important;
}
nav .navbar-nav li a {
  padding-left: 0 !important;
}
nav .navbar-nav li:first-child {
  margin-left: 0;
}
nav .navbar-nav li:first-child a {
  margin-left: 0;
}
nav .navbar-nav li.button a {
  border: 2px solid #c00000;
  padding: 7px 30px !important;
  width: max-content;
}
@media (max-width: 992px) {
  nav .navbar-nav li.button a {
    margin-top: 10px;
  }
}
nav .navbar-nav li.button:hover a {
  background: rgba(192, 0, 0, 0.1);
}
nav .navbar-nav li.button.active a {
  color: #c00000 !important;
}
nav .navbar-nav li.active:not(.button) a {
  color: #c00000 !important;
}

.color-flag {
  margin-top: 105px !important;
}
.color-flag .col-lg-6 {
  position: relative;
  height: 100%;
}
.color-flag .col-lg-6 a:hover p {
  text-decoration: underline;
}
.color-flag .col-lg-6 img {
  width: 100%;
}
.color-flag .col-lg-6 p {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 992px) {
  .color-flag .col-lg-6 p {
    font-size: 22px;
  }
}

.images img {
  width: 100%;
  height: auto;
}
.images .image-gallery a {
  position: relative;
  display: flex;
}
.images .image-gallery a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 8px solid rgba(255, 255, 255, 0.5);
  z-index: 95;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  opacity: 0;
}
.images .image-gallery a:hover:before {
  opacity: 1;
}
.images .button {
  background-color: #c00000;
  padding: 25px 40px;
  width: max-content;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}

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

footer {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
footer .container {
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  padding: 8px 30px;
}
footer a {
  display: flex;
}
footer img {
  width: 100%;
  margin: 0 10px;
}
footer .footer-logo a {
  display: inline-block;
}
footer .footer-logo img {
  width: auto;
  max-height: 30px;
}

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