/*!
 * Bootstrap v3.1.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */


@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,300,400,600,700,800);



@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);
/* font-family: 'Raleway', sans-serif; */


.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image:         linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.btn-primary {
  background-image: -webkit-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
  background-image:         linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #2b669a;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #2d6ca2;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #2d6ca2;
  border-color: #2b669a;
}
.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image:         linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image:         linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image:         linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image:         linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #e8e8e8;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image:         linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #357ebd;
  background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image:         linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
  background-repeat: repeat-x;
}
.navbar-default {
  background: #f0f0f0;
  /*border-bottom:1px solid #d5d5d5;*/
  /*margin-top:133px;*/ 
  border-top:133px solid #f0f0f0;
  border-bottom:0;

  /*
  background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  */
  /*
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
  */
}



/*
.navbar-default {
  background: #f0f0f0;
  border-top:133px solid #f0f0f0;
  border-bottom:0;
}
*/








.navbar-default .navbar-nav > .active > a {
  background-color: #fff;

  /*
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
  background-image:         linear-gradient(to bottom, #ebebeb 0%, #f3f3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
  */
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
}
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image:         linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
}
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #222 0%, #282828 100%);
  background-image:         linear-gradient(to bottom, #222 0%, #282828 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image:         linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  background-repeat: repeat-x;
  border-color: #b2dba1;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image:         linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #9acfea;
}
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image:         linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #f5e79e;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image:         linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dca7a7;
}
.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image:         linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #428bca 0%, #3071a9 100%);
  background-image:         linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image:         linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image:         linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image:         linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image:         linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
  background-repeat: repeat-x;
}
.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #3071a9;
  background-image: -webkit-linear-gradient(top, #428bca 0%, #3278b3 100%);
  background-image:         linear-gradient(to bottom, #428bca 0%, #3278b3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);
  background-repeat: repeat-x;
  border-color: #3278b3;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image:         linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image:         linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
  background-repeat: repeat-x;
}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image:         linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
  background-repeat: repeat-x;
}
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image:         linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
  background-repeat: repeat-x;
}
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image:         linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
  background-repeat: repeat-x;
}
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image:         linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
  background-repeat: repeat-x;
}
.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image:         linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
}
/*# sourceMappingURL=bootstrap-theme.css.map */



.navbar-brand {
  /*outline:1px dotted #303;*/
  background: url(/imagenes/svg/interfloor-logo.svg) no-repeat center;
  background-size: 100% 100%;
  display: block;
}




.navbar-brand span {
  display:block;
  position:absolute;
  top:-999em;
}













/*************************************************************************************************/
/*************************************************************************************************/
/*************************************************************************************************/
body {
  padding-top: 230px;
  background:#f0f0f0;
}




/* inicio carousel */
.carousel-control {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 120px !important;
  font-weight: 300;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
  padding: 158px 0 0 0;
  /*font-size: 22px !important;*/
}
@media (max-width: 767px) {
  
  .carousel-fade .carousel-control {
  /*
    z-index: 2;
    padding: 55px 0 0 0;
  */
    /*font-size: 22px !important;*/
  }
}

.carousel {
  margin-bottom: 34px;
}


.carousel,
.carousel-inner,
.carousel-inner .item {
  height: 500px;
  width:100%;
}


/* ---- @media (max-width: 319px) ---- */
@media (max-width: 319px) {
  body {
    padding-top:70px;
  }
  .navbar-default {
  border-top:0;
  border-bottom:0;
  }
  .navbar-brand {
  width: 112px !important;
  height: 50px !important;
  margin:0 0 0 15px;
  }
  .carousel,
  .carousel-inner,
  .carousel-inner .item {
  height: 120px;
  width:100%;
  }

  .carousel-fade .carousel-control {
  z-index: 2;
  padding: 50px 0 0 0 !important;
  line-height: 10px;
  font-size: 55px !important;
  }
  .icono_twitter,
  .icono_facebook {
  float:left;
  margin: 0 20px 0 0;
  }
  .navbar-nav span {
    outline:1px dotted #f0f;
  }
  .footer a {
  font-weight: 300;
  font-size: 11px;
  }
  .navbar .box_01 {
  display: none;
  }
  .box_img_large_01 {
    width: 100%;
    height: 100%;
  }
  .box_img_thumbnails_01 {
    width: 18%;  
  }
  .box_img_thumbnails_01 img {
    width: 100%;
    height: 100%;
  }
  .box_productos_01 h1 {
    font-size: 34px !important;
  }
  .box_breadcrumbs,
  .box_breadcrumbs a {
    font-size: 14px !important;
    line-height: 28px !important;
  }
}
/* ---- /@media (max-width: 319px) ---- */


