* {
  font-size: 10px;
}

body {
  background-color: #d7d7d7;
}

.white-text {
  color: white;
}

.black-text {
  color: black;
}

.blue-text {
  color: #003d62;
}

.gray-text {
  color: #666666;
}

.headline-1 {
  font-family: "Montserrat", sans-serif;
  font-size: 6em;
  font-weight: bold;
  margin-bottom: 48px;
  max-width: none;
}

.headline-2 {
  font-family: "Montserrat", sans-serif;
  font-size: 4.8em;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 32px;
  max-width: none;
}

.headline-3 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.4em;
  font-weight: 700;
  margin-bottom: 24px;
  max-width: none;
}

.headline-4 {
  font-family: "Montserrat", sans-serif;
  font-size: 3.318em;
  font-weight: 700;
  margin-bottom: 24px;
  max-width: none;
}

.headline-5 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.765em;
  font-weight: 700;
  margin-bottom: 24px;
  max-width: none;
}

.headline-6 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6em;
  font-weight: 700;
  margin-bottom: 24px;
  max-width: none;
}

.button-1 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.92em;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.text-1 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.92em;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.text-2 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6em;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.text-3 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.333em;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}



.bold {
  font-weight: bold;
}

.light-bold {
  font-weight: 700;
}

.regular {
  font-weight: 500;
}

table .regular {
  font-weight: 600;
}

.medium {
  font-weight: 400;
}

.light {
  font-weight: 300;
}

.bolder {
  font-weight: bolder;
}

span {
  font-size: inherit;
}

.navbar {
  display: block;
  padding: 0;
  position: fixed;
  width: 100%;
  z-index: 1;
  top: 0;
}

.main-wrapper{
  margin-top: 160px;
  margin-bottom: 30px;
}

#main-container{
  padding-top: 20px;
  background-color: #FFFFFF;
  display: block;
  overflow: auto;
}

.navbar-img{
  background: #003d62;
  justify-content: flex-end;
  margin-left: auto;
  padding: 5px 30px;
  position: relative;
  width: 70%;
  height: 40px;
}


