body {
  font-family: "Martel Sans", sans-serif;
  /*    background: #F2F2F2;*/
}
.colorprincipal {
  color: #0c035b;
}
.backgroundprincipal {
  background: #0c035b;
}

.colorsecundario {
  color: #eb000c;
}
.backgroundsecundario {
  color: #eb000c;
}

.colorteciario {
  color: #01019a;
}
.backgroundcolorteciario {
  color: #01019a;
}

.bggradiente {
  background: rgb(1, 5, 154);
  background: linear-gradient(
    90deg,
    rgba(1, 5, 154, 1) 0%,
    rgba(248, 0, 4, 1) 100%
  );
}

.parallax {
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.elementomenu {
  border-left: 1px solid #0c035b;
  padding-top: 15px !important;
  padding-bottom: 5px !important;
}

/*glider productos*/

@media screen and (max-width: 900px) {
  .glider-prev,
  .glider-next {
    display: none;
  }
}

.gliderproductos .glider-slide {
  background: white;
  padding: 10px;
  margin-right: 15px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.gliderproductos .glider-slide img {
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
}
.glidercontainerproductos .glider-prev,
.glidercontainerproductos .glider-next {
  font-size: 40px;
  color: #fff;
  top: 46%;
}
/*gklider catalogos*/
.glidercatalogos .glider-slide {
  text-align: center;
}
/*glider marcas*/
.glidergaleria img {
  width: auto;
  height: 20vh;
  margin-bottom: 15px;
  text-align: center;
}

@media(min-width:768px){
.glidergaleria img {
  height: 250px;
}

}

/** fomrulario **/
#formulario input,
#formulario textarea {
  border: 0;
  background: #eaeaea;
}
/*boxshadow*/
.btnshadow {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.video-banner {
  object-fit: cover;
  object-position: center;
}

.container-video {
  height: 100%;
  width: 100%;
  position: relative;
}

.container-text {
  position: absolute;
  bottom: 0;
  width: 70%;
  margin-left: 3vmin;
  padding: 4.5vmin;
}

.text-banner {
  color: white;
  font-size: 3vmin;
  padding-left: 4vmin;
  position: relative;
}

.text-banner::before {
  content: "";
  height: 100%;
  width: 2vmin;
  background-color: red;
  display: block;
  position: absolute;
  left: 0%;
}

/* swipper */
.swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}
.swiper-slide {
  text-align: center;
  font-size: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  position: relative;
  overflow: hidden;
  padding: 0 50px;
}

/* galeria */
.img-galeria {
  object-fit: contain
  height: 100%;
  width: 100%;
  object-position: center;
  aspect-ratio: 3/1;
}

@media (min-width: 768px) {
  .text-banner {
    font-size: 5vmin;
  }
.img-galeria {
  object-fit: cover;
}
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 20%;
  width: 100%;
  /* Full width */
  height: 80vh;
  /* Full height */
  overflow: hidden;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  max-height: 85%;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content,
#caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}


