@charset "UTF-8";

/*
@media (max-width: 991.98px){ 
}
@media (max-width: 767.98px){
}
@media (max-width: 575.98px){
}

*/

a,li,button,i{
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

button:focus,input:focus{
outline: none;
}

.form-control:focus {
border-color: none;
box-shadow: none;
}

.btn.focus,
.btn:focus {
border-color: none;
box-shadow: none;
}

.centrar_al_medio {
display: flex;
-webkit-justify-content: center;
-webkit-flex-flow: column nowrap;	
}

img{
max-width: 100%;    
}

.boton_standard{
text-decoration: none;
display: block;
max-width: max-content;
border: solid 2px #323539;
background-color: #323539;
color: white;
padding: 8px 29px;
font-size: 0.95rem;
font-weight: 500;
}

.boton_standard:hover{
background-color: transparent;
color: #323539;
}

.boton_standard.whiteline{
background-color: transparent;
color: white;
border-color: white;
}

.boton_standard.whiteline:hover{
color: #323539;
background-color: white;
}

.dobleboton {
display: flex;
margin-top: 2rem;
}

.dobleboton >a{
margin-right: 10px;
}

.separador_altura{
height: 7rem;
}

.parallax {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
text-align: center;
}

.parallax .mascara{
background-color: #00000091;
height: 100%;
width: 100%;
}

.parallax .contenido{
padding-top: 7rem;
padding-bottom: 7rem;
max-width: 700px;
margin: 0 auto;
}

.parallax .titulo{
font-weight: bold;
color: white;
margin-bottom: 2rem;
}

.parallax p{
color: white;
margin-bottom: 0px;
}

.parallax .boton_standard{
margin: 0 auto;
margin-top: 3rem;
}

/*======================================================
ARREGLO IPAD PARALLAX
======================================================*/

@media only screen and (max-device-width: 1366px) {

    .parallax, .newsletter_home{
      background-attachment: scroll;
    }

  }

@media (max-width: 991.98px){ 

    .boton_standard{
    font-size: 0.9rem;
    }

}

@media (max-width: 767.98px){

}

@media (max-width: 575.98px){

}


/*======================================================
PAGINA STANDARD LOBOCOM
======================================================*/

.lobocontainer{
max-width: 1750px;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}

.page_lobocom {
margin-right: auto;
margin-left: auto;
max-width: 1750px;
padding: 60px 15px;
}

.titulo_pagina_lobocom{
background: url(../../../assets/custom/img/titulo.jpg) no-repeat;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}

.titulo_pagina_lobocom > div {
background-color: #000000c2;
}

.titulo_pagina_lobocom .textos{
max-width: 1750px;
margin: 0 auto;
padding: 31px 15px;
text-align: center;
color: white;
}

.titulo_pagina_lobocom h1{
font-weight: 600;
margin-bottom: 0px;
}

.titulo_pagina_lobocom h2{
margin-bottom: 0px;
font-size: 16px;
font-weight: 300;
margin-top: 6px;
}

.texto_imagen .titulo{
font-weight: bold;
margin-bottom: 2rem;
}

.texto_imagen_full{
padding-left: 0px;
padding-right: 0px;   
}

.texto_imagen_full .row{
margin-left: 0;
margin-right: 0px;
}

.texto_imagen_full .row > div{
padding: 0px;    
}

.texto_imagen .imagen img{
height: 100%;
object-fit: cover;  
width: 100%;
object-position: center;    
}

.texto_imagen .texto .contenido{
margin: 0 auto;
}

.texto_imagen .texto,
.texto_imagen_full.texto_imagen .row > .texto {
padding: 5rem 2rem;
}

.texto_imagen .texto .contenido {
padding-top: 2rem;
padding-bottom: 2rem;
}

.texto_imagen .texto .contenido {
max-width: 600px;
}


@media (max-width: 1800px){ 

    .lobocontainer{
    max-width: 1450px;
    }


}


@media (max-width: 1500px){ 

    .lobocontainer{
    max-width: 1200px;
    }

    .page_lobocom {
    padding: 40px 15px;
    }

    .texto_imagen .texto .contenido {
    max-width: 470px;
    }

}

@media (max-width: 1200px){ 

    .titulo_pagina_lobocom h2 {
    font-size: 15px;
    }

    .titulo_pagina_lobocom .textos {
    padding: 26px 15px;
    }    

}

@media (max-width: 991.98px){ 

    .titulo_pagina_lobocom h2 {
    font-size: 14px;
    }

    .page_lobocom {
    padding: 25px 15px;
    }

    .texto_imagen .texto .contenido {
    max-width: 800px;
    }
    
    .texto_imagen .texto,
    .texto_imagen_full.texto_imagen .row > .texto {
    padding: 4rem 0rem;
    max-width: 720px;
    margin: 0 auto;
    padding-right: 10px;
    padding-left: 10px;
    }
    
}

@media (max-width: 767.98px){

    .texto_imagen .texto,
    .texto_imagen_full.texto_imagen .row > .texto {
      max-width: 540px;
      padding-left: 10px;
      padding-right: 10px;
    }
  
    .texto_imagen .texto .contenido {
    padding-top: 1rem;
    padding-bottom: 1rem;
    }
  

}

@media (max-width: 575.98px){

    .titulo_pagina_lobocom .textos {
    padding: 23px 15px;
    }

    .titulo_pagina_lobocom h1{
    font-size: 24px;
    font-weight: 700;
    }

    .titulo_pagina_lobocom h2 {
    font-size: 12px;
    }

    .page_lobocom {
    padding: 27px 15px;
    }

    .texto_imagen .texto,
    .texto_imagen_full.texto_imagen .row > .texto {
      padding: 3rem 20px;
    }  .texto_imagen .texto,
    .texto_imagen_full.texto_imagen .row > .texto {
      padding: 3rem 20px;
    }

}

/*======================================================================
DETECTOR CLIKC
======================================================================*/
#detector_click{
background-color: #00000000;
position: fixed;
width: 100%;
pointer-events: none;  
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;  
/*transition-delay: 0.4s;*/
z-index: 1;
top: 0;
left: 0;
}

