html{
  height: 100%;
}
body{
  display: flex;
  flex-direction: column;
  height: 100%;
}
.contenedor{
  flex: 1 0 auto;
}
section{
  padding: 40px 0;
}
footer {
  flex-shrink: 0;
}
img{
  max-width: 100%;
}
a:hover, a:active, a:focus{
  text-decoration: none;
  color: #26569b;
}
.top-bar {
  padding: 10px 1rem;
}
.navbar-brand img{
  /*width: 200px;*/
  max-height: 90px;
}
nav.navbar {
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}
nav.navbar a.nav-link {
  font-weight: 500;
}
.cart-mobile{
  color: #333;
  margin: 0;
  text-decoration: none;
  cursor: pointer;
  font-size: 1.5em;
}
.owl-next:focus, .owl-prev:focus{
  outline: 0;
}
.logo-footer{
  max-height: 30px;
}
footer.main-footer .copyrights a:hover {
  color: #26569b;
}
footer.main-footer .copyrights {
  padding: 10px 0;
  background: #FFF;
  color: #222;
}
footer.main-footer .main-block {
  padding: 15px 0;
  background: #123260;
}
.padding-small {
  padding: 20px 0 !important;
}
.card-header{
  cursor: pointer;
}
footer .logo{
  max-width: 120px;
}
.hero h3{
  margin-bottom: 0;
}
.mapa iframe{
  width: 100%;
  height: 300px;
}
.btn-primary, .btn-template{
  padding: .5rem 1.8rem;
}
.social ul li{
  color: #D61F27;
}
.oculto{
  display: none;
}
.marcas:hover{
  -ms-transform: scale(1.15, 1.15);
  transform: scale(1.15, 1.15);
  transition: all .2s ease-in-out;
}
.product{
  background: #FFF;
  border: 1px solid #CCC;
  margin-bottom: 1rem;
  height: 99%;
}
.product .image img {
  max-width: 100%;
  object-fit: cover;
  width: 100%;
  height: 230px;
}
.product .image {
  padding: 0;
  margin-bottom: 20px;
}
section.product-description .share-product {
  margin-top: 0;
}
section.product-details .owl-thumb-item {
  margin: 5px;
}
.precio{
  color: #26569b;
}
.CTAs {
  margin-top: 20px;
}
.basket .item {
  padding: 10px 0;
}
section.shopping-cart .CTAs {
  margin-top: 20px;
}
.hero-page.gray-bg{
  border-top: 10px solid #123260;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.hero-slider .container{
  /*height: 250px;*/
  display: flex;
  align-items: center;
  padding: 30px 20px;
}
.hero-slider .container > .row{
    flex-grow: 1;
}
section.checkout .nav-link.active.disabled {
  cursor: not-allowed !important;
  background: #D61F27;
  color: #FFF;
}
.slider-img{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover !important;
  background-position: center center !important;
}
section.checkout .tab-block .fechaEntrega > span {
  border: 1px solid #ddd;
  padding: 0 10px;
  font-size: 1.3em;
}
section.checkout .tab-block .fechaEntrega .input-group-addon span {
}
.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
  color: #ccc;
}
.tab-content label{
  font-size: 14px;
}
ul.order-menu strong {
  font-weight: 700;
}
select.form-control {
    padding: 2px 20px;
}
.link-whatsapp, .link-whatsapp:active{
  display: block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  color: #FFF;
  background: #6aae35;
  border-radius: 50%;
  padding: 5px 8px; 
}
.link-whatsapp:hover{
  color: #FFF;
  background: #04947c;
}
.encabezado-categorias{
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  color: #FFF;
  height: 120px;
}
.number-spinner{
  display: inline-flex;
  background: #FFF;
  flex-wrap: nowrap;
  max-width: 120px;
}
.number-spinner .form-control{
	border: 0;
  padding: 5px;
}
.number-spinner .btn{
	border: 0;
  padding: 0.375rem 0.35rem;
}
.btn:focus, .btn-template-outlined:focus, .btn.focus, .focus.btn-template-outlined {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.number-spinner input{
	min-width: 30px;
}
.nuestra-empresa-foto{
  float: left;
  margin-right: 15px;
  width: 40%;
}
.input-group>.form-control{
    min-width: 20px;
}
@media (min-width: 1400px){
}
@media (min-width: 1200px){
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .7rem;
    padding-left: .7rem;
  }
}
@media (min-width: 992px){
}
@media (max-width: 1322px) {
}
@media screen and (max-width: 1199px){
}
@media screen and (max-width: 991px){
  footer.main-footer .main-block div[class*='col-'] {
    margin-bottom: 10px;
  }
  footer .logo{
    display: inline-block;
  }
  footer {
    text-align: center;
  }
  .top-bar ul li {
    padding: 0 5px;
  }
  .basket .basket-body {
    padding: 0;
  }
  .basket .basket-header {
    border-radius: 10px;
    background: #f5f5f5;
    padding: 10px;
  }
}
@media screen and (max-width: 767px){
  .hero-slider .container{
    height: 150px;
  }
  section.hero.hero-home h1 {
    font-size: 2rem;
  }
  section.hero.hero-home .lead {
    font-size: 1.15rem;
  }
}
@media only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px){
}