/* ---- @media (min-width: 320px) and (max-width: 480px) ---- */
@media (min-width: 320px) and (max-width: 480px) {
  body {
    padding-top:70px;
  }
  .navbar-default {
  border-top:0;
  border-bottom:0;
  }
  .navbar-brand {
  width: 112px !important;
  height: 50px !important;
  margin:0 0 0 15px;
  }

  .carousel,
  .carousel-inner,
  .carousel-inner .item {
  height: 191px;
  width:100%;
  }

  .carousel-fade .carousel-control {
  z-index: 2;
  padding: 80px 0 0 0 !important;
  line-height: 10px;
  font-size: 70px !important;
  /*color: #F0F !important;*/
  }
  .icono_twitter,
  .icono_facebook {
  float:left;
  margin: 0 20px 0 0;
  }
  .footer a {
  font-weight: 300;
  font-size: 11px;
  }
  .navbar .box_01 {
  display: none;
  }
  .navbar-nav span {
    outline:1px dotted #f0f;
  }
  .footer .space_01 {
  display:block;
  width: 0;
  }
  .box_img_large_01 {
    width: 100%;
    height: 100%;
  }

  .box_img_thumbnails_01 {
    width: 19%;  
  }
  .box_img_thumbnails_01 img {
    width: 100%;
    height: 100%;
  }
  .box_productos_01 h1 {
    font-size: 34px !important;
  }
  .box_breadcrumbs,
  .box_breadcrumbs a {
    font-size: 14px !important;
    line-height: 28px !important;
  }
}
/* ---- /@media (min-width: 320px) and (max-width: 480px) ---- */




/* ---- @media (min-width: 481px) and (max-width: 767px) ---- */
@media (min-width: 481px) and (max-width: 767px) {
  body {
    padding-top:70px;
  }
  .navbar-default {
  border-top:0;
  border-bottom:0;
  }
  .navbar-brand {
  width: 112px !important;
  height: 50px !important;
  margin:0 0 0 15px;
  }

  .carousel,
  .carousel-inner,
  .carousel-inner .item {
  height: 285px;
  width:100%;
  }

  .carousel-fade .carousel-control {
  z-index: 2;
  padding: 120px 0 0 0 !important;
  line-height: 10px;
  font-size: 90px !important;
  /*color: #F0F !important;*/
  }
  .icono_twitter,
  .icono_facebook {
  float:right;
  margin: 0 0 0 20px;
  }
  .footer a {
  font-weight: 300;
  font-size: 12px;
  }
  .navbar-nav span {
    outline:1px dotted #f0f;
  }
  .navbar .box_01 {
  display: none;
  }
  .box_img_large_01 {
    width: 100%;
    height: 100%;
  }
  .box_img_thumbnails_01 img {
    width: 90px;
    height: 90px;
  }
}
/* ---- /@media (min-width: 481px) and (max-width: 767px) ---- */









/* ---- @media (min-width: 768px) and (max-width: 991px) ---- */
@media (min-width: 768px) and (max-width: 991px) {
  body {
  padding-top: 190px;
  }

  .navbar-default {
  background: #f0f0f0;
  border-top:100px solid #f0f0f0;
  border-bottom:0;
  }
  .carousel,
  .carousel-inner,
  .carousel-inner .item {
  height: 316px;
  width:100%;
  }

  .carousel-fade .carousel-control {
  z-index: 2;
  padding: 150px 0 0 0 !important;
  line-height: 10px;
  font-size: 90px !important;
  /*color: #F0F !important;*/
  }
  .logo_01 img {
    width:90%;
  }
  .icono_twitter,
  .icono_facebook {
  float:right;
  margin: 0 0 0 20px;
  }
  .footer a {
  font-weight: 300;
  font-size: 12px;
  }
  .navbar .box_01 {
  text-align: center !important;
  padding-top:10px;
  padding-bottom:10px;
  border-bottom: 1px solid #e7e7e7;
  background: #000;
  color:#fff;
  font-size: 12px;
  /*letter-spacing: -0.05em;*/
  /*text-transform: uppercase;*/
  }
  .navbar .box_01 b {
    display:none;
  }
  .navbar-nav span {
    outline:1px dotted #f0f;
    display: block;
    position: absolute;
    z-index: 999;
    top:-999em;
  }
  .footer .space_01 {
    display:inline-block;
    width: 65px;
  }
  .box_img_large_01 {
    /*
    width: 688px;
    height: 688px;
    */
    width: 100%;
    height: 100%;
  }
  .box_img_thumbnails_01 img {
    width: 90px;
    height: 90px;
  }
}
/* ---- /@media (min-width: 768px) and (max-width: 991px) ---- */











