@charset "UTF-8";

/*
    @media (max-width: 991.98px){ 

    }

    @media (max-width: 767.98px){

    }

    @media (max-width: 575.98px){

    }

*/



.nunito-sans-<uniquifier> {
font-family: "Nunito Sans", sans-serif;
font-optical-sizing: auto;
font-weight: <weight>;
font-style: normal;
font-variation-settings:
"wdth" 100,
"YTLC" 500;
}




html{
font-size: 15px;
}

*{
font-family: "Nunito Sans", sans-serif;
}

a {
color: #040d66;
text-decoration: none;
}

body > table {
display: none;
}

::selection {
background: black;
color: white;
text-shadow: none;
}


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;
background-color: #e00023;
border: #e00023 solid 2px; 
color: white;
padding: 15px 41px;
font-size: 0.95rem;
text-transform: uppercase;
font-size: 12px;
border-radius: 9px;
letter-spacing: 0.5px;
font-weight: 700;
}

.boton_standard:hover{
background-color: transparent;
color: white;
border-color: white;
}

.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;
}

.dobleboton >a:last-child{
background-color: transparent;
border-color: #040d66;
color: #040d66;
}

.dobleboton >a:hover {
border-color: #b0b0b9;
background-color: #b0b0b9;
color: whitesmoke;
}

.separador_altura{
height: 7rem;
}

.separador_altura20{
height: 20px;
}

.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;
line-height: 32px;
}

.parallax .boton_standard{
margin: 0 auto;
margin-top: 3rem;
}

.fragmento_boton{
margin-top: 5rem;
}

.fragmento_boton a{
margin: 0 auto;
}

.preloader {
background-color: #ffffff;
}

.preloader > div img {
max-width: 18rem;
}

@media (max-width: 1500px){ 

    .fragmento_boton {
    margin-top: 4rem;
    }

    .separador_altura {
    height: 5rem;
    }

}

@media (max-width: 1200px){ 

    .separador_altura {
    height: 4.5rem;
    }

    .boton_standard {   
    padding: 10px 35px;
    }
    

}

@media (max-width: 991.98px){ 

    .fragmento_boton {
    margin-top: 3rem;
    margin-bottom: 1rem;
    }

    .separador_altura {
    height: 3rem;
    }

}

@media (max-width: 767.98px){

}

@media (max-width: 575.98px){

    .fragmento_boton {
    margin-top: 3rem;
    margin-bottom: 1rem;
    }

    .fragmento_boton a{
    width: 100%;
    max-width: none;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 16px;
    font-size: 15px;
    }

    .contendordark .separador_altura {
    height: 1.5rem;
    }

}

/*======================================================
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: 575.98px){

    .boton_standard {
    font-size: 11px;
    padding: 8px 27px;
    padding-top: 10px;
    border-radius: 5px;
    }

}

/*======================================================
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: #e00023f0;
}

.titulo_pagina_lobocom .textos{
max-width: 1750px;
margin: 0 auto;
padding: 20px 15px;
text-align: center;
color: white;
}

.titulo_pagina_lobocom h1{
font-weight: 700;
margin-bottom: 0px;
}

.titulo_pagina_lobocom h2{
margin-bottom: 0px;
font-size: 15px;
font-weight: 300;
margin: 0 auto;
margin-top: 10px;
line-height: 26px;
max-width: 1116px;
}

.titulo_pagina_lobocom.tituloboton .textos{
display: flex;
justify-content: space-between;
align-items: center;
}

.botontogglecat i {
color: white;
font-size: 24px;
}

.listadoselectprod{
webkit-column-count: 5;
-moz-column-count: 5;
column-count: 5;
gap: 70px;
}

.listadoselectprod a{
margin-bottom: 8px;
/* padding: 17px; */
height: max-content;
display: inline-block;
display: inline-flex
;
font-size: 12px;
display: block;
font-weight: 700;
padding: 3px 0px;
}

.listadoselectprod a:hover{
color: #d6042a;
}

.texto_imagen .titulo{
font-weight: bold;
margin-bottom: 1rem;
color: #040d66;
border-bottom: solid 1px #d0d0d0;
padding-bottom: 10px;
}

.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;
border-radius: 0px 25px 0px 25px;
box-shadow: 7px 6px 10px #0000003b;
}

.texto_imagen .texto,
.texto_imagen_full.texto_imagen .row > .texto {
padding: 5rem 2rem;
}

.texto_imagen .texto .contenido {
padding-top: 1rem;
padding-bottom: 1rem;
max-width: 500px;
margin: 0 auto;

}   


.texto_imagen .texto p{
line-height: 32px;
text-align: justify;
}

.pagina_contenido{
max-width: 1000px;
text-align: justify;
padding-bottom: 7rem;
color: #231b3c;
}

.pagina_contenido h3{
margin-bottom: 1rem;
font-weight: bold;
font-size: 1.5rem;
margin-top: 3rem;
}

.pagina_contenido >h3:first-child{
margin-top: 0px;
}

.pagina_contenido li{
margin-bottom: 1rem;
list-style: circle;
}

.pagina_contenido a{
font-weight: bold;
color: inherit;
}

.pagina_contenido  ol, .pagina_contenido  ul {
padding-left: 1rem;
padding-top: 1rem;
padding-bottom: 1rem;
}

.contendordark {
background-color: #040d66;
background: rgb(4,13,102);
background: -moz-linear-gradient(180deg, rgba(4,13,102,1) 0%, rgba(43,53,150,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(4,13,102,1) 0%, rgba(43,53,150,1) 100%);
background: linear-gradient(180deg, rgba(4,13,102,1) 0%, rgba(43,53,150,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#040d66",endColorstr="#2b3596",GradientType=1);
}

.texto_imagen  .contenido .boton_standard{
margin-top: 3rem;
}

.contendordark .texto_imagen .titulo{
color: white;
border-color: #ffffff1c;
}

.contendordark .texto_imagen .texto p {
color: white;
}

.listadestacados{
grid-template-columns: repeat(4, 1fr);
display: grid;
grid-template-rows: repeat(2, auto); /* 2 filas */
}

.listadestacados>div:first-child { grid-column: 1; grid-row: 1 / 3; } 
.listadestacados>div:nth-child(2) { grid-column: 2; grid-row: 1 / 3; } 
.listadestacados>div:nth-child(3)  { grid-column: 3; grid-row: 1; } 
.listadestacados>div:nth-child(4) { grid-column: 3; grid-row: 2; } 
.listadestacados>div:nth-child(5) { grid-column: 4; grid-row: 1 / 3; } 

.eldestacado img a{
display: block;
}

.eldestacado img{
height: 100%;
object-fit: cover;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}


.eldestacado a:hover img{
opacity: 0.5;
}   

@media (min-width: 1800px) {
    .container,
    .container-xxxl {
      max-width: 1750px;
    }

 
  }
  

@media (min-width: 1200px) {
    .titulo_pagina_lobocom h1 {
    font-size: 2.2rem;
    }
}

@media (max-width: 1800px){ 

    .lobocontainer{
    max-width: 1450px;
    }

    .page_lobocom{
    max-width: 1450px;
    }

}


@media (max-width: 1500px){ 

    .lobocontainer{
    max-width: 1200px;
    }

    .page_lobocom {
    padding: 40px 15px;
    max-width: 1200px;
    }

    .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;
    }    

    .texto_imagen .imagen img {
    border-radius: 0px 50px 0px 50px;
    }

    .texto_imagen .texto .contenido {
    max-width: 365px;
    }

}

@media (max-width: 991.98px){ 

    .listadoselectprod {
    gap: 11px;
    webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    }

    .titulo_pagina_lobocom h2 {
    font-size: 14px;
    }

    .page_lobocom {
    padding: 25px 15px;
    }

    .texto_imagen .texto .contenido {
    max-width: 800px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    }
    
    .texto_imagen .texto,
    .texto_imagen_full.texto_imagen .row > .texto {
    padding: 1rem 0rem;
    max-width: 720px;
    margin: 0 auto;
    padding-right: 10px;
    padding-left: 10px;
    }

    .texto_imagen .imagen img {
        border-radius: 0px 40px 0px 40px;
        }
    
}

@media (max-width: 767.98px){

    .listadoselectprod {
    gap: 15px;
    webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    }


    .listadestacados{
    grid-template-columns: repeat(3, 1fr); 
    }

    .listadestacados>div:first-child { grid-column: 1; grid-row: 1; } 
    .listadestacados>div:nth-child(2) { grid-column: 1; grid-row: 2; } 
    .listadestacados>div:nth-child(3)  { grid-column: 2; grid-row: 1; } 
    .listadestacados>div:nth-child(4)  { grid-column: 2; grid-row: 2; } 
    .listadestacados>div:nth-child(5) { grid-column: 3; grid-row: 1 / 3; } 


    .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){

    .listadoselectprod {
    gap: 15px;
    webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    }

    .listadestacados{
    grid-template-columns: repeat(2, 1fr); 
    }

    .listadestacados>div:first-child { grid-column: 1; grid-row: 1; }
    .listadestacados>div:nth-child(2) { grid-column: 2; grid-row: 1; }
    .listadestacados>div:nth-child(3)  { grid-column: 1 / 3; grid-row: 2; }
    .listadestacados>div:nth-child(4)  { grid-column: 1; grid-row: 3; }
    .listadestacados>div:nth-child(5) { grid-column: 2; grid-row: 3; } 

    .texto_imagen .contenido .boton_standard {
    margin-top: 2rem;
    }

    .titulo_pagina_lobocom .textos {
    padding: 18px 15px;
    }

    .titulo_pagina_lobocom h1{
    font-size: 19px;
    font-weight: 700;
    }

    .titulo_pagina_lobocom h2 {
    font-size: 12px;
    }

    .page_lobocom {
    padding: 20px 15px;
    }
    
    .texto_imagen .texto,
    .texto_imagen_full.texto_imagen .row > .texto {
    padding: 1rem 20px;
    }

    .pagina_contenido h3 {
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
    margin-top: 2rem;
    }

    .texto_imagen .imagen img {
    border-radius: 8px;
    }

    .texto_imagen .texto p {
    line-height: 27px;
    font-size: 14px;
    }

    .texto_imagen .titulo {
    margin-bottom: 11px;
    padding-bottom: 8px;
    font-size: 19px;
    }

}

/*======================================================
CARRUSEL
======================================================*/
.owl-carousel .owl-nav [class*=owl-] {
position: absolute;
top: calc(50% - 23px);
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;
margin-top: 2rem;
}

.owl-dots .owl-dot{
background-color: transparent!important;
height: 12px;
width: 12px;
margin-left: 6px;
margin-right: 6px;
border: 1px #040d66 solid !important;
border-radius: 100%;
}

.owl-dots .owl-dot:hover,.owl-dots .owl-dot.active{
background-color: #040d66 !important;
}

.owl-carousel .owl-nav  button.owl-next, 
.owl-carousel .owl-nav  button.owl-prev{
opacity: 1;
font-size: 20px;
background-color: #ffffff4f;
color: #040d66;
border: solid 1px transparent;
}

.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: white;
}

    
@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: 1rem;
    }


}

