body {
  background-color: #0071af;
  background-image: url("../img/main-bg--top.png");
  background-repeat: repeat-x;
  background-position: top center;
  font-family: "Pangram", "Helvetica Neue", sans-serif;
  font-weight: 600;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.msj_exito {
  font-size: 19px;
  margin: 25px 0px;
  background-color: #76B9F7;
  padding: 15px;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
}

.main-header {
  font-size: 0;
}
.main-header .col-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-header .badge-logo {
  background-color: white;
  height: 180px;
  width: 170px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-header .badge-logo img {
  max-width: 90px;
}
.main-header .main-nav {
  display: inline-block;
  width: calc(100% - 170px);
  height: 80px;
  background-color: #035891;
  text-align: right;
}
.main-header .main-nav a {
  font-size: 15px;
  text-transform: uppercase;
  padding: 0 15px;
  display: inline-block;
  line-height: 80px;
  color: #16a9f9;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
  -webkit-box-shadow: inset 0 0 #144b79;
          box-shadow: inset 0 0 #144b79;
  text-decoration: none;
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}
.main-header .main-nav a:hover {
  -webkit-box-shadow: inset 0 -80px #144b79;
          box-shadow: inset 0 -80px #144b79;
}

.main-top h1 {
  color: white;
  font-weight: 900;
  font-size: 55px;
  margin-bottom: 35px;
  margin-top: 100px;
}
.main-top h3 {
  color: #48befe;
  font-size: 35px;
  font-weight: 500;
}
.main-top .main-top--showcase {
  position: relative;
  padding-bottom: 80px;
}
.main-top .main-top--showcase .showcase-carousel {
  width: 100%;
}
.main-top .main-top--showcase .showcase-carousel .item {
  text-align: center;
}
.main-top .main-top--showcase .showcase-carousel .item .image {
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.main-top .main-top--showcase .showcase-carousel .item .image img {
  max-width: 100%;
  max-height: 450px;
  width: auto;
  margin: 0 auto;
}
.main-top .main-top--showcase .showcase-carousel .item .categoria {
  display: block;
  color: #00457b;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 14px;
}
.main-top .main-top--showcase .showcase-carousel .item h5 {
  font-size: 30px;
  color: white;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 5px;
}
.main-top .main-top--showcase .showcase-circle--bg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(64, 150, 238, 0)), to(rgba(0, 165, 255, 0.45)));
  background-image: linear-gradient(to bottom, rgba(64, 150, 238, 0) 0%, rgba(0, 165, 255, 0.45) 100%);
  width: 540px;
  max-width: 100%;
  height: 540px;
  border-radius: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.main-top .main-top--showcase .showcase-circle--nav.translating {
  pointer-events: none;
}
.main-top .main-top--showcase .showcase-circle--nav .owl-prev, .main-top .main-top--showcase .showcase-circle--nav .owl-next {
  background-color: #035891;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: absolute;
  z-index: 50;
  bottom: 70px;
}
.main-top .main-top--showcase .showcase-circle--nav .owl-prev svg, .main-top .main-top--showcase .showcase-circle--nav .owl-next svg {
  width: 10px;
}
.main-top .main-top--showcase .showcase-circle--nav .owl-next {
  right: 20px;
}
.main-top .main-top--showcase .showcase-circle--nav .owl-next svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.main-top .main-top--showcase .showcase-circle--nav .owl-prev {
  left: 20px;
}

@-webkit-keyframes SlideShowIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(25deg);
            transform: translate3d(100%, 0, 0) rotate(25deg);
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes SlideShowIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(25deg);
            transform: translate3d(100%, 0, 0) rotate(25deg);
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.SlideShowIn {
  -webkit-animation-name: SlideShowIn;
          animation-name: SlideShowIn;
}

@-webkit-keyframes SlideShowOut {
  0% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-25deg);
            transform: translate3d(-100%, 0, 0) rotate(-25deg);
  }
}

@keyframes SlideShowOut {
  0% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-25deg);
            transform: translate3d(-100%, 0, 0) rotate(-25deg);
  }
}
.SlideShowOut {
  -webkit-animation-name: SlideShowOut;
          animation-name: SlideShowOut;
}