/* ---- @media (min-width: 992px) and (max-width: 1199px) ---- */
@media (min-width: 992px) and (max-width: 1199px) {
  .carousel,
  .carousel-inner,
  .carousel-inner .item {
  height: 412px;
  width:100%;
  }

  .carousel-fade .carousel-control {
  z-index: 2;
  padding: 200px 0 0 0 !important;
  line-height: 10px;
  font-size: 120px !important;
  /*color: #F0F !important;*/
  }
  .logo_01 img {
    width:90%;
  }
  .icono_twitter,
  .icono_facebook {
  float:right;
  margin: 0 0 0 20px;
  }
  .footer a {
  font-weight: 300;
  font-size: 13px;
  }
  .navbar .box_01 {
  text-align: center !important;
  padding-top:10px;
  padding-bottom:10px;
  border-bottom: 1px solid #e7e7e7;
  background: #000;
  color:#fff;
  }
  .navbar-nav span {
    outline:1px dotted #f0f;
    display: block;
    position: absolute;
    z-index: 999;
    top:-999em;
  }
  .footer .space_01 {
  display:inline-block;
  width: 65px;
  }
  .box_img_large_01 {
    width: 438px;
    height: 438px;
  }
  .box_img_thumbnails_01 img {
    width: 90px;
    height: 90px;
  }
}
/* ---- /@media (min-width: 992px) and (max-width: 1199px) ---- */



/* ---- @media (min-width: 1200px) ---- */
@media (min-width: 1200px) {
  .icono_twitter,
  .icono_facebook {
  float:right;
  margin: 0 0 0 20px;
  }
  .footer a {
  font-weight: 300;
  font-size: 13px;
  }
  .navbar .box_01 {
  text-align: center !important;
  padding-top:10px;
  padding-bottom:10px;
  border-bottom: 1px solid #e7e7e7;
  background: #000;
  color:#fff;
  font-size: 14px;
  }
  .navbar-nav span {
    outline:1px dotted #f0f;
    display: block;
    position: absolute;
    z-index: 999;
    top:-999em;
  }
  .footer .space_01 {
  display:inline-block;
  width: 65px;
  }
  .box_img_large_01 {
    width: 538px;
    height: 538px;
  }
  .box_img_thumbnails_01 img {
    width: 90px;
    height: 90px;
  }
}
/* ---- /@media (min-width: 1200px) ---- */



.item:nth-child(1) {
  /*background: silver;*/
  background: url("/imagenes/01.jpg") no-repeat 50% 0;
  background-size: cover;
}
.item:nth-child(2) {
  /*background: red;*/
  background: url("/imagenes/02.jpg") no-repeat 50% 0;
  background-size: cover;
}
.item:nth-child(3) {
  /*background: orange;*/
  background: url("/imagenes/03.jpg") no-repeat 50% 0;
  background-size: cover;
}
/* fin carousel */



.navbar {
  /*font-family: 'Open Sans', sans-serif !important;*/
  font-family: 'Raleway', sans-serif !important;
  text-transform: uppercase;
}
.navbar img {
  margin: -4px 0 0 0;
}