@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: 0.8rem;
    }

}

/*======================================================================
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: #E00023;
}

#top-bar .contenedor{
padding-top: 7px;
padding-bottom: 7px;
margin: 0 auto;
display: flex;
justify-content: space-between;
}

#top-bar a{
text-decoration: none;
padding: 4px 5px;
margin-left: -4px;
color: white;
margin-bottom: 6px;
}

#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;
color: #ffffff9c;
}

#top-bar a:hover{
opacity: 0.7;
}

#top-bar a span{
font-size: 12px;
font-weight: 700;
margin-left: 2px;
}

#top-bar a:hover span{

}

#top-bar .iz  {
width: 80%;
}

#top-bar .iz a{
margin-right: 2px;
}

#top-bar .der {
position: relative;
width: 20%;
text-align: right;
}

#top-bar .der a:last-child{
padding-right: 0px;
}

#top-bar .der a{

}

.boton_cesta{
cursor: pointer;    
}

.buscador_art_menu{
  
}

.buscador_art_menu form{
background-color: #E5E5E5;
display: flex
;
border-radius: 26px;
padding: 1px 5px;
}

.buscador_art_menu input{
color: #040d66;
border: none;
font-weight: 400;
background-color: transparent;
border-radius: 22px;

}

.buscador_art_menu :focus {
    color: #040d66;
background-color: transparent;
}

.buscador_art_menu input::placeholder{
color: #A2A2A2;
font-style: italic;
font-weight: 400;
font-size: 14px;
}



.buscador_art_menu button{
border: none;
color: #A2A2A2;
background-color: transparent;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

.buscador_art_menu button:hover{
color: black;
}

@media (max-width: 991.98px){ 

    .buscador_art_menu input{
    font-size: 12px;
    }

    #top-bar .iz a span{
    display: none;
    }

    #top-bar i {
    font-size: 14px;
    color: white;
    }

    #top-bar .iz a {
    margin-right: -4px;
    margin-left: 0px;
    }

    #top-bar .iz {
    width: -webkit-fill-available;
    }

    #top-bar .der {
    position: relative;
    width: 100%;
    }

    #top-bar a span {
    font-size: 13px;
    }

}

@media (max-width: 575.98px){

    #top-bar a {
        padding: 7px 6px 7px 0px;
    }

    #top-bar i {
    font-size: 14px;
    }

    #top-bar .iz i {
    font-size: 12px;
    }

    #top-bar a span{
    font-size: 12px;
    margin-left: 0px;
    }

    #top-bar .iz a {
        margin-right: 0px;
        margin-left: 0px;
        }

}

/*======================================================
MENÚ
======================================================*/
.navbar{
background-color: white;
padding-top: 22px;
padding-bottom: 22px;
}

.navbar.fixed-top{
box-shadow: 0px -2px 8px 3px #00000029;
}

.navbar .lobocontainer{
display: flex;
justify-content: space-between;
width: 100%;
}

.navbar .logo{
display: flex;
align-items: center;
}

.navbar .logo img{
max-width: 215px;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

.navbar .logo a:hover img{
opacity: 0.5;
}

.navbar .items{
display: flex;
align-items: center;
}

.nav-link {
padding: 0.5rem 0.5rem;
font-size: 17px;
margin-left: 6px;
font-weight: 900;
color: #040d66;
text-transform: uppercase;
}

.nav-link:focus, .nav-link:hover {
color: #e00023;
}

.navbar .iconosmenu{
display: flex
;
align-items: center;
margin-left: 20px;
gap: 20px;
}


.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:#040d66;
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;
}

.cuadrologin a{
display: flex
;
align-items: center;
}

.cuadrologin img{
height: 35px;
margin-left: 6px;
}

.cuadrologin p{
color: #040d66;
margin-bottom: 0px;
font-size: 12px;
line-height: 14px;
font-weight: 900;
text-align: right;
}

.cuadrologin a:hover{
opacity: 0.5;
}

.navbar-toggler svg{
height: 17px;  
margin-top: -3px;
}

.menutooglesvg{
fill: #040d66;
stroke-width:0px;
}

.navbar-toggler:focus:not(:focus-visible) {
outline: 0;
box-shadow: none;
}

#top-bar .der .boton_cesta .bolcantidad{
position: absolute;
width: 14px;
height: 14px;
background-color: #040d66;
top: 0px;
right: -6px;
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;
}

#top-bar .der .boton_cesta  svg {
height: 17.5px;
margin-top: -2px;
}

#top-bar .der .boton_cesta  .svgcompra{
fill:#040d66;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
stroke-width:0px;
}

#top-bar .der .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-item.active, .dropdown-item:active{
background-color: #e9ecef;
color: #6f8093;
}
    

.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;
}

.barraseccionesmenu{
background-color: #040d66;
/*padding: 12px 0px;*/
}

.barraseccionesmenu>.lobocontainer{
display: flex;
justify-content: space-between;
}

.botonmegamenu{
display: flex
;
align-items: center;
gap: 11px;
padding: 12px 0px;
width: 100%;
}

.botonmegamenu > svg{
height: 14px;

}

.menutooglesvgb{
fill: white;
stroke-width: 0px;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

.botonmegamenu:hover span{
color: #e00023;
}

.botonmegamenu:hover .menutooglesvgb {
fill: #e00023;
}


.botonmegamenu > span{
color: white;
text-transform: uppercase;
font-weight: 800;
letter-spacing: 1px;
font-size: 13px;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

@media (max-width: 1200px){ 

    .navbar .logo img {
        max-width: 146px;
    }

    .nav-link {
    font-size: 13px;
    margin-left: 2px;
    }

    .buscador_art_menu {
    max-width: 183px;
    }

}

@media (max-width: 991.98px){ 

    .buscador_art_menu {
    max-width: inherit; 
    }

    .navbar .menu_screen{
    display: none;
    }

    .navbar .itemsmovil{
    display: block;
    width: 100%;
    }

    .navbar-nav{
    padding: 0px 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: 14px;
    font-weight: 700;
    }

    .navbar-nav .itemsmovil .dropdown-item {
    font-size: 16px;
    }

    .navbar-toggler{
    padding-left: 0px;
    }

    .dropdown-item {
    padding: 6px 1rem;
    }

    .navbar {
    padding-top: 11px;
    padding-bottom: 11px;
    }

    .navbar .logo img{
    height: 28px;
    width: inherit;
    }

    .loginmenu svg {
    height: 20px;
    }

    #top-bar .der .boton_cesta .bolcantidad {
    top: 0px;
    }

    #top-bar .der .boton_cesta svg {
    height: 19px;
    margin-top: -1px;
    }

    .navbar .items {
    width: 100%;
    justify-content: flex-end;
    }

    .navbar .lobocontainer {
    gap: 10px;
    }

    .navbar .iconosmenu {
    align-items: center;
    margin-left: 20px;
    gap: 10px;
    }

    .cuadrologin img {
    height: 29px;
    }

    .cuadrologin p {
    font-size: 11px;
    line-height: 14px;
    font-weight: 800;
    }
    
}

