@import url("../../css2");

:root {
  --antrasit: #52515a;
  --red: #e42a2d;
  --white: #ffffff;
  --background-gray: #f8f8f8;
}

html,
body {
  overflow-x: hidden;
  /* Prevent scroll on narrow devices */
  font-family: "Urbanist", sans-serif;
}

img {
  object-fit: cover;
  object-position: center;
}

.header-phone {
  color: #11a6d3;
  text-decoration: none;
}

.header-phone:hover {
  color: #11a6d3;
}

.header-lang {
  text-decoration: none;
  color: #565656;
  padding: 0;
}

.header-lang:hover {
  color: #565656;
}

.header-lang::after {
  content: "|";
  padding: 0px 5px;
  box-sizing: border-box;
  margin: 0px 5px;
  color: #565656;
}

.header-lang:last-child::after {
  content: "";
  padding: 0px;
}

.header-active {
  color: #11a6d3 !important;
}

.header-active:hover {
  color: #11a6d3 !important;
}

.navbar .top a i {
  margin: 0 8px 0 5px;
}

.navbar .nav-item a {
  color: var(--antrasit);
}

.navbar .nav-item a.active {
  color: #11a6d3;
  font-weight: 500;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  color: #6c757d;
}

.nav-underline .nav-link:hover {
  color: #007bff;
}

.nav-underline .active {
  font-weight: 500;
  color: #343a40;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5);
}

.bg-purple {
  background-color: #6f42c1;
}

#homeSlider {
  margin-top: 146px;
}

#homeSlider .carousel-item {
  background-position: center;
  background-size: cover;
}

#homeSlider .carousel-item .content {
  background-color: rgba(0, 0, 0, 0.5);
  max-width: 80%;
}

#homeSlider .carousel-item .content h1,
#homeSlider .carousel-item .content p {
  color: var(--white);
}

#services .top h2 {
  color: #11a6d3;
}

#services .top a {
  color: var(--antrasit);
  text-decoration: none;
}

#services .items a {
  text-decoration: none;
}

#services .items h2 {
  color: var(--antrasit);
}

#products .top h2 {
  color: #11a6d3;
}

#products .top a {
  color: var(--antrasit);
  text-decoration: none;
}

#products .items a {
  text-decoration: none;
}

#products .items h2 {
  color: var(--antrasit);
}

#activity {
  background-color: var(--background-gray);
}

#activity .card-img-overlay {
  background-color: rgba(65, 65, 65, 0.4) !important;
}

#activity img {
  object-fit: cover;
  object-position: center;
}

#activity .btn {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  padding: 10px 25px;
}

footer p {
  line-height: 30px;
  padding-right: 10px;
  box-sizing: border-box;
}

footer h3 {
  color: #565656;
}

footer a {
  color: #565656;
  text-decoration: none;
}

#pageTitle {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#pageTitle .title {
  bottom: 0;
  background-color: var(--white);
}

#pageTitle .title h2 {
  text-align: center;
}

#page .sidebar {
  box-sizing: border-box;
  height: auto;
}

#page .sidebar h3 {
  color: #11a6d3;
}

#page .sidebar ul {
  list-style: none;
}

#page .sidebar ul li a {
  color: var(--antrasit);
  text-decoration: none;
  background-color: #fff;
  display: flex;
  align-items: center;
}

#page .sidebar ul li.active a:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #11a6d3;
  float: left;
  margin-left: 6px;
}

#page .content {
  border-left: 1px solid #ddd;
}

#page .content h3 {
  color: #11a6d3;
}

#page .content p {
  color: var(--antrasit);
  line-height: 30px;
}

@media screen and (max-width:767px) {
  #page .content{
    border: ;
  }
}

.news a {
  color: #11a6d3;
  font-weight: 500;
  text-decoration: none;
}

.news p {
  font-weight: 400;
  color: var(--antrasit);
}

.imagebox {
  padding: 10px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
}

.references {
  border: 1px solid #ddd;
}