/* inicio menu */
@media (max-width: 767px) {
  .navbar-brand {
  width: 100px;
  height: 77px;
  }
  .navbar {
    font-size: 13px;
    font-weight: 700 !important;
  }
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin:0 0 0 15px !important;
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .box_navbar-brand {
    /*outline: 1px dotted #f0f;*/
    position: absolute;
    top:-134px;
    z-index:999;
    padding: 50px 0 23px 260px;
  }
  .navbar-brand {
  width: 200px;
  height: 61px;
  /*outline:1px dotted #f0f;*/
  }
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    /*margin:0 0 0 280px;*/
    margin:0 !important;
    /*width: 150px;*/
    /*outline: 1px dotted #555;*/
    text-align: center;
    
  }
  .navbar {
    font-size: 11px;
    font-weight: 700 !important;
  }
  .nav > li > a {
    padding: 19px 9.1px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .box_navbar-brand {
    /*outline: 1px dotted #f0f;*/
    position: absolute;
    top:-134px;
    z-index:999;
    padding: 33px 0 23px 346px;
  }
  .navbar-brand {
  width: 249px;
  height: 77px;
  }
  .navbar {
    font-size: 13px;
    font-weight: 700 !important;
  }
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    /*margin:0 !important;
    text-align: center;*/
    display:none;
  }
  .nav > li > a {
    padding: 19px 16.4px;
  }
}
@media (min-width: 1200px) {
  
  .box_navbar-brand {
    /*outline: 1px dotted #f0f;*/
    position: absolute;
    top:-134px;
    z-index:999;
    padding: 33px 0 23px 446px;
  }
  .navbar-brand {
  width: 249px;
  height: 77px;
  }

  .navbar {
    font-size: 13px;
    font-weight: 700 !important;
  }
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    /*
    margin:0 !important;
    text-align: center
    display:none;
    */
    text-align: center;
    /*width:165px;*/

    
  }
  .nav > li > a {
    padding: 19px 28.9px;
  }
}
/* fin menu */




/**/

.product-listing .title {
    /*font-family: "Bree Serif";*/
    /*font-family: 'Open Sans', sans-serif !important;*/
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 18px;
    /*transition: all 0.5s ease;*/
}

.product-listing .title a {
    color: #999999;
}
.product-listing .title a:hover {
    color: #444444;
}


.product-listing a {
    color: #999999;
}
.product-listing a:hover {
    color: #444444;
}

.product-listing a {
    /*display:inline-block;*/
    color: #999999;
    text-decoration: none;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.35s linear;
    padding-bottom: 5px;
}
.product-listing a:hover {
    /*display:inline-block;*/
    color: #444444;
    text-decoration: none;
    border-bottom: 1px solid #b9b9b9;
    padding-bottom: 5px;
}


.product-listing .img-responsive {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #EEEEEE #EEEEEE #DDDDDD;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 10px;
    transition: all 0.35s linear;
}
.product-listing a:hover .img-responsive {
    opacity: 0.7;
}
.product-listing .img-responsive {
  width: 100% !important;
}

.product-listing .price {
    border-bottom: 1px solid #E6E6E6;
    /*font-family: "Bree Serif";*/
    font-size: 16px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    text-align: right;
    color:#999;
}

.product-listing .hr01 {
    display:block;
    border-bottom: 1px solid #E6E6E6;
    font-size: 16px;
    margin-bottom: 20px;
    padding-bottom: 30px;
    text-align: right;
}





.product-listing .btn {
    margin-left: 1px;
}

.btn {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    /*padding: 4px 10px 2px;*/
    text-shadow: none;
}


.btn-primary {
    background: none repeat scroll 0 0 #c2c2c2;
    transition: all 0.4s ease;
}

.btn-primary:hover {
    background: none repeat scroll 0 0 #9f9f9f;
}




.btn-grey {
    background: none repeat scroll 0 0 #BBBBBB;
    color: #FFFFFF;
}
.btn-grey:hover {
    background: none repeat scroll 0 0 #999999;
    color: #FFFFFF;
}




.col-xs-6, .col-sm-3 {
  /*outline:1px dotted #f0f !important;*/
}




.footer {
  background: #e2e2e2;
  font-family: 'Open Sans', sans-serif;
  /*width: 100% !important;*/
  text-align: center;
}
.footer ul {
  margin:0;
  padding: 0; 
}
.footer ul li {
  display: block;
  
}
.footer span em {
  /*font-family: 'Open Sans', sans-serif;*/
  font-weight: 600;
  color:#fff;
  font-style: normal;
  margin: 0 0 17px 0;
  display:block;
  /*text-transform: uppercase;*/
}




.footer .col-sm-3,
.footer .col-sm-6 {
  padding-top: 45px;
}

.footer .box_01 {
  padding-bottom: 45px;
}




.footer div.row {
  /*margin: 45px 0 45px 0;*/
  display:block;
}





/*
* {
  outline:1px dotted #f0f;
}
* * {
  outline:1px dotted #ff0;
}
* * * {
  outline:1px dotted #0f0;
}*/



.footer .box_datos_contacto_01 {
  font-family: 'Raleway', sans-serif !important;
  
  text-align: center;
  color: #4b4b4b;
  font-size: 16px;
  font-weight: 600;
  /*outline:1px dotted #0f0;*/
  padding-top:51px;
  padding-bottom:51px;
}

