html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
}

body {
  padding-top: 75px;
}

@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 56px; /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    transform: translateX(-100%);
  }
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}
.display-5 {
  font-weight: bold;
}
.lead {
  font-weight: 500;
  font-size: 1.4em;
}
.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, .75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  color: #ffffff;
}

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

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

.mainlogo {
  max-height: 35px;
}
.navbar-dark .navbar-nav .nav-link { 
  color: white;
}
.indexproduct {
  max-height: 75vh;
  padding: 4rem 4rem 0 4rem !important;
  background-color: white;
}
.ultimo.indexproduct:nth-child(n+1) {
  margin-bottom: 0rem;
}
.indexproduct:nth-child(n+1) {
  margin-bottom: 2rem;
}

.navbar { 
  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);
  padding: 15px;
}
.navbar a {
  color: white;
}
.navbar a:hover {
  color: white;
  opacity: 0.7;
}
.navbar-brand > img { 
  height: 60px;
}
@media (max-width: 768px) {
  .navbar-collapse { 
    background: rgb(0, 26, 75);
    background: -moz-linear-gradient(-150deg, rgba(0, 26, 75, 1) 0%, rgba(0, 102, 164, 1) 20%, rgba(0, 169, 220, 1) 100%);
    background: -webkit-linear-gradient(30deg, rgba(0, 26, 75, 1) 0%, rgba(0, 102, 164, 1) 50%, rgba(0, 169, 220, 1) 100%);
    background: linear-gradient(115deg, rgba(0, 26, 75, 1) 0%, rgba(0, 102, 164, 1) 39%, rgba(0, 169, 220, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#001a4b", endColorstr="#00a9dc", GradientType=1);
    margin-top: 20px;
    padding: 2rem;
    font-size: 1em;
  }
  .navbar-collapse .nav-item { 
    margin-bottom: 13px;
  } 
  .gallery-cell {
    height: 10vh;
  }
}
/*.btn-primary:hover {
  background: magenta;
}*/
textarea {
  resize: none;
}


.index-product::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(255, 255, 255, 0.40);
  z-index: 1;
}

.index-product div {
  position: relative;
  z-index: 2;
}

.thumb-product {
  text-decoration: none;
  color: var(--bs-body-color);
  -webkit-transition: color 0.5s ease-in-out;
  -moz-transition: color 0.5s ease-in-out;
  -ms-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}

.thumb-product img:first-child {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.thumb-product img:nth-child(2) {
  max-height: 30px;
  width: auto;
}

a.thumb-product:hover, a.thumb-product:active {
  color: #008cd3;
}


.thumb-product:hover img:first-child {
  filter: alpha(opacity=75);
  opacity: 0.75;
}

.product-details {
  background: var(--bs-gray-200);
}
.product-details h1 {
  padding: 1rem;
}

.product-details img {
  margin-right: 1rem;
}


/* CAROUSEL */

.flickity-button {
  background: transparent;
}


.gallery-cell {
  width: 100vw;
  height: 100vh;
  background: red;
}


@media (max-width: 720px) {
  .gallery-cell {
    height: 50vh;
    min-height: 400px;
  }
}

.gallery-cell img {
  height: 100%;
  width: auto;
}

.cell-000 {
  text-align: center;
  background: url("../img/hero-0.jpg") center no-repeat;
  background-size: cover;
  background-position: bottom;
  width: 100%;
  height: 100%;
}
.cell-001 {
  text-align: center;
  background: url("../img/hero-1.jpg") center no-repeat;
  background-size: cover;
  background-position: bottom;
  width: 100%;
  height: 100%;
}
.cell-002 {
  text-align: center;
  background: url("../img/hero-2.jpg") center no-repeat;
  background-size: cover;
  background-position: bottom;
  width: 100%;
  height: 100%;
}
.cell-003 {
  text-align: center;
  background: url("../img/hero-3.jpg") center no-repeat;
  background-size: cover;
  background-position: bottom;
  width: 100%;
  height: 100%;
}
.js-flickity h1 {
  margin-top: 15vh;
}
.js-flickity { 
  width: 99.5vw;
  height: 100vh;
}
@media (max-width: 720px) {
  .cell-000 {
    text-align: center;
    background: url("../img/hero-small-0.jpg") center no-repeat;
    background-size: cover;
    background-position: bottom;
  }
  .cell-001 {
    text-align: center;
    background: url("../img/hero-small-1.jpg") center no-repeat;
    background-size: cover;
  }
  .cell-002 {
    text-align: center;
    background: url("../img/hero-small-2.jpg") center no-repeat;
    background-size: cover;
  }
  .cell-003 {
    text-align: center;
    background: url("../img/hero-small-3.jpg") center no-repeat;
    background-size: cover;
    background-position: left;
  }
  .cell-003 p {
    float: right;
  }
  .js-flickity h1 {
    margin-top: 3vh;
  }
  .js-flickity p {
    display: block;
    max-width: 50%;
  }
  .js-flickity { 
    height:55vh;
  }
  .cell-001 {
    height: 100%;
  }
  .cell-002 {
    height: 100%;
  }
  .cell-003 {
    height: 100%;
  }
}

.btn-primary {
  background-color: #0274be;
  border-color: #0274be;
  transition: .3s;
  border-radius: 0;
  border: 3px solid #0274be;
  color: white;
  padding: 5px 25px;
}

.btn-primary:hover {
  background: black;
  color: white;
  border: 3px solid black;
  transition: .3s;
}


.faq p {
  display: none;
  padding: 2rem;
  border: 1px #CCC;
  background: whitesmoke;
}

.faq-active {
  display: block !important;
}

.faq h3 {
  padding: 1.5rem 0rem;
  cursor: pointer;
  font-size: 120%;
}

.faq h3:hover {
  color: #008cd3;
}

.support a:hover ul {
  background-color: whitesmoke;
}
main {
  min-height: 75vh;
}
.nav-link { 
  padding: 0;
}
/* ------ new footer ------- */ 
footer {
  min-height: 300px;
  background-color: #0f204b;
}
footer img {
  max-width: 120px;
}
footer h5 {
  font-weight: bold;
}
.link-secondary { 
  color: white;
  padding: 0;
  margin-bottom: 15px;
}
footer h5 {
  font-family: 'Roboto', sans-serif;

  color: #fff;
}
.footerf { 
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  height: 100%;
}
.pie { 
  border-top: 1px solid rgba(255, 255, 255, 0.192);
}

.infocontainer { 
  width: 100vh;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 0.85em;
}
.js-flickity h1 { 
  margin-top:0;
} 

@media (max-width: 768px) {
  .infocontainer {
    width: 100%;
  }
  .infocontainer > h1 { 
    font-size: 2.5em;
  }
  .cel000 { 
    margin-left: -65px;
  }
  .shd { 
    margin-left: 65px;
  }
}