@media (max-width: 575.98px){

    /*.buscador_art_menu{
    display: none;
    }*/

    .navbar .logo img {
    height: 24px;
    }

    .navbar .lobocontainer {
    gap: 5px;
    }

    .barraseccionesmenu {
    padding: 0px 0px;
    }

    .barraseccionesmenu>.lobocontainer {
    display: flex;
    justify-content: space-between;
    gap: 38px;
    }

    .botonmegamenu {
    display: flex;
    align-items: center;
    gap: 11px;
    width: 50%;
    }

    .botonmegamenu > svg {
    height: 16px;
    }

    .botonmegamenu > span {
    letter-spacing: 1px;
    font-size: 9px;
    }

    .buscador_art_menu form {
    display: flex
    ;
    border-radius: 26px;
    padding: 0px 5px;
    background-color: transparent;
    border: solid 2px white;
    color: white;
    }

    .buscador_art_menu input {
    background-color: transparent;
    border-radius: 22px;
    font-size: 13px;
    color: white;
    }

    .buscador_art_menu input::placeholder{
    font-size: 12px;
    color: white;
    }

    .buscador_art_menu input:focus{
color: white;
    }

    .bmv{
    width: 100%;
    background-color: #222a59;
    padding: 11px 18px;
    }

    .buscador_art_menu button i{
    font-size: 17px;
    color: white;
    }

}


/*======================================================
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: 999;
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 !important;
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: 11px;
font-weight: 800;
line-height: 14px;
letter-spacing: -0.3px;
margin-bottom: 1px;
color: #040d66;
}

.top-cart-content  .top-cart-item-desc .contenido .otros {
font-size: 11px;
font-weight: 400;
color: #767676;
}

.top-cart-content  .top-cart-item-desc .contenido .otros span{
font-weight: 500;
margin-left: 4px;
color: #e00023;
font-size: 12px;
}

@media (max-width: 575.98px){

    .top-cart-content {
    position: fixed;
    }

}

/*======================================================
SLIDE HOME
======================================================*/

/*SLIDE VIDEO *********************/

.slide_home,
.video_slide,
.carrusel_slide{
height: calc(100vh - 175px);
min-height: 869px;
}

.slide_home{
background-repeat: no-repeat;
background-size: cover;

display: flex;
align-items: center;
}

.slide_home .mascdark{
background-color: transparent;
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%;
justify-content: center;
}

.slide_home .contenido {
padding: 30px;
text-align: center;
margin: 0 auto;
margin-top: -4rem;
}

.slide_home .logo {
margin-bottom: 2rem;
max-width: 800px;
opacity: 1;
}

.slide_home .titulo {
font-weight: 900;
font-size: 3.5rem;
letter-spacing: 0.1rem;
color: #ffffff;
margin-bottom: 1rem;
}

.slide_home .titulo span {
font-weight: 300;
}

.slide_home .subtitulo {
font-weight: 500;
font-size: 1.4rem;
letter-spacing: 0.15rem;
text-transform: uppercase;
color: #ffffffb3;
}

/*SLIDE VIDEO *********************/

.slide_home.slide_home_imagen .contenido {
margin: 0px;
text-align: center;
padding: 35px;
width: 100%;
display: flex
;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 22px;
}
    
/*SLIDE CARRUSEL *********************/

.carrusel_slide .owl-stage-outer,
.carrusel_slide .owl-stage,
.carrusel_slide .owl-item,
.carrusel_slide .contenedor{
height: 100%;
}

.carrusel_slide .contenedor{
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}   

.carrusel_slide .mascara{
background-color: #000000ab;
height: 100%;
display: flex;
align-items: center;
}


.carrusel_slide .owl-dots{
opacity: 0.9;
margin-top: -4rem;
margin-bottom: 4rem;
}

.carrusel_slide .owl-dots .owl-dot{
border: 1px white solid !important;
}

.carrusel_slide .owl-dots .owl-dot:hover,
.carrusel_slide .owl-dots .owl-dot.active{
background-color: white !important;
}

.carrusel_slide .owl-nav  button.owl-next, 
.carrusel_slide .owl-nav  button.owl-prev{
color: white;
border: solid 1px white;
background-color: transparent;
}

.carrusel_slide .owl-nav  button.owl-next:hover, 
.carrusel_slide .owl-nav  button.owl-prev:hover{
background-color: #ffffff4f;
}

.slide_home .logos{
display: flex
;
align-items: center;
justify-content: space-around;
width: 100%;
}

.slide_home .logos img{
aspect-ratio: 1 / 1;
/* width: auto; */
filter: drop-shadow(0 18px 12px rgba(255, 255, 255, 0.8));
object-fit: contain;
max-width: 371px;
}


@media (max-width: 1300px) {

    .slide_home .logo {
    max-width: 675px;
    }

    .slide_home .titulo {
    font-size: 2.5rem;
    }

    .slide_home .subtitulo {
    font-size: 1rem;
    }

    .slide_home .buscador {
    margin-top: 1.7rem;
    }

    .slide_home .logos img {
    max-width: 254px;
    }

}
    
@media (max-width: 1200px) {

    .slide_home {
    background-position: left center;
    }

    .slide_home > .container-fluid {
    background-color: #00000096;
    }

    .slide_home, .video_slide, .carrusel_slide{
    height: 75vh;
    min-height: 700px;
    }

}

@media (max-width: 991.98px) {

    .slide_home .buscador form {
    position: relative;
    }

    .slide_home .contenido {
    margin-top: 0rem;
    }

    .carrusel_slide .owl-dots{
    margin-top: -3rem;
    margin-bottom: 3rem;
    }

    .slide_home .logo {
    max-width: 540px;
    }

    .slide_home .logos img {
    max-width: 209px;
    }

}
    
@media (max-width: 767.98px) {

    .slide_home .logos img {
    max-width: 168px;
    }

}


@media (max-width: 575.98px) {

    .slide_home .logos img {
        width: 32%;
    }

    .slide_home .titulo {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    }

    .slide_home .logo {
    max-width: 100%;
    }

    .slide_home .subtitulo {
    line-height: 1.7rem;
    font-size: 1rem;
    }

    .slide_home .contenido {
    padding: 15px;
    }

    .slide_home, .video_slide, .carrusel_slide {
    height: 55vh;
    min-height: 380px;
    }

    .carrusel_slide .owl-dots{
    margin-top: -38px;
    margin-bottom: 38px;
    }

    .slide_home.slide_home_imagen .contenido {
    padding: 15px;
    }

}

@media (max-height: 430px) {


}
    
/*======================================================
FOOTER
======================================================*/

footer{
padding-top: 0rem;
padding-bottom: 0rem;
}

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{
border-top: solid 1px #e6e6e6;
border-bottom: solid 1px #e6e6e6;
padding-top: 40px;
padding-bottom: 40px;
text-align: center;
}

footer .logofooter img{
max-width: 239px;
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;
margin-bottom: 80px;
}

.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;
left: 5px;
bottom: 3px;
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: 55px;
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;
}

.direccionfooter{
padding: 20px 0px;
/* text-align: center; */
}

.direccionfooter a{
display: flex
;
align-items: center;
justify-content: center;
gap: 10px;
color: #040d66;
font-weight: 700;
}

.direccionfooter a:hover{
color: #e00023;
}

.direccionfooter a i{
color: #e00023;
}

.itemsfooter{
background-color: #040d66;
padding-top: 3rem;
padding-bottom: 6rem;
color: white;
}

.itemsfooter>.lobocontainer{
display: flex
;
justify-content: center;
gap: 50px;
}

.cajafooter{

width: max-content;
display: flex
;
flex-direction: column;
gap: 2px;
}

.cajafooter h4{
color: white;
text-transform: uppercase;
font-weight: 800;
font-size: 15px;
letter-spacing: 0.5px;
}

.cajafooter a{
color: white;
line-height: 26px;
font-size: 14px;   
letter-spacing: 0.3px;
}

.cajafooter a:hover{
color: #e00023;  
}

.cajafooter a i{
margin-right: 5px;
background-color: white;
color: #040d66;
border-radius: 100%;
padding: 5px;
font-size: 11px;
}

@media (max-width: 1850px){ 

}

@media (max-width: 991.98px){ 

    footer .nivel1,footer .nivel2,.subfooter{
    display: block;
    text-align: center;
    }

    footer .nivel1 .itemsmenu{
    margin-top: 29px;
    }

    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: 108px;
    }

    .cajafooter a {
    line-height: 23px;
    }

    .itemsfooter>.lobocontainer {
    gap: 20px;
    }

    .direccionfooter a i {
    font-size: 28px;
    }

    .direccionfooter a {
    flex-direction: column;
    text-align: center;
    font-size: 14px;
    line-height: 23px;
    max-width: 641px;
    margin: 0 auto;
    }

}

@media (max-width: 767.98px){

    .subfooter {
    margin-bottom: 47px;
    }

    .itemsfooter>.lobocontainer {
    display: grid
    ;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 40px;
    }

    footer .logofooter {
    padding-top: 30px;
    padding-bottom: 30px;
    }

}

@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: 49px;
    }

    .float_whatsapp {
    padding: 7px;
    left: -2px;
    bottom: -2px;
    }

    .itemsfooter>.lobocontainer {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
        }

        .direccionfooter a i {
        font-size: 25px;
        }

        .direccionfooter a {
            font-size: 12px;
            line-height: 19px;
        }
        

}

