@font-face {
  font-family: "Neue Frutiger World";
  src: url("NeueFrutigerWorld-Bold.woff2") format("woff2"), url("NeueFrutigerWorld-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue Frutiger World 2";
  src: url("NeueFrutigerWorld-Black.woff2") format("woff2"), url("NeueFrutigerWorld-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@media only screen and (max-width: 768px) {
  .heading {
    background-color: #0f204b;
  }
}

div.dropdown-menu.show {
  width: 95vw;
}
div.dropdown-menu.show > div.d-flex.flex-row {
  flex-wrap: wrap;
}
.non-products {
  min-height: 100vh;
}

.main-logo {
  max-height: 30px;
}

.sdl-logo img {
  position: absolute;
  right: 50px;
  bottom: 50px;
}

body {
  background-color: #f1f1f1;
}

.nav-back {
  background: rgb(0, 26, 75);
  background: -moz-linear-gradient(35deg, rgba(0, 26, 75, 1) 0%, rgba(0, 102, 164, 1) 60%, rgba(0, 169, 220, 1) 100%);
  background: -webkit-linear-gradient(35deg, rgba(0, 26, 75, 1) 0%, rgba(0, 102, 164, 1) 60%, rgba(0, 169, 220, 1) 100%);
  background: linear-gradient(35deg, rgba(0, 26, 75, 1) 0%, rgba(0, 102, 164, 1) 60%, rgba(0, 169, 220, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#001a4b", endColorstr="#00a9dc", GradientType=1);
}

.navbar-dark .navbar-nav .nav-link {
  color: rgb(255, 255, 255);
}

#main_video {
  width: 100vw;
  object-fit: cover;
  position: relative;
  left: 0;
  top: 56px;
}

#item-1 .gallery-cell {
  position: relative;
  z-index: 3;
  background-image: url("../img/sbx702_1.png");
  background-size: auto 50%;
  background-position: right;
  background-repeat: no-repeat;
  min-height: 100vh;
}

#item-2 .gallery-cell {
  position: relative;
  z-index: 3;
  background-image: url("../img/sbx301_1.png");
  background-size: auto 50%;
  background-position: left;
  background-repeat: no-repeat;
  min-height: 100vh;
}

#item-3 .gallery-cell {
  background-image: url("../img/sbx601_1.png");
  background-size: auto 50%;
  background-position: right;
  background-repeat: no-repeat;
  min-height: 100vh;
}

#item-1 h1 {
  font-family: "Neue Frutiger World 2";
  color: #fff;
}

#item-1 span,
#item-1 h2 {
  font-family: "Neue Frutiger World";
  color: #fff;
}

#item-2 h1 {
  font-family: "Neue Frutiger World 2";
  color: #1e9d8a;
}

#item-2 span,
#item-2 h2 {
  font-family: "Neue Frutiger World";
  color: #1e9d8a;
}

#item-2 button {
  background-color: #1e9d8a;
  border-color: #1e9d8a;
}

#item-2 button:hover {
  background-color: #fff;
  border-color: #1e9d8a;
}

#item-3 h1 {
  font-family: "Neue Frutiger World 2";
  color: #0066a1;
}

#item-3 span,
#item-3 h2 {
  font-family: "Neue Frutiger World";
  color: #0066a1;
}

#item-3 button {
  background-color: #0066a1;
  border-color: #0066a1;
}

#item-3 button:hover {
  background-color: #fff;
  border-color: #0066a1;
}

#item-1 {
  position: relative;
  background: transparent;
  min-height: 95vh;
}

#item-2 {
  position: relative;
  background: transparent;
  min-height: 95vh;
  margin-top: -50px;
}

#item-1::after {
  background: #0066a1;
  content: "";
  position: absolute;
  z-index: 2;
  top: -50px;
  left: 0;
  width: 100%;
  height: 100vh;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), 0 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), 0 100%);
}

#item-2::after {
  background: #ffffff;
  content: "";
  position: absolute;
  z-index: 0;
  top: -50px;
  left: 0;
  width: 100%;
  height: 100vh;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 50px));
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 50px));
}

footer {
  min-height: 300px;
  background-color: #0f204b;
}

.btn-light {
  background-color: #003478;
  border-color: #003478;
  color: #fff;
}

.section > div {
  opacity: 0;
  transition: opacity 0.35s ease-in;
}

.fade-in > div {
  opacity: 1;
}

footer img {
  max-width: 120px;
}

footer h5 {
  font-family: "Neue Frutiger World";
  color: #fff;
}

h1.compare,
.faq h1 {
  font-family: "Neue Frutiger World 2";
  color: #003478;
}

.faq h5 {
  font-family: "Neue Frutiger World";
  color: #333;
  margin: 3rem 0 1rem 0;
}

.faq p {
  text-align: justify;
  color: #666;
  padding-left: 1rem;
}

textarea {
  resize: none;
}

/* Navbar */
.prodmenu {
  min-width: 150px;
}

.prodmenu img {
  max-width: 150px;
  height: auto;
}

.dropdown:hover .dropdown-menu {
  display: block;
}
.whatsapp-float-button {
  position: fixed; /* Para que no se mueva al hacer scroll */
  bottom: 20px;    /* Distancia desde el borde inferior */
  right: 20px;     /* Distancia desde el borde derecho */
  background-color: #25d366; /* Color de fondo verde de WhatsApp */
  color: white;
  padding: 5px 15px;
  border-radius: 50%; /* Para que sea redondo */
  font-size: 30px;
  text-align: center;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
  z-index: 1000; /* Para que esté por encima de otros elementos */
}