:root{
    --color-white : #fff;
    --color-text : #585858;
    --color-primary: #a30700;
    --color-title: #2f3b47;
}

.color-white{
    color: var(--color-white) !important;
}
.color-primary{
    color: var(--color-primary) !important;
}



body{
    font-family: "Titillium Web", sans-serif;
    font-weight: 400;
    font-style: normal;   
    color: var(--color-text);
}
h2{
    font-size: 40px;
}
p{
    color: var(--color-text);
}
img{
    max-width: 100%;
}
a{
    text-decoration: none;
}
header{
    background-image: url(../img/header.png) ;
    background-size: cover;
    background-position: center;
    padding: 10px 0;
}
.nav-link{
    color: var(--color-white);
    text-transform: uppercase;
    font-size: 14px;
}
.nav-item{
    margin-left: 15px;
}


.bg{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    transform:scale(1.15);
}
.swiper-pagination-bullet-active {
  background: var(--color-primary);
}
.banner{
    /* background-image: url(../img/banner.png); */
    /* padding: 50px 0; */
    background-size: cover;
    background-position: center;
    height: 600px;
    position: relative;
}
.banner-wrapper{
    width: 500px;
}
.banner-wrapper h2{
    color: var(--color-text);
    font-size: 40px;
}
.banner-wrapper h2 span{
    color: var(--color-primary);
    font-weight: 700;
}
.banner-wrapper p{
    line-height: 1.4;
}





