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: #98D5DF;
}
.top-bar {
  padding: 10px 1rem;
}
.navbar-brand img{
  width: 200px;
  max-height: 60px;
}
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: #98D5DF;
}
footer.main-footer .copyrights {
  padding: 10px 0;
  background: #FFF;
  color: #222;
}
footer.main-footer .main-block {
  padding: 15px 0;
  background: #1C1B18;
}
.padding-small {
  padding: 20px 0 !important;
}
.card-header{
  cursor: pointer;
}
footer .logo{
  max-width: 200px;
}
.hero h3{
  margin-bottom: 0;
}
.mapa iframe{
  width: 100%;
  height: 300px;
}
.btn-primary, .btn-template{
  padding: .5rem 1.8rem;
}
.social ul li{
  color: #D0556E;
}
.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 .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: #98D5DF;
}
.CTAs {
  margin-top: 20px;
}
.basket .item {
  padding: 10px 0;
}
section.shopping-cart .CTAs {
  margin-top: 20px;
}
.hero-page.gray-bg{
  border-top: 10px solid #D0556E;
}
/* 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:  #D0556E;
  color: #FFF;
}
.slider-img{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover !important;
  background-position: center center !important;
}
@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;
  }
}
@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){
}