#detector_click.abierto{
pointer-events: initial;   
background-color: #00000000;
z-index: 99;
}

/*======================================================================
TOPBAR
======================================================================*/

#top-bar{
background-color: whitesmoke;    
}

#top-bar .contenedor{
padding-top: 5px;
padding-bottom: 5px;
margin: 0 auto;
display: flex;
justify-content: space-between;
}

#top-bar a{
text-decoration: none;
padding: 4px 5px;
margin-left: -4px;
}

#top-bar i{
webkit-transition: all .0s ease-in-out;
-o-transition: all .0s ease-in-out;
transition: all .0s ease-in-out;
font-size: 13px;
}

#top-bar a span{
    font-size: 12px;
font-weight: 500;
margin-left: 2px;
}

#top-bar a:hover span{
text-decoration: underline;
}

#top-bar .iz a{
margin-right: 2px;
}

#top-bar .der a:last-child{
padding-right: 0px;
}

#top-bar .der a{

}


@media (max-width: 575.98px){

    #top-bar a {
    padding: 4px 4px;
    }

    #top-bar i {
    font-size: 14px;
    }

    #top-bar .iz i {
    font-size: 12px;
    }

    #top-bar a span{
    font-size: 12px;
    margin-left: 0px;
    }

}



/*======================================================
MENÚ
======================================================*/
.navbar{
background-color: white;
padding-top: 9px;
padding-bottom: 9px;
}

.navbar.fixed-top{
box-shadow: 0px -2px 8px 3px #00000029;
background-color: #13263cf5;
}

.navbar .lobocontainer{
display: flex;
justify-content: space-between;
width: 100%;
}

.navbar .logo{
display: flex;
align-items: center;
}

.navbar .logo img{
max-width: 147px;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
padding-top: 5px;
}

.navbar .logo a:hover img{
opacity: 0.5;
}

.navbar .items{
display: flex;
align-items: center;
}

.nav-link {
padding: 0.5rem 0.5rem;
font-size: 15px;
margin-left: 11px;
font-weight: 500;
}

.navbar .iconosmenu{
display: flex;
align-items: center;
margin-left: 6px;
/*border-left: solid 1px #e3e2e2;
padding-left: 4px;*/
}

.navbar .iconosmenu>div{
margin-left: 0px;
}

.navbar .iconosmenu >div>a{
padding: 6px 5px;
position: relative;
cursor: pointer;

}

.loginmenu {
height: 19px;
margin-top: -5px;
}

.loginmenu svg {
height: 17px;
}

