/* Extra small devices (phones, less than 480px) */
/* No media query since this is the default in Bootstrap */

/*******************************/
/* Generales */
/*******************************/
body {
  padding-top: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 130%;
  color: #1F1F1F;
  background: url(../img/comunes/fondo.jpg) no-repeat top center;
}

h1, h2, h3 {
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  font-size: 24px;
  font-weight: 600;
}

strong {
  font-weight: 600;
}

a {
  color: #A5211F;
}

a:hover, a:focus {
  text-decoration: none;
  color: #E57239;
}

.no-margin {
  margin: 0 !important;
}

.container {
  width: 1170px;
  max-width: none !important;
}


/*******************************/
/* Header */
/*******************************/
#header {}

/* Logo */
#header .logo-trevisa {
  display: block;
  width: 325px;
  height: 90px;
  text-indent: -9999px;
  background: url(../img/comunes/logo-comercial-trevisa.png) no-repeat top left;
}

/* Redes */
#header .redes {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: right;
  font-size: 0;
}

#header .redes li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-size: 11px;
  color: #444;
  line-height: 32px;
}

#header .redes .facebook,
#header .redes .twitter {
  display: block;
  width: 32px;
  height: 32px;
  margin-left: 10px;
  text-indent: -9999px;
  text-align: left;
  background: url(../img/comunes/sprite-redes.png) no-repeat top center;
}

#header .redes .twitter {
  background-position: 0 -32px;
}

/* Menu principal */
#header .menu-principal {
  width: 100%;
  margin: 19px 0 0 0;
  padding: 0;
  list-style-type: none;
  font-size: 0;
  text-align: right;
}

#header .menu-principal li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  text-align: center;
}

#header .menu-principal li a {
  display: block;
  width: 100%;
  padding: 0 21px;
  line-height: 40px;
  font-size: 16px;
  color: #242415;
}

#header .menu-principal li a:hover {
  color: #E47242;
}

#header .menu-principal li a.sel {
  color: #FFF;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background: #E47242;
}

/*******************************/
/* Middle interior */
/*******************************/
#middle-interior {
  background: url(../img/comunes/fondo-contenido.png) repeat-x top center;
}


/*******************************/
/* Footer */
/*******************************/
#footer {
  padding-top: 74px;
  font-size: 14px;
  line-height: 130%;
  background: #EFEDE7 url(../img/comunes/fondo-footer.jpg) repeat-x center top;
}

/* Datos */
#footer #datos p {
  margin-bottom: 12px !important;
  line-height: 115%;
}

/* Contacto */
#footer .contacto {
  display: block;
  padding-left: 40px;
  line-height: 32px;
  background: url(../img/comunes/sprite-redes.png) no-repeat bottom left;
}

/* Servicio domicilio */
#footer .servicio-domicilio {
  padding-bottom: 75px;
  color: #A61B19;
  background: url(../img/comunes/entrega-domicilio.png) no-repeat center bottom;
}

/* Redes */
#footer .redes .facebook,
#footer .redes .twitter {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 32px;
  height: 32px;
  margin-top: 5px;
  margin-left: 10px;
  text-indent: -9999px;
  text-align: left;
  background: url(../img/comunes/sprite-redes.png) no-repeat top center;
}

#footer .redes .twitter {
  background-position: 0 -32px;
}

/* Top */
#footer-top { padding: 25px 0; }
#footer-top p { margin-bottom: 30px; color: #868686; }
#footer-top strong { font-size: 15px; color: #000; }

/* Dr */
#dr { font-size: 11px; line-height: 40px; color: #FFF; background: #293C5F; }
#dr a { color: #BFEFFF; }
#dr a:hover { color: #FFF; }


/* Small devices (tablets, 768px and up) */
@media (min-width: @screen-sm-min) { ... }

/* Medium devices (desktops, 992px and up) */
@media (min-width: @screen-md-min) { ... }

/* Large devices (large desktops, 1200px and up) */
@media (min-width: @screen-lg-min) { ... }
