body{
  font-family: 'Open Sans', sans-serif;
}

a{
  transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}

a:hover{
  text-decoration: none;
  transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}

.barra-superior{
  background: #cf3430;
  color: #fff;
  padding: 0px;
  opacity: .8;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  overflow: hidden;
}

.barra-superior a{
  color: #FFF;
  padding: 17px 30px;
  font-size: 14px;
  display: inline-block;
}

.barra-superior a i{
  margin-right: 5px;
}

.barra-superior a:nth-child(2){
  border-left: solid 1px rgba(255,255,255,0.5);
}

.barra-superior a:hover{
  background: #a91010;
}

.barra-superior ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

.barra-superior ul li{
  margin: 0;
  padding: 0;
  display: inline-block;
}

.carousel-inner .item a img,
.carousel-inner .item img,
.img-responsive,
.thumbnail a img,
.thumbnail img{
  width: 100%;
}

header .container{
  position: relative;
}

header{
  position: absolute;
  top: 55px;
  left: 0;
  right: 0;
  padding-left: 15px;
  padding-right: 20px;
  z-index: 999;
}

header .logo{
  float: left;
  margin-top: 20px;
}

header nav{
  font-weight: 600;
  margin-top: 30px;
  text-align: center;
}

header nav ul{
  list-style: none;
  margin: 0px;
  padding: 0px;
}

header nav ul li{
  display: inline-block;
  margin: 0px 3%;
  padding: 0px;
}

header nav a{
  background: #cf3430;
  opacity: .8;
  color:#fff;
  padding: 7px 30px;
  display: inline-block;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  margin-top: 20px;
  border: solid 1px #666666;
}

header nav .logo{
  display: inline-block;
  margin: 0px 3%;
}

header nav .logo a{
  background: transparent;
  opacity: 1;
  border: none;
}

header nav a:hover{
  background: #a91010;
  color:#fff;
}

#logo{
  max-width: 160px;
  padding: 15px;
  background: #FFF;
  margin: auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding-bottom: 10px;
  display: block;
  color: #000;
}

#logo img{
  max-width: 100%;
}

.sombra{
  position: absolute;
  top: 55px;
  left: 0;
  right: 0;
  height: 250px;
  background: rgb(0,0,0);
  background: -webkit-linear-gradient(rgba(0,0,0,0.80015756302521) 0%, rgba(0,0,0,0) 78%);
  background: -o-linear-gradient(rgba(0,0,0,0.80015756302521) 0%, rgba(0,0,0,0) 78%);
  background: linear-gradient(rgba(0,0,0,0.80015756302521) 0%, rgba(0,0,0,0) 78%);
  z-index: 9;
}

section#destacados, section#productos{
  padding: 75px 20px;
  padding-top: 15px;
  overflow: hidden;
}

section#destacados{
  padding: 75px 15%;
}

section#destacados h2{
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 1.5em;
}

section#destacados .owl-carousel img{
  border: solid 2px yellow;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background: #FFF;
  padding-top: 5px;
  padding-bottom: 10px;
}

section#productos .it img{
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #FFF;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

section#destacados .it{
  margin-bottom: 40px;
  opacity: 1;
}

section#destacados .it:hover{
  opacity: .6;
}

.it h3{
  font-size: 1em;
  margin: 0px;
  font-weight: 600;
  padding: 0;
  text-transform: uppercase;
}