.loginmenu .usermenusvg{
fill:#374f6b;
stroke-width:0px;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

.loginmenu a:hover .usermenusvg{
fill:#6f8093;
}

.menutooglesvg{

}

.navbar-toggler svg{
height: 17px;  
margin-top: -3px;
}

.menutooglesvg{
fill:#374f6b;
stroke-width:0px;
}

.navbar-toggler:focus:not(:focus-visible) {
outline: 0;
box-shadow: none;
}

.boton_cesta .bolcantidad{
position: absolute;
width: 14px;
height: 14px;
background-color: #ff4b4b;
top: 0px;
left: 12px;
border-radius: 100%;
font-size: 8px;
padding: 0px 3px;
color: white;
text-align: center;
display: flex;
-webkit-box-pack: center;
justify-content: center;
-webkit-box-align: center;
align-items: center;
font-weight: bold;
pointer-events: none;
}


.boton_cesta  svg {
height: 17.5px;
margin-top: -2px;
}

.boton_cesta  .svgcompra{
fill:#374f6b;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
stroke-width:0px;
}

.boton_cesta:hover .svgcompra{
fill:#6f8093;
}

.dropdown-item{
font-weight: 500;
}

.dropdown-item:active {
color: #1e2125;
background-color: #e9ecef;
}

.dropdown-menu  .submenu-right{
top: -2.5px;
left: 99.5%;
}

.dropdown-menu-right .dropdown-item.tienehijo::after{
display: inline-block;
margin-left: 7px;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid transparent;
border-right: 0;
border-bottom: 0.3em solid transparent;
border-left: 0.3em solid;
vertical-align: 0;
}

.dropdown-toggle::after {
vertical-align: 3px;
border-top: 0.25em solid;
border-right: 0.25em solid transparent;
border-left: 0.25em solid transparent;
}

.ultimnivel{
display: block;
width: 100%;
padding: 0.25rem 1rem;
clear: both;
font-weight: 400;
color: #212529;
text-align: inherit;
text-decoration: none;
white-space: nowrap;
background-color: transparent;
border: 0;
font-weight: 500;
}

.ultimnivel:hover{
color: #1e2125;
background-color: #e9ecef;
}

.navbar .itemsmovil{
display: none;
}

.selectoridiomas{
position: relative;   
margin-left: 10px !important;
}

.selectoridiomas > a{
padding-right: 0px;
text-transform: capitalize;
}


.selectoridiomas:before {
content: "";
position: absolute;
left: 0;
top: 11px;
height: 17px;
border-left: 2px solid #d5d5d5;
}

.selectoridiomas .dropdown-menu {
right: 0;
position: absolute;
right: 0px;
left: inherit;
text-align: right;
}

@media (max-width: 1500px){ 

.navbar .logo img {
max-width: 118px;
}

}

@media (max-width: 1199px){ 

    .menutooglesvg {
    fill: #ec691b;
    }

    .navbar-toggler svg {
    height: 20px;
    }

    .navbar .menu_screen{
    display: none;
    }

    .navbar .itemsmovil{
    display: block;
    width: 100%;
    }

    .navbar-nav{
    padding: 14px 11px;
    padding-bottom: 0px;
    }

    .navbar .itemsmovil .submenu-right.show{
    display: block !important;
    }

    .itemsmovil .dropdown-menu {
    border: none;
    padding: 0px;
    margin-top: -1px;
    margin-bottom: 6px;
    padding-left: 9px;
    }

    .ultimnivel{
    padding: 13px 19px;
    }

    .nav-link {
    font-size: 16px;
    }

    .navbar-nav .itemsmovil .dropdown-item {
    font-size: 16px;
    }

    .navbar-toggler{
    padding-right: 0px;
    }

    .dropdown-item {
    padding: 6px 1rem;
    }

    .navbar {
    padding-top: 11px;
    padding-bottom: 11px;
    }

    .navbar .logo img{
    max-width: 156px;
    }

    .loginmenu svg {
    height: 20px;
    }

    .boton_cesta .bolcantidad {
    top: 0px;
    }

    .boton_cesta svg {
    height: 19px;
    margin-top: -1px;
    }

    .navbar .lobocontainer {
    justify-content: space-between;
    flex-direction: row-reverse;
    }

    .navbar .items {
    display: none;
    }

    .nav-item{
    margin-bottom: 2px;
    }
    

}

@media (max-width: 575.98px){

    .navbar .logo img {
    max-width: 125px;
    }

    .navbar-toggler svg {
    height: 18px;
    margin-top: -5px;
    }


}
/*======================================================
Cesta MENÚ
======================================================*/
.top-cart-content{
opacity: 0;
pointer-events: none;
position: absolute;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
right: 5px;
z-index: 9999;
background-color: white;
width: 100%;
max-width: 287px;
box-shadow: 0px 0px 22px -1px #00000021;
border-radius: 8px;
padding: 1rem 1rem;
}


#top-cart.top-cart-open .top-cart-content{   
display: block;
opacity: 1;
pointer-events: all;

}    


.top-cart-content .top-cart-footer>a{
background-color: #52c765;
display: flex;
justify-content: space-between;
padding: 7px 9px;
font-size: 12px;
text-decoration: none;
color: white !important;
font-weight: bold;
margin-top: 10px;
}

.top-cart-content .top-cart-footer>a:hover{
background-color: #3e914c;
}