/*======================================================
PAGINA STANDARD
======================================================*/

.pagina_standard{
padding-top: 4rem;
padding-bottom: 7rem;
padding-left: 2rem;
padding-right: 2rem; 
}

.titulo_fragmento{
text-align: left;
margin-bottom: 4rem;
border-bottom: solid 1px #e1e1e1;
padding-left: 0px;
}

.titulo_fragmento .titulo{
font-weight: 900;
text-transform: uppercase;
text-transform: none;
color: #040d66;
}

.titulo_fragmento p{
margin-bottom: 0px;
margin-top: 13px;
}

@media (max-width: 1400px){

    .titulo_fragmento {
    margin-bottom: 3rem;
    }

}

@media (max-width: 991.98px){ 

    .titulo_fragmento {
    margin-bottom: 2rem;
    }


}

@media (max-width: 575.98px){

    .titulo_fragmento {
    margin-bottom: 2rem;
    }

}

/*======================================================
SECCIONES Y LISTADO ARTICULOS
======================================================*/

.botonbignovedades{
text-transform: uppercase;
letter-spacing: 1px;
background-color: #70d570;
text-align: center;
padding: 12px 10px;
color: white;
font-weight: 900;
border: #70d570 solid 1px;
cursor: pointer;
display: block;
margin-bottom: 20px;
}

.botonbignovedades:hover{
background-color: #d0d0d0;
border-color: #d0d0d0; 
color:white;
}

.listadosecciones{
display: grid
;
grid-template-columns: repeat(5, 1fr);
gap: 20px 20px;
}

.ficha_seccion{

}

.ficha_seccion > a{
display: block;
border: solid 1px #bebebe;
padding: 0px 10px;
font-weight: bold;
}

.ficha_seccion img{
aspect-ratio: 1 / 1;
object-fit: contain;
}

.ficha_seccion .contenido{
padding: 9px 15px 19px 15px;
}

.ficha_seccion h3{
margin: 0px;
font-size: 15px;
text-align: center;
font-weight: 900;
text-transform: uppercase;
}

.ficha_seccion > a:hover{
color: #d1d1d1;
}

.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(4, 1fr);
gap: 50px 25px;
}

.listadoarticulosfull{
display: grid
;
grid-template-columns: repeat(6, 1fr);
gap: 50px 25px;
}

.div_articulo{
color: #000000;
font-size: 14px;
position: relative;
display: block;
display: flex
;
flex-direction: column;
justify-content: space-between;
}

.div_articulo>a{
display: block;
color: #21134e;
}

.div_articulo .titulo{
margin-top: 8px;
font-size: 16px;
font-weight: 900;
color: #040d66;
}

.div_articulo .foto{
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;
aspect-ratio: 1 / 1;
/* height: inherit; */
object-fit: contain;
border: solid 1px #d5d5d5;

width: 100%;
}

.div_articulo a:hover .foto{
opacity: 0.5;
}

.div_articulo h5{
text-align: left;
margin-top: 13px;
font-size: 14px;
line-height: 22px;
margin-bottom: 1px;
}

.div_articulo .precio,.div_articulo .referencia{
font-size: 12px;
}

.div_articulo .precio .preciosin{
font-size: 19px;
font-weight: 700;
}

.div_articulo .precio .old{
color: #a5a5a5;
font-weight: 500;
text-decoration: line-through;
font-size: 17px;
}

.div_articulo .precio .resaltado{
display: inline-block;
font-weight: 800;
font-size: 15px;
color: #d9042c;
}



.div_articulo .precio .resaltado div{
font-size: 12px;
display: inline-block;
margin-left: 4px;
font-weight: 700;
}

.div_articulo>a:hover{
color: #a7a7a7;
}

.div_articulo .etiqueta_descuento{
background-color: #040d66;
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: -6px;
top: 17px;
width: 75px;
}

.div_articulo .etiqueta_new.anadido{
width: 175px;
top: 15px;
left: -7px;
}

.oculto {
  display: none;
}

.form-disabled {
  pointer-events: none;
  opacity: 0.6;
}

.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;
}

.losresultados{
justify-content: space-between;
display: flex;
padding: 7px 3px;
font-size: 13px;
margin-top: -2rem;
margin-bottom: 2rem;
border-bottom: solid 1px #e3e3e3;
}

.losresultados p {
margin-bottom: 0px;
color: #292929;
font-weight: 500;
}

.npaginas{
display: flex
;
align-items: center;
justify-content: space-between;
border-bottom: solid 1px #ececec;
margin-bottom: 1.5rem;
padding-bottom: 0.5rem;
}

.npaginas.fin{
border: none;
border-top: solid 1px #ececec;
margin-top: 1.5rem;
padding-top: 0.5rem;
}

.div_articulo  .masinfo{
width: 100%;
position: relative;
}

.div_articulo  .masinfo >a{
display: block;
width: 100%;
background-color: #f1f1f1;
padding: 9px 15px;
color: #4d4d4d;
font-weight: 700;
font-size: 13px;
}

.div_articulo  .masinfo >a:hover{
background-color: #cbcbcb;
}

.div_articulo  .masinfo >div{
    
}

.div_articulo  .masinfo >div>div{
border: none;
padding: 0px;
background-color: #f1f1f1;
display: block;
padding: 10px 15px;
padding-bottom: 15px;
font-size: 13px;
font-weight: 600;
padding-top: 10px;
color: #4d4d4d;
}

.div_articulo  .masinfo p{
margin-bottom: 0px;
}

.div_articulo  a[data-bs-toggle="collapse"]::before {
font-family: "FontAwesome";
content: "\f0d7";
right: 14px;
position: absolute;
font-size: 12px;
top: 9px;
color: #4d4d4d;
}


.div_articulo a[data-bs-toggle="collapse"][aria-expanded="true"]::before {
content: "\f0d8"; 
}

.div_articulo .cantboton{
margin-top: 10px;
margin-bottom: 10px;
display: flex
;
width: 100%;
gap: 0px;
}

.div_articulo .cantboton input{
width: 60px;
text-align: center;
border-radius: 0px;
border: solid 1px #cbcbcb;
font-weight: bold;
color: black;
padding: 10px;
}

.div_articulo .cantboton input::placeholder{
color: #bfbfbf;
}

.div_articulo .cantboton .boton{
width: 100%;
background-color: #70d570;
text-align: center;
padding: 10px 10px;
color: white;
font-weight: bold;
border: #70d570 solid 1px;
cursor: pointer;
}

.div_articulo .cantboton .boton:hover{
background-color: grey;
border-color: grey;
}

.div_articulo .imagentextorojo{
position: relative;
}

.div_articulo .imagentextorojo >a{
display: block;
}
    
.div_articulo .cuadrojo{
background-color: #e00023;
text-align: center;
padding: 6px 10px;
font-size: 12px;
color: white;

position: absolute;
width: 100%;
bottom: 0px;
left: 0px;
}

.paginaconcesta{
display: flex
;
gap: 40px;
}

.partearticulos{
width: 100%;
}

.partecesta{
width: 350px;
position: sticky;
top: 123px;
max-height: calc(95vh - 150px);
overflow-y: scroll;

}

.caja_cesta_dinamic {
height: max-content;

padding: 15px;
display: flex
;
flex-direction: column;
gap: 10px;
max-width: 500px;
border: solid 1px #eeeeee;
background-color: #ffffff;

}

.caja_cesta_dinamic h5{
font-weight: 800;
font-size: 16px;
border-bottom: solid 1px #ffffff;
padding-bottom: 0;
color: #e0062b;
margin-bottom: 0px;
}

.fichadinamic{
display: flex
;
justify-content: space-between;
gap: 10px;
border-top: solid 1px #e9e9e9;
padding: 0px 5px;
padding-top: 15px;
flex-direction: row-reverse;
}

.fichadinamic:first-child{
border-top:none;
padding-top: 0px;
}

.fichadinamic .imagen{
width: 36%;
display: flex
;
align-items: baseline;
justify-content: end;
}

.fichadinamic .imagen img{
width: 100%;
}

.fichadinamic .textos{
    width: 50%;

}