section#destacados .it h4{
  font-size: 15px;
  opacity: .5;
}
.it h5{
  font-size: 1.5em;
  font-weight: 800;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.it h5 div{
  display: inline-block;
}
.it h5 .anterior{
  text-decoration: line-through;
  color: #FFF;
  font-weight: 400;
  font-size: .7em;
  margin-top: 5px;
  opacity: .7;
}
.it h5 .oferta{
  color: #FFF;
  margin-left: 10px;
}
section#destacados .it p{
  font-size: 14px;
  color: #999;
  line-height: 19px;
}
section#productos .it h5 .anterior{
  color: #000;
  opacity: .7;
}
section#productos .it h5 .oferta{
  color: #000;
  font-weight: 800;
}
section#productos .it h5{
  font-weight: 800;
  display: flex;
  justify-content: center;
}
.it .lainfo{
  position: relative;
  z-index: 99999;
  margin-top: -7px;
  background: #8408FE;
  background: -webkit-linear-gradient(145deg, rgba(132, 8, 254, 1) 0%, rgba(5, 220, 241, 1) 100%);
  background: -moz-linear-gradient(145deg, rgba(132, 8, 254, 1) 0%, rgba(5, 220, 241, 1) 100%);
  background: linear-gradient(145deg, rgba(132, 8, 254, 1) 0%, rgba(5, 220, 241, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8408FE", endColorstr="#05DCF1", GradientType=0);
  padding: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #FFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.btn-principal{
  background: #8408FE;
  background: -webkit-linear-gradient(145deg, rgba(132, 8, 254, 1) 0%, rgba(5, 220, 241, 1) 100%);
  background: -moz-linear-gradient(145deg, rgba(132, 8, 254, 1) 0%, rgba(5, 220, 241, 1) 100%);
  background: linear-gradient(145deg, rgba(132, 8, 254, 1) 0%, rgba(5, 220, 241, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8408FE", endColorstr="#05DCF1", GradientType=0);
  color: #FFF;
  border-color: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: .6rem 1rem;
}

.btn-principal:hover, .btn-principal:focus{
  background: #000;
  color: #FFF;
}

section.catcon{
  border-top: solid 1px #eaeaea;
}

section.catcon .catalogo{
  background-image: url(../img/fondo-catalogo.png);
  background-size: cover;
  padding: 150px 100px;
  margin-top: -1px;
  margin-bottom: -1px;
  min-height: 500px;
}

section.catcon .catalogo .portada{
  float: right;
  margin-right: 50px;
}

section.catcon .catalogo .descripcion{
  float: right;
  margin-top: 100px;
  color: #FFF;
  margin-right: 60px;
}

section.catcon .catalogo .descripcion a{
  font-size: 1.1em;
  margin-top: 10px;
}

section.catcon .catalogo .descripcion h4{
  font-weight: 800;
}

section.catcon .catalogo img{
  padding: 15px;
  background:rgba(255,255,255,.2);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

section.catcon .contacto{
  padding: 0px 100px;
}

section.catcon .contacto big{
  font-size: 1.5em;
  font-weight: 800;
}

section.catcon .contacto p.lead{
  margin-top: 10px;
  margin-bottom: 20px;
}

section.catcon .contacto p, section.catcon .contacto form{
  width: 80%;
}

section.catcon .contacto form input{
  margin-bottom: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

section.catcon .contacto form textarea{
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

section.catcon .contacto form .btn{
  background: #000;
  color: #FFF;
  margin-top: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

section#somos{
  padding: 95px 0px;
  border-top: solid 1px #eaeaea;
}

section#somos .somos{
  padding: 0px 100px;
}

section#somos .somos .cont{
  float: right;
  width: 80%;
}

section#somos p.lead{
  font-size: 1.1em;
}

section#somos .sucursales p.lead{
  margin-top: 10px;
  margin-bottom: 20px;
}

section#somos h4{
  font-weight: 700;
  font-size: 1.5em;
}

section#somos .sello{
  text-transform: uppercase;
  font-weight: 500;
  color: #cf3430;
  font-size: 1.2em;
  margin-bottom: 30px;
}

section#somos .sucursales{
  padding: 0px 100px;
}

section#somos .sucursales big{
  font-size: 1.5em;
  font-weight: 800;
  color: #cf3430;
}

section#somos .sucursales .list-group{
  width:80%;
  line-height: 29px;
}

section#somos .sucursales .list-group a.btn-sucursal{
  background-color: #000;
  color: #FFF;
  padding: 3px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.modal .list-group-item{
  border: none !important;
  font-weight: 300;
}

.modal-body{
  padding: 3rem 3em;
  font-size: 1.2em;
}

.modal-body i{
  margin-right: 10px;
  color: #cf3430;
}

.modal-body .video{
  width: 100%;
  height: 400px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}

footer{
  border-top: solid 1px #eaeaea;
  padding-top: 20px;
  padding-bottom: 20px;
}

#slider .carousel-caption{
  bottom: 50px;
  text-shadow: 0px 2px 10px rgba(0,0,0,.8);
}

#slider .carousel-caption h5{
  font-size: 2rem;
  font-weight: 800;
}