.top-cart-content  .top-cart-title{
/* text-align: right; */
font-weight: bold;
font-size: 12px;
border-bottom: solid 1px #dfdfdf;
margin-bottom: 3px;
padding-bottom: 3px;
color: #393939;
letter-spacing: -0.5px;
}

.top-cart-content  .top-cart-item{
display: flex;
margin-bottom: 0px;
/* background-color: #f3f3f3; */
text-decoration: none;
color: black;
padding: 10px;
}

.top-cart-content  .top-cart-item:hover{
background-color: #f3f3f3;
}

.top-cart-content  .top-cart-item-image{
width: 20%;
}

.top-cart-content  .top-cart-item-desc{
width: 80%;
}

.top-cart-content  .top-cart-item-desc .contenido {
padding-left: 15px;
}

.top-cart-content  .top-cart-item-desc .contenido .nombre {
font-size: 12px;
font-weight: 700;
line-height: 14px;
letter-spacing: -0.3px;
margin-bottom: 1px;
}

.top-cart-content  .top-cart-item-desc .contenido .otros {
font-size: 11px;
font-weight: 400;
color: #b5b5b5;
}

.top-cart-content  .top-cart-item-desc .contenido .otros span{
font-weight: 500;
margin-left: 4px;
color: #676767;
font-size: 12px;
}


/*======================================================
SLIDE HOME
======================================================*/

/*SLIDE VIDEO *********************/

.slide_home,
.video_slide,
.carrusel_slide{
height: calc(100vh + 104px);
margin-top: -104px;
}

.slide_home{
background-repeat: no-repeat;
background-size: cover;

display: flex;
align-items: center;

}

.slide_home .mascdark{
background-color: #00000091;
height: 100%;
width: 100%;
}

.video_slide{
position: absolute;
/* right: 0; */
/* bottom: 0; */
width: 100%;
z-index: -1;
object-fit: cover;
}

.slide_home  .lobocontainer {
height: 100%;
display: flex;
align-items: center;
text-align: center;
width: 100%;
}

.slide_home .contenido {
padding: 30px;
text-align: left;
margin: 0 auto;
margin-top: -4rem;
max-width: 50%;
margin-left: initial;
margin-right: auto;
padding-left: 0px;
}

.slide_home .logo {
margin-bottom: 2rem;
max-width: 20rem;
opacity: 1;
}

.slide_home .titulo {
font-weight: 700;
font-size: 3.5rem;
letter-spacing: 0.1rem;
color: #ffffff;
margin-bottom: 1rem;
text-transform: uppercase;
line-height: 70px;
margin-bottom: 3rem;
}

.slide_home .titulo span {
font-weight: 300;
}

.slide_home .subtitulo {
font-weight: bold;
font-size: 16px;
letter-spacing: 0.15rem;
text-transform: uppercase;
color: #ffffff;
margin-bottom: 0;
}

.slide_home .dots{
margin-top: 1rem;
margin-bottom: 2rem;
}

.slide_home .boton_standard {
font-weight: 500;
padding: 13px 35px;
}


@media (max-width: 1300px) {

    .slide_home .logo {
    max-width: 17rem;
    }

    .slide_home .titulo {

    }

    .slide_home .subtitulo {
    font-size: 1rem;
    }

    .slide_home .buscador {
    margin-top: 1.7rem;
    }

}
    
@media (max-width: 1190px) {

    .slide_home{
    height: calc(100vh - 104px);
    margin-top: -1px;
    }

    .slide_home {
    background-position: center  center;
    }

    .slide_home > .container-fluid {
    background-color: #00000096;
    }
    }

    @media (max-width: 991.98px) {
    .slide_home .buscador form {
    position: relative;
    }

    .slide_home .contenido {
    margin-top: 0rem;
    }

}
    
@media (max-width: 767.98px) {
}


@media (max-width: 575.98px) {

    .slide_home .titulo {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    }

    .slide_home .logo {
    max-width: 12rem;
    }

    .slide_home .subtitulo {
    line-height: 1.7rem;
    font-size: 1rem;
    }

    .slide_home .contenido {
    padding: 15px;
    }


}

@media (max-height: 430px) {


}
    




/*======================================================
FOOTER
======================================================*/
footer{
background-color: #323539;
padding-top: 1rem;
padding-bottom: 1rem;
}

footer .nivel1{
display: flex;
justify-content: space-between;
align-items: center;
padding-top: 1.5rem;
padding-bottom: 1.5rem;
/*padding-left: 20px;
padding-right: 20px;*/
}


footer .nivel1 .itemsmenu a{
text-decoration: none;
color: white;
font-size: 16px;
font-weight: 500;
padding: 11px 10px;
}