.fichadinamic .titulo{
color: #000000;
font-size: 11px;
font-weight: 800;
margin-bottom: 0px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.fichadinamic p{
font-size: 11px;
margin-bottom: 0px;
line-height: 21px;
}

.fichadinamic .price {
font-weight: 700;
/* margin-top: 4px; */
/* margin-bottom: 0px; */
font-size: 12px;
}

.fichadinamic .price span{

text-decoration: line-through;
}

.fichadinamic .price small{
font-weight: 400;
margin-right: 2px;
}


.fichadinamic .eliminar {
color: #e00023;
cursor: pointer;
font-weight: 700;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

.fichadinamic .eliminar:hover{
color: #bababa;
}

.fichadinamic .total{
font-weight: 800;
font-size: 16px;
color: #040d66;
}

.caja_cesta_dinamic .cesta_total1{
display: flex;
flex-direction: column;
gap: 6px;
background-color: #f4f4f4;
padding: 14px;
margin-top: 1rem;
}

.caja_cesta_dinamic .cesta_total1 .fila{
display: flex;
justify-content: space-between;
border-bottom: solid 1px #e6e6e6;
padding-bottom: 8px;
}

.caja_cesta_dinamic .cesta_total1 .campo{
font-size: 11px;
width: 50%;
}

.caja_cesta_dinamic .cesta_total1 .fila .campo:first-child{
font-weight: 700;
}

.caja_cesta_dinamic .cesta_total1 .fila .campo:last-child{
text-align: right;
}

.caja_cesta_dinamic .cesta_total1  .fila:last-child{
border: none;
padding-bottom: 0px;
}

.caja_cesta_dinamic .cesta_total1 .fila:last-child .campo{
font-size: 15px;
font-weight: bold;
}
.caja_cesta_dinamic .botones a {
background-color: #70d570;
width: 100%;
display: block;
text-align: center;
color: white;
padding: 9px;
font-size: 14px;
/* text-transform: uppercase; */
font-weight: 700;
/* letter-spacing: 1px; */
}

.caja_cesta_dinamic .gratis{
font-weight: bold;
font-size: 13px;
}

.partefiltro{
width: 350px;
background-color: #f5f5f5;
height: max-content;
/*position: sticky;*/
top: 123px;
/* color: white; */
display: flex
;
flex-direction: column;
gap: 10px;
padding: 15px;
border: solid 1px #eeeeee;
margin-bottom: 1rem;
}

.partefiltro  ul{
padding-left: 8px;
}

.partefiltro .filtro{

}

.partefiltro .filtro input{

}

.partefiltro .filtro label{

}

.partefiltro .filtro a{

}

.partefiltro .filtro a:hover{

}

.partefiltro .filtro .circulo{

} 

.partefiltro .filtro  .circulo .circulito{

} 

.partefiltro .filtro input:checked ~ .circulo  .circulito{

} 

.partefiltro .filtro input:checked ~ .a{

} 

.partefiltro .boton{
background-color: #040d66;
width: 100%;
display: block;
font-size: 14px;
text-align: center;
color: white;
padding: 9px;
font-size: 12px;
/* text-transform: uppercase; */
font-weight: 700;
margin-top: 15px;
border: none;
}

.partefiltro .boton:hover{
background-color: grey;
}

.partefiltro h5{
font-weight: 800;
font-size: 16px;
border-bottom: solid 1px #040d661a;
padding-bottom: 3px;
color: #040d66;
}

.partefiltro .marcar {
display: block;
border: solid 1px #040d661a;
padding: 6px 7px;
font-size: 13px;
font-weight: 600;
cursor: pointer;
font-weight: 700;
/* background-color: #e3e3e3; */
color: #040d66;
}

.partefiltro .marcar i{
webkit-transition: all .0s ease-in-out;
-o-transition: all .0s ease-in-out;
transition: all .0s ease-in-out;
}

.form-check-input:focus{
box-shadow: none !important;   
border-color: inherit;
border: solid 1px #aeaeae;
border-color: inherit;
outline: 0;
}

.form-check-input:checked {
background-color: #70d570;
border-color: #70d570;
}

.partefiltro   .form-check-input{
cursor: pointer;
width: 13px;
height: 13px;
}


.partefiltro   .form-check-label {
cursor: pointer;
margin-left: -4px;
font-size: 12px;
}

.partefiltro  .form-check >a{
padding: 0px 13px;
padding-left: 0px;
}

.partefiltro  .form-check >a i{
font-size: 12px;
padding-left: 3px;
color: #7a8996;
}

.partefiltro  .form-check >a:hover i{
color: #70d570;
}

.form-check-input:focus {

}

.partefiltro  #marcarTodas{

}

.partefiltro  #desMarcarTodas{
/*margin-bottom: 10px;*/
}


.partefiltro  #marcarTodas:hover{
background-color: #70d570;
color: white;
}

.partefiltro  #desMarcarTodas:hover{
background-color: #ff5670;
color: white;
}

.partefiltro .cerrarfiltro{
display: none;    
} 

.boton_filtro_lateral_{
display: none;    
}

.botoncestaflotante{
display: none;
}


.barracontrol{
margin-top: 6rem;
display: flex
;
align-items: center;
justify-content: center;
gap: 2rem;
}

.barracontrol .boton_standard:hover {
background-color: grey;
color: white;
border-color: grey;
}

.partefiltro form > input:last-child{
margin-top: 10px;
display: block;
border: none;
padding: 6px 7px;
font-size: 13px;
font-weight: 600;
cursor: pointer;
font-weight: 700;
/* background-color: #e3e3e3; */
color: #040d66;
width: 100%;
background-color: #70d570;
color: #ffffff;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

.partefiltro form > input:last-child:hover{
background-color: #b8b8b8;
}

.toast {
    background-color: #70d570;
    font-weight: bold;
    color: white;
}

.toast-body {
font-weight: bold;
}

@media (max-width: 1800px){ 

    .listadoarticulos {
    grid-template-columns: repeat(3, 1fr);
    }

    .listadoarticulosfull{
    grid-template-columns: repeat(5, 1fr);
    gap: 50px 25px;
    }

}

@media (max-width: 1500px){ 

    .listadosecciones {
    gap: 15px;
    grid-template-columns: repeat(4, 1fr);
    }



    .listadoarticulos {
    grid-template-columns: repeat(3, 1fr);
    }

    .losresultados {
    margin-top: -2rem;
    margin-bottom: 2rem;
    }

}

@media (max-width:1400px){ 

    .listadoarticulos {
    grid-template-columns: repeat(2, 1fr);
    }

    .listadoarticulosfull{
    grid-template-columns: repeat(4, 1fr);
    gap: 50px 25px;
    }

}

@media (max-width: 991.98px){ 

    .paginaconcesta {
    gap: 0px;
    }



    .listadosecciones {
    gap: 15px;
    grid-template-columns: repeat(3, 1fr);
    }

    .listadoarticulosfull {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    }

    .botoncestaflotante{
    position: fixed;
    cursor: pointer;
    background-color: #d9042c;
    bottom: 0;
    right: 0;
    color: white;
    border-top-left-radius: 16px;
    padding: 15px 13px;
    font-size: 14px;
    font-weight: bold;
    box-shadow: -3px 0px 15px 2px #00000036;
    display: block;
    z-index: 999999;
    }

    .botoncestaflotante p{
    margin: 0px;
    }

    .botoncestaflotante i{
    margin-left: 5px;
    }

    .partecesta{
    position: fixed;
    z-index: 9999;
    min-height: 100vh;
    width: 100%;
    bottom: -100vh;
    display: flex
;
    /* overflow-y: scroll; */
    height: 100%;
    align-items: center;
    justify-content: center;
    webkit-transition: all .5s ease-in-out;
    webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    left: 0px;
    background-color: #f5f5f5;
    top: inherit;
    margin-top: 0;
    }   

    .caja_cesta_dinamic .cesta_total1 {
    margin-top: 15px;
    }

    .caja_cesta_dinamic .botones{
    margin-bottom: 46px;
    }

    .caja_cesta_dinamic {
    top: inherit;
    /* bottom: 0px; */
    height: 100vh;
    margin-top: 0px;
    overflow-y: scroll;
    background-color: #e8e8e8;
    }

    .partecesta.abierto{
    bottom: 0;
    }

    .ficha_seccion h3{
    font-size: 14px;
    }

    .losresultados {
    margin-top: -1rem;
    padding: 10px 5px;
    margin-bottom: 1rem;
    }

    .listadoarticulos {
    grid-template-columns: repeat(3, 1fr);
    }

    .div_articulo .cuadrojo {
    padding: 8px 10px;
    font-size: 10px;
    text-align: left;
    }

    
    .partefiltro{
    position: fixed;
    z-index: 9999;
    min-height: 100vh;
    width: 100%;
    top: -100vh;
    display: flex;
    overflow-y: scroll;
    ;
    height: 100%;
    align-items: center;
    justify-content: center;
    webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    left: 0px;
    transition: all .5s ease-in-out;
    }

    .partefiltro>*{
    margin: 0 auto;
    max-width: 300px;
    width: 100%;
    }

    .partefiltro .boton {
    margin-top: 20px;
    }

    .partefiltro.abierto{
    top: 0px;
    }

    .partefiltro #desMarcarTodas{
    margin-bottom: 20px;
    }

    .partefiltro .cerrarfiltro{
    margin-top: 0px;
    display: block;
    color: white !important;
    text-decoration: none;
    background-color: #e00023;
    }

    .boton_filtro_lateral_{
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
    background-color: #040d66;
    padding: 10px;
    position: sticky;
    top: 0px;
    z-index: 9;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    }

    .boton_filtro_lateral_ i{
    color: #e00023;
    }


}

@media (max-width: 767.98px){

    .npaginas {
    flex-direction: column;
    gap: 4px;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    }

    .div_articulo .cuadrojo {
    padding: 6px 10px;
    font-size: 11px;
    }

    .listadosecciones {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    }

    .listadoarticulos {
    grid-template-columns: repeat(2, 1fr);
    }

    .listadoarticulosfull {
    grid-template-columns: repeat(2, 1fr);
    }


}

