.logo {
  position: fixed;
  z-index: 1080;
  top: -10px;
  left: 30px;
}

.bg-blue {
  min-height: 90px;
  background-color: #03003e;
}

.bg-gray {
  background-color: #eee;
}

div.navbar-collapse {
  text-align: right !important;
}

.nav-ico {
  margin-left: 10px;
  margin-bottom: 10px;
}

.active>a.nav-link {
    color: #ff0 !important;
}

a.nav-link {
    color: #fff !important;
}

.carousel-item {
  height: 70vh;
  min-height: 350px;
  background: no-repeat left top scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-plotter {
  background-image: url('/images/plotter.jpg');
}
.carousel-grafica {
  background-image: url('/images/olj_.jpg');
}
.carousel-termica {
  background-image: url('/images/termica_.jpg');
}

h2.display-4 {
  text-shadow: 2px 2px 8px rgba(0,0,0,.6)!important;
  font-family: "Lemon";
  font-size: 48px;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
}

p.lead {
  text-shadow: 3px 3px 4px #000 !important;
}

.we-transfer {
  max-width: 250px;
  max-height: 50px;
}

.margin-top {
  margin-top: 1.25rem;
}

.card-column-1 {
  width: 100%;
}
.card-column-2 {
  width: 100%;
}

@media (min-width: 995px) {
  .we-transfer {
    margin-top: 60px;
  }
  .card-column-1 {
    width: 30%;
  }
  .card-column-2 {
    width: 70%;
  }
}

.card-print {}
.card-mvv {}
.card-dep {}
@media (min-width: 576px) {
  .card-print {
    height: 385px;
  }
  .card-mvv {
    height: 400px;
  }
  .card-dep {
    height: 420px;
  }
}
@media (min-width: 768px) {
  .card-print {
    height: 270px;
  }
  .card-mvv {
    height: 335px;
  }
  .card-dep {
    height: 320px;
  }
}
@media (min-width: 992px) {
  .card-print {
    height: 150px;
  }
  .card-mvv {
    height: 235px;
  }
  .card-dep {
    height: 270px;
  }
}
@media (min-width: 1200px) {
  .card-print {
    height: 140px;
  }
  .card-mvv {
    height: 210px;
  }
  .card-dep {
    height: 245px;
  }
}

.dc {
  margin-left: auto;
  margin-right: auto
}

.center-top {
  text-align: center;
  margin-top:  1.5rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.text-blue {
  color: #03003e;
  font-weight: bold;
}

.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.img-rounded {
  border-radius: 30%;
}

div .form-group {
  margin-bottom:  0.5rem;
}

div .form-group label {
  margin-bottom: 0;
}

div .inline {
  display: inline-block;
}

section {
  padding-top: 0;
  padding-bottom: 1.5rem;
}

.lnr {
  display: inline-block;
  fill: currentColor;
  width: 1em;
  height: 1em;
  vertical-align: -0.05em;
  stroke-width: 1;
}

.bgc2, .vLine, .hLine {
    background-color: #0F52BA;
}

.iframe-container {
  overflow: hidden;
  position: relative;
   min-height: 500px;
}

.iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
   min-height: 500px;
}

.mail-success {
  background-color: #12CC1A;
  border: #0FA015 1px solid;
  padding: 5px 10px;
  color: #FFFFFF;
  border-radius: 4px;
  text-align: center;
}

.mail-error {
  background-color: #FF6600;
  border: #AA4502 1px solid;
  padding: 5px 10px;
  color: #FFFFFF;
  border-radius: 4px;
  text-align: center;
}

.mail-info {
  font-size: .8em;
  color: #FF6600;
  padding-left: 5px;
}

.nav-contact {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  list-style-type:none;
  text-align: center;
}

.nav-ci {
  display: inline-block;
  padding-left: 52px;
  padding-right: 1rem;
  line-height: 60px;
  font-size: 12pt;
  font-weight: bold;
  color: #555;
}

.nav-whats {
  background: url('/images/ico-whats.png') left no-repeat;
}

.nav-insta {
  background: url('/images/ico-insta.png') left no-repeat;
}

.nav-face {
  background: url('/images/ico-face.png') left no-repeat;
}

.nav-mail {
  background: url('/images/ico-mail.png') left no-repeat;
}