footer .nivel1 .itemsmenu a:last-child{
padding-right: 0px;
}

footer .nivel1 a:hover{
opacity: 0.3;
}       

footer .logofooter img{
max-width: 170px;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

footer .logofooter a:hover img{
opacity: 0.7;
}

footer .nivel2{
display: flex;
justify-content: space-between;
align-items: center;
padding-top: 1rem;
padding-bottom: 1rem;
border-top: solid 1px #4d4d4d;
/*padding-left: 20px;
padding-right: 20px;*/
}

footer .nivel2 .redes a{
background-color: #959595;
padding: 4px 9px;
display: inline-block;
font-size: 15px;
color: #323539;
border-radius: 100%;
width: 30px;
height: 30px;
text-align: center;
margin-right: 4px;
}

footer .nivel2 .redes a:hover{
background-color: white;
}

footer .datos a{
color: white;
text-decoration: none;
margin-left: 13px;
font-size: 13px;
}

footer .datos a i{
color: #959595;
margin-right: 3px;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

footer .datos a:hover span{
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

footer .datos a:hover span{
text-decoration: underline;
text-decoration-color: #858585;
}

footer .datos a:hover i{
color: white;
}

.subfooter{
padding: 10px 13px;
margin-bottom: 20px;
display: flex;
justify-content: space-between;
}

.subfooter a{
text-decoration: none;
font-size: 13px;
margin-right: 12px;
font-weight: 500;
}

.subfooter a:hover{
color: #c1c1c1;
}

.subfooter .empresa{
text-decoration: none;
font-size: 15px;
font-weight: 400;
}

.float_whatsapp {
position: fixed;
right: 0px;
bottom: 0px;
padding: 10px;
z-index: 2;
}

.float_whatsapp img {
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
max-width: 45px;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

.float_whatsapp a:hover img{
opacity: 0.5;
}

@media (max-width: 1850px){ 

    .subfooter {
    margin-bottom: 64px;
    }

}

@media (max-width: 1200px){ 

    footer .nivel1,footer .nivel2,.subfooter{
    display: block;
    text-align: center;
    }

    footer .nivel1 .itemsmenu{
    margin-top: 29px;
    }

    footer .nivel1 .itemsmenu a:last-child{
    background-color: transparent;
    color: #ec691b;
    font-size: inherit;
    padding: inherit;
    margin-left: 8px;
    }

}

@media (max-width: 991.98px){ 

   

    footer .nivel2 .iconos{
    margin-bottom: 22px;
    margin-top: 6px;
    }

    footer .datos a {
    margin-left: 8px;
    margin-right: 8px;
    font-size: 13px;
    }

    .subfooter a {
    margin-right: 7px;
    margin-left: 7px;
    }

    .subfooter .empresa {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 2px;
    margin-top: 4px;
    }

    .subfooter {
    margin-bottom: 12px;
    }

}

@media (max-width: 767.98px){

    .subfooter {
    margin-bottom: 47px;
    }

}

@media (max-width: 575.98px){

    footer .nivel1 .itemsmenu {
    margin-top: 37px;
    }

    footer .logofooter img {
    max-width: 159px;
    }

    footer .nivel1 .itemsmenu a {
    text-decoration: none;
    color: white;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 10px !important;
    /* display: block; */
    margin-bottom: 0px;
    display: inline-block;
    }
    
    footer .datos a {
    margin-left: 8px;
    margin-right: 8px;
    font-size: 13px;
    display: block;
    margin-bottom: 7px;
    padding: 3px 10px;
    }

    footer .nivel2 .iconos {
    margin-bottom: 29px;
    margin-top: 7px;
    }

    footer .datos a i {
    font-size: 16px;
    }

    footer .nivel2 .iconos {
    margin-bottom: 28px;
    margin-top: 12px;
    }

    .subfooter .empresa {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 19px;
    margin-top: 4px;
    }

    .subfooter a {
    text-decoration: none;
    font-size: 13px;
    margin-right: 7px;
    margin-left: 7px;
    font-weight: 400;
    display: block;
    margin-bottom: 7px;
    letter-spacing: 0.5px;
    }

    .subfooter {
    margin-bottom: 35px;
    }

    .float_whatsapp img {
    max-width: 39px;
    }

    .float_whatsapp {
    padding: 7px;
    }

}

/*======================================================
PAGINA STANDARD
======================================================*/

.pagina_standard{
padding-top: 4rem;
padding-bottom: 7rem;
padding-left: 2rem;
padding-right: 2rem; 
}

.titulo_fragmento{
text-align: center;
margin-bottom: 2rem;
}

.titulo_fragmento .titulo{
font-weight: bold;
}

.titulo_fragmento p{
margin-bottom: 0px;
margin-top: 10px;
}


/*======================================================
SECCIONES Y LISTADO ARTICULOS
======================================================*/

.listadosecciones{
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 0px 60px;
}

.ficha_seccion{
height: 400px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}

.ficha_seccion > a{
width: 100%;
height: 100%;
background-color: #323539d6;
display: flex;
align-items: end;
justify-content: start;
padding: 20px;
color: white;
text-decoration: none;
background: rgb(0,0,0);
background: -moz-linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.ficha_seccion > a:hover{
opacity: 0.2;
color: white;
}

.breadcrumb{
text-align: center;
display: block;
border-radius: 0px;
}

.breadcrumb > li{   
display: initial;
text-transform: uppercase;
font-size: 0.9rem;
letter-spacing: 0.09rem;
}

.breadcrumb >li::before {
/*content: ">";
font-size: 1.2rem;
font-weight: 400;*/
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\f054";
font-size: 0.7rem;
padding-right: 0.5rem;
padding-left: 0.5rem;
}

.breadcrumb >li:first-child::before {
content: none;    
}

.listadoarticulos{
display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 35px 45px;
}

.div_articulo{

}

.div_articulo>a{
display: flex;
text-decoration: none;
flex-direction: column;
/* border: solid whitesmoke; */
height: 100%;
vertical-align: middle;
justify-content: space-between;
}

.div_articulo .imagen{
min-height: 290px;
max-height: 290px;
position: relative;
}

.div_articulo .foto{
width: 100%;
object-fit: contain;
height: 100%;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
position: relative;
z-index: -3;
}

.div_articulo a:hover .foto{
opacity: 0.5;
}

.div_articulo h5{
text-align: center;
margin-top: 11px;
font-size: 14px;
line-height: 19px;
font-weight: 500;
margin-bottom: 11px;
}

.div_articulo .precio{
display: flex;
justify-content: center;
width: 100%;
align-items: center;
flex-direction: column-reverse;
}

.div_articulo .precio .preciosin{
font-size: 22px;
font-weight: 700;
}

.div_articulo .precio .old{
color: #c9c9c9;
font-weight: bold;
text-decoration: line-through;
font-size: 15px;
}

.div_articulo>a:hover{
    
}

.div_articulo .etiqueta_descuento{
background-color: #374f6b;
color: white;
font-size: 18px;
padding: 9px;
padding-top: 16px;
padding-bottom: 6px;
max-width: max-content;
height: max-content;
position: absolute;
right: 8px;
font-weight: bold;
top: 0px;
}

.div_articulo .etiqueta_descuento span{
font-size: 14px;
font-weight: 500;
margin-left: 2px;
}

.div_articulo .etiqueta_new {
position: absolute;
left: 0px;
top: 0px;
}

.div_articulo .etiqueta_new {
width: 66px;
}

.etiqueta_destacado{
position: absolute;
bottom: 10px;
/* background-color: black; */
width: 100%;
text-align: center;
}

.etiqueta_destacado span{
background-color: #ffbe4d;
color: white;
padding: 5px 23px;
display: block;
max-width: max-content;
margin: 0 auto;
font-weight: 600;
font-size: 11px;
letter-spacing: 0.5px;
border-radius: 23px;
}

@media (max-width: 1500px){ 

    .listadosecciones {
    gap: 0px 30px;
    }

    .listadoarticulos {
    grid-template-columns: repeat(4, 1fr);
    }


}

@media (max-width: 991.98px){ 

    .ficha_seccion {
    height: 300px;
    }

    .ficha_seccion h3{
    font-size: 17px;
    }

}

@media (max-width: 767.98px){

    .listadosecciones {
    gap: 0px 15px;
    }

    .listadoarticulos {
    grid-template-columns: repeat(3, 1fr);
    }

}

@media (max-width: 575.98px){

    .listadosecciones {
    grid-template-columns: repeat(1, 1fr);
    gap: 17px 0px;
    }

    .ficha_seccion {
    height: 250px;
    }

    .listadoarticulos {
    grid-template-columns: repeat(2, 1fr);
    }

}

/*======================================================
ARTICULO
======================================================*/
.cantidad_selector{
margin-bottom: 1rem;    
} 

.cantidad_selector .plus,
.cantidad_selector .minus{
display: inline-block; 
cursor: pointer; 
border: 0px transparent; 
padding: 0; 
width: 36px; 
height: 40px; 
line-height: 40px; 
text-align: center; 
background-color: #EEE; 
font-size: 16px; 
font-weight: bold; 
transition: background-color .2s linear; 
-webkit-transition: background-color .2s linear; 
-o-transition: background-color .2s linear;
}

.cantidad_selector .plus:hover,
.cantidad_selector .minus:hover{
background-color: #DDD;
}

.cantidad_selector .qty{
width: 50px;
height: 40px; 
line-height: 40px; 
border: 0; 
border-left: 1px solid #DDD; 
border-right: 1px solid #DDD; 
background-color: #EEE; 
text-align: center; 
margin-bottom: 0; 
margin-left: -6px;
margin-right: -6px;    
}

/*======================================================
CARRUSEL
======================================================*/
.owl-carousel .owl-nav [class*=owl-] {
position: absolute;
top: calc(50% - 45px);
width: 45px;
height: 45px;
border-radius: 50%;
opacity: 0;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}

.owl-dots{
text-align: center;
opacity: 0.9;
margin-top: -4rem;
margin-bottom: 4rem;
}

.owl-dots .owl-dot{
background-color: transparent!important;
height: 12px;
width: 12px;
margin-left: 6px;
margin-right: 6px;
border: 1px white solid !important;
border-radius: 100%;
}

.owl-dots .owl-dot:hover,.owl-dots .owl-dot.active{
background-color: white !important;
}

.owl-carousel .owl-nav  button.owl-next, 
.owl-carousel .owl-nav  button.owl-prev{
opacity: 1;
font-size: 20px;
background-color: transparent;
color: white;
border: solid 1px white;
}

.owl-carousel .owl-nav button .icon:before{
font-family: "FontAwesome";   
}

.owl-carousel .owl-nav  button.owl-prev{
left: 10px;
}

.owl-carousel .owl-nav  button.owl-next{
right: 10px;
}


.owl-carousel .owl-nav .owl-prev .icon:before{
content: "\f104";   
}

.owl-carousel .owl-nav .owl-next .icon:before{
content: "\f105";
}

.owl-carousel .owl-nav  button.owl-next:hover, 
.owl-carousel .owl-nav  button.owl-prev:hover{
background-color: #ffffff4f;
}

@media (max-width: 991.98px){ 

    .owl-carousel .owl-nav [class*=owl-] {
    top: calc(50% - 40px);
    width: 40px;
    height: 40px;
    }

    .owl-dots .owl-dot {
    height: 10px;
    width: 10px;
    margin-left: 5px;
    margin-right: 5px;
    }

    .owl-dots {
    margin-top: -3rem;
    margin-bottom: 3rem;
    }

}

@media (max-width: 575.98px){

    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    background-color: #ffffff1c;
    font-size: 18px;
    }

    .owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover{
    background-color: #ffffff59;
    }

    .owl-carousel .owl-nav button.owl-prev {
    left: 5px;
    }

    .owl-carousel .owl-nav button.owl-next {
    right: 5px;
    }

    .owl-carousel .owl-nav [class*=owl-] {
    top: calc(50% - 35px);
    width: 35px;
    height: 35px;
    }

    .owl-dots .owl-dot {
    height: 10px;
    width: 10px;
    margin-left: 5px;
    margin-right: 5px;
    }

    .owl-dots {
    margin-top: -38px;
    margin-bottom: 38px;
    }

}

/*======================================================
BUSCADOR
======================================================*/
.informacion_busquedas{
text-align: center;
margin-bottom: 3rem;
margin-top: -3rem;
}

.informacion_busquedas .termino span{
font-style: italic;
}

.informacion_busquedas .termino span{
margin-left: 3px;
margin-right: 3px;
}

.buscador_menu_movil{
display: none;    
}

@media (max-width: 575.98px){
    
    .buscador_menu{
    display: none;   
    }

    .buscador_menu_movil{
    display: block;     
    }
    
    .informacion_busquedas {
    margin-top: 0rem;
    }
    
}

/*======================================================
GOT TO TOP
======================================================*/
#back2Top {
width: 47px;
line-height: 40px;
overflow: hidden;
z-index: 999;
display: none;
cursor: pointer;
position: fixed;
text-align: center;
font-size: 30px;
text-decoration: none;
bottom: 8px;
right: 13px;
color: #5e5e5e;
background-color: #b3b3b3;
opacity: 0.4;
border-radius: 100%;
}

#back2Top span{
padding-top: 2px;
margin-top: 0px;
height: 47px;
font-size: 14px;
display: block;
}

#back2Top:hover {
opacity: 1;
}

@media (max-width: 575.98px) {
    #back2Top {
      display: block;
      right: 12px;
      bottom: 9px;
    }
  }
  

  