.references .col {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.references .col:nth-last-of-type {
  border-bottom: 0;
}


.contact > div h4 {
  color: #11a6d3;
}

.contact > div.form button {
  background-color: #11a6d3;
}

.contact .information .box {
  border-bottom: 1px dashed #ddd;
  float: left;
  width: 100%;
}

.contact .information .box:last-child {
  border: 0;
}

.contact .information .box i {
  width: 35px;
  color: #11a6d3;
}

.contact .information .box p,
.contact .information .box a {
  width: calc(100% - 35px);
  margin-bottom: 0;
  text-decoration: none;
  color: var(--antrasit);
}

div.cv {
  background-color: #f9f9f9;
  border-radius: 6px;
  position: relative;
}

div.cv a {
  color: #11a6d3;
  font-weight: 400;
  text-decoration: none;
}

div.cv div.cv-button {
  float: left;
  width: 151px;
  background-color: var(--red);
  border-radius: 6px;
  color: #fff;
  text-align: center;
  background-image: url(../static/upload.svg);
  background-repeat: no-repeat;
  background-position: top 15px center;
  box-sizing: border-box;
  padding-top: 70px;
  padding-bottom: 20px;
  cursor: pointer;
  position: relative;
}

div.cv div.cv-button form input[type="file"] {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

.dropdown-menu {
  --bs-dropdown-link-active-bg: #fff;
}

@media screen and (max-width: 991px) {
  .navbar .img-fluid {
    height: 51px;
  }

  #products {
    background: #272727;
  }

  .offcanvas-collapse {
    position: fixed;
    top: 84px;
    /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: var(--antrasit);
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }

  .offcanvas-collapse.open {
    visibility: visible;
    transform: translateX(-100%);
  }

  .nav-link {
    color: var(--white) !important;
  }

  .dropdown-item {
    color: var(--antrasit) !important;
  }

  .mobile-menu {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 20px;
  }

  .navbar .top {
    float: left !important;
    width: 100%;
  }

  .navbar .top a {
    float: left !important;
  }

  .navbar .top a.bid {
    float: left !important;
    margin-left: 5px;
    background-color: var(--white);
    color: var(--antrasit) !important;
  }

  #homeSlider {
    margin-top: 84px;
  }

  #homeSlider .carousel-item .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  div.cv {
    justify-content: center !important;
  }

  div.cv .button {
    justify-content: center !important;
  }

  div.cv .cv-button {
    margin-top: 20px;
    float: none;
  }
}

.g-recaptcha {
  overflow: hidden !important;
  float: left !important;
  width: 100% !important;
}

@media screen and (max-width: 767px) {
  .contact-button {
    width: 100% !important;
  }
}

#myCarousel,
.carousel-control-next,
.carousel-control-prev {
  padding-top: 121px;
}

.home-slider-item {
  height: 600px !important;
}

.text-size-16 {
  font-size: 16px !important;
}

.slider-caption {
  background-color: rgba(0, 0, 0, 0.4);
  height: fit-content;
}

@media screen and (max-width: 991px) {
  #myCarousel, .carousel-control-next, .carousel-control-prev{
    padding-top: 84px;
  }

  .home-slider-item,
  .home-slider-item {
    height: auto !important;
  }

  .slider-caption {
    margin: 0;
    bottom: 0 !important;
    width: 100%;
  }

  .carousel-caption {
    bottom: 0 !important;
  }

  .slider-caption > h2 {
    font-size: 20px !important;
  }

  .slider-caption > p,
  .slider-caption > a {
    font-size: 15px !important;
  }

  .header-phone{
    float: left;
    width: 100%;
    margin-bottom: 20px;
    color: #fff;
  }

  .navbar .top{
    margin-bottom: 10px !important;
  }

  .header-lang,.header-lang::after{
    color:#fff;
  }
}

@media screen and (max-width: 500px) {
  .home-slider-item {
    height: 450px !important;
  }
}

#corporate {
  background-repeat: no-repeat;
  background-size: cover;
}

.breadcrumb-nav {
  margin-top: 121px;
  background-color: #36345e;
}

.breadcrumb-item {
  align-items: center;
  display: flex;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #fff !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054" !important;
  font-size: 12px !important;
}

.news-detail{
  color: #565656;
  line-height: 30px;
}

.news-detail h3{
  color: #11a6d3;
}

.cookie-popup {
  font-size: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: fixed;
  bottom: -6.25rem;
  left: 1.25rem;
  right: 1.25rem;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, .15);
  line-height: 150%;
  transition: opacity .5s;
  opacity: 0;
  z-index: 999;
}

.cookie-popup--short {
  width: 21.875rem;
}

.cookie-popup--dark {
  background: #fff;
  color: #000;
}

.cookie-popup--not-accepted {
  opacity: 1;
  animation: cookie-popup-in .5s ease forwards;
}

.cookie-popup--accepted {
  opacity: 0;
}

.cookie-popup a {
  color: #11a6d3;
}

.cookie-popup a:visited {
  color: #11a6d3;
  text-decoration: none;
}

.cookie-popup-actions {
  flex: 1;
  text-align: right;
}

.cookie-popup-actions button {
  color: #11a6d3;
  background: none;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.75rem;
  padding: 8px 14px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  cursor: pointer;
  margin-top: 15px;
}

.cookie-popup-actions button:hover {
  text-decoration: underline;
}

@keyframes cookie-popup-in {
  from {
      bottom: -6.25rem;
  }

  to {
      bottom: 1.25rem;
  }
}

@media screen and (max-width:500px) {
  .cookie-popup {
      width: 100%;
      bottom: 0 !important;
      right: 0 !important;
      left: 0 !important;

  }
}

.whatsapp {
  position: fixed;
  top: 30vh;
  right: 0px;
  z-index: 1000;
}

.whatsapp-icon {
  background-color: #42db87;
  color: #fff;
  font-size: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  padding: 10px;
  box-sizing: border-box;
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  transition: all 300ms ease-in-out;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.whatsapp-icon > span {
  writing-mode: vertical-lr;
  color: #fff;
  margin-top: 10px;
  font-size: 14px;
  text-decoration: none !important;
}

.whatsapp > a{
  text-decoration: none !important;
}