#slider .baja{
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 99;
  font-weight: 300;
  font-size: 1.2em;
}

#slider .baja a{
  color: #fff;
}

#slider .baja i{
}

section#productos .it{
  padding-top: 20px;
  padding-bottom: 10px;
  display: block;
  margin-bottom: 30px;
  cursor: pointer;
  background: #eee;
  opacity: 1;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}

section#productos .it:hover{
  opacity: .6;
  transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}

section#productos .it h2{
  font-size: 1em;
  margin-top: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

section#productos .it{
  color:#333;
}

section#productos .it h3{
  color: #999;
  font-size: 15px;
  margin-bottom: 0px;
}

section#productos form{
  margin-bottom: 3em;
  margin-top: 2em;
  font-weight: 300 !important;
}

section#productos form .row-form{
  margin-bottom: 10px;
}

section#productos form input::placeholder{
  color:#CCC !important;
}

section#productos form select{
  color:#777 !important;
}

section#productos .btn-vermas{
  background: #000;
  color: #FFF;
  margin-top: 20px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 7px 22px;
}

section#productos .btn-vermas:hover{
  background: #cf3430;
  color: #FFF;
}

article.migas-de-pan{
  padding-top: 210px;
  padding-bottom: 30px;
  position: relative;
  background-image: url(../img/banner-catalogo.png);
  background-size: cover;
}

ol.breadcrumb{
  position: relative;
  z-index: 99;
  background-color: #ffffff;
  margin-bottom: 0;
  font-size: .9em;
}

ol.breadcrumb a{
  color: #cf3430;
}

section.detalle-prod{
  padding-top: 100px;
  padding-bottom: 100px;
}

section.detalle-prod .cont-img{
  border: solid 1px #eaeaea;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-align: center;
  overflow: hidden;
}

section.detalle-prod .cont-img img{
  width: 100%;
}

section.detalle-prod h3{
  display: inline-block;
}

section.detalle-prod p{
  font-size: .9em;
}