/*======================================================
GALERIAS y ÁLBUMES
======================================================*/

.ordenar_galeria{
-webkit-column-count: 3; /* Chrome, Safari, Opera */
-moz-column-count: 3; /* Firefox */
column-count: 3;	
}	

.ordenar_galeria img{ 
width: 100%; 
padding: 7px 0;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

.ordenar_galeria a:hover img{
opacity: 0.5;    
}

@media (max-width: 500px) {	
    .ordenar_galeria {	
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
    }
}

.texto_galeria{
background-color: #f9f9f9;
padding: 1rem 1.2rem;
font-size: 0.8rem;
color: #909090;
border: solid 1px gainsboro;
text-align: center;
margin-top: -3rem;
margin-bottom: 3rem;
}

.texto_galeria p{
margin-bottom: 0px;    
}

.caja_galeria{
margin-bottom: 5rem;
}

.caja_galeria img{
height: 100%;
object-fit: cover;
width: 100%;   
}

.caja_galeria a{
display: block;
height: 100%; 
}

.barracontrol{
text-align: center;
margin-top: 6rem;
}

.barracontrol >div{
display: inline-block;
margin-right: 0.2rem;
margin-left: 0.2rem;    
}

.barracontrol a i{
font-size: 0.8rem;
webkit-transition: all .0s ease-in-out;
-o-transition: all .0s ease-in-out;
transition: all .0s ease-in-out;
}

#galeria_home img{
height: 400px;
width: 100%;
object-fit: cover;    
}

