/* Generated by less 2.5.1 */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,300,700);
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,400italic);
/* Color scheme */
/* BUTTONS */
.btn {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  padding: 12px 28px;
  text-transform: uppercase;
}
.btn-primary {
  background: #044c9e;
  border-color: #044c9e;
  color: white;
}
.btn-info {
  background: #00a5f9;
  border-color: #00a5f9;
  color: white;
  font-weight: bold;
}
/* FONTS */
.open {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
}
.lato {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
/* FONT TYPES */
.italic {
  font-style: italic;
}
.bold {
  font-weight: 600;
}
.light {
  font-weight: 300;
}
.uppercase {
  text-transform: uppercase;
}
/* MAIN CSS */
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  padding: 0px;
  margin: 0px;
}
#main {
  background: url('../img/main.jpg') no-repeat;
  background-size: cover;
}
.navbar-default {
  background: transparent;
  border: none;
  border-bottom: #00a5f9 1px solid;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
.navbar-default .navbar-nav > li > a {
  color: #c3f1ff;
  text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover {
  color: white;
}
.logo-hold {
  padding-top: 35px;
}
#glt-slider {
  padding-top: 90px;
}
#glt-slider h2 {
  color: white;
  font-size: 40px;
  text-align: right;
  font-weight: 300;
}
#glt-slider h4 {
  color: white;
  font-weight: 300;
  font-size: 25px;
  text-align: right;
}
#glt-slider .carousel-indicators {
  bottom: 0px;
  left: auto;
  z-index: 15;
  width: 100%;
  padding-left: 0;
  margin-left: auto;
  margin-bottom: 0px;
  padding-top: 35px;
  margin-right: 1%;
  margin-left: 0;
  display: flex;
}
#glt-slider .carousel-indicators li {
  width: 24%;
  height: auto;
  background: #020634;
  color: #00CEFF;
  font-size: 12px;
  text-align: center;
  text-indent: 0px;
  padding: 20px;
  vertical-align: middle;
  border: none;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  zoom: 1;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
#glt-slider .carousel-indicators li.active {
  background: #020423;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
p.saludo {
  color: #FFF;
  font-weight: 400;
  letter-spacing: .12rem;
  font-size: 14px;
  text-transform: uppercase;
}
#main-center h1 {
  font-weight: 300;
  color: #00a5f9;
  font-size: 29px;
  margin-top: 65px;
  margin-bottom: 25px;
}
#main-center p {
  font-size: 15px;
  color: #999;
  line-height: 1.9em;
}
#main-center .bx-viewport {
  height: 450px !important;
  padding-top: 90px;
  padding-left: 50px;
  padding-right: 50px;
}
#main-center .bx-wrapper .bx-viewport {
  box-shadow: none;
  border: none;
}
#main-center ul.bxslider {
  padding-left: 0px !important;
  height: 450px;
}
#main-center ul.bxslider li {
  margin: 3px;
  width: 100%;
  max-height: 200px;
}
#main-center ul.bxslider li img {
  max-height: 100px;
  margin: 0 auto;
}
#main-boxes {
  padding-top: 50px;
  padding-bottom: 80px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAG0lEQVQIW2NkYGD4z8DAwMgABXAGNgGwSgwVAFbmAgXxvZSoAAAAAElFTkSuQmCC') repeat #00a5f9;
  -webkit-box-shadow: inset 0 8px 8px -8px #696868, inset 0 -8px 8px -8px #696868;
  -moz-box-shadow: inset 0 8px 8px -8px #696868, inset 0 -8px 8px -8px #696868;
  box-shadow: inset 0 8px 8px -8px #696868, inset 0 -8px 8px -8px #696868;
  position: relative;
}
#main-boxes h2 {
  color: #c3f1ff;
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 400;
}

.products-row{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

#main-boxes .box {
  background: #020634;
  color: white;
  text-align: center;
  font-size: 14px;
  display: inline-block;
  width: 33%;
  max-width: 170px;
  height: auto;
  padding: 20px;
  margin-right: 2%;
  vertical-align: middle;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap:1rem;
}
#main-boxes .box .btn {
  font-weight: 300;
  padding: 5px 10px;
  bottom: 10px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
#main-boxes .box.no-mar {
  margin-right: 0px;
}
#footer {
  background: url('../img/footer.jpg') no-repeat;
  background-size: cover;
  text-align: center;
}
#footer .wrap {
  padding: 65px 30px 40px 30px;
  border-right: 1px solid #ccc;
}
#footer .wrap.no-bord {
  border: none;
}
#footer h3 {
  text-transform: uppercase;
  color: black;
  font-size: 16px;
  font-weight: 600;
}
#footer a {
  font-size: 18px;
  background: black;
  padding: 8px;
  margin: 5px 8px;
  color: white;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  margin-top: 10px;
  display: inline-block;

  color: white !important;
  padding: 5px 10px;
  white-space: nowrap;
}
#footer .form-control {
  margin-top: 15px;
}
#bottom-foot {
  color: #00a5f9;
  font-size: 13px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.inner p.saludo {
  display: none;
}
.inner .header {
  text-align: right;
  font-size: 40px;
  color: white;
  padding-top: 25px;
  font-weight: 500;
}
.inner .logo-hold {
  padding-top: 15px;
}
.inner .logo-hold img {
  height: 120px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.fa-ul li {
  color: #020634;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 1.8em;
  font-weight: 300;
  font-size: 16px;
}
.logo-wrap {
  margin-top: 35px;
  padding: 12px 9px;
  -webkit-box-shadow: 0px 0px 2px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 2px 3px rgba(0, 0, 0, 0.1);
}
#call-to-action {
  padding: 50px 0px;
  border-top: 4px solid #eee;
  background: #020634;
}
#call-to-action h2 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: white;
  font-weight: 300;
  margin-bottom: 25px;
}
.box-rows .col-sm-6 {
  background: #eee;
  margin: 5px;
  padding: 10px;
  width: 48%;
}

.numbers{
  display: flex;
  flex-direction: column;
}

@media (max-width:580px) {
  #glt-slider .carousel-indicators {
    flex-direction: column;
  }

  #glt-slider .carousel-indicators li {
    width: 100% !important;
  }

  #main-boxes .box{
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    max-width: none !important;
  }
}