@media (max-width: 575.98px){

    .botoncestaflotante {
    padding: 10px 13px;
    font-size: 13px;
    }

    .div_articulo .cuadrojo {
    font-size: 12px;
    }

    .listadosecciones {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    }

    .listadoarticulos {
    grid-template-columns: repeat(1, 1fr);
    }

    .listadoarticulosfull {
    grid-template-columns: repeat(1, 1fr);
    }

    .losresultados {
    padding: 9px 5px;
    flex-direction: column;
    gap: 2px;
    margin-top: -1.5rem;
    margin-bottom: 1.5rem;
    }

    .losresultados p {
    font-size: 10px;
    }


}

/*======================================================
PAGINA ARTICULO
======================================================*/

.ariadna_articulos {
background-color: #e3e3e3;
margin-bottom: 0px;
z-index: 9;
position: relative;
}

.breadcrumb {
background-color: transparent;
margin-top: 1rem;
margin: 0px;
text-align: right;
padding: 4px 5px 7px 5px;
text-align: center;
}

.breadcrumb-item {
font-weight: 700;
text-transform: uppercase;
font-size: 0.9rem;
letter-spacing: 0.09rem;
font-size: 12px;
}

.breadcrumb-item a {
color: #15362d42;
font-size: 12px;
}

.breadcrumb-item a:hover {
text-decoration: underline !important;
}

.breadcrumb > li {
font-weight: 700;
letter-spacing: 0px;
text-transform: none;
}

.breadcrumb > li:first-child {
margin-right: -3px;
}

.breadcrumb > li a,
.breadcrumb.ariadna_articulo .slctd a {
color: #040d66;
font-weight: 500;
font-size: 12px;

}

.breadcrumb > li a:hover,
.breadcrumb.ariadna_articulo .slctd a:hover {
color: #040d66;
text-decoration: underline !important;
}

.breadcrumb > li::before {
color: #040d6657;
padding-right: 6px;
padding-left: 7px;
content: "\f105";
font-size: 12px;
}

.breadcrumb > li.slctd a,
.breadcrumb.ariadna_articulo li:last-child a {
color: #040d66;
font-weight: 700;
font-size: 12px;
}

.breadcrumb-item.active {
color: #040d66;
font-weight: 900;
}

.atras_articulo .breadcrumb {
text-align: left;
}

.atras_articulo .breadcrumb a {
font-size: 1rem;
color: #040d66;
font-weight: 900;
}

.atras_articulo .breadcrumb a i {
font-size: 0.8rem;
}

.atras_articulo .breadcrumb a:hover {
opacity: 0.4;
}

.ficha_articulo >div{
padding: 0rem 0rem;
}

.ficha_articulo .titulo {
letter-spacing: 0px;
font-size: 26px;
border-bottom: solid 1px #e3e3e3;
margin-bottom: 5px;
padding-bottom: 5px;
}

.ficha_articulo .categoria {
font-weight: 500;
font-size: 0.9rem;
}

.ficha_articulo .categoria a {
color: #040d66e3;
font-weight: 400;
}

.ficha_articulo .categoria a strong {
color: #040d66;
}

.ficha_articulo .categoria .circulo {
font-weight: 900;
color: #51b5e5;
font-size: 1.4rem;
}

.ficha_articulo .categoria a:hover {
color: #51b5e5;
text-decoration-color: #040d66 !important;
}

.ficha_articulo .resumen{
margin-top: 2rem;  
}

.ficha_articulo .resumen p {
text-align: justify;
/* color: #040d66b0; */
font-size: 12px;
font-weight: 400;
letter-spacing: 0;
line-height: 18px;
margin-bottom: 15px;
}

.ficha_articulo .resumen p strong {

/* font-weight: 400;*/
}

.ficha_articulo .arti-price {
padding: 0px;
margin-bottom: 0rem;
display: inline-block;
color: #51b5e5;
font-weight: 700;
font-size: 2rem;
}

.ficha_articulo .arti-price del {
color: #dcdcdc;
font-size: 18px;
font-style: italic;
font-weight: 700;
letter-spacing: 0;
text-decoration: line-through;
/* margin-left: 0.5rem; */
display: block;
margin-top: -6px;
}


.ficha_articulo .cantidad_selector {
display: flex;
margin-bottom: 0;
align-items: center;
justify-content: flex-start;
}

.ficha_articulo .cantidad_selector .plus,
.ficha_articulo .cantidad_selector .minus {
/*border: solid #040d66 1px; */
width: 30px;
height: 30px;
/* border-radius: 100%; */
background-color: transparent;
color: #040d66;
line-height: 26px;
background-color: #e3e3e3;
}

.ficha_articulo .cantidad_selector .qty {
background-color: transparent;
border: none;
color: #040d66;
font-weight: bold;
font-size: 1rem;
width: 2.5rem;
height: 100%;
margin: 0;
}

.ficha_articulo .cantidad_selector .plus:hover,
.ficha_articulo .cantidad_selector .minus:hover {
background-color: #51b5e5;
color: #15362d;
border-color: #51b5e5;
}

.ficha_articulo .cantidad {
/*margin-top: 15px;*/
}

.boton_comprar {
border: none;
padding: 10px 21px;
font-weight: 900;
color: #040d66;
letter-spacing: 0.1rem;
/* text-transform: uppercase; */
font-size: 15px;
background-color: #51b5e5;
letter-spacing: 0.5px;
}

.boton_comprar:hover {
opacity: 0.8;
}

.ficha_articulo .anadir_cesta {
margin-top: 1rem;
}

.ficha_articulo .imagenes_articulo {
background-color: red;
}

#sync1 {
/*max-width: 80%;*/
}

#sync1 .owl-dots {
margin-bottom: 1rem;
margin-top: 2rem;
display: none;
}

#sync1 .owl-nav,
#sync2 .owl-nav,
#sync2 .owl-dots{
display: none;
}

#sync1 .owl-dots .owl-dot {
border: 1px #040d66 solid;
border-radius: 20px;
}

#sync1 .owl-dots .owl-dot.active {
background-color: #040d66;
}

#sync1 .owl-dots .owl-dot:hover {
background-color: #51b5e5;
border-color: #51b5e5;
}

#sync1 .owl-nav button.owl-next,
#sync1 .owl-nav button.owl-prev {
border: solid 2px #040d66;
color: #040d66;
}

#sync1 .owl-nav button.owl-prev {
left: -70px;
}

#sync1 .owl-nav button.owl-next {
right: -70px;
}

#sync1 .owl-nav button:hover {
background-color: #51b5e5;
border-color: #51b5e5;
color: #15362d;
}

#sync1 .owl-nav button .icon:before {
color: white;
}

#sync1 .owl-nav button:hover .icon:before {
color: white;
}

#sync1 .owl-nav .owl-next .icon {
margin-right: -4px;
}

#sync1.owl-carousel .owl-item img {
object-fit: contain;
aspect-ratio: 1 / 1;
}

/*
#sync1 .owl-nav{
opacity: 0;
pointer-events: none;    
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
} 

#sync1:hover .owl-nav{
opacity: 1;
pointer-events: inherit;   
}*/

#sync2 .owl-nav button.owl-prev {
left: -30px;
color: #51b5e5;
}

#sync2 .owl-nav button.owl-next {
right: -30px;
color: #51b5e5;
}

#sync2 .owl-nav button.owl-next:hover,
#sync2 .owl-prev button.owl-next:hover {
color: whitesmoke;
}

#sync2 {
margin-top: 2rem;
}

#sync2 .item{
cursor: pointer;
}

#sync2 .item img{
aspect-ratio: 1 / 1;
object-fit: contain;
}

.ficha_articulo .descripcion_articulo {
margin-top: 3rem;
border: solid 1px #ffffff24;
padding: 0.8rem;
}

.ficha_articulo .descripcion_articulo p {
text-align: justify;
color: #bbb9ba;
font-style: italic;
letter-spacing: 0.05rem;
line-height: 1.5rem;
font-size: 0.9rem;
}

.ficha_articulo .campo_seleccion .nombre {
font-weight: bold;
color: #040d66;
font-style: inherit;
margin-right: 5px;
}

.ficha_articulo .campo_seleccion select {
background-color: #040d66;
color: #51b5e5;
font-size: 0.9rem;
padding: 2px 6px;
}

.ficha_articulo .campo_seleccion.medidas label {
font-style: inherit;
color: #040d66;
margin-bottom: 0px;
}

.ficha_articulo .campo_seleccion .nombre{
font-weight: bold;
color: #0e1122;
font-style: inherit;
margin-right: 5px;
display: block;
margin-bottom: 0px;
}

.ficha_articulo .campo_seleccion select{ 
background-color: #e6e6e6;
color: #282828;
font-size: 0.9rem;
padding: 2px 6px;
width: max-content;
border-color: #ababab;
min-width: 200px;
cursor: pointer;
}

.ficha_articulo .campo_seleccion label{
font-style: inherit;
color: #aeaeae;
margin-bottom: 0px;
cursor: pointer;  
}

.ficha_articulo .campo_seleccion .nombre label,
.ficha_articulo .cantidad >label{
color: #040d66;
font-weight: bold;
font-style: inherit;
margin-bottom: 4px;
font-size: 12px;
}

.ficha_articulo .campo_seleccion .inputs{
display: inline-block;
/* margin-left: 5px; */
margin-right: 2px;
margin-bottom: 10px;
}