/* home manchester */
.home-manchester{
    padding: 50px 0;
    background: #eeeeee;
}
.home-manchester-img{
    position: absolute;
    right: 0;
    top: 50px;
    width: 800px;
}
.hm-text-1{
    max-width: 480px;
}
.hm-text-2{
    max-width: 470px;
}
.hm-text-3{
    max-width: 445px;
}
.hm-text-4{
    max-width: 400px;
}
.hm-text-5{
    max-width: 388px;
}
.home-manchester p{
    font-size: 14.5px;
}
.btn-p{
    color: var(--color-white);
    text-decoration: none;
    padding: 18px 25px;
    font-size: 14px;
    border-radius: 20px;
    border: solid 1px #d5504d;
    background-image: linear-gradient(to top, #c20e09, #8d0400);
}
.btn:hover {
  color: var(--color-white);
  background-color: var(--bs-btn-hover-bg);
  border-color: transparent;
}


.productos{
    padding: 50px 0;

}
.title{
    margin-bottom: 20px;
    position: relative;
    margin-left: 220px;
}
.title h2 {
    color: var(--color-title);
    font-size: 40px;
}
.title h5 {
    color: var(--color-text);
    font-size: 16px;
}
 
.title::after{
    content: "";
    width: 100%;
    background: var(--color-primary);
    height: 2px;
    position: absolute;
    bottom: 0px;
}



.producto{
    max-width: 300px;
    margin: auto;
    background: #eee;
    border-bottom: 4px solid var(--color-primary);
}
.prod-tit{
    padding: 18px 0;
}
.prod-tit h3{
    font-size: 18px ;
}

.prod-tit h4{
    font-size: 12px;
    margin-bottom: 5px;
    letter-spacing: 5px;
}
.prod-btn a {
    color: var(--color-primary);
    font-size: 15px;
}
.prod-btn{
    padding: 10px 20px;
    text-align: right;
}

.contacto{

}
.contacto-info{
    background-color: #8a0909;
    padding: 50px 60px;
}
.contacto-form{
    background-color: #eeeeee;
    padding: 50px 60px;
}
.contacto-info h2{
    margin-bottom: 40px;
    font-size: 40px;
}
.contacto-phone a{
    color: var(--color-white);
    font-size: 14px;
}
.contacto-social{
    padding: 10px 0;
}
.section-redes{
    padding: 100px 0 10px 0;
}
.redes {
    list-style: none;
    padding: 0;
    margin: auto;
    display: inline-flex;
}
.redes li{
    margin: 0 10px;
}
.redes svg{
    color: var(--color-primary);
    fill: var(--color-primary);
    margin: auto;
    height: 19px;
}
.social {
  background: var(--color-white);
  border-radius: 50%;
  height: 28px;
  width: 28px;
  display: flex;
}
.redes a:hover svg{
    color: var(--color-white);
    fill: var(--color-white);
}
.redes a:hover .social {
  background: var(--color-primary);
}
.contacto-address{
    padding: 20px 0;
    max-width: 304px;
    margin: auto;
}
.contacto-address p{
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
    margin-left: 8px;
}
.contacto-address svg{
    fill: var(--color-white);
    width: 40px;
}

.btn-ver-ubicacion{
    border-radius: 20px;
    border: solid 1px #363636;
    background-image: linear-gradient(to top, #000, #232323);
    color: #fff;
    padding: 18px 25px;
    font-size: 12px;
}

.btn-ver-ubicacion:hover{
    border: solid 1px #363636;
    color: #fff;
    background-image: linear-gradient(to bottom, #000, #232323);
}
.contacto-form h2{
    color: #515151;

}
.contact-ubicacion{
    padding: 20px 0;
}
form{
    padding: 20px;
    max-width: 450px;
    margin: auto;
}


form .form-control{
    border-radius: 37.5px;
    background-color: #c7c7c7;
    margin-bottom: 10px;
    padding: 10px 23px;
}
form .form-control::placeholder, form .form-control{
    color: var(--color-text);
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(163, 7, 0,.25);
}

.noticias{
    padding: 50px 0;
    position: relative;
}
.noticia-card{
    background-image: linear-gradient(to top, #c20e09, #8d0400);
    border-bottom: 4px solid #5e0200;
    overflow: hidden;
}
.contenedor-swiper{
    margin: 0 150px;
    position: relative;
}
.noticia-img{
     box-shadow: 0px 19px 27px 0 rgba(0, 0, 0, 0.36);
}
.noticia-body{
    background-image: linear-gradient(to top, #c20e09, #8d0400);
    padding: 25px;
}
.noticia-body h3{
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}
.noticia-body p{
        color: #fff;
}
.not-btn  a {
    color: var(--color-white);
    font-size: 15px;

}
.not-btn {
    padding: 10px 0;
}
.swiper-button-next, .swiper-button-prev {
  color: var(--color-primary);
}
.noticias-next{
    right: -80px !important;
}
.noticias-prev{
    left: -80px !important;
}

.calidad{
    background: #eee;
    height: 540px;
    /* background: bisque; */
}
.calidad-text p{
    font-size: 14px ;
}
.calidad-iso{
    padding: 40px 0;
}
.calidad-text{
    position: relative;
    top: -55px;
}

.calidad-arrow p{
    font-size: 14px ;
    text-align: left;
}
.calidad-arrow {
    position: relative;
    top: -210px;
}

.calidad-list li{
    margin-bottom: 40px ;
    text-transform: uppercase;
}
.calidad-list {
    margin-top: 80px ;
}




.sub-menu{
    margin-top: -64px;
    z-index: 99;
}
.sub-menu .nav-link{
    color: var(--color-text);
}
 
.sub-menu ul{
    background: var(--color-white);
    display: inline-flex;
    margin: auto;
    padding: 10px 10px 0 10px;
    border-radius: 15px 15px 0 0;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border: solid 1px #d5504d;
    background-image: linear-gradient(to top, #c20e09, #8d0400);
    color: var(--color-white);

}

.sub-menu .nav-item a{
    padding: 16px 12px;
    border-radius: 15px 15px 0 0;
}
.sub-menu {
    width: 100%;
}


.sub-menu-wrapper::-webkit-scrollbar {
    display: none;
}

.nav-tabs {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    min-width: max-content;
    border-bottom: 0;
}

.nav-tabs .nav-item {
    flex: 0 0 auto;
}

.nav-tabs .nav-link {
    white-space: nowrap;
}




.banner-noticias{
    background-image: url(../img/banner-noticias.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 0 160px 0;
}

.banner-noticias h1{
    color: var(--color-white);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 50px;
}
 
.container-noticias {
  padding: 0 80px;
  margin-top: -100px;
}

.container-noticias article{
    margin-bottom: 40px;
    /* -webkit-box-shadow: 0px 0px 9px -4px #000000; 
    box-shadow: 0px 0px 9px -4px #000000; */
    -webkit-box-shadow: 0px 0px 12px -4px #000000; 
    box-shadow: 0px 0px 12px -4px #000000;
}

.container-noticias .noticia-body{
    background: var(--color-white);
    min-height: 196px;
}
.noticia-card {
    border-bottom: 4px solid var(--color-primary);
}
.container-noticias .noticia-body h3, .container-noticias .noticia-body p {
    color: var(--color-text);
}

.container-noticias .not-btn a {
  color: var(--color-primary);
}

.last-post .noticia-body h3{
    color: var(--color-primary);
}
.last-post  .not-btn{
    text-align: right !important;
}

.banner-noticia{
    background-image: url(../img/banner-noticia.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 0 160px 0;
}
.banner-noticia h1{
    color: var(--color-white);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 50px;  
}


.noticia-detalle{
    background: var(--color-white);
    -webkit-box-shadow: 0px 0px 16px -4px #000000; 
    box-shadow: 0px 0px 16px -4px #000000;    
    padding: 50px;
    border-bottom: 6px solid var(--color-primary);
    margin: -100px auto 100px auto ;

    max-width: 976px;
}

.noticia-detalle h2{
    color: var(--color-primary);
    font-weight: 700;
    margin-bottom: 40px;
    font-size: 30px;
}
.noticia-detalle p{
    line-height: 2.2;
}















footer{
    background-image: url(../img/footer.png);
    background-position: center;
    background-size: cover;
    padding: 50px 0;
}
footer p{
    color: var(--color-white);
    font-size: 13px;
}
.footer-wrapper{
    max-width: 420px;
}










@media (min-width: 1400px) {
    .hm-text-1 { max-width: 690px; }
    .hm-text-2 { max-width: 630px; }
    .hm-text-3 { max-width: 590px; }
    .hm-text-4 { max-width: 530px; }
    .hm-text-5 { max-width: 450px; }



}

@media (max-width: 1400px) {
    .contenedor-swiper {
        margin: 0 60px;
    }
    .home-manchester p { font-size: 14px; }

}



@media (max-width: 1200px) {
    .contenedor-swiper { margin: 0px; }
    .noticia-body { padding: 20px; }

    .calidad { height: 550px; }
    .calidad-text { top: -24px; }
    .calidad-arrow {  top: -140px; }
    .home-manchester-img {  right: -150px; }
    .home-manchester{ overflow: hidden; }



}


@media (max-width: 992px) {
    .title { margin-left: 160px; }


    .calidad { height: auto;  overflow: hidden; }
    .calidad-arrow img{ width: 120px; position: absolute; bottom: 0; display: none; }   
    .calidad-list { margin-top: 10px; }
    .calidad-list li { margin-bottom: 18px; }
    .calidad-text, .calidad-arrow{ top: 0; }
    .calidad-iso {  padding: 10px 0; }
    /* .calidad-text p { width: 326px; } */
    /* .calidad-arrow { position: initial !important;} */

    .home-manchester-img {
        right: -150px;
        width: 603px;
        top: 120px;
    }
    .hm-text-1 { max-width: 417px; }
    .hm-text-2 {  max-width: 380px; }
    .hm-text-3 {  max-width: 340px; }
    .hm-text-4 {  max-width: 274px; }

    .sub-menu .nav-item a {
        padding: 16px 4px;
        font-size: 13px;
    }







}


@media (max-width: 768px) {
    footer img.img-footer{
        margin-bottom: 10px !important;
    }
    .title {
        margin-left: 100px;
    }


    .home-manchester-img{ width: 379px; position: initial; margin-left: auto; }
    .hm-text-1, .hm-text-2, .hm-text-3, .hm-text-4, .hm-text-5{ width: 100%; max-width: 100%; }

    .banner-wrapper h2 { font-size: 22px; }
    .banner-wrapper p { font-size: 14px; }
    .banner-wrapper { width: 300px; }
    .banner {  height: 400px; }
    .row-banner{ margin-top: 25px !important; }

    .container-noticias {
        padding: 0;
    }




}

@media (max-width: 767px) {
 
    .sub-menu-wrapper {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .sub-menu-wrapper {
        padding: 0 15px;
    }

    .nav-tabs {
        gap: 5px;
        border: 0;
    }
    .sub-menu {
        margin-top: -62px;
    }

    .nav-tabs .nav-link {
        padding: 10px 14px;
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .title {
      margin-left: 30px;
    }
    .contenedor-swiper {
        margin: 0 30px;
    }
    .noticias-next {
        right: -40px !important;
    }
    .noticias-prev {
        left: -40px !important;
    }

    .noticia-detalle {
        padding: 15px;
    }
}