.footer .space_01 {
/*
  display:inline-block;
  width: 65px;
*/
}







.footer .box_datos_contacto_01 a {
  font-size: 16px;
}
.footer .box_datos_contacto_01 a:link,
.footer .box_datos_contacto_01 a:visited  {
  color: #4b4b4b;
  text-decoration: none;
  border-bottom: 1px solid #e2e2e2;
  font-weight: 600;
}
.footer .box_datos_contacto_01 a:hover,
.footer .box_datos_contacto_01 a:active  {
  color: #4b4b4b;
  text-decoration: none;
  border-bottom: 1px solid #4b4b4b;
  font-weight: 600;
}

.footer .box_logos_01 {
  /*outline:1px dotted #f00;*/
  padding-top:0;
  padding-bottom:131px;
}


.footer .logo_02 {
  margin: 0 32px 0 0;
}




.logo_01 span {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  text-indent: -999em;
}

.logo_01 img {
  margin: 0 0 12px 0;
}

.navbar .box_01 b {
    font-weight: normal !important;
}






/* formulario de contacto */

.box_formulario, .box_datos {
  margin: 0 0 40px 0;
}

.box_formulario label {
  font-size:18px;
}
.box_formulario input,
.box_formulario textarea {
  font-family:Arial, Helvetica, sans-serif;
}
.box_formulario input {
  font-size:18px;
  line-height:18px;
  margin: 10px 0 10px 0;
}

.box_formulario textarea {
  font-size:18px;
  line-height:20px;
  margin: 0;
  /*width:490px;*/
  width:100%;
  margin: 10px 0 10px 0;
}

label[for="tswcomments"] {
  /*margin: 17px 0 0 0;*/
  display:inline-table;
}

input[type="text"] {
  /*width:490px;*/
  width:100%;
}

.box_formulario textarea,
input[type="text"] {
  /*
  border:1px solid #c1c1c1;
  padding:4px;
  */
}
.box_formulario label {
  display:none !important;
}

.box_datos {
  border:1px solid #C1C1C1;
  padding: 24px 24px 12px 24px !important;
  /*margin: 0;*/
  /*width:300px;*/
  width:100%;
  font-size:16px;
  font-weight:normal !important;
  line-height:24px;
  background-color:#fff;
}
.box_datos .title_02 {
  font-family: 'Open Sans', sans-serif;
  font-weight:300;
  font-size:18px;
  line-height:22px;
  display:block;
  border-bottom:1px solid #cacaca;
  margin: 5px 0 5px 0;
  padding: 2px 0;
  color:#666;
}

.box_datos_02 {
  display:block;
  margin: 0 0 20px 0; 
  
}




h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}








.footer .box_buscador {
  padding-top: 44px;
  padding-bottom: 0;
  /*outline:1px dotted #f0f;*/
}



.footer .box_buscador input,
.footer .box_buscador button {
  border:0 !important;
}

.footer .box_buscador input[type="text"] {
  width: 256px !important;
  height: 36px !important;
  margin: 0 !important;
}

.footer .box_buscador button[type="submit"] {
  width: 72px !important;
  height: 36px !important;
  background: #c2c2c2;
  margin: 0 0 0 -4px !important;

}
.footer .box_buscador button[type="submit"] span {
  text-indent: -9999em;
  display:block;
  height:0;
}
.footer .box_buscador button[type="submit"] b {
  width: 20px;
  height: 20px;
  margin-left: 20px;
  background: url(/imagenes/svg/buscar-lupa.svg) no-repeat center;
  background-size: 100% 100%;
  display: block;
  opacity: 0.7;
  transition: all 0.35s linear;
}
.footer .box_buscador button[type="submit"]:hover b {
  opacity: 1;
}

/*
    width: 30px;
    height: 30px;
    background: url(/imagenes/iconmonstr-smartphone-4-icon.svg) no-repeat center;
    background-size: 100% 100%;
    display: inline-block !important;
*/





/* /formulario de contacto */











/**/




/**/
.navbar-toggle, .navbar-toggle .icon-bar {
  border-radius: 0;
}

.deco_01 {
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}

.navbar-default .navbar-nav > li > a {
  transition: all 0.65s ease;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #000;
  background-color: #e7e7e7;
  
}