.ficha_articulo .campo_seleccion .inputs label{
padding: 5px 10px;
border: solid 1px #dddddd;
background-color: #f9f9f9;
webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
font-size: 12px;
color: #aeaeae;
font-weight: 700;
}

.ficha_articulo .campo_seleccion .inputs input{
display: none;
}

.ficha_articulo .campo_seleccion .inputs input:checked  ~ label,
.ficha_articulo .campo_seleccion .inputs:hover label{
color:#040d66;
border-color: #040d66;
background-color: white;
}

.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;    
}

.descripcion_articulo  div{
margin-top: 3rem;
margin-bottom: 6rem;
background-color: whitesmoke;
padding: 18px 25px;
border: solid 1px #cdcdcd;
}

.descripcion_articulo p{
text-align: justify;
font-size: 12px;
font-weight: 400;
letter-spacing: 0;
line-height: 18px;
}

.descripcion_articulo p:last-child{
margin-bottom: 0px;
}
    
@media (max-width: 1500px) {
    .ficha_articulo .titulo {

    }

    .atras_articulo {
    display: none;
    }
}

@media (max-width: 991.98px) {
    .breadcrumb {
    padding: 10px 10px;
    text-align: left;
    }

    #sync1 {
    max-width: 100%;
    }

    #sync1 .owl-nav button.owl-prev {
    left: 0px;
    }

    #sync1 .owl-nav button.owl-next {
    right: 0px;
    }
}

@media (max-width: 767.98px) {
    #sync1 .owl-nav {
    display: none;
    }
}

@media (max-width: 575.98px) {

    .breadcrumb {
    padding: 10px 10px;
    line-height: 17px;
    }

    .breadcrumb > li a, .breadcrumb.ariadna_articulo .slctd a,
    .breadcrumb > li.slctd a, .breadcrumb.ariadna_articulo li:last-child a{
    font-size: 12px;
    }

    .ficha_articulo {
    margin-top: 3rem;
    }

}

    


/*======================================================
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
======================================================*/

.carruselgaleria img{
height: 400px;
object-fit: cover;
object-position: center;
}

.ordenar_galeria{
-webkit-column-count: 3; 
-moz-column-count: 3; 
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: 1800px){

    .carruselgaleria img {
    height: 350px;
    }

}

@media (max-width: 1500px){

    .carruselgaleria img {
    height: 300px;
    }

}

@media (max-width: 991.98px){ 

    .carruselgaleria img {
    height: 280px;
    }

}


@media (max-width: 575.98px){

    .ordenar_galeria {	
    -webkit-column-count: 1; 
    -moz-column-count: 1; 
    column-count: 1;
    }
}





/*======================================================
NOTICIA
======================================================*/

.pagina_noticia{
display: flex;
column-gap: 30px;
justify-content: space-evenly;
}

.volver_blog{
margin-top: -2rem;
margin-bottom: 2rem;
}

.sidebar_blog{
width: 370px;
background-color: #323539;
height: max-content;
position: sticky;
top: 85px;
padding: 30px 25px;
color: white;
}

.sidebar_blog h4{
margin-bottom: 20px;
font-weight: 600;
text-align: center;
color: white;
}

.sidebar_blog a{
color: white;
margin-bottom: 26px;
display: block;
text-decoration: none;
}

.sidebar_blog a:hover{
color: #ffffff78;
}

.sidebar_blog .textos{
padding-top: 12px;
}

.sidebar_blog h5{
font-size: 16px;
font-weight: 700;
margin-bottom: 3px;
}

.sidebar_blog p{
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
margin-bottom: 0px;
font-size: 12px;
font-weight: 100;
color: #ffffff9c;
}