@media (max-width: 575.98px){
    
    .texto_galeria {
    margin-top: 0rem;
    }
    
    .barracontrol >div {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
    }
    
    #galeria_home img{
    height: 300px;
    }
}

/*======================================================
BLOG
======================================================*/

.ellip {
display: block;
height: 100%;
}

.ellip-line {
display: inline-block;
text-overflow: ellipsis;
white-space: nowrap;
word-wrap: normal;
max-width: 100%;
}

.ellip,
.ellip-line {
position: relative;
overflow: hidden;
z-index: 2;
}

.ficha_blog{    
margin-bottom: 2rem;
}

.ficha_blog .contenedor{
background-color: whitesmoke;
background-color: whitesmoke;
padding: 2rem 2rem;
}

.ficha_blog .titulo{
color: #6b6b6b;
font-size: 1.2rem;
margin-bottom: 0.4rem;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out; 
}

.ficha_blog  p{
color: #6b6b6b;
font-size: 0.85rem;
}

.ficha_blog  a img{
 webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out; 
}

.ficha_blog  a:hover img{
opacity: 0.5;    
}

.contenedor_posts{
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;   
}

.sidebar_blog{
padding: 2rem;      
}

.sidebar_blog img{
 webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out; 
}
    
.sidebar_blog a:hover {
opacity: 0.5;    
}