.navbar-default .navbar-nav > li.active > a:hover,
.navbar-default .navbar-nav > li.active > a:focus {
  color: #8c8c8c;
  background-color: #f9f9f9;

}




.form-control {
  border-radius:0 !important;
}
.form-horizontal {
  display:block;
  margin: 0 0 40px 0;
}


.form-horizontal .margin_01 {
  margin: 12px 0 22px 0;
  line-height: 16px;
  /*outline: 1px dotted #f0f;*/
}








.box_img_thumbnails_01 {
  display:inline-block;
  margin: 12px 12px 0 0 ;
}

.box_img_large_01,
.box_img_thumbnails_01 img {
  border:1px solid #d5d5d5;
}


.box_img_thumbnails_01 a {
  display: inline-block;
  border-bottom: 3px solid #c2c2c2;
}
.box_img_thumbnails_01 a:hover {
  display: inline-block;
  border-bottom: 3px solid #016e3f;
}

.box_img_thumbnails_01 a.current {
  display: inline-block;
  border-bottom: 3px solid #016e3f;
}







.box_productos_01 {
  /*outline: 1px dotted #f0f;*/
  margin-bottom:25px;
}

.box_productos_01 h1 {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  font-size: 40px;
  /*400,100,200,300,500,600,700,800,900*/
  color: #777777;
  margin:25px 0 15px 0;
}
.box_productos_01 h2 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700 !important;
  font-size: 13px;
  text-transform: uppercase;
  color: #777777;
  margin:0 0 15px 0;
}
.box_descripcion_producto_01 {
  padding: 24px 0;
}
.box_descripcion_producto_01 p {
  line-height: 24px;
}









.box_breadcrumbs {
  margin:40px 0 0 0;
  color:#4b4b4b;
}
.box_breadcrumbs,
.box_breadcrumbs a {
  font-size: 14px;
  font-weight: 400;
}


/*428bca*/
.box_breadcrumbs a:link,
.box_breadcrumbs a:visited {
  display: inline-block;
  color:#4b4b4b;
  border-bottom: 1px solid #e2e2e2;
  text-decoration: none;
}
.box_breadcrumbs a:hover,
.box_breadcrumbs a:active {
  display: inline-block;
  color:#4b4b4b;
  border-bottom: 1px solid #4b4b4b;
  text-decoration: none;
}

.box_breadcrumbs span {
  /*outline: 1px dotted #f0f;*/
  display: inline-block;
  width:40px;
  font-size: 20px !important;
  color:#c2c2c2;
  text-indent: -999em;
  background: url(/imagenes/svg/signo-mayor-que.svg) no-repeat center;

}



.box_title_h1 {
  border-bottom: 1px solid #ccc;
  margin: 0 0 50px 0;
}

.box_title_h1 h1 {
  font-weight: 300;
  font-family: 'Raleway', sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  color:#777;
  /*outline:1px dotted #f0f;*/
}















.box_submenu_filtros {
  /*outline:1px dotted #f0f;*/
  font-family: 'Raleway', sans-serif;
  margin:-16px 0 28px 0;
  padding: 0;
}

.box_submenu_filtros ul {
  margin:0;
  padding: 0;
  display: inline-block;
}
.box_submenu_filtros ul li {
  margin:0 7px 0 7px;
  padding: 0;
  display: block;
  float: left;
  /*outline:1px dotted #f0f;*/
}





.box_submenu_filtros li.active_02 a {
  display:block;
  /*width:146px;*/
  width:138px;
  height:38px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 38px;
  border:1px solid #ccc;
  background: #fff;
  text-decoration: none;
  color: #555;
}

.box_submenu_filtros li a {
  display:block;
  width:138px;
  height:38px; 
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 38px;
  border:1px solid #ccc;
  background: #f0f0f0;
  text-decoration: none;
  color: #777;
}

.box_submenu_filtros li a:hover {
  text-decoration: underline;
}

.flecha {
  display:none;
}

.active_02 .flecha {
  display:block !important;
  /*position: absolute;*/
  transform:  rotate(45deg) ;
  -webkit-transform:  rotate(45deg) ;
  -moz-transform: rotate(45deg) ;
  -o-transform:  rotate(45deg) ;
  -ms-transform:  rotate(45deg) ;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin:-8px 0 0 62px;
}

.box_text_01 {
  display:block;
  float:left;
  height:38px;
  line-height: 39px;
  /*outline:1px dotted #f0f;*/
  margin:0 7px 0 0;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  color: #777;
}





/**/







/**/

/**/