.sidebar_blog img{
height: 120px;
width: 100%;
object-fit: cover;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

.sidebar_blog a:hover img{
opacity: 0.5;
}

.sidebar_blog >a:last-child{
margin-bottom: 0px;    
}

.cuerponoticia {
width: 100%;
max-width: 1000px;
}

.cuerponoticia .imagen_principal_noticia {
margin-bottom: 2rem;
}

.cuerponoticia .resumen_noticia {
font-size: 1.4rem;
font-weight: 600;
margin-bottom: 2rem;
}

.cuerponoticia .fecha{
font-style: italic;
margin-bottom: 8px;
color: grey;
}

.cuerponoticia ul{
margin-top: 2rem;
margin-bottom: 2rem;
padding-left: 1rem;
}

.cuerponoticia li{
margin-bottom: 1rem;
}

.cuerponoticia p img{
margin-top: 1rem;
margin-bottom: 1rem;
width: 100%;
}

.cuerponoticia p a{
font-weight: bold;
}

.cuerponoticia .compartir_noticia{
border-top: solid 1px #c5c5c5;
margin-top: 3rem;
padding-top: 1rem;
}

.cuerponoticia .compartir_noticia h6{
margin-bottom: 1.1rem;
font-weight: bold;
}

@media (max-width: 1500px){ 

    .sidebar_blog {
    width: 300px;
    }

    .sidebar_blog h4 {
    font-size: 18px;
    }

    .sidebar_blog h5 {
    font-size: 14px;
    margin-bottom: 2px;
    }

    .sidebar_blog a {
    margin-bottom: 19px;
    }

}

@media (max-width: 1200px){ 

    .sidebar_blog {
    width: 250px;
    padding: 25px 19px;
    }

    .pagina_noticia {
    column-gap: 17px;
    }

    .sidebar_blog img {
    height: 85px;
    }

    .sidebar_blog h5 {
    font-size: 12px;
    }

    .sidebar_blog h4 {
    font-size: 16px;
    }

}

@media (max-width: 850px){

    .pagina_noticia {
    display: block;
    padding: 0px;
    }

    .sidebar_blog{
    margin-top: 2rem;
    width: 100%;
    }

    .sidebar_blog h4 {
    font-size: 21px;
    text-align: left;
    margin-bottom: 2rem;
    }

    .sidebar_blog img {
    height: 226px;
    }

    .sidebar_blog h5 {
    font-size: 15px;
    }

    .sidebar_blog a {
    margin-bottom: 30px;
    }
    
}

@media (max-width: 575.98px){

    .cuerponoticia .resumen_noticia {
    font-size: 16px;
    margin-bottom: 1rem;
    }

    .cuerponoticia .imagen_principal_noticia {
    margin-bottom: 1rem;
    }

    .sidebar_blog {
    margin-top: 3rem;
    }

    .sidebar_blog img {
    height: 122px;
    }

    .sidebar_blog h4 {
    font-size: 19px;
    margin-bottom: 1.5rem;
    }

    .sidebar_blog a {
    margin-bottom: 22px;
    }

    .resumen_noticia p,.sidebar_blog h4{
    font-weight: bold;
    }

}

/*======================================================
BLOG
======================================================*/

.paginablog{
display: flex;
column-gap: 30px;
}

.listadonoticias{
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 70px 30px;
}

.ficha_blog>a{
text-decoration: none;
display: block;
box-shadow: 0px 0px 13px 0px #0000001c;
color: inherit;
height: 100%;
border: solid 1px #f7f7f7;
}

.ficha_blog img{
width: 100%;
height: 210px;
object-fit: cover;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

.ficha_blog .contenedor{
padding: 2rem 2rem;
}

.ficha_blog .fecha{
font-size: 13px;
color: grey;
margin-bottom: 7px;
}

.ficha_blog h3{
font-weight: 900;
font-size: 18px;
margin-bottom: 8px;
}

.ficha_blog p{
font-size: 13px;
margin-bottom: 21px;
height: 63px;
overflow: hidden;
line-height: 23px;
}

.ficha_blog .enlace{
font-size: 15px;
font-weight: 700;
margin-top: 38px;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

.ficha_blog>a:hover{
color: inherit;    
}

.ficha_blog>a:hover .enlace{
color: #c5c5c5;    
}

.ficha_blog>a:hover img{
opacity: 0.7; 
}

.paginadorblog{
margin-top: 9rem;
display: flex;
justify-content: center;
column-gap: 16px;
}

.paginadorblog i{
webkit-transition: all 0s ease-in-out;
-o-transition: all .0s ease-in-out;
transition: all .0s ease-in-out;
font-size: 11px;
padding: 3px;
}

.bloghome{
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 0px 60px;
}


@media (min-width: 1500px){ 

    .ficha_blog img {
    height: 260px;

    }

}

@media (max-width: 1500px){ 

    .ficha_blog .contenedor {
    padding: 2rem 1rem;
    }

    .paginadorblog {
    margin-top: 5rem;
    }

    .bloghome{
    gap: 0px 30px;
    }

}

@media (max-width: 1350px){ 

    .ficha_blog .contenedor {
    padding: 1rem 1rem;
    }

}

@media (max-width: 1200px){ 

    .ficha_blog .contenedor {
    padding: 1rem 1rem;
    }

    .listadonoticias{
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 30px;
    }

}

@media (max-width: 991.98px){ 

    .paginadorblog {
    margin-top: 3rem;
    }

}

@media (min-width:850px){ 

    .ficha_blog>a {
    max-height: 500px;
    }

}

@media (max-width:850px){ 
 
    .paginablog {
    display: block;
    }

    .listadonoticias{
    margin-bottom: 4rem;
    }
    
    .bloghome {
    grid-template-columns: repeat(2, 1fr);
    }

}

@media (min-width:575.98px) and (max-width:850px){

    .bloghome>div:last-child{
    display: none;    
    }

}

@media (max-width:750px){ 

    .listadonoticias {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px 15px;
    }

}

@media (max-width: 575.98px){

    .listadonoticias {
    display: block;
    margin-bottom: 0rem;
    }

    .ficha_blog {
    margin-bottom: 2rem;
    }

    .ficha_blog p{
    height: inherit;
    overflow: inherit;
    }

    .ficha_blog .enlace{
    margin-top: 10px;
    margin-bottom: 10px;   
    font-size: 13px; 
    }

    .paginadorblog {
    justify-content: space-between;
    }

    .bloghome{
    display: block;    
    }

}

/*======================================================
FORMULARIO CONTACTO
======================================================*/


.loboformulario .form-group{
margin-bottom: 2rem;  
}

.loboformulario .form-group.items{
display: flex;
justify-content: space-between;
column-gap: 2rem;
}

.loboformulario .form-group.items label{
width: 100%;
}

.loboformulario .form-group.items p{
font-weight: bold;
margin-bottom: 5px;
font-size: 13px;
}

.loboformulario .form-group.items p span{
color: #898e95;
}

.loboformulario  .form-control{
border-radius: 0px;
background-color: #e4eaf1;
border: none;
padding: 16px 21px;
outline: none;
}

.loboformulario  .form-control:focus,
.loboformulario  .form-control:active{
background-color: #c9cfd5;
}

.loboformulario  .contact-submit button{
margin: 0 auto;
}

.loboformulario .legal_pag_contact{
padding-top: 1rem;
margin-bottom: 0px;
}

.loboformulario .legal_pag_contact p{
font-size: 12px;
text-align: center;
max-width: 700px;
margin: 0 auto;
line-height: 22px;
}

.loboformulario .checkbox label{
display: flex;
align-items: center;
cursor: pointer;
}

.loboformulario .checkbox input{
margin-right: 7px;
}

.loboformulario .legal_pag_contact p a{
font-weight: bold;
}

.formulario_home {
max-width: 1400px;
margin: 0 auto;
padding-top: 1rem;
}

.aviso_formulario{
text-align: center;
background-color: whitesmoke;
padding: 5rem 20px;
}

.aviso_formulario p{
line-height: 34px;
max-width: 600px;
margin: 0 auto;
font-weight: 500;
font-size: 1.1rem;
}

.aviso_formulario p a{
font-weight: bold;
display: block;
margin-top: 16px;
font-size: inherit;
}

.aviso_formulario i{
display: block;
font-size: 39px;
margin-bottom: 11px;
}

.pastcontact{
background-color: #040d66;
background: rgb(4,13,102);
background: -moz-linear-gradient(180deg, rgba(4,13,102,1) 0%, rgba(43,53,150,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(4,13,102,1) 0%, rgba(43,53,150,1) 100%);
background: linear-gradient(180deg, rgba(4,13,102,1) 0%, rgba(43,53,150,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#040d66",endColorstr="#2b3596",GradientType=1);
}

.pastcontact .titulo_fragmento{
border: none;
text-align: center;
padding: 21px;
margin-bottom: 16px;
}

.pastcontact .loboformulario .form-group.items p {
color: white;
}

.pastcontact .loboformulario .form-group.items p span {
color: #e00023;
}

.pastcontact .titulo_fragmento .titulo,.titulo_fragmento p{
color: white;
}

.titulo_fragmento p a {
    color: #e00023;
    font-weight: 700;
}

.pastcontact  .loboformulario .checkbox label {
color: white;
}

.pastcontact  .loboformulario .checkbox label {
color: white;
}

.pastcontact  .loboformulario .checkbox label a{
color: #e00023;
}

.loboformulario .contact-submit button{
margin: 0 auto;
border: none;
background-color: #e00023;
}

.loboformulario .contact-submit button:hover{
background-color: white;
color: #e00023;
}

.pastcontact .loboformulario .legal_pag_contact p {
color: white;
}

.pastcontact .loboformulario .legal_pag_contact p a{
color: #e00023;
}

@media (max-width: 1500px){ 

    .loboformulario .form-group.items {
    column-gap: 1rem;
    }

}

@media (max-width: 991.98px){ 

}

@media (max-width: 767.98px){

    .loboformulario .form-group.items {
    flex-direction: column;
    gap:20px;
    }

}

@media (max-width: 575.98px){

    .formulario_home {
    padding-top: 0rem;
    }

    .loboformulario .form-group.items {
    display: block;
    margin-bottom: 0rem;
    }

    .loboformulario .checkbox{
    margin-bottom: 2rem;
    }

    .loboformulario .checkbox{
    font-size: 12px;
    font-weight: 500;
    }

    .loboformulario .checkbox input {
    margin-right: 5px;
    }

    .loboformulario .form-group.items label {
    width: 100%;
    margin-bottom: 1rem;
    }

    .loboformulario .contact-submit button{
    width: 100%;
    max-width: inherit;
    }

    .loboformulario .legal_pag_contact {
    padding-top: 0rem;
    margin-bottom: 0px;
    }

    .loboformulario .legal_pag_contact p {
    font-size: 9px;
    line-height: 15px;
    }

    .aviso_formulario{
    padding: 2rem 16px;
    }

    .aviso_formulario p{
    font-size: 14px;
    line-height: 27px;
    }

    .aviso_formulario i {
    margin-bottom: 15px;
    }

    .aviso_formulario p a{
    margin-top: 30px;
    }

    .loboformulario .form-control {
        padding: 8px 13px;
    }

}

/*======================================================
MAPA
======================================================*/

#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: 1400px){ 

    #map {
    height:450px;
    }

}

@media (max-width: 991.98px){ 



}


@media (max-width: 767.98px){

}

@media (max-width: 575.98px){

    #map {
    height: 350px;
    }

}


/*======================================================
ALERTS
======================================================*/

.page_lobocom .alert{
margin-top: -2rem;
margin-bottom: 3rem;
display: flex;
justify-content: space-between;
padding: 1rem 1.5rem;
}

.alert-danger{
background-color: #f95959;
border: none;
color: white;
}

.alert-success {
background-color: #52c765;
border: none;
color: white;
}

.alert-danger i,
.alert-success i{
color: white;
}

.alert-danger .texto a,
.alert-success .texto a{
color: white;
}

.alert-danger .texto a:hover,
.alert-success .texto a:hover{
color: white;
opacity:0.5;
}

.alert .texto{
font-weight: bold;
}

.alert .texto i{
margin-right: 6px;
}

.page_lobocom  .alert .btn-close{
background: none;
opacity: 1;
padding: 1px 1px;
}

.alert .btn-close:focus {
outline: 0;
box-shadow: none;
}

.alert .btn-close i{
font-size:20px ;
}
    
    
    @media (max-width: 1500px){
    
        .page_lobocom .alert {
        margin-top: -2rem;
        margin-bottom: 2rem;
        }
    
    }
    
    @media (max-width: 991.98px){ 
    
        .page_lobocom .alert {
        margin-top: -1rem;
        margin-bottom: 2rem;
        }
    
    }
    
    @media (max-width: 575.98px){
    
        .page_lobocom .alert {
        padding: 14px;
        }
    
        .alert .texto{
        font-size: 13px;
        }
    
        .alert .btn-close i {
        font-size: 16px;
        }
    
        .page_lobocom .alert .btn-close {
        padding: 0px;
        }
    
    }


/*======================================================
BUSCADOR
======================================================*/

.informacion_busquedas {
    color: #040d66;
  }
  
  .informacion_busquedas .termino span,
  .informacion_busquedas .encontrados strong {
    color: #51b5e5;
  }
  
  

/*======================================================
PÁGINA CONTENIDO
======================================================*/

#searchform {

}

#searchform input {

}

#searchform .botonlcms {

}

#searchform .botonlcms:hover {

}

  

/*======================================================
PAGINA TEXTO IMAGEN
======================================================*/
.pagina_texto_imagen .imagen img {
    height: 100%;
    object-fit: cover;
    width: auto;
  }
  
  .pagina_texto_imagen .imagen > *,
  .pagina_texto_imagen .texto .contenido {
    max-width: 95%;
    margin: 0 auto;
  }
  
  .pagina_texto_imagen .texto .contenido {
    padding: 2rem 0rem;
  }
  
  @media (max-width: 1200px) {
    .pagina_texto_imagen .imagen > *,
    .pagina_texto_imagen .texto .contenido {
      max-width: 100%;
    }
  
    .pagina_texto_imagen .row > div:first-child {
      margin-bottom: 20px;
    }
  
    .pagina_texto_imagen .imagen img {
      height: auto;
    }
  }
  
  


/*======================================================
INTERNET EXPLORER 11
======================================================*/

@media all and (-ms-high-contrast: none) {
    .preloader > div {
      margin-top: 10%;
    }
  
    .preloader > div img {
      width: 80px;
      height: 80px;
      max-width: none;
    }
  
    body.layout_1 .row > .row {
      display: inline-block;
    }
  }
  
  
  