.main-prods .custom-title {
  margin-top: 80px;
}
.main-prods .main-prods--item {
  width: 100%;
  min-height: 330px;
  background-color: #06508b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 20px;
  text-decoration: none;
  background-size: cover;
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform;
}
.main-prods .main-prods--item h3 {
  margin: 0;
  color: white;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 25px;
}
.main-prods .main-prods--item:hover {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.main-badge {
  margin-top: 50px;
  padding: 70px 0;
  background-color: #095782;
  text-align: center;
  background-image: url("../img/bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
}
.main-badge h2 {
  text-transform: uppercase;
  color: white;
  margin-top: 0;
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
.main-badge p {
  margin: 0 auto;
  font-size: 24px;
  color: #42aae3;
  font-weight: 500;
  max-width: 500px;
  text-align: center;
}

.main-footer {
  background-color: #0086cf;
  padding: 80px 0;
  background-image: url("../img/footer-iso.png");
  background-repeat: no-repeat;
  background-position: center left;
}
.main-footer h5 {
  margin-top: 0;
  margin-bottom: 30px;
  color: white;
  font-weight: 800;
  font-size: 25px;
}
.main-footer .col-links ul {
  margin: 0;
  padding: 0;
}
.main-footer .col-links li {
  margin: 0;
  padding: 5px 0;
  list-style: none;
}
.main-footer .col-links a {
  color: #37acec;
}
.main-footer .col-links a:hover {
  color: white;
}
.main-footer .col-contacto .badge-contacto {
  background-color: #017dc3;
  padding: 0 20px;
  min-height: 60px;
  margin-bottom: 15px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-footer .col-contacto .badge-contacto img {
  max-width: 15px;
  margin-right: 15px;
}
.main-footer .col-contacto .badge-contacto span a {
  color: white;
}
.main-footer .col-logo p {
  color: #37acec;
  font-size: 15px;
  margin: 0;
}
.main-footer .col-logo .logo {
  max-width: 200px;
  margin-bottom: 30px;
}

.page-productos {
  margin-bottom: 50px;
}
.page-productos .item-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-productos .item-producto {
  height: calc(100% - 30px);
  background-color: white;
  margin-bottom: 30px;
  min-height: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-productos .item-producto figure {
  background: -webkit-gradient(linear, left top, left bottom, from(#d9e3e9), to(#b7c0c6));
  background: linear-gradient(to bottom, #d9e3e9 0%, #b7c0c6 100%);
  height: 210px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-productos .item-producto figure img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  height: 210px;
  max-width: 100%;
}
.page-productos .item-producto .item-producto--content {
  margin-bottom: auto;
  padding: 20px;
}
.page-productos .item-producto .item-producto--content h3 {
  margin: 0 0 15px 0;
  font-weight: 800;
  color: #035891;
}
.page-productos .item-producto .item-producto--content p {
  margin: 0;
  color: #8e959a;
  font-weight: 600;
  font-size: 15px;
}
.page-productos .item-producto .btn-download {
  background-color: #b9c3c9;
  min-height: 60px;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  -webkit-transition: 0.2s background-color;
  transition: 0.2s background-color;
  font-size: 15px;
}
.page-productos .item-producto .btn-download img {
  width: 15px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  margin-left: 15px;
}
.page-productos .item-producto:hover .btn-download {
  background-color: #29a2f7;
}
.page-productos .aside-productos {
  margin-top: 110px;
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
}
.page-productos .aside-productos a {
  padding: 15px 25px;
  display: block;
  background-color: #035891;
  border-bottom: 1px solid #024978;
  font-size: 20px;
  color: #01b5ff;
  font-weight: 600;
  position: relative;
}
.page-productos .aside-productos a:hover, .page-productos .aside-productos a.active {
  color: #035891;
  background-color: #01b5ff;
}
.page-productos .aside-productos a:hover:before, .page-productos .aside-productos a.active:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 8px;
  border-color: transparent transparent transparent #01b7ff;
  position: absolute;
  top: calc( 50% - 7.5px);
  right: -8px;
}
.page-productos .owl-prev, .page-productos .owl-next {
  background-color: #035891;
  width: 50px;
  height: 50px;
  border-radius: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: absolute;
  z-index: 50;
  -webkit-transition: 0.2s background-color;
  transition: 0.2s background-color;
  top: -75px;
}
.page-productos .owl-prev svg, .page-productos .owl-next svg {
  width: 8px;
}
.page-productos .owl-prev.disabled, .page-productos .owl-next.disabled {
  background-color: rgba(185, 185, 185, 0.48);
}
.page-productos .owl-next {
  right: 20px;
}
.page-productos .owl-next svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.page-productos .owl-prev {
  right: 80px;
}
.page-productos .owl-dots {
  margin-top: 25px;
  text-align: center;
}
.page-productos .owl-dots .owl-dot {
  display: inline-block;
  font-size: 0;
  margin: 0 3px;
}
.page-productos .owl-dots .owl-dot span {
  display: inline-block;
  width: 9px;
  height: 9px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.page-productos .owl-dots .owl-dot.active span {
  background-color: white;
}

.page-presupuesto {
  margin-bottom: 50px;
}
.page-presupuesto .page-subtitle {
  color: #63cffc;
  margin-top: 20px;
  font-size: 17px;
}
.page-presupuesto .box-info h5 {
  color: white;
  text-transform: uppercase;
  font-size: 17px;
  margin: 25px 0 10px 0;
}
.page-presupuesto .box-info .box-content {
  background-color: #035891;
  padding: 30px;
  margin-bottom: 35px;
}
.page-presupuesto .box-info .box-content .nomar {
  margin: 0;
}
.page-presupuesto .box-info .box-content input, .page-presupuesto .box-info .box-content textarea, .page-presupuesto .box-info .box-content select {
  width: 100%;
  min-height: 45px;
  background-color: transparent;
  border: 2px solid #3678a5;
  margin-bottom: 20px;
  resize: vertical;
  color: white;
  outline: none;
}
.page-presupuesto .box-info .box-content input:focus, .page-presupuesto .box-info .box-content input:active, .page-presupuesto .box-info .box-content textarea:focus, .page-presupuesto .box-info .box-content textarea:active, .page-presupuesto .box-info .box-content select:focus, .page-presupuesto .box-info .box-content select:active {
  border-color: #63cffc;
}
.page-presupuesto .box-info .box-content input, .page-presupuesto .box-info .box-content select {
  padding-left: 10px;
}
.page-presupuesto .box-info .box-content textarea {
  padding: 10px;
  min-height: 100px;
}
.page-presupuesto .box-info .box-content label {
  text-transform: uppercase;
  color: #56c0f3;
  font-size: 14px;
  margin-bottom: 0;
}
.page-presupuesto .box-info .box-button {
  margin: 25px 0 50px 0;
  text-align: center;
}

.aside-contacto {
  margin-top: 110px;
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
}
.aside-contacto h5 {
  color: white;
  margin-bottom: 15px;
  font-weight: 800;
}
.aside-contacto .item {
  background-color: rgba(3, 88, 145, 0.2);
  padding: 15px;
  margin-bottom: 10px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
}
.aside-contacto .item .image {
  display: inline-block;
  line-height: 1;
}
.aside-contacto .item img {
  width: 15px;
  margin-right: 18px;
}
.aside-contacto .item a {
  color: white;
}

.page-contacto {
  margin-bottom: 50px;
}
.page-contacto .page-subtitle {
  color: #63cffc;
  margin-top: 20px;
  font-size: 17px;
}
.page-contacto .box-info h5 {
  color: white;
  text-transform: uppercase;
  font-size: 17px;
  margin: 25px 0 10px 0;
}
.page-contacto .box-info .box-content {
  background-color: #035891;
  padding: 30px;
  margin-bottom: 35px;
}
.page-contacto .box-info .box-content .nomar {
  margin: 0;
}
.page-contacto .box-info .box-content input, .page-contacto .box-info .box-content textarea, .page-contacto .box-info .box-content select {
  width: 100%;
  min-height: 45px;
  background-color: transparent;
  border: 2px solid #3678a5;
  margin-bottom: 20px;
  resize: vertical;
  color: white;
  outline: none;
}
.page-contacto .box-info .box-content input:focus, .page-contacto .box-info .box-content input:active, .page-contacto .box-info .box-content textarea:focus, .page-contacto .box-info .box-content textarea:active, .page-contacto .box-info .box-content select:focus, .page-contacto .box-info .box-content select:active {
  border-color: #63cffc;
}
.page-contacto .box-info .box-content input, .page-contacto .box-info .box-content select {
  padding-left: 10px;
}
.page-contacto .box-info .box-content textarea {
  padding: 10px;
  min-height: 100px;
}
.page-contacto .box-info .box-content label {
  text-transform: uppercase;
  color: #56c0f3;
  font-size: 14px;
  margin-bottom: 0;
}
.page-contacto .box-info .box-button {
  margin: 25px 0 50px 0;
  text-align: center;
}

.page-empresa {
  margin-bottom: 50px;
  margin-top: 25px;
}
.page-empresa h1 {
  font-weight: 900;
  color: white;
  margin: 25px 0 30px 0;
  font-size: 65px;
}
.page-empresa p {
  color: #08c8ff;
  font-size: 19px;
  line-height: 1.7em;
}
.page-empresa img {
  max-width: 100%;
}
.page-empresa hr {
  width: 100%;
  margin: 50px 0;
}

option {
  color: black;
}

.home-btn {
  background-color: #0087d1;
  color: white;
  text-align: center;
  border-radius: 50px;
  min-height: 60px;
  min-width: 250px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  text-decoration: none;
  font-weight: 600;
  margin-top: 30px;
  -webkit-transition: -webkit-box-shadow 0.2s, -webkit-transform 0.2s;
  transition: -webkit-box-shadow 0.2s, -webkit-transform 0.2s;
  transition: box-shadow 0.2s, transform 0.2s;
  transition: box-shadow 0.2s, transform 0.2s, -webkit-box-shadow 0.2s, -webkit-transform 0.2s;
}
.home-btn:hover {
  color: white;
  -webkit-box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.15);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.page-btn {
  min-height: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
  color: white;
  background-color: #29a2f7;
  text-transform: uppercase;
  font-size: 14px;
  border: 0;
  font-weight: 700;
  min-width: 200px;
  outline: none;
  cursor: pointer;
}

.custom-title {
  text-transform: uppercase;
  color: white;
  margin-top: 30px;
  font-weight: 900;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
  font-size: 1.9rem !important;
}
.custom-title:after {
  content: "";
  background-color: #0087d1;
  display: block;
  height: 15px;
  margin-top: -12px;
}

.page-title {
  font-weight: 900;
  color: white;
  margin: 25px 0 0 0;
  font-size: 65px;
}

@media (max-width: 1200px) {
  .main-top .main-top--showcase .showcase-circle--bg {
    height: 450px;
  }
}
.mobile-header {
  display: none;
}

@media (max-width: 992px) {
  .main-header {
    display: none;
  }

  body {
    margin-top: 80px;
  }

  .mobile-header {
    display: block;
    position: fixed;
    z-index: 150;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
  }
  .mobile-header .badge-logo {
    background-color: white;
    height: 120px;
    width: 110px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 90;
  }
  .mobile-header .badge-logo img {
    max-width: 60px;
  }
  .mobile-header .main-nav {
    display: inline-block;
    height: 80px;
    background-color: #035891;
    text-align: right;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
  .mobile-header .main-nav a {
    font-size: 15px;
    text-transform: uppercase;
    padding: 0 15px;
    display: inline-block;
    line-height: 80px;
    color: #16a9f9;
    border-left: 1px solid rgba(255, 255, 255, 0.05);
    -webkit-box-shadow: inset 0 0 #144b79;
            box-shadow: inset 0 0 #144b79;
    text-decoration: none;
    -webkit-transition: -webkit-box-shadow 0.5s;
    transition: -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s;
    transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
  }
  .mobile-header .main-nav a:hover {
    -webkit-box-shadow: inset 0 -80px #144b79;
            box-shadow: inset 0 -80px #144b79;
  }

  .main-top {
    padding-top: 60px;
  }
  .main-top h3 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .main-top .main-top--showcase .showcase-circle--bg {
    height: 330px;
  }
  .main-top .main-top--showcase .showcase-circle--nav .owl-prev {
    left: -30px;
  }
  .main-top .main-top--showcase .showcase-circle--nav .owl-next {
    right: -30px;
  }

  .main-prods .main-prods--item {
    margin-bottom: 25px;
  }

  .main-footer .col-logo {
    margin-bottom: 35px;
  }

  .page-productos .aside-productos {
    top: 150px;
  }
  .page-productos .aside-productos a {
    font-size: 15px;
    padding: 10px 15px;
  }
  .page-productos .owl-carousel .owl-stage {
    width: 100% !important;
    -webkit-transition: inherit !important;
    transition: inherit !important;
    -webkit-transform: inherit !important;
            transform: inherit !important;
  }
  .page-productos .owl-carousel .owl-stage-outer {
    overflow: visible !important;
  }
  .page-productos .owl-carousel .owl-drag .owl-item {
    width: 50% !important;
  }
  .page-productos .owl-carousel .owl-nav, .page-productos .owl-carousel .owl-dots {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .main-footer .col-links {
    margin-bottom: 35px;
  }

  .mobile-header .main-nav {
    height: 60px;
  }
  .mobile-header .btn-menu {
    width: 60px;
    height: 60px;
    float: right;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: rgba(0, 0, 0, 0.2);
    cursor: pointer;
  }
  .mobile-header .btn-menu .line1 {
    display: block;
    background-color: white;
    width: 18px;
    height: 3px;
    margin-bottom: 3px;
  }
  .mobile-header .btn-menu .line2 {
    display: block;
    background-color: white;
    width: 15px;
    height: 3px;
    margin-bottom: 3px;
  }
  .mobile-header .btn-menu .line3 {
    display: block;
    background-color: white;
    width: 12px;
    height: 3px;
  }
  .mobile-header .main-nav--content {
    position: fixed;
    left: 0;
    top: 0;
    padding-top: 60px;
    bottom: 0;
    right: 0;
    width: 100%;
    background-color: rgba(3, 88, 145, 0.9);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: 0.3s -webkit-transform;
    transition: 0.3s -webkit-transform;
    transition: 0.3s transform;
    transition: 0.3s transform, 0.3s -webkit-transform;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .mobile-header .main-nav--content a {
    border: 0;
    line-height: 5;
    text-align: center;
    width: 100%;
    font-size: 20px;
    font-weight: 800;
    color: white;
    line-height: 70px;
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
            transform: translate3d(0, 50px, 0);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  }
  .mobile-header .main-nav--content a:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .mobile-header .main-nav--content.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .mobile-header .main-nav--content.active a {
    opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0);
            transform: translate3d(0, 0px, 0);
  }
  .mobile-header .main-nav--content.active a.menu-1 {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .mobile-header .main-nav--content.active a.menu-2 {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .mobile-header .main-nav--content.active a.menu-3 {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .mobile-header .main-nav--content.active a.menu-4 {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .mobile-header .main-nav--content.active a.menu-5 {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }

  .page-productos .aside-productos {
    display: none;
  }
  .page-productos .nav-productos a {
    display: block;
    background-color: #035891;
    color: white;
    padding: 15px;
    border-bottom: 1px solid #024674;
  }

  .page-title {
    text-align: center;
    margin: 75px 0 15px 0;
    font-size: 45px;
  }

  .main-top h1 {
    margin-top: 0;
    text-align: center;
  }
  .main-top h3 {
    text-align: center;
  }
  .main-top .main-top--showcase {
    margin-top: 25px;
  }
  .main-top .main-top--showcase .showcase-carousel .item .image {
    min-height: 200px;
  }
  .main-top .main-top--showcase .showcase-circle--nav .owl-prev {
    left: 0;
  }
  .main-top .main-top--showcase .showcase-circle--nav .owl-next {
    right: 0;
  }
  .main-top .main-top--showcase .showcase-circle--nav .owl-prev, .main-top .main-top--showcase .showcase-circle--nav .owl-next {
    bottom: 0;
  }

  .aside-contacto {
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
    display: block;
    top: 0;
  }

  .page-empresa h1 {
    text-align: center;
    margin: 75px 0 15px 0;
    font-size: 45px;
  }
  .page-empresa p {
    font-size: 17px;
  }
}
@media (max-width: 576px) {
  .main-top h1 {
    font-size: 40px;
  }
  .main-top h3 {
    font-size: 22px;
  }
}
::-moz-selection {
  background: #0087d1;
  opacity: 1;
  color: white;
}
::selection {
  background: #0087d1;
  opacity: 1;
  color: white;
}

::-moz-selection {
  background: #0087d1;
  opacity: 1;
  color: white;
}

@font-face {
  font-family: "Pangram";
  src: url("../fonts/pangram-extralight-webfont.woff2") format("woff2"), url("../fonts/pangram-extralight-webfont.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Pangram";
  src: url("../fonts/pangram-light-webfont.woff2") format("woff2"), url("../fonts/pangram-light-webfont.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Pangram";
  src: url("../fonts/pangram-regular-webfont.woff2") format("woff2"), url("../fonts/pangram-regular-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Pangram";
  src: url("../fonts/pangram-medium-webfont.woff2") format("woff2"), url("../fonts/pangram-medium-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Pangram";
  src: url("../fonts/pangram-bold-webfont.woff2") format("woff2"), url("../fonts/pangram-bold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Pangram";
  src: url("../fonts/pangram-extrabold-webfont.woff2") format("woff2"), url("../fonts/pangram-extrabold-webfont.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Pangram";
  src: url("../fonts/pangram-black-webfont.woff2") format("woff2"), url("../fonts/pangram-black-webfont.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