section.detalle-prod .stock{
  font-size: .9em;
  background: #eaeaea;
  padding: 5px 10px;
  color: green;
  display: inline-block;
  margin-bottom: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

section.detalle-prod .no-stock{
  font-size: .9em;
  background: #eaeaea;
  padding: 5px 10px;
  color: red;
  margin-bottom: 10px;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

section.detalle-prod span.codigo{
  font-size: .5em;
  margin-top: 10px;
  margin-left: 5px;
  position: absolute;
}

section.detalle-prod .precio{
  margin-bottom: 15px;
}

section.detalle-prod form input.form-control{
  max-width: 120px;
  display: inline-block;
}

section.detalle-prod form button{
  margin-top: -3px;
}

section.detalle-prod .btn-primary{
  background: #cf3430;
  border-color:#ac1010;
  color: #FFF;
  margin-top: -4px;
}

section.detalle-prod .btn-primary:hover{
  background: #ac1010;
  border-color:#cf3430;
  color: #FFF;
}

section.detalle-prod .btn-primary:c{
  background: #ac1010;
  border-color:#cf3430;
  color: #FFF;
}

.separador{
  display: block;
  width: 100%;
  height: 1px;
  background: #eaeaea;
  margin-top: 50px;
  margin-bottom: 50px;
}

article.relacionados{
  text-align: center;
}

article.relacionados h4{
  text-align: center;
  margin-bottom: 40px;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
  background: #ac1010;
  border-color:#cf3430;
  color: #FFF;
}

#carro{
  position: absolute;
  right: 100px;
  top: 37px;
  z-index: 99999;
  color: #FFF;
  background: #cf3430;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#carro i{
  margin-left: 5px;
}

section.detalle-prod .cont-imgs{
  display: grid;
  grid-template-columns: repeat(3, 33.3%);
  margin-top: 10px;
}

section.detalle-prod .cont-imgs img{
  max-width: 100%;
  border: solid 1px #eaeaea;
  transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  cursor: pointer;
}

section.detalle-prod .cont-imgs img:nth-child(1){
  -webkit-border-top-left-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-bottomleft: 15px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

section.detalle-prod .cont-imgs img:nth-child(3){
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -moz-border-radius-topright: 15px;
  -moz-border-radius-bottomright: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

section.detalle-prod .cont-imgs img.active{
  border-color: #cf3430;
}

section.detalle-prod .cont-imgs img:hover{
  border-color: #cf3430;
  transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}

section.detalle-prod .tab-content p{
  font-size: 0.85em;
}

section.detalle-prod .tab-content p:last-child{
  margin-bottom: 0;
}

section.detalle-prod .tab-content .tab-pane{
  padding: 15px;
  background: #f5f5f5;
  margin-bottom: 20px;
}

section.detalle-prod .nav-tabs .nav-link{
  font-size: .85em;
  color: #cf3430;
}

section.detalle-prod .nav-tabs .nav-link.active{
  color: #777;
}

.btn-pdf{
  margin-top: 20px;
  margin-bottom: 20px;
  display: inline-block;
}

section.detalle-prod h5.categoria{
  margin-bottom: 30px;
}

section.detalle-prod .tab-content .btn-pdf{
  margin-top: 20px !important;
}

section.detalle-prod .tab-content .btn-pdf i{
  margin-left: 5px !important;
}

section.detalle-prod article.relacionados .it h3{
  font-size: 15px;
}

section.detalle-prod article.relacionados .it h4{
  font-size: 13px;
}

section.detalle-prod article.relacionados .it .btn-principal{
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 13px;
}

section.detalle-prod .it .lainfo{
  margin-top: 5px;
  padding-top: 10px;
  padding-bottom: 12px;
}

#contiene-carro .primero table tbody tr td img.prod{
  max-width: 50px;
}

@media (max-width: 1024px) {}
@media (max-width: 768px) {
  .barra-superior{
    display: none;
  }
  .sombra{
    top: 0;
  }
  header nav ul li{
    display: none !important;
  }
  nav{
    margin-top: 0 !important;
  }
  header{
    top: 0px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #logo{
    max-width: 250px;
    padding: 10px;
  }
  section#destacados{
    padding: 75px 40px;
  }
  .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev{
    font-size: 2em !important;
  }
  section#destacados .it{
    margin-bottom: 0 !important;
  }
  .owl-theme .owl-nav{
    margin-top:0px;
    margin-bottom: 25px;
  }
  section.catcon .catalogo{
    padding: 50px 20px;
  }
  section.catcon .catalogo .portada{
    float: none;
    margin-right: inherit;
    text-align: center;
  }
  section.catcon .catalogo .descripcion{
    margin-top: 30px;
    float: none;
    text-align: center;
    margin-right: inherit;
  }
  section.catcon .contacto{
    padding: 50px 20px;
  }
  section.catcon .contacto p, section.catcon .contacto form{
    width: 100%;
  }
  section#somos{
    padding: 100px 0px;
    padding-bottom: 10px;
  }
  section#somos .somos{
    padding: 0px 20px;
  }
  section#somos .somos .cont{
    float: none;
    width: 100%;
  }
  section#somos .sucursales{
    padding: 30px 20px;
  }
  section#somos .sucursales .list-group{
    width: 100%;
  }
  .modal-body{
    padding: 2rem 1em;
  }
  .list-group{
    margin-bottom: 0px;
  }
  .owl-theme .owl-nav.disabled + .owl-dots{
    margin-bottom: 20px;
  }
  section#destacados, section#productos{
    padding: 75px 20px;
    padding-top: 25px;
    overflow: hidden;
  }
  section#productos form select{
    margin-bottom: 10px;
  }
  section#productos form{
    margin-bottom: 3em;
  }
  .modal img{
    max-width: 80%;
    margin-top: 20px;
  }
  section#destacados .owl-carousel img, section#productos .it img{
    border: none;
  }
  section#productos .it{
    border-bottom: solid 1px #ccc;
    padding-top: 20px;
    padding-bottom: 30px;
    margin-bottom: 0;
  }
  section#productos .btn-vermas{
    margin-top: 80px;
  }
  body.catalogo #slider .baja{
    display: none;
  }
}
@media (min-width: 1362px) {}
@media (min-width: 1440px) {}
@media (min-width: 1680px) {}
@media (min-width: 1681px) {}
@media (min-width: 1800px) {}
@media (min-width: 2050px) {}
@media (min-width: 2800px) {}