.navbar .back-img {
  background: white;
  width: 100%;
  /* background-image: url("../images/SVG/ZEKAR-WEB.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
}

.navbar .navbar-collapse:before {
  border-left: 81px solid white;
  border-top: 41px solid transparent;
  content: "";
  left: -1px;
  position: absolute;
  top: 0;
  width: 0;
}

.navbar .img-back {
  box-shadow: 0px 2px 25px #00000033;
  width: 100%;
}

.navbar .form-wrapper {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-around;
}

.navbar .form-wrapper .form-control {
  width: 80%;
}

.navbar .second-nav {
  padding: 15px 0 25px 0;
}

.navbar .nav-item {
  color: white !important;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  margin: 0 10px;
}

.navbar .filtros-wrapper {
  align-items: center;
  display: grid;
  gap: 50px !important;
  grid-template-columns: auto auto auto auto 50px!important;
  justify-content: center;
  width: 100%;
}

.navbar .filtros-wrapper .form-group {
  background: transparent;
  max-width: 100%;
  min-width: 150px;
  padding: 25px 0 0 0;
}

.navbar .form-control {
  align-items: center;
  background: #ebebeb;
  border: 1px solid #c1bfbf;
  border-radius: 0;
  color: #003d62;
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 500;
  height: 35px;
}

.navbar .form-wrapper .form-control::placeholder {
  color: #a3a3a3;
  font-weight: 500;
}

.navbar .container{
  display: block;
}
.btn{
  align-items: center;
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 500;
  height: 35px;
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
  transition: 1s all ease;
  border-radius: 15px;
  -webkit-box-shadow: 5px 5px 5px #8b8b8b;
}

.btn-primary {
  background: #003d62;
  border: 1px solid #013757;
  color: #ffffff;
}

.btn-primary:hover {
  background: transparent;
  border: 1px solid #003d62;
  color: #003d62;
}

.btn-warning {
  background: #be8600;
  border: 1px solid #ffb800;
  color: #ffffff;
}

.btn-warning:hover {
  background: transparent;
  border: 1px solid #793702;
  color: #793702;
}

.btn-danger {
  background: #9d1e12;
  border: 1px solid #ff3a23;
  color: #ffffff;
}

.btn-danger:hover {
  background: transparent;
  border: 1px solid #690b00;
  color: #690b00;
}

.navbar-brand {
  width: 80% !important;
}

.navbar option {
  color: #003d62;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 500;
  padding: 2.5px;
}

#sliderIndex .carousel,
#sliderIndex .carousel .carousel-inner,
#sliderIndex .carousel .carousel-item,
#sliderIndex .carousel .carousel-item img {
  min-height: 100vh;
}

#sliderIndex {
  max-width: 1400px;
  margin: 0 auto;
}

.carousel .carousel-item h1 {
  bottom: 0;
  font-weight: 600;
  left: 15%;
  position: absolute;
}



.navbar-toggler i {
  align-items: center;
  border-radius: 7px;
  display: flex;
  font-size: 1.5em;
  height: 35px;
  justify-content: center;
  padding: 7px;
  width: 35px;
}

.navbar-toggler {
  border-radius: 7px;
}

@media (max-width: 991.98px) {
  nav.navbar {
    margin-top: -13px;
  }

  .navbar {
    position: relative;
  }

  .navbar .navbar-collapse {
    text-align: center;
    width: 100%;
    height: 100%;
    position: fixed;
    margin-top: 35px;
    z-index: 10000;
  }

  #divFiltrosContainer{
    margin-top: -17px;
    position: absolute;
    z-index: 9999;
  }
  .navbar .navbar-toggler {
    margin-right: 10px;
    margin-top: 12.5px;
    position: relative;
  }

  .navbar .navbar-collapse:before {
    content: none;
    position: relative;
  }

  .navbar .filtros-wrapper {
    background: transparent;
    gap: 15px !important;
    grid-template-columns: auto auto !important;
    justify-content: center;
    padding: 10px 0 20px 0;
    width: 100%;
  }

  .navbar .filtros-wrapper .form-group {
    background: transparent;
    margin: 0;
    max-width: 100%;
    min-width: 150px;
    padding: 0;
  }

  .navbar .img-back {
    box-shadow: none;
  }

  .main-wrapper{
    margin-top: 0;
  }

  .carousel .carousel-item h1 {
    bottom: 10%;
  }


  .navbar .nav-item {
    margin: 7.5px 0;
  }

  .headline-1 {
    font-size: 3.318em;
  }

  .headline-2 {
    font-size: 2.765em;
  }

  .headline-3 {
    font-size: 2.304em;
  }

  .headline-4 {
    font-size: 1.92em;
  }

  .headline-5 {
    font-size: 2.765em;
  }

  .headline-6 {
    font-size: 1.6em;
  }

  .button-1 {
    font-size: 1.92em;
  }

  .text-1 {
    font-size: 1.6em;
  }

  .text-2 {
    font-size: 1.4em;
  }

  .text-3 {
    font-size: 1.111em;
  }
}


.side-menu {
  background: #ebebeb;
  padding: 20px;
  width: 100%;
}

hr {
  border-bottom: 1px solid rgb(102 102 102 / 50%);
  margin: 20px 0;
}

.side-menu .form-check {
  align-items: center;
  background: white;
  display: flex;
  margin: 10px 0;
  padding: 7px 15px;
}

.side-menu .form-check .form-check-input {
  margin-left: 0;
}

.side-menu .form-check label {
  margin-left: 20px;
}

.product-wrapper {
  border-bottom: 1px solid rgb(102 102 102 / 50%);
  margin-bottom: 20px;
}

.product-wrapper .headline-4 {
  margin-bottom: 5px;
}

.product-wrapper .description-wrapper {
  align-items: flex-start;
  display: flex;
  gap: 50px;
}

.product-wrapper .description-wrapper p {
  margin: 0;
}

.product-description {
  padding: 10px 0 30px 0;
}

.product-description .btn-primary {
  max-width: 100%;
  min-width: 170px;
}

.altNav {
  background-color: white;
  box-shadow: 0px 2px 25px #00000033;
  transition: 1s all ease;
}

.altNav .img-back {
  box-shadow: none;
}

.img-back {
  transition: 1s all ease;
}

@media (max-width: 768px) {
  nav.navbar {
    margin-top: -13px;
  }

  .main-wrapper {
    margin-top: 0;
  }

  .product-description .btn-primary {
    margin-top: 20px!important;
  }

  .product-wrapper .description-wrapper {
    align-items: center;
    display: flex;
    gap: 50px;
    justify-content: center;
  }

  .side-menu {
    margin-bottom: 20px;
  }

  .img-back{
    text-align: right;
    background-color: #004063;
  }

  .img-back .container{
    background-color: #fffFff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }

  .img-back div{
    margin-top: 5px;
  }

  .navbar .form-control {
    font-size: 12.5px;
  }

  .headline-1 {
    font-size: 1.318em;
  }

  #sliderIndex {
    max-width: 719px;
  }
}

@media (max-width: 767px) {
  #sliderIndex {
    max-width: 540px;
  }
}

@media (max-width: 575px) {
  #sliderIndex {
    width: 100%;
    max-width: 575px;
  }
}

table thead {
  background-color: #003D62;
}

.breadcrumbs {
  display: flex;
    align-items: center;
    justify-content: flex-start;
}

.breadcrumbs p {
  margin: 0;
  margin-left: 10px;
}

button:focus {
  outline: none;
}

.srchlbl{
  font-weight: bolder;
  font-size: large;
}

#sliderProducto img{
  height: 250px;
}
#sliderParteVer img{
  height: 350px;
}
#sliderParteVer .carousel-control-prev, #sliderParteVer .carousel-control-next{
  height: 100%;
  top: 0;
  color: #003d62;
  font-size: 69px;
}

#sliderIndex .carousel-control-prev, #sliderIndex .carousel-control-next{
 z-index: 0;
}
#sliderProducto{
  height: 380px;
}
#sliderProducto .carousel-inner{
  top: -100px;
}
#sliderProducto .carousel-indicators{
  position: relative;
  top:285px;
  height: 100px;
}

#sliderProducto .miniature{
  height: 40px !important;
  width: 40px !important;
  text-indent: 0 !important;
  padding: 5px;
}

#sliderProducto .miniature img{
  height: 40px !important;
  width: 40px !important;
}


footer{
  bottom: 0;
  position: fixed;
  width: 100%;
  height: 30px;
  vertical-align: middle;
}

.loading-overlay{
  position: relative;
  z-index: 100000;
}
.loading
{
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  margin: 0 auto;
  background-size: 50px 50px;
  background: url(/resources/images/loading.webp) 50% 50% no-repeat rgb(1,1,1,0.5);
  z-index: 1007;
}