@media (max-height: 800px){
    .sidebar_blog{
     position: inherit !important;
    }
}

@media (max-width: 991.98px){ 
    .ficha_blog .contenedor{
    padding: 2rem 1rem;
    }
}

@media (max-width: 991.98px){ 
    .sidebar_blog{
    display: none;
    }
}

@media (max-width: 575.98px){
    .ficha_blog .titulo {
    font-size: 1.5rem;
    }
}

/*======================================================
NOTICIA
======================================================*/

.imagen_resumen img{
width: 100%;    
}

.resumen_noticia{
margin-top: 1rem;
margin-bottom: 2rem;
}

.noticia{
padding: 0rem 0rem;
}

.cuerpo_noticia{
background-color: whitesmoke;
padding: 2rem;
}

.cuerpo_noticia  a{
color: #ec691b;
font-weight: 600;
}

.cuerpo_noticia  a:hover{
color:grey;
}


.volver_blog{
margin-top: -4rem;
margin-bottom: 4rem;
text-align: center;
}

.volver_blog a{
font-weight: bold;    
}

.volver_blog i{
font-size: 0.75rem;
 webkit-transition: all .0s ease-in-out;
-o-transition: all .0s ease-in-out;
transition: all .0s ease-in-out; 
}

.volver_blog a:hover{
color: #05fbf9;
}

.cuerpo_noticia {
padding: 1rem;
}

/*======================================================
CONTACTO
======================================================*/

#map{
height: 500px;    
}

.leaflet-touch .leaflet-control-attribution{
display: none;    
}

.mapa_home{
position: relative;
}

.botongoogemaps {
position: absolute;
bottom: 15px;
right: 15px;
z-index: 999;
}

.botongoogemaps a{
display: block;
}

.botongoogemaps img {
width: 70px;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

.botongoogemaps a:hover img{
width: 80px;
}

@media (max-width: 991.98px){ 

}


@media (max-width: 767.98px){

}

@media (max-width: 575.98px){

}
