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

@import '../fonts/webfontkit/stylesheet.css';
/*fonts*/
/*import less bootrap*/
/*Fonts*/
/*******************/
/*@import 'mixins.less';*/
h1 {
  color: #293446;
  font-family: 'Raleway', sans-serif;
  font-size: 60px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 767px) {

}
h2 {
  font-family: 'bebas_neue', sans-serif;
  font-size: 152px;
  font-weight: 400;
  margin-top: 80px;
  text-transform: uppercase;
}
@media (max-width: 767px) {

}
h3 {
  color: #666666;
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
}
@media (max-width: 767px) {

}
h4 {
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 11px;
}
@media (max-width: 767px) {

}
hr {
  border-top: 1px white solid;
}
p {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 500;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
header {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
header .menu-close {
  width: 50px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  background: #FFF;
  display: block;
  z-index: 100;
  cursor: pointer;
  border-right: 1px solid #CCC;
}
header .menu-close .ham-ico {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 10px;
}
header .menu-close .logo-ico {
  position: absolute;
  top: 20px;
  left: 10px;
}
@media (min-width: 768px) {
  header .menu-close .logo-ico.hide-ico {
    display: none;
  }
}
@media (max-width: 767px) {
  header .menu-close {
    width: 100%;
    height: 76px;
    background: #1F6581;
  }
  header .menu-close .ham-ico {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 20px;
  }
  header .menu-close .logo-ico {
    left: 18px;
  }
}
header #sidr {
  display: none;
  box-shadow: none;
  background: white;
  width: 200px;
}
@media (max-width: 767px) {
  header #sidr {
    width: 100%;
  }
}
header #sidr .logo-ico {
    left: 20%;
    position: absolute;
    margin-left: -30px;
    margin-top: 20px;
    width: 90%;
}
header #sidr .data {
  background: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  margin-bottom: 12px;
}
header #sidr .data h3 {
  background: none;
  box-shadow: none;
  text-transform: none;
  margin: 3px;
  line-height: 10px;
}
header #sidr ul {
  margin-top: 180px;
  border: none;
  margin-left: 40px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  header #sidr ul {
    margin-top: 100px;
    border-top: 1px solid #DDD;
    padding-top: 15px;
    margin-left: 20px;
  }
}
header #sidr ul li {
  border: none;
  line-height: 46px;
}
header #sidr ul li:hover {
  line-height: 46px;
}
header #sidr ul li:hover a {
  box-shadow: none;
  color: #1A6581;
}
header #sidr ul li a,
header #sidr ul li a p {
  padding-left: 0px;
  font-family: 'Raleway', sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
}
header #sidr ul li a p,
header #sidr ul li a p p {
  line-height: 15px;
  margin-top: -17px;
}
header #sidr ul li.menu-lista {
  margin-top: 12px;
  padding-top: 16px;
  border-top: 1px solid #DDD;
}
header #sidr ul li.menu-lista .hint {
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #EEE;
  text-transform: uppercase;
  letter-spacing: 2.4000000000000004px;
  background-color: #1A6581;
  color: white;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  line-height: 26px;
  display: inline-block;
  text-align: center;
  letter-spacing: 0px;
  padding: 0px;
  margin-left: 6px;
}
.content-head {
  background: url('/assets/img/info/banner-descarga-fondo.png') no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 230px;
  margin-bottom: 65px;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .content-head {
    margin-bottom: 20px;
  }
}
.content-head .data {
  margin-top: 0px;
  margin-left: 25px;
  width: 400px;
}
@media (max-width: 767px) {
  .content-head .data {
    width: 97%;
    margin-left: 10px;
  }
}
.content-head .data h3 {
  color: white;
  letter-spacing: 8px;
  font-size: 28px;
  font-weight: 300;
  margin-top: 0;
}
.content-head .data p {
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: white;
}
.content-head .descarga {
  position: absolute;
  right: 40px;
  top: 65px;
  width: 240px;
  display: block;
}
.content-head .descarga .text {
  display: inline-block;
  width: 65%;
  vertical-align: top;
}
.content-head .descarga .text h3 {
  font-family: 'bebas_neue', sans-serif;
  font-size: 26px;
  font-weight: 400;
  color: white;
  margin-top: 6px;
}
.content-head .descarga .text h4 {
  font-family: 'Raleway', sans-serif;
  font-size: 9px;
  font-weight: 600;
  color: #EEE;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  color: #AAA;
}
.content-head .descarga .img {
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 70px;
  background: url('/assets/img/info/icono-pdf-descarga.png') no-repeat;
  background-size: 100%;
  background-position: center;
}
.content-head.productos {
  background: url('/assets/img/productos/banner-abrazaderas.png') no-repeat;
  background-position: right center;
  background-size: auto 100%;
  background-color: #F6F6F6;
  min-height: 80px;
  padding: 16px 10px;
  margin-bottom: 0;
  border-bottom: 1px solid #CCC;
}
@media (max-width: 991px) {
  .content-head.productos {
    background-position: right -200px center;
  }
}
.content-head.productos h4 {
  font-family: 'Raleway', sans-serif;
  font-size: 9px;
  font-weight: 600;
  color: #EEE;
  text-transform: uppercase;
  letter-spacing: 1.8px;
}
.content-head.productos h3 {
  margin-top: -12px;
}
.content-head.productos h3,
.content-head.productos h4 {
  color: #555;
}
.content-tabs .tab-content .tab-pane article {
  margin-top: 15px;
  padding: 20px;
  border-right: #333 1px solid;
  display: inline-block;
  min-height: 480px;
  vertical-align: top;
  float: left;
}
@media (max-width: 767px) {
  .content-tabs .tab-content .tab-pane article {
    min-height: 440px;
  }
}
.content-tabs .tab-content .tab-pane article .img {
  height: 240px;
  width: 180px;
  background: #ffffff url('/assets/img/info/img-pdf.png') no-repeat;
  background-position: center;
  background-size: 20%;
}
.content-tabs .tab-content .tab-pane article .img.jpg {
  background-image: url('/assets/img/info/img-jpg.png');
}
@media (max-width: 767px) {
  .content-tabs .tab-content .tab-pane article .img {
    width: 100%;
    height: 190px;
  }
}
.content-tabs .tab-content .tab-pane article h3 {
  color: white;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .content-tabs .tab-content .tab-pane article h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 600;
  }
}
.content-tabs .tab-content .tab-pane article p {
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #CCC;
}
@media (max-width: 767px) {
  .content-tabs .tab-content .tab-pane article p {
    font-family: 'Raleway', sans-serif;
    font-size: 10px;
    font-weight: 300;
    color: #CCC;
  }
}
.content-tabs .tab-content .tab-pane article a {
  padding: 5px 20px;
  color: #ffffff;
  background: #666666;
  border-radius: 5px;
  border: #FFF 1px solid;
  margin-top: 15px;
  width: 80%;
  display: block;
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0px auto;
  margin-top: 30px;
}
.content-tabs .tab-content .tab-pane.tab-videos article {
  min-height: 430px;
}
.content-tabs .tab-content .tab-pane.tab-videos article .img {
  background-size: cover;
  width: 100%;
  height: 220px;
}
.content-productos {
  background: white;
  min-height: 900px;
}
.content-productos .content-form {
  border-top: 1px solid #333;
  margin: 40px -15px 0px;
  padding: 10px 15px;
}
.content-productos .content-form input {
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #CCC;
  background: none;
  border: none;
  border-bottom: 1px solid #888;
  border-radius: 0;
  margin-top: 12px;
  color: #444444;
  border-style: solid;
  border-top: none;
  border-left: none;
  border-right: none;
  box-shadow: none !important;
}
.content-productos .content-form button {
  margin: 30px auto;
  padding: 5px 20px;
  color: #ffffff;
  background: #666666;
  border-radius: 5px;
  border: #FFF 1px solid;
  margin-top: 15px;
  width: 80%;
  display: block;
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 35px;
}
.content-productos .content-form button {
  padding: 5px 20px;
  color: #333333;
  background: #cce1e8;
  border-radius: 5px;
  border: #FFF 1px solid;
  margin-top: 15px;
  width: 80%;
  display: block;
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 30px;
}
.content-productos .content-form h5 {
  font-family: 'Raleway', sans-serif;
  font-size: 10px;
  font-weight: 600;
  color: #EEE;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #333;
  text-align: center;
}
.content-productos .gmap {
  width: 100%;
  height: 900px;
}
.content-productos .productos-side {
  background: #F4F4F4;
  border-right: 1px solid #CCC;
  padding-top: 5px;
}
@media (min-width: 768px) {
  .content-productos .productos-side {
    min-height: 900px;
    padding-top: 30px;
  }
}
.content-productos .productos-side h3 {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #EEE;
  text-transform: uppercase;
  letter-spacing: 3.2px;
  color: #555;
  margin-top: 0;
}
.content-productos .productos-side ul {
  padding-left: 0px;
  padding-top: 0px;
}
@media (min-width: 768px) {
  .content-productos .productos-side ul {
    margin-top: 40px;
  }
}
.content-productos .productos-side ul li {
  list-style: none;
  margin-top: 15px;
}
.content-productos .productos-side ul li a {
  font-family: 'Raleway', sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #EEE;
  text-transform: uppercase;
  letter-spacing: 2.2px;
  color: #333;
  letter-spacing: 0;
  border-bottom: 1px solid #BBB;
  display: block;
  line-height: 22px;
  position: relative;
}
.content-productos .productos-side ul li a:after {
  background: url('/assets/img/productos/ico-dropdown.png') no-repeat;
  content: ' ';
  display: block;
  position: absolute;
  right: 0;
  background-size: 100%;
  width: 10px;
  height: 9px;
  top: 5px;
}
.content-productos .productos-side ul li.collapsibleListOpen a:after {
  background-image: url('/assets/img/productos/ico-dropdown-close.png');
}
.content-productos .productos-side ul li ul {
  margin-top: 0px;
  padding-left: 10px;
}
.content-productos .productos-side ul li ul li {
  margin-top: 12px;
  font-family: 'Raleway', sans-serif;
  font-size: 10px;
  font-weight: 500;
  color: #EEE;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #888;
  letter-spacing: 0;
  line-height: 11px;
}
.content-productos .productos-side .contact-data {
  margin-top: 80px;
}
.content-productos .productos-side .contact-data p {
  font-family: 'Raleway', sans-serif;
  font-size: 11px;
  font-weight: 500;
  color: #CCC;
  color: #333;
}
.content-productos .productos-side .contact-data p strong {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #CCC;
  color: #333;
}
.content-productos .productos-side .contact-data p.tel {
  margin-top: 40px;
}
.content-productos .productos-items {
  margin: 0;
  padding: 0;
}
.content-productos .productos-items .content-items {
  margin: 0;
}
.content-productos .productos-items .content-items .item {
  background: white;
  height: 290px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 0;
}
@media (max-width: 1199px) {
  .content-productos .productos-items .content-items .item {
    height: 240px;
  }
}
@media (max-width: 991px) {
  .content-productos .productos-items .content-items .item {
    padding: 0 20px;
    height: 340px;
  }
}
.content-productos .productos-items .content-items .item h3 {
  text-align: center;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 18px;
  color: #333;
}
@media (max-width: 991px) {
  .content-productos .productos-items .content-items .item h3 {
    font-size: 15px;
  }
}
.content-productos .productos-items .content-items .item .galeria {
  margin-top: 20px;
  padding-right: 0;
}
.content-productos .productos-items .content-items .item .galeria .img {
  display: inline-block;
  width: 74%;
  height: 200px;
  border: 1px solid #ccc;
  vertical-align: top;
  background: #ffffff no-repeat;
  background-size: cover;
  background-position: center;
  float: left;
}
@media (min-width: 1200px) {
  .content-productos .productos-items .content-items .item .galeria .img {
    height: 240px;
  }
}
.content-productos .productos-items .content-items .item .galeria .thumbs {
  display: inline-block;
  vertical-align: top;
  float: left;
  margin-left: -1px;
  width: 22%;
}
.content-productos .productos-items .content-items .item .galeria .thumbs .thumb {
  width: 100%;
  height: 60px;
  border: 1px solid #ccc;
  margin-top: -1px;
  position: relative;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.content-productos .productos-items .content-items .item .galeria .thumbs .thumb:first-child {
  margin-top: 0;
}
.content-productos .productos-items .content-items .item .galeria .thumbs .thumb.active:after {
  position: absolute;
  left: 0px;
  display: block;
  content: ' ';
  background: rgba(234, 234, 234, 0.5);
  width: 100%;
  background-size: 100%;
  background-position: center;
  height: 100%;
}
@media (max-width: 991px) {
  .content-productos .productos-items .content-items .item .galeria {
    margin: 0;
  }
}
.content-productos .productos-items .content-items .item .data h3 {
  text-align: left;
  margin-bottom: 25px;
}
.content-productos .productos-items .content-items .item .data a.tabla {
  font-family: 'Raleway', sans-serif;
  font-size: 8px;
  font-weight: 600;
  color: #EEE;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  line-height: 10px;
  color: #333;
  display: block;
  border-bottom: 1px solid #CCC;
  padding-bottom: 8px;
  margin-bottom: 8px;
  position: relative;
  padding-left: 34px;
  letter-spacing: 0;
}
.content-productos .productos-items .content-items .item .data a.tabla:before {
  position: absolute;
  left: 0px;
  display: block;
  content: ' ';
  background: url('/assets/img/productos/icono-visualizar.png') no-repeat;
  width: 24px;
  background-size: 100%;
  background-position: center;
  height: 15px;
}
@media (max-width: 991px) {
  .content-productos .productos-items .content-items .item .data a.tabla:before {
    width: 20px;
  }
}
@media (max-width: 991px) {
  .content-productos .productos-items .content-items .item .data a.tabla {
    font-size: 7px;
    border-bottom: none;
    border-right: 1px solid #CCC;
    padding-left: 23px;
    padding-right: 0px;
  }
}
.content-productos .productos-items .content-items .item .data input {
  width: 60%;
  display: inline-block;
  vertical-align: top;
  box-shadow: none !important;
  height: 26px;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #CCC;
  color: #333;
}
.content-productos .productos-items .content-items .item .data .form-group {
  margin-bottom: 4px;
}
.content-productos .productos-items .content-items .item .data .form-group p {
  font-family: 'Raleway', sans-serif;
  font-size: 8px;
  font-weight: 600;
  color: #CCC;
  width: 34%;
  display: inline-block;
  color: #333;
  margin-left: 4px;
  padding-top: 3px;
  vertical-align: top;
  margin-bottom: 0;
}
.content-productos .productos-items .content-items .item .data button {
  padding: 5px 20px;
  color: #333333;
  background: #cce1e8;
  border-radius: 5px;
  border: #FFF 1px solid;
  margin-top: 15px;
  width: 80%;
  display: block;
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
}
@media (max-width: 1199px) {
  .content-productos .productos-items .content-items .item .data input {
    width: 50%;
  }
  .content-productos .productos-items .content-items .item .data .form-group p {
    width: 44%;
  }
}
@media (max-width: 991px) {
  .content-productos .productos-items .content-items .item .data .form-group {
    width: 49%;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .content-productos .productos-items .content-items .item .data input {
    width: 50%;
  }
  .content-productos .productos-items .content-items .item .data .form-group p {
    font-size: 8px;
    width: 42%;
  }
  .content-productos .productos-items .content-items .item .data button {
    width: 48%;
    margin-top: 0;
    margin-left: 2%;
    padding: 5px;
  }
}
.content-productos.content-contacto {
  margin-bottom: 0;
}
.content-productos.content-contacto .productos-side {
  padding-top: 40px;
}
.content-productos.content-contacto .productos-side h3 {
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  color: #EEE;
  text-transform: uppercase;
  letter-spacing: 2.6px;
  text-align: left;
  color: #333;
  letter-spacing: 6px;
  font-weight: 600;
  margin: 0;
}
body {
  overflow-x: hidden;
  background: #232323;
  padding-left: 50px;
}
@media (max-width: 767px) {
  body {
    padding-left: 0px;
    padding-top: 76px;
  }
}
/****Sections****/
/*Class example *********

.name-class(){
    .mixin1();
    .mixin2(@variable);
    attributes;   //attributes by alphabetical order
    &:before, &:after{}
    &:hover, &:focus, &:active{}
    &.specialclass{}
    @media(){
        &{}
    }
}
*/
.banner-back .banner-principal {
  background-attachment: fixed !important;
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat;
  height: 500px;
  width: 100%;
}
.back {
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat;
}
.btn {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.btn-red {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  background: #f42442;
  border-radius: 30px;
  border: none;
  box-shadow: none;
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 15px;
  text-transform: uppercase;
}
.btn-red:hover {
  color: white;
}
.btn-red a {
  color: white;
}
.btn-alpha {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  background: transparent;
  border-radius: 30px;
  border: 2px solid white;
  box-shadow: none;
  display: inline-block;
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 700;
  margin: 0 5px;
  min-width: 110px;
  padding: 10px 15px;
  text-transform: uppercase;
}
.btn-alpha a {
  color: white;
}
.carousel-background {
  background: url(../img/home/fondo-home.jpg) center no-repeat;
  background-size: cover !important;
  height: 650px;
  /*@media(max-width:500px){
        &{
            height: 300px;
            .back{
                height: 300px !important;
            }
        }
    }*/

}
.carousel-background .carousel-control {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.carousel-background .carousel-control.left {
  background-image: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  width: 70px;
}
.carousel-background .carousel-control.right {
  background-image: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  width: 70px;
}
@media (max-width: 767px) {
  .carousel-background .carousel-control {
    display: none;
  }
}
@media (max-width: 767px) {
  .carousel-background .carousel-container {
    padding: 0;
  }
}
.carousel-background .carousel-inner .item .back {
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat;
  height: 550px;
}
.carousel-background .carousel-inner .item .carousel-caption {
  bottom: 0;
  height: 100%;
  padding: 0;
  right: 0;
  left: 0;
  text-align: left;
}
.carousel-background .carousel-inner .item .carousel-caption .data {
  margin: 160px auto;
  width: 48%;
}
.carousel-background .carousel-inner .item .carousel-caption .data h2 {
  margin: 0;
  margin-top: -30px;
  font-size: 160px;
  text-shadow: none;
}
.carousel-background .carousel-inner .item .carousel-caption .data h4 {
  font-size: 22px;
  letter-spacing: 14px;
  margin-left: 8px;
}
.carousel-background .carousel-inner .item .carousel-caption .data p {
  margin: 50px 0 30px;
  text-shadow: none;
  width: 60%;
  font-size: 13px;
}
@media (max-width: 800px) {
  .carousel-background .carousel-inner .item .carousel-caption .data p {
    width: 100%;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-size: 10px;
    font-weight: 300;
    color: #CCC;
    padding: 0px 30px;
    margin-top: 80px;
  }
}
@media (max-width: 550px) {
  .carousel-background .carousel-inner .item .carousel-caption .data {
    width: 100%;
  }
  .carousel-background .carousel-inner .item .carousel-caption .data h4 {
    font-size: 15px;
    letter-spacing: 4px;
    text-align: center;
    margin-left: -18%;
  }
  .carousel-background .carousel-inner .item .carousel-caption .data h2 {
    text-align: center;
    font-size: 80px;
    margin-top: -20px;
  }
  .carousel-background .carousel-inner .item .carousel-caption .data p {
    width: 100%;
    text-align: left;
  }
}
.carousel-background .carousel-inner .item .carousel-caption .caption-img.front-img {
  position: absolute;
  left: 50%;
  margin-left: -395px;
  top: 40px;
}
.carousel-background .carousel-inner .item .carousel-caption .caption-img.front-img img {
  max-width: 780px;
}
@media (max-width: 800px) {
  .carousel-background .carousel-inner .item .carousel-caption .caption-img.front-img {
    width: 460px;
    margin-left: -230px;
    margin-top: 80px;
  }
  .carousel-background .carousel-inner .item .carousel-caption .caption-img.front-img img {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .carousel-background .carousel-inner .item .carousel-caption .caption-img.front-img {
    width: 300px;
    margin-left: -150px;
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .carousel-background {
    height: 450px;
  }
  .carousel-background .back {
    height: 450px !important;
  }
}
.categories-home .row.block-1 {
  min-height: 350px;
  position: relative;
  border-top: none;
}
.categories-home .row.block-1 .data {
  margin-top: 65px;
  margin-left: 180px;
  text-align: left;
}
.categories-home .row.block-1 .data h4,
.categories-home .row.block-1 .data p,
.categories-home .row.block-1 .data h2,
.categories-home .row.block-1 .data a {
  color: #2E2E2E !important;
  margin: 0;
}
.categories-home .row.block-1 .data h4 {
  font-size: 12px;
  letter-spacing: 6px;
}
.categories-home .row.block-1 .data h2 {
  font-size: 70px;
  margin: 0;
  margin-left: -3px;
  letter-spacing: 1px;
}
.categories-home .row.block-1 .data p {
  text-transform: none;
  font-size: 12px;
  max-width: 500px;
  margin: 25px 0;
}
.categories-home .row.block-1 .data a {
  color: #2e2e2e;
  font-family: 'Raleway', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 4px;
  border-radius: 5px;
}
@media (max-width: 991px) {
  .categories-home .row.block-1 .data {
    padding: 10px;
    width: 100%;
    margin: 30px 0;
  }
  .categories-home .row.block-1 .data h2 {
    font-size: 54px;
    line-height: 50px;
    margin: 0px 0;
  }
  .categories-home .row.block-1 .data h4 {
    font-size: 10px;
  }
}
.categories-home .row.block-1 .tornillo-img {
  position: absolute;
  top: 55px;
  left: 60px;
  height: 300px;
  width: 110px;
}
.categories-home .row.block-1 .tornillo-img img {
  width: 50%;
}
@media (max-width: 991px) {
  .categories-home .row.block-1 .tornillo-img {
    display: none;
  }
}
.categories-home .row.block-2 {
  min-height: 550px;
  border-bottom: black 3px solid;
}
.categories-home .row.block-2 .block-construccion {
  overflow: hidden;
}
.categories-home .row.block-2 .block-construccion h2 {
  margin-top: 160px;
}
.categories-home .row.block-2 .block-construccion h2 img {
  max-width: 380px;
}
@media (max-width: 767px) {
  .categories-home .row.block-2 .block-construccion h2 img {
    width: 90%;
  }
}
.categories-home .row.block-2 .block-construccion .tornillo-img {
  position: absolute;
  bottom: 0px;
  left: 50%;
  height: auto;
  width: 280px;
  margin-left: -140px;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.categories-home .row.block-2 .block-construccion .tornillo-img img {
  width: 50%;
}
.categories-home .row.block-2 .block-construccion:hover .tornillo-img {
  bottom: -10px;
}
.categories-home .row.block-2 .block-producto {
  position: relative;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}
.categories-home .row.block-2 .block-producto h3 {
  color: #2e2e2e;
  font-family: 'Raleway', sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 3px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #2E2E2E;
  background: #EEE;
  border-bottom: #BBB 1px solid;
  margin: 0;
  background-size: 30%;
}
.categories-home .row.block-2 .block-producto h2 {
  position: absolute;
  font-size: 21px;
  font-weight: 300;
  letter-spacing: 1px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #2E2E2E;
  background: #EEE;
  border-top: #BBB 1px solid;
  margin: 0;
  background-size: 30%;
  bottom: 0;
}
.categories-home .row.block-2 .block-expo {
  border-top: none;
  text-align: left;
  padding-left: 15px;
  padding-top: 15px;
  background-size: cover;
  background-position: center;
}
.categories-home .row.block-2 .block-expo h2 {
  font-size: 42px;
  font-weight: 100;
  letter-spacing: 1px;
  margin: 0;
  background-size: 30%;
  bottom: 0;
  margin-top: -3px;
  margin-left: -2px;
}
.categories-home .row.block-2 .block-expo h2.fecha {
  margin-top: 90px;
  font-size: 22px;
  text-transform: none;
}
.categories-home .row.block-2 .block-expo h4 {
  font-size: 9px;
  letter-spacing: 3px;
  color: #CCC;
  margin: 0;
}
.categories-home .row.block-2 .block-expo:hover {
  background-size: cover;
}
.categories-home .row.block-2 .block-descarga {
  position: relative;
  text-align: left;
}
.categories-home .row.block-2 .block-descarga .data {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  left: 0;
  padding-left: 15px;
  background: rgba(0, 0, 0, 0.7);
}
.categories-home .row.block-2 .block-descarga .data h4 {
  font-size: 9px;
  letter-spacing: 3px;
  color: #CCC;
  margin: 0;
  width: 70%;
  line-height: 12px;
}
.categories-home .row.block-2 .block-descarga .data h2 {
  font-weight: 100;
  margin-top: 22px;
  font-size: 28px;
  text-transform: none;
  margin-bottom: 0;
}
.categories-home .rectangle {
  border: 4px solid black;
  border-top: 4px solid black;
  border-bottom: 4px solid black;
}
.categories-home .rectangle h2 {
  margin-top: 10px;
  font-size: 40px;
  color: white;
}
.categories-home .rectangle p {
  color: #000000;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-top: 60px;
  text-transform: uppercase;
}
.categories-home .rectangle.lg {
  min-height: 550px;
}
.categories-home .rectangle.md {
  height: 340px;
}
.categories-home .rectangle.sm {
  height: 210px;
}
.contact-form {
  box-sizing: border-box;
  padding: 20px 0px 40px;
  background: white;
}
.contact-form form h3 {
  color: #707070;
  font-family: 'Raleway', sans-serif;
  font-size: 35px;
  font-weight: 900;
  margin-bottom: 5px;
  text-transform: none;
}
.contact-form form p {
  color: #707070;
  margin-bottom: 30px;
}
.contact-form form input {
  color: #707070;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 500;
  background: #EFEFEF;
  border: none;
  border-radius: 30px;
  box-shadow: none;
}
.contact-form form textarea {
  color: #707070;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 500;
  background: #EFEFEF;
  border: none;
  border-radius: 15px;
  box-shadow: none;
  height: 83px;
  resize: none;
}
.contact-form form .btn-blue {
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 500;
  background: #075a9e;
  border-radius: 30px;
  width: 100%;
}
.contact-form form .btn-blue:hover {
  background: #003e7b;
}
.dist-form,
.bibo-form {
  box-sizing: border-box;
  padding: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  background: #003E7B;
  height: 0px;
  overflow: hidden;
}
.dist-form form h3,
.bibo-form form h3 {
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.dist-form form h3 span,
.bibo-form form h3 span {
  font-weight: 300;
}
.dist-form form input,
.bibo-form form input {
  color: #707070;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 500;
  background: #EFEFEF;
  border: none;
  border-radius: 30px;
  box-shadow: none;
}
.dist-form form a,
.bibo-form form a {
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.dist-form form .btn-bluestrong,
.bibo-form form .btn-bluestrong {
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 500;
  background: #003E7B;
  border-radius: 30px;
  margin-bottom: 5px;
  width: 100%;
}
.dist-form form .btn-bluestrong:hover,
.bibo-form form .btn-bluestrong:hover {
  background: #003e7b;
}
@media (max-width: 767px) {
  .dist-form form .btn-bluestrong,
  .bibo-form form .btn-bluestrong {
    margin-top: 15px;
  }
}
.dist-form form .btn-blue,
.bibo-form form .btn-blue {
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 500;
  background: #075A9E;
  border-radius: 30px;
  margin-bottom: 5px;
  width: 100%;
}
.dist-form form .btn-blue:hover,
.bibo-form form .btn-blue:hover {
  background: #003e7b;
}
@media (max-width: 767px) {
  .dist-form form .btn-blue,
  .bibo-form form .btn-blue {
    margin-top: 15px;
  }
}
.dist-form.active,
.bibo-form.active {
  height: auto;
  box-sizing: border-box;
  padding: 40px 0;
}
.bibo-form {
  background: #0F559A;
}
.navbar {
  background: #FEFEFE;
  border: none;
  border-radius: 0px;
  margin: 0;
}
.navbar .navbar-toggle {
  border: 0px;
  background: transparent;
  opacity: 0;
}
.navbar .navbar-toggle:hover,
.navbar .navbar-toggle:active,
.navbar .navbar-toggle:focus,
.navbar .navbar-toggle.active {
  background: transparent;
  border: 0;
}
.navbar .navbar-toggle .icon-bar {
  background: white;
  height: 3px;
}
@media (max-width: 767px) {
  .navbar .navbar-brand {
    padding: 10px 15px;
  }
  .navbar .navbar-brand img {
    width: 100px;
  }
}
.navbar .navbar-nav li {
  cursor: pointer;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.navbar .navbar-nav li a {
  color: #707070;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 500;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  border-bottom: 4px solid #FEFEFE;
  padding-top: 60px;
}
.navbar .navbar-nav li a:hover,
.navbar .navbar-nav li a:focus,
.navbar .navbar-nav li a:active {
  background: transparent;
  border-bottom: 4px solid #f42442;
}
@media (max-width: 767px) {
  .navbar .navbar-nav li a:hover,
  .navbar .navbar-nav li a:focus,
  .navbar .navbar-nav li a:active {
    border-bottom: 1px solid #ccc;
  }
}
@media (max-width: 767px) {
  .navbar .navbar-nav li a {
    padding-top: 15px;
    border-bottom: 1px solid #ccc;
  }
}
.navbar .navbar-nav li.active a {
  background: transparent;
  border-bottom: 4px solid #f42442;
}
.navbar .navbar-nav li.active a:hover,
.navbar .navbar-nav li.active a:focus,
.navbar .navbar-nav li.active a:active {
  background: transparent;
  border-bottom: 4px solid #f42442;
}
@media (max-width: 767px) {
  .navbar .navbar-nav li.active a {
    border-bottom: 1px solid #f42442;
  }
  .navbar .navbar-nav li.active a:hover,
  .navbar .navbar-nav li.active a:focus,
  .navbar .navbar-nav li.active a:active {
    border-bottom: 1px solid #f42442;
  }
}
.navbar .navbar-nav li.li-lg-button {
  text-align: center;
}
.navbar .navbar-nav li.li-lg-button a {
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 500;
  border-bottom: none;
  padding: 60px 30px 15px;
}
.navbar .navbar-nav li.li-lg-button a.blue {
  background: #003E7B;
  border-bottom: 4px solid #003E7B;
}
.navbar .navbar-nav li.li-lg-button a.blue:hover,
.navbar .navbar-nav li.li-lg-button a.blue:focus,
.navbar .navbar-nav li.li-lg-button a.blue:active {
  background: #002E5B;
  border-bottom: 4px solid #002E5B;
}
.navbar .navbar-nav li.li-lg-button a.bluelight {
  background: #0F559A;
  border-bottom: 4px solid#0F559A;
}
.navbar .navbar-nav li.li-lg-button a.bluelight:hover,
.navbar .navbar-nav li.li-lg-button a.bluelight:focus,
.navbar .navbar-nav li.li-lg-button a.bluelight:active {
  background: #003E7B;
  border-bottom: 4px solid #003E7B;
}
.navbar .navbar-nav li.li-lg-button a img {
  left: 50%;
  margin-left: -21px;
  position: absolute;
  top: 15px;
}
@media (max-width: 991px) {
  .navbar .navbar-nav li.li-lg-button a img {
    position: relative;
    top: 6px;
  }
}
@media (max-width: 991px) {
  .navbar .navbar-nav li.li-lg-button a {
    padding: 45px 20px 15px;
  }
}
@media (max-width: 767px) {
  .navbar .navbar-nav li.li-lg-button a {
    padding: 15px 15px;
    position: relative;
    text-align: left;
  }
  .navbar .navbar-nav li.li-lg-button a img {
    left: initial;
    top: 13px;
    position: absolute;
    right: 25px;
    width: 30px;
  }
}
@media (max-width: 767px) {
  .navbar .navbar-nav {
    margin: 0 -15px;
  }
}
.navbar .tel {
  background: -webkit-linear-gradient(right, #dddddd, #fefefe);
  /* For Safari 5.1 to 6.0 */

  background: -o-linear-gradient(right, #dddddd, #fefefe);
  /* For Opera 11.1 to 12.0 */

  background: -moz-linear-gradient(right, #dddddd, #fefefe);
  /* For Firefox 3.6 to 15 */

  background: linear-gradient(to left, #dddddd, #fefefe);
  /* Standard syntax */

  text-align: right;
  position: absolute;
  height: 40px;
  width: 319px;
  padding: 0 15px;
}
.navbar .tel p {
  margin: 7px 0;
}
.nosotros .nosotros-blue {
  background: url(../img/nosotros-fondo-img.png) center no-repeat;
  background-size: cover !important;
  padding-bottom: 200px;
}
.nosotros .nosotros-blue h3 {
  color: #00336f;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 900;
  margin-top: 0;
  text-transform: none;
}
.nosotros .nosotros-blue .description {
  box-sizing: border-box;
  padding: 15px 40px;
}
@media (max-width: 767px) {
  .nosotros .nosotros-blue .description {
    box-sizing: border-box;
    padding: 15px;
  }
}
.nosotros .nosotros-blue .bibo-company {
  margin-top: 201px;
}
.nosotros .nosotros-blue .bibo-company p {
  color: white;
}
@media (max-width: 767px) {
  .nosotros .nosotros-blue .bibo-company {
    margin-top: 40px;
  }
}
.nosotros .nosotros-blue .bibo-white {
  background: white;
}
.nosotros .nosotros-blue .bibo-white img {
  display: block;
  margin: 0 auto;
}
.nosotros .nosotros-blue .bibo-white p {
  box-sizing: border-box;
  padding: 20px 60px;
}
@media (max-width: 767px) {
  .nosotros .nosotros-blue .bibo-white p {
    box-sizing: border-box;
    padding: 20px 0;
  }
}
.nosotros .nosotros-blue .bibo-white .bibo-desc .logo-nosotros {
  padding: 70px 0;
}
@media (max-width: 767px) {
  .nosotros .nosotros-blue .bibo-white .bibo-desc .logo-nosotros {
    padding: 30px 0 10px;
    width: 135px;
  }
}
.nosotros .nosotros-blue .mision {
  border-right: 1px solid white;
}
.nosotros .nosotros-blue .mision,
.nosotros .nosotros-blue .vision {
  margin: 40px 0;
}
.nosotros .nosotros-blue .mision p,
.nosotros .nosotros-blue .vision p {
  color: white;
}
@media (max-width: 767px) {
  .nosotros .nosotros-blue .mision,
  .nosotros .nosotros-blue .vision {
    margin: 10px 0;
  }
}
@media (max-width: 767px) {
  .nosotros .nosotros-blue {
    padding-bottom: 40px;
  }
}
.nosotros .nosotros-white .lines {
  margin-top: -160px;
}
.nosotros .nosotros-white .lines h2 {
  color: #003e7b;
  font-family: 'Raleway', sans-serif;
  font-size: 26px;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 30px;
  text-transform: none;
}
.nosotros .nosotros-white .lines .line-item {
  border: 2px solid white;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover !important;
}
.nosotros .nosotros-white .lines .line-item.orange {
  background-image: url(../img/lineas-select-img.png);
}
.nosotros .nosotros-white .lines .line-item.blue {
  background-image: url(../img/lineas-clasico-img.png);
}
.nosotros .nosotros-white .lines .line-item.green {
  background-image: url(../img/lineas-ejecutivo-img.png);
}
.nosotros .nosotros-white .lines .line-item.yellow {
  background-image: url(../img/lineas-elite-img.png);
}
.nosotros .nosotros-white .lines .line-item h3 {
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 5px;
  margin-top: 80px;
}
@media (max-width: 1199px) {
  .nosotros .nosotros-white .lines .line-item h3 {
    margin-top: 65px;
  }
}
@media (max-width: 991px) {
  .nosotros .nosotros-white .lines .line-item h3 {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .nosotros .nosotros-white .lines .line-item h3 {
    margin-top: 40%;
  }
}
.nosotros .nosotros-white .lines .line-item p {
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .nosotros .nosotros-white .lines .square-about {
    padding: 0;
  }
}
@media (max-width: 1199px) {
  .nosotros .nosotros-white .lines {
    margin-top: -140px;
  }
}
@media (max-width: 991px) {
  .nosotros .nosotros-white .lines {
    margin-top: -120px;
  }
}
@media (max-width: 767px) {
  .nosotros .nosotros-white .lines {
    margin-top: 40px;
  }
}
.nosotros .nosotros-white .prestige {
  box-sizing: border-box;
  padding: 40px 0;
}
.nosotros .nosotros-white .prestige h2 {
  color: #003e7b;
  font-family: 'Raleway', sans-serif;
  font-size: 26px;
  font-weight: 900;
  margin-top: 20px;
  margin-bottom: 10px;
  text-transform: none;
}
.nosotros .nosotros-white .prestige h2.small {
  font-size: 22px;
  margin-bottom: 40px;
  margin-top: 0px;
}
.thumbs-container {
  box-sizing: border-box;
  padding: 40px 15px;
}
.thumbs-container .thumb-item {
  background: #99a6ac;
  height: 300px;
  overflow: hidden;
  width: 100%;
}
.t-white {
  color: white !important;
}
footer {
  border-top: #555 1px solid;
  box-sizing: border-box;
  padding: 15px 0;
  background: #2E2E2E;
}
footer .right h4 {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #CCC;
}
footer .data {
  position: relative;
}
footer .data h4.sub {
  padding-top: 0px;
  font-size: 7px;
  letter-spacing: 1px;
}
footer .data .logo {
  position: absolute;
  top: 0px;
  left: 30px;
  width: 120px;
  height: 30px;
  border-right: #666 1px solid;
}
footer .data .logo img {
  width: 100px;
}
footer .social-icon {
  padding: 10px 0;
  margin: 0 5px;
}
@media (max-width: 1199px) {
  footer .social-icon {
    width: 45px;
  }
}
@media (max-width: 767px) {
  footer .social-icon {
    width: 38px;
  }
}
.menu-toggle {
  box-sizing: border-box;
  position: relative;
  width: 60px;
  padding: 13px 10px;
  position: absolute;
  right: 0;
  cursor: pointer;
}
.menu-toggle span {
  display: block;
  width: 30px;
  height: 5px;
  border-radius: 3px;
  background: #003e7b;
  margin-bottom: 5px;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.menu-toggle span:last-child {
  margin-bottom: 0;
}
.menu-toggle.open span {
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  transform: scaleX(0);
}
.menu-toggle.open span:first-child {
  position: relative;
  top: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-toggle.open span:last-child {
  position: relative;
  top: -10px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/*Custom checkbox*/
.radio-btn input[type="radio"],
.check-box input[type="checkbox"] {
  visibility: hidden;
}
/*Custom radio button*/
.radio-btn {
  width: 20px;
  height: 20px;
  display: inline-block;
  float: left;
  margin: 3px 7px 0 0;
  cursor: pointer;
  position: relative;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #ccc;
  box-shadow: 0 0 1px #ccc;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
}
.checkedRadio {
  -moz-box-shadow: inset 0 0 5px 1px #ccc;
  -webkit-box-shadow: inset 0 0 5px 1px #ccc;
  box-shadow: inset 0 0 5px 1px #ccc;
}
.radio-btn i {
  border: 1px solid #E1E2E4;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 3px;
  top: 3px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.checkedRadio i {
  background-color: #3C88FE;
}
/*selected toggle*/
/*Toggle Specific styles*/
input[type='checkbox'].toggle {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 55px;
  height: 28px;
  background-color: #eee;
  position: relative;
  border-radius: 30px;
  box-shadow: none;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
input[type='checkbox'].toggle:hover:after {
  background-color: #bbbbbb;
}
input[type='checkbox'].toggle:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: #a2a2a2;
  top: 2px;
  left: 2px;
  border-radius: 50%;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
input[type='checkbox']:checked.toggle {
  box-shadow: inset 0 0 0 15px black;
}
input[type='checkbox']:checked.toggle:after {
  left: 29px;
  background-color: #fff;
}
/*modal detail*/
.modal.fade.in {
  background: rgba(0, 0, 0, 0.6);
}
.modal.fade.in .modal-content {
  background: transparent;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}
.modal.fade.in .modal-content .modal-body {
  position: relative;
}
.modal.fade.in .modal-content .modal-body h2 {
  color: #000000;
  font-family: 'Raleway', sans-serif;
  font-size: 22px;
  font-weight: 300;
  margin-top: 30px;
  padding: 0 180px;
}
@media (max-width: 991px) {
  .modal.fade.in .modal-content .modal-body h2 {
    padding: 0 15px;
  }
}
.modal.fade.in .modal-content .modal-body h3 {
  color: #000000;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 700;
}
.modal.fade.in .modal-content .modal-body .box-container {
  display: block;
  margin: 0 auto;
  padding-top: 20px;
  width: 210px;
}
.modal.fade.in .modal-content .modal-body .box-container .box-item {
  box-sizing: border-box;
  padding: 17px 20px;
  border: 2px solid #f42442;
  border-radius: 5px;
  margin-bottom: 12px;
  position: relative;
  color: #000000;
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .modal.fade.in .modal-content .modal-body {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .modal.fade.in .modal-dialog {
    margin: 0;
    width: 100% !important;
  }
}
.modal.fade.in.search {
  background: white;
  padding-top: 40px;
}
.close-modal {
  margin-right: 30px;
  position: absolute;
  right: 0;
}
/*modal search*/
.categories-form-resp {
  box-sizing: border-box;
  padding: 20px;
}
.categories-form-resp .ul-radio {
  padding-left: 5px;
}
.categories-form-resp .li-radio {
  color: #717171;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 700;
  display: table;
  margin: 10px 0;
  text-transform: uppercase;
}
.categories-form-resp .li-radio img {
  position: relative;
  top: -7px;
  width: 36px;
}
@media (max-width: 1199px) {
  .categories-form-resp .li-radio img {
    top: -2px;
    width: 25px;
  }
}
.categories-form-resp .li-radio .subname {
  display: inline-block;
  left: 10px;
  position: relative;
  top: -7px;
}
@media (max-width: 991px) {

}
.categories-form-resp .li-radio .radio-btn {
  margin-top: 0px;
}
.categories-form-resp .title-cat {
  color: #5b5b5b;
  font-family: 'Raleway', sans-serif;
  font-size: 17px;
  font-weight: 700;
  margin-top: 30px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .categories-form-resp .title-cat {
    font-size: 15px;
    margin-top: 27px;
    margin-left: 18px;
  }
}
@media (max-width: 767px) {
  .categories-form-resp .title-cat {
    font-size: 20px;
    text-align: left;
    margin-left: 7px;
  }
}
.categories-form-resp .btn-red {
  margin: 25px 10px;
  width: 170px;
}
@media (max-width: 1199px) {
  .categories-form-resp .btn-red {
    margin: 25px 0;
    width: 100%;
  }
}
.categories-form-resp .search {
  background: transparent url(../img/categoria-buscar.png) center left no-repeat;
  background-size: 30px;
  border: none;
  color: #717171;
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  font-weight: 900;
  padding-left: 45px;
  padding-right: 15px;
  height: 42px;
  margin-top: 22px;
  margin-left: 15px;
  text-transform: uppercase;
  width: 100%;
}
.categories-form-resp .search:hover,
.categories-form-resp .search:focus,
.categories-form-resp .search:active,
.categories-form-resp .search:visited {
  border: none;
  box-shadow: 0px;
  outline: none;
}
@media (max-width: 1199px) {
  .categories-form-resp .search {
    margin-top: 0px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .categories-form-resp .search {
    margin-bottom: 00px;
  }
}
.categories-form-resp .formbar {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  height: 100%;
  overflow: hidden;
  padding: 0;
}
.categories-form-resp .formbar.active {
  box-sizing: border-box;
  padding: 20px 0;
  height: auto;
}
