﻿/*.products__title {
    font-size: 20px;
    margin: 15px 15px 5px 15px;
    font-weight: normal;
}*/
/*.product-overlay__stock {
    padding: 0;
}*/
/*.products__price {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
}*/
.nav-pills {
    padding: 10px;
}
.logoFooter {
    text-align: center;
    margin-top: 60px;
}
.logosFooter {
    border-top: 1px #676056 solid;
    margin-top: 20px;
    padding-top: 20px;
    padding-left: 0;
    padding-bottom: 40px;
    list-style-type: none;
}
.logosFooter li {    
    text-align: center;
}
.fotoPagInterior {
    width: 100%;
    max-width: 400px;
}
.maquetaPag {
    margin-bottom: 15px;
}
/*.banners--small, .banners--medium, .banners--big {
    font-size: 20px;
    text-shadow: none;
}*/
.logosFooter img {
    opacity: 0.5;
}
.logosFooter .img-responsive {
    display: inline;
}
h1, .h1 {
    font-size: 32px;
}
.text-highlight {
    font-size: 26px;
    line-height: 42px;
    font-weight: 300;
}
.llistatPremis h2 {
    margin-top: 0;
}
.llistatPremis h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: normal;
    color: #71a866;
}
.llistatPremis h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 16px;
    color: #666;
}
.fotoAlineament {    
    text-align: right;
}
.display-inline {
    display: inline;
}
.jumbotron {
  background: url('../img/home.jpg') no-repeat center bottom;
  background-size: cover;
  text-align: center;
  position: relative;
}
.bannerClub img {
    width: 100%;
    max-width: 263px;
}
a.email, .telefon {
    font-size: 16px;
    color: #fff;
    line-height: 25px;
}
a.email {
    font-size: 14px;
}
.contenidorIconoText {
    display: table;
}
.iconoAnimal, .textFormatges {
    display: table-cell;
}
.textFormatges {
    font-size: 18px;
    line-height: 20px;
    padding-left: 5px;
}
.mapaCat {
    margin-top: 30px;
}
.btn {
    text-transform: none;
}
.btn-primary--transition {
    text-transform: uppercase;
    margin-top: -3px;
}
.footer-widgets .footer-widgets__navigation {
    margin: 0;
}
.btn-warning {
    background-color: #4b463f;
}
.btn-warning:hover {
    background-color: #413c35;
}
.textClubRoura {
    margin-top: 10px;
}
.products__price {
    padding: 3px 10px;
}
.footer__text--link {
    text-align: center;
}

@media (max-width: 767px) {
    .text-highlight {
        font-size: 26px;
        line-height: 37px;
    }
    .bannerClubRoura {
        text-align: center;
    }
}

@media (min-width: 769px) {
  .text-shrink {
    width: 80%;
  }
}

@media (max-width: 768px){
    .logosFooter li {
        margin-bottom: 30px;
        height: 125px;
    }
    .text-shrink {
        width: 100%;
      }
}

@media (min-width: 320px) and (max-width: 414px) {
    .logosFooter .col-xs-4 {
        width: 50%;
    }
}

@media (max-width: 319px) {
    .logosFooter .col-xs-4 {
        width: 100%;
    }
}

@media (min-width: 1025px) {
    .jumbotron {
        height: 700px;
    }
}

@media (min-width: 1024px) {
    .navbar-default .navbar-nav > li > a {
        padding: 40px 7px;
    }
}

@media (min-width: 769px) and (max-width: 990px) {
    .textContactar {        
    }
}

@media (max-width: 990px) {
    .textContactar {
        text-align: center;
    }
}

@media (min-width: 991px) and (max-width: 1199px) {
    a.email {
        font-size: 13px;
    }
}

@media (min-width: 992px) {
    .navbar-default .navbar-nav > li > a {
        padding: 41px 6px 40px 6px;
    }
}

@media (min-width: 1200px) {
    .navbar-default .navbar-nav > li > a {
        padding: 41px 16px 40px 16px;
    }
}


/* Banners publicitarios --------------- */
.banners-publicitarios-home {

}
.banners-publicitarios-home .banner-home {
    display: flex;
    align-items: center;
    background: rgb(216,206,194);
    background: linear-gradient(90deg, rgba(216,206,194,1) 0%, rgba(75,70,63,1) 100%);
    background-image: url(../img/bg-banners-home.png);
}
.banners-publicitarios-home .col-textos {    
    color: #f3f2eb;
    width: 100%;
    padding: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .banners-publicitarios-home .col-textos {
        width: 80%;
    }
}
@media (min-width: 992px) {
    .banners-publicitarios-home .col-textos {
        width: 50%;
    }    
}
.banners-publicitarios-home .texto {
    font-size: 24px;
}
.banners-publicitarios-home .texto span {
    font-size: 18px;
    color: yellowgreen;
}
.banners-publicitarios-home .precio {
    font-size: 32px;
    font-weight: 700;
}
.banners-publicitarios-home .precio span {    
    font-weight: 400;
}
.banner-publi-lote {
    position: relative;
    margin-bottom: 30px;
}
.banner-publi-lote .texto {
    position: absolute;
    width: 100%;
    bottom: 15px;
    left: 0;
    background: rgba(255,255,255,.4);
    color: #391902;
    padding: 15px;
    font-size: 16px;
    font-weight: 700;
}
@media (min-width: 768px) {
    .banner-publi-lote .texto {
        width: 330px;
        left: 15px;
        font-size: 24px; 
    }
}

.PreuAnulat {
    text-decoration: line-through;
}