@import url('https://fonts.googleapis.com/css?family=Raleway|Roboto+Slab');
/*
azul : 007fc3
font-family: 'Raleway', sans-serif;
font-family: 'Roboto Slab', serif;
*/

html, body { height: 100%; }

section {min-height: calc( 100% - 225px);}

section .content {margin: 20px auto 10px auto; padding: 0px 20px; background: #fff}

body {background: url("../images/bg.png"); font-family: 'Raleway', sans-serif;}

nav {margin-bottom: 0px !important}

.navbar {border: none; border-radius: 0px; background: #fff}
.navbar-nav {margin: 0px -15px;}
.navbar-brand { width: 100px; height: 100px; margin:0px!important }
.navbar-header {background: url("../images/dax.png"); background-position: center center; background-repeat: no-repeat; background-size: contain; margin: 10px; padding: 10px;}

ul.nav.navbar-nav {font-family: 'Roboto Slab', serif;}

.navbar-default .navbar-toggle {
  margin-top: 30px;
  margin-right: 30px;
  margin-bottom: 0;
  border-radius: 0px;
  background: none;
  border: none;
}

.navbar-default .navbar-toggle .icon-bar {
  background: #007fc3;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background: #007fc3;
}

.navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:hover .icon-bar{
  background: #fff;
}

.swiper-container {
  width: 100%;
  height: 260px;
}

.swiper-slide {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

#intro {position: absolute; width: 100%; height: 100%; overflow: hidden; text-align: center;}
#intro .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0; top: 0; right: 0; bottom: 0;
  z-index: -1;
}
#intro .swiper-slide {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#intro .logo {display: block; margin: 10vh auto; position: relative; min-height: 30vh; width: 100%; background: url("../images/dax.png"); background-size: contain; background-repeat: no-repeat; background-position: center center; z-index: 999}
#intro .enter {color:#fff; font-size: 2rem; text-align: center; display: inline-block; background: #007fc3;font-family: 'Roboto Slab', serif; border-radius: 5px; padding: 10px 20px;text-decoration: none; z-index: 9999}
#intro .enter:hover {text-decoration: none;}
#intro .contact {background: rgba(0,0,0,.8); border: none; color: #fff; position: absolute; bottom: 0px; width: 100%; padding: 10px 0; z-index: 999}
#intro .contact p {display: inline-block; font-size: 1.5rem; padding: 5px 10px; margin: 0}

#marcas {
  text-align: center;
  padding: 18px 0px!important;
}
#marcas li {
  padding: 10px;
}
#marcas img {
  max-height: 50px; max-width: 100px;
}

#productos, #nosotros, #contacto {
  line-height: 2;
  text-align: left;
}

#nosotros .content, #productos .content {padding: 20px}

#productos strong::before {content:""; display: inline-block; width: 10px; height: 10px; background: url("../favicon.ico"); background-repeat: no-repeat; background-size: contain; margin-right: 5px; vertical-align: middle;}

#fotos img {max-height: 200px;}

.fotos-xs {text-align: center;}
.fotos-xs img {display: inline-block; width: calc(100% / 3); margin: 0 5%}

strong {
  color: #007fc3
}

footer {
  background: transparent;
  background: -webkit-linear-gradient(rgba(255,255,255,0),rgb(255,255,255));
  background: -o-linear-gradient(rgba(255,255,255,0),rgb(255,255,255));
  background: -moz-linear-gradient(rgba(255,255,255,0),rgb(255,255,255));
  background: linear-gradient(rgba(255,255,255,0),rgb(255,255,255));
  text-shadow: 0px -1px 1px #fff;
  border-bottom: 10px solid #007fc3;
  margin-top: -20px;
}

footer .content { padding-top: 20px;}

footer p {margin-bottom: 5px}

.social-ref, .contact-data {text-align: center; margin-top: 20px;}
.social5 {width: 100px; height: 50px; display: inline-block; background: url("../images/social5.png"); background-repeat: no-repeat; background-size: contain; background-position: center center; position: relative; vertical-align: middle;}

#contacto .content {padding: 20px; font-size: 120%;}

.contact a {
  color: #fff;
}

.contact-data a {
  color: #333;
}



@media screen and (min-width: 768px){
  .social-ref {text-align: right; margin-top: 0px;}
  .contact-data {text-align: left; margin-top: 0px;}
  .fadein {
      width: 100%;
      min-height: 430px;
  }
  ul.nav.navbar-nav li {text-align: center; margin: 45px 10px;}
  ul.nav.navbar-nav li.active a {color: #eee; background: #007fc3;}
  ul.nav.navbar-nav li a {display: block; padding: 8px 12px; color:#007fc3; text-transform: uppercase; text-decoration: none; border-radius: 5px;}
  ul.nav.navbar-nav li a:hover {text-decoration: none; color: #007fc3; background: #fff;}
  ul.nav.navbar-nav li.active a:hover {text-decoration: none; color: #fff; background: #007fc3;}
}

@media screen and (min-width: 992px){

}

@media screen and (min-width: 1200px){

}
