.w-100 {
  width: 100%;
}

.fw-bold {
  font-weight: bold;
}

ul.logos li {
  border-left: 1px var(--brown) solid;
  display: flex;
  align-items: center;
}

.bordered {
  border: 1px #e9ecef solid;
}

span.circle {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 5px;
}

ul.logos li:last-child {
  border-right: 1px var(--brown) solid;
}

.list-style-none {
  list-style: none;
}
a {
  text-decoration: none;
}
.img-fluid {
  max-width: 100%;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.h-100 {
  height: 100%;
}

.mask {
  width: 100%;
  height: 100%;
  background: rgba(33, 33, 33, 0.4);
}

.text-white {
  color: white !important;
}

.text-blue {
  color: var(--blue-color) !important;
}

.text-black {
  color: #000 !important;
}

.text-green {
  color: var(--green) !important;
}

.text-red {
  color: var(--red) !important;
}

.text-pink {
  color: var(--pink) !important;
}

.text-orange {
  color: var(--orange) !important;
}

.text-brown {
  color: var(--brown) !important;
}

.with-border-bottom {
  border-bottom: 0.25px var(--blue-color) solid;
}

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

.bg-white {
  background: white;
}

.bg-blue {
  background: var(--blue-color) !important;
}

.bg-light-blue {
  background: var(--light-blue) !important;
}

.bg-orange {
  background-color: var(--orange) !important;
}

.bg-brown {
  background-color: var(--brown) !important;
}

.bg-sand {
  background-color: var(--sand) !important;
}

.bg-transparent-5 {
  background-color: rgba(43, 124, 141, 0.5) !important;
  border: 1px #86afb6 solid;
}

.card-location {
  background: linear-gradient(135deg, #144558 0%, #0e525f 100%);
}

.card {
  border-radius: 20px;
  box-shadow: 0 8px 20px 0px rgba(0, 0, 0, 0.125);
}

.cursor-pointer {
  cursor: pointer;
  opacity: 1;
  transition: all 0.5s ease;
}

.cursor-pointer:hover {
  opacity: 0.7;
}

.video-container {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--blue-color) url(../images/logo-video.png) no-repeat center
    center / 800px;
  width: 100%;
  height: calc(75vh);
}

.img-full-container {
  width: 100%;
  height: calc(85vh);
  background-attachment: fixed !important;
}

/*.img-full-container img{
	width: 100vmax;
	z-index: -1;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
	pointer-events: none
}*/

.fz-16 {
  font-size: 16px;
  line-height: 17px;
}

.fz-35 {
  font-size: 35px;
  line-height: 39px;
}

.fz-67 {
  font-size: 67px !important;
  line-height: 70px;
}

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

.brochure {
  border: 1px var(--blue-color) solid;
  display: flex;
  align-items: center;
  justify-content: stretch;
  padding: 5px;
  border-radius: 5px;
}

.brochure input {
  width: 100%;
  border: none;
  outline: none;
}

.brochure button {
  border: none;
  border-radius: 5px;
}

.page-content h5 {
  margin-bottom: 0px;
  margin-top: 15px;
}

#slider_home h1 {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.link-hover:hover {
  opacity: 0.8;
}

.slick-dots {
  bottom: 20px;
}

.slick-dots button:before {
  opacity: 0.8;
  color: white !important;
  font-size: 45px !important;
}

.small-text {
  font-size: 16px;
}

.btn {
  padding: 10px 15px;
  border-radius: 35px;
}

.border-radius-20 {
  border-radius: 20px;
}

.border-radius-10 {
  border-radius: 10px;
}

.border-radius-top-10 {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.content-card {
  border-radius: 0px 0px 10px 10px;
  border: 1px #e9ecef solid;
  border-top: none;
}

.bordered-blue {
  border: 1px var(--blue-color) solid;
}

.bordered-white {
  border: 1px #fff solid;
}

.faq-content {
  display: none;
}

.faq-title {
  position: relative;
  width: 100%;
  text-align: left;
  cursor: pointer;
  padding: 10px 0px;
  border: none;
  background: white;
  border-top: 1px #979797 solid;
  font-size: 18px;
  font-family: var(--primary-font);
  padding-right: 60px;
  min-height: 65px;
  font-weight: bold;
}

.faq-title::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 40px;
  transform: translateY(-50%);
  transition: 0.3s;
  width: 44px;
  height: 44px;
  background: #000;
  border-radius: 10px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq.active .faq-title::after {
  content: '-';
}

.faqs .faq:last-of-type {
  border-bottom: 1px #979797 solid;
}

.form-group input,
.form-group textarea {
  width: 100%;
  border: 1px #aaa solid;
  border-radius: 8px;
  padding: 10px;
}

.form-group.invalid input,
.form-group.invalid textarea {
  border: 1px var(--red) solid;
}

.img-rounded {
  border-left: 5px var(--ligth-gray-color) solid;
  /*border-bottom: 5px var(--ligth-gray-color) solid;*/
  border-right: 5px var(--ligth-gray-color) solid;
  border-radius: 0px 0px 80px 80px;
  max-height: 440px;
  object-fit: cover;
}

.pagination .page-numbers {
  display: inline-block;
  padding: 8px 16px;
  text-decoration: none;
  color: var(--blue-color);
  font-weight: bold;
}

.contact .thanks {
  text-align: center;
  margin: 20px auto;
}

.contact .thanks {
  width: 100%;
  text-align: center;
  margin-top: 31px;
  font-size: 18px;
  font-weight: normal;
  visibility: hidden;
  opacity: 0;
  transition: opacity 1.5s linear;
}

.contact .thanks.thanks-visible {
  visibility: visible !important;
  opacity: 1 !important;
}

.polylang_langswitcher {
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.polylang_langswitcher li {
  display: flex;
  align-items: center;
}

.polylang_langswitcher li:not(:last-child)::after {
  content: '|';
  margin-left: 10px;
  opacity: 0.5;
}

.polylang_langswitcher a {
  text-decoration: none;
  color: inherit;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.polylang_langswitcher a:hover,
.polylang_langswitcher .current-lang a {
  color: var(--brown);
}

@media all and (max-width: 1023px) {
  .h-100,
  .mask,
  .slick-slide,
  .video-container,
  .img-full-container {
    max-height: 100vw;
  }

  .bg-home,
  .bg-home2,
  .bg-home3 {
    background-position: center center !important;
    background-size: cover !important;
  }

  .pt-5,
  .py-5 {
    padding-top: 1rem !important;
  }

  .pb-5,
  .py-5 {
    padding-bottom: 1rem !important;
  }

  .fz-35 {
    font-size: 17px;
    line-height: 17px;
  }

  .bg-blue h1 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .img-full-container {
    background-position: center center !important;
    background-size: 100% !important;
    max-height: 240px;
  }
}

@media all and (max-width: 991px) {
  .menu-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
  }
}

@media all and (max-width: 767px) {
  .img-full-container {
    max-height: 120px;
  }

  .contact .input-form input[type='submit'] {
    width: 104px;
    height: 38px;
    font-size: 16px;
  }

  #slider_home h1 {
    padding: 35px;
  }

  .img-full-container {
    background-attachment: initial !important;
  }

  .img-rounded {
    min-height: 300px;
  }
}
