@charset "UTF-8";

/*
    @media (max-width: 991.98px){ 

    }

    @media (max-width: 767.98px){

    }

    @media (max-width: 575.98px){

    }

*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');



html{
font-size: 15px;
}

*{
font-family: "Open Sans", sans-serif;
}

a {
color: black;
}

p a{
    color: white;
}

a:hover {
color: yellow;
}

body{
background-color: black;
color:white;    
} 

body > table {
display: none;
}

::selection {
background: white;
color: black;
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;

padding: 11px 30px;
font-size: 0.95rem;
font-weight: 600;
border: solid 2px white;
background-color: #ffffff;
color: #000000;

}

.boton_standard:hover{
    background-color: transparent;
    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: black;
color: black;
}

.dobleboton >a:hover {
border-color: #b0b0b9;
background-color: #b0b0b9;
color: whitesmoke;
}

.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: #000000d6;
height: 100%;
width: 100%;
}

.parallax .contenido{
max-width: 1000px;
margin: 0 auto;
padding: 12rem 25px;
}

.parallax .titulo{
font-weight: 400;
color: white;
margin-bottom: 0;
font-size: 48px;
line-height: 71px;
}

.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;
padding: 13px 53px;
}

.preloader {
background-color: black;
}

.preloader > div img {
max-width: 28rem;
width: 100%;
}

.botonespagina{
display: grid
;
grid-template-columns: repeat(2, 1fr);
gap: 60px 60px;
align-items: center;
justify-content: center;
}

.botonpagina{
display: block;
height: 500px;
border: solid 2px white;
text-decoration: none;
background-position: center;
background-size: cover;
}

.botonpagina .mascara{
background-color: #0000009e;
height: 100%;
padding: 25px;
display: flex
;
align-items: center;
justify-content: center;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

.botonpagina h3{
color: white;
font-weight: 700;
font-size: 34px;
text-align: center;
max-width: 500px;
text-shadow: 2px 0px 6px black;
line-height: 51px;
margin: 0px;
}

.botonpagina:hover .mascara{
background-color: #000000c2;
}

.botonpagina:hover h3{
color: yellow;
}

.frgproyectos{
background-color: #1d1d1d;
padding-bottom: 3rem;
padding-top: 3rem;
}

.casillasproyectos{
max-width: 1750px;
margin: 0 auto;
padding: 25px;
display: grid
;

}

.casillasproyectos.tres{
grid-template-columns: repeat(3, 1fr);
gap: 60px 60px;
}

.casillasproyectos.cuatro{
grid-template-columns: repeat(4, 1fr);
gap: 30px 30px;
}

.casillaproyecto{
text-decoration: none;
background-color: white;
border: solid 6px white;
border-radius: 7px;
box-shadow: 7px 6px 12px black;
display: block;
}

.casillaproyecto:hover{
color: grey;
margin-top: -5px;
margin-bottom: 5px;
}

.casillaproyecto img{
height: 330px;
object-fit: cover;
object-position: center;
width: 100%;
border-radius: 4px;
box-shadow: 0px 2px 6px #00000033;
}

.casillaproyecto .contenido{
padding: 20px;
}

.casillaproyecto h4{
font-weight: 700;
margin-bottom: 13px;
}

.casillaproyecto .boton{
font-size: 12px;
text-decoration: underline;
}

.casillaproyecto .boton:hover{
color: grey;
}

.fichareview{
padding: 40px;
border: solid 2px white;
}

.fichareview .contenido{
    
}

.fichareview svg{
    aspect-ratio: 1 / 1;
    width: 30px;
    margin-bottom: 23px;
}

.fichareview .estrellas{
    
}

.fichareview .estrellas i{
    
}

.fichareview  p{
    font-style: italic;
    font-weight: 400;
    font-size: 17px;
    line-height: 32px;
    /* text-align: justify; */
    margin-bottom: 35px;
}

.fichareview  h5{
    font-weight: 700;
    font-size: 16px;

}

.gridexperiencias{
-webkit-column-count: 4;
-moz-column-count: 4;
column-count: 4;
}

.gridexperiencias .fichareview {
display: inline-flex
;
margin-bottom: 20px;
background-color: white;
color: black;
}

.gridexperiencias .fichareview  .comillas {
fill: #000000 !important;
}

@media (max-width: 1500px){ 

    .fragmento_boton {
    margin-top: 4rem;
    }

    .separador_altura {
    height: 5rem;
    }

    .gridexperiencias{
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    }

}

@media (max-width: 1400px){ 

    .botonpagina h3 {
    font-size: 29px;
    max-width: 430px;
    line-height: 43px;
    }

    .botonpagina {
    height: 429px;
    }

    .casillaproyecto img {
    height: 235px;
    }

    .casillasproyectos.tres {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 30px;
    }

    .casillasproyectos.cuatro{
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 30px;
    }

}

@media (max-width: 1200px){ 

    .separador_altura {
    height: 4.5rem;
    }

    .botonespagina {
    gap: 30px 30px;
    }

}

@media (max-width: 991.98px){ 

    .gridexperiencias{
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    }

    .fragmento_boton {
    margin-top: 3rem;
    margin-bottom: 1rem;
    }

    .separador_altura {
    height: 3rem;
    }

    .botonpagina h3 {
    font-size: 25px;
    line-height: 35px;
    }

    .botonpagina {
    height: 335px;
    }

    .parallax .contenido {
    max-width: 745px;
    }

    .parallax .titulo {
    font-size: 36px;
    line-height: 50px;
    }

    .casillasproyectos.tres {
    grid-template-columns: repeat(2, 1fr);
    }

}

@media (max-width: 767.98px){

    .gridexperiencias{
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    }

    .casillasproyectos.tres {
    grid-template-columns: repeat(1, 1fr);
    }

    .casillasproyectos.cuatro{
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    }

    

    .casillaproyecto img {
    height: 317px;
    }

}

@media (max-width: 575.98px){

    .casillaproyecto img {
    height: 180px;
    }

    .owl-carousel .casillaproyecto img {
    height: 230px;
    }


    .casillaproyecto h4 {
    font-weight: 700;
    margin-bottom: 13px;
    font-size: 16px;
    }

    .casillaproyecto .contenido {
    padding: 14px;
    }

    .casillasproyectos.tres {
    gap: 20px;
    }

    .parallax .titulo {
    font-size: 31px;
    }

    .parallax .contenido {
    padding: 9rem 25px;
    }

    .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;
    }

    .botonespagina {
    grid-template-columns: repeat(1, 1fr);
    gap: 21px 30px;
    }

    .botonpagina {
    height: 275px;
    }

    .fichareview {
    padding: 30px 20px;
    }

}

/*======================================================
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;
    }

}

/*======================================================
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;
min-height: 58vh;
}

.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: #ffffff;
}

.titulo_pagina_lobocom .textos{
max-width: 1750px;
margin: 0 auto;
padding: 20px 15px;
text-align: center;
color: white;
}

.titulo_pagina_lobocom h1{
color: black;
font-weight: 900;
margin-bottom: 0px;
text-transform: uppercase;
}

.titulo_pagina_lobocom h2{
margin-bottom: 0px;
font-size: 16px;
font-weight: 300;
margin: 0 auto;
margin-top: 1px;
line-height: 26px;
max-width: 1116px;
color: black;
}

.texto_imagen .titulo{
font-weight: bold;
margin-bottom: 2rem;
color: white;
font-size: 39px;
}

.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%;
/*-webkit-filter: grayscale(100%);
filter: grayscale(100%);*/
object-position: center;    
}

.texto_imagen .texto,
.texto_imagen_full.texto_imagen .row > .texto {
padding: 5rem 2rem;
}

.texto_imagen .texto .contenido {
padding-top: 2rem;
padding-bottom: 2rem;
max-width: 600px;
margin: 0 auto;
}   


.texto_imagen .texto p{
line-height: 32px;
font-size: 16px;
}

.texto_imagen .texto p a{
font-weight: 600;
text-decoration-color: #ffffff6b;
}

.texto_imagen .texto p a:hover{
color: #ffec41;
}

.texto_imagen .texto .boton_standard{
margin-top: 3rem;
}

.pagina_contenido{
max-width: 1000px;
text-align: left;
padding-bottom: 7rem;
}

.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;
}

@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;
    }    

}

@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: 18px 15px;
    }

    .titulo_pagina_lobocom h1{
    font-size: 19px;
    font-weight: 700;
    }

    .titulo_pagina_lobocom h2 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 5px;
    }

    .page_lobocom {
        padding-top: 1.5rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .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;
    }

    .pagina_contenido h3 {
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
    margin-top: 2rem;
    }

    .texto_imagen .titulo {
    margin-bottom: 1.5rem;
    font-size: 33px;
    }

}

/*======================================================
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: 4rem;
}

.owl-dots .owl-dot{
background-color: transparent !important;
height: 12px;
width: 12px;
margin-left: 6px;
margin-right: 6px;
border: 2px #ffffff 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: #ffffff4f;
color: black;
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: 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: 1rem;
    }

}

/*======================================================================
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: 2px;
padding-bottom: 2px;
margin: 0 auto;
display: flex
;
justify-content: space-between;
align-items: center;
}

#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: 15px;
}

#top-bar a span{
font-size: 14px;
font-weight: 500;
margin-left: 2px;
}

#top-bar a:hover span{
text-decoration: underline;
}

#top-bar .iz a{
margin-right: 2px;
}

#top-bar .der{
display: flex
;
align-items: center;
}

#top-bar .der a:last-child{
padding-right: 0px;
}

#top-bar .der a{
padding: 7px;
}

#top-bar .der i{
font-size: 17px;    
}

#top-bar svg{
width: 13px;
display: block;
margin-top: -2px;
}

@media (max-width: 575.98px){

    #top-bar a {
    padding: 4px 4px;
    }


}

/*======================================================
MENÚ
======================================================*/
.navbar{
background-color: black;
padding-top: 20px;
padding-bottom: 20px;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.navbar.fixed-top{
box-shadow: 0px -2px 8px 3px #000000;
padding-top: 10px;
padding-bottom: 10px;
border-bottom: solid 1px #c7c7c7;
}


.navbar .lobocontainer{
display: flex;
justify-content: space-between;
width: 100%;
}

.navbar .logo{
display: flex;
align-items: center;
}

.navbar .logo img{
max-width: 170px;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.navbar.fixed-top .logo img {
max-width: 115px;
}

.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: 12px;
font-weight: 600;
color: #ffffff;
}

.nav-link:hover,
.nav-link:focus,
.nav-link:focus-within{
color: #ffffff3d;
}

.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;
}

.nav-item .dropdown-menu{
border-radius: 0;
border: none;
background-color: black;
border: solid 2px white;
box-shadow: 2px 4px 6px #00000038;
padding: 0px;
}

.nav-item .dropdown-menu .dropdown-item {
color: white;
font-size: 14px;
padding: 11px 17px;
font-weight: 600;
}

.nav-item .dropdown-menu .dropdown-item:hover{
background-color: white;
color: black;
}

.loginmenu {
height: 19px;
margin-top: -5px;
}

.loginmenu svg {
height: 17px;
}

.loginmenu .usermenusvg{
fill:black;
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;
}
.navbar-toggler svg{
height: 20px;
margin-top: -3px;
}

.menutooglesvg{
fill:white;
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:black;
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-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;
}

@media (max-width: 991.98px){ 

    .nav-item .dropdown-menu .dropdown-item {
    color: black;
    }

    .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: white;
    color: #c4c4c4;
    }

    .nav-link:hover, .nav-link:focus, .nav-link:focus-within {
    color: #ffffff;
    }

    
    .dropdown-toggle.show::after{
    color: yellow; 
    }

    .navbar .items {
        display: none;
    }

    .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;
        border-bottom: solid 1px #ffffff24;
        background-color: white;
        padding-top: 5px;
        padding-bottom: 9px;
    }

    .ultimnivel{
    padding: 13px 19px;
    }

    .nav-link {
    font-size: 16px;
    }

    .navbar-nav .itemsmovil .dropdown-item {
    font-size: 16px;
    }

    .navbar-toggler{
    padding-left: 0px;
    }

    .dropdown-item {
    padding: 6px 1rem;
    }

    .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
    }

    .navbar .logo img{
        height: 35px;
    width: inherit;
    }

    .loginmenu svg {
    height: 20px;
    }

    .boton_cesta .bolcantidad {
    top: 0px;
    }

    .boton_cesta svg {
    height: 19px;
    margin-top: -1px;
    }
    
}

/*======================================================
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 - 132px);
}

.slide_home{
background-repeat: no-repeat;
background-size: cover;

display: flex;
align-items: center;
}

.slide_home .mascdark{
background-color: #0000007d;
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: center;
margin: 0 auto;
margin-top: -4rem;
}

.slide_home .logo {
margin-bottom: 2rem;
max-width: 32rem;
opacity: 1;
}

.slide_home .titulo {
font-weight: 900;
font-size: 5rem;
/* letter-spacing: 0.1rem; */
color: #ffffff;
margin: 0 auto;
margin-bottom: 2rem;
max-width: 1200px;
text-shadow: 2px 3px 8px #000000a1;
}

.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: left;
padding: 0px;
}
    
/*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: #000000c4;
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  .botones{
display: flex
;
align-items: center;
justify-content: center;
gap: 18px;
margin-top: 3rem;
}

.slide_home .boton_standard {
background-color: white;
border: solid 2px white;
color: black;
}



.slide_home .boton_standard:last-child{
background-color: transparent;
border: solid 2px white;
color: white;
}

.slide_home .boton_standard:hover{
opacity: 0.5;
}

.modalreel .modal-content{
background-color: transparent;
padding: 0px;
border: none;
}

.modalreel .modal-header{
border: none;
padding: 0px;
}

.modalreel video{
width: 100%;
height: 75vh;
}

.modalreel  .modal-title{
display: none;    
}

.modalreel  .modal-header .btn-close {
color: #ff426d;
background: no-repeat;
content: no-close-quote;
opacity: 1;
font-size: 22px;
}


@media (max-width: 1300px) {

    .slide_home .logo {
    max-width: 29rem;
    }

    .slide_home .titulo {
    font-size: 2.5rem;
    }

    .slide_home .subtitulo {
    font-size: 1rem;
    }

    .slide_home .buscador {
    margin-top: 1.7rem;
    }

}
    
@media (max-width: 1200px) {

    .slide_home {
    background-position: left center;
    }

    .slide_home > .container-fluid {
    background-color: #00000096;
    }

}

@media (max-width: 991.98px) {

    .slide_home .logo {
    max-width: 23rem;
    }

    .slide_home .buscador form {
    position: relative;
    }

    .slide_home .contenido {
    margin-top: 0rem;
    }

    .carrusel_slide .owl-dots{
    margin-top: -3rem;
    margin-bottom: 3rem;
    }

}
    
@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: 85%;
    }

    .slide_home .subtitulo {
    line-height: 1.7rem;
    font-size: 1rem;
    }

    .slide_home .contenido {
    padding: 15px;
    margin-top: -3rem;
    }

    .slide_home, .video_slide, .carrusel_slide {
    height: calc(100vh - 103px);
    }

    .carrusel_slide .owl-dots{
    margin-top: -38px;
    margin-bottom: 38px;
    }

    .slide_home .boton_standard {
    font-size: 12px;
    }

}

@media (max-width: 350px) {

    .slide_home .botones{
    flex-direction: column;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    gap: 15px;
    flex-direction: column;
    }


    .slide_home .boton_standard {
    width: 100%;
    display: block;
    max-width: none;
    }

}
    
/*======================================================
FOOTER
======================================================*/

footer{
background-color: black;
padding-top: 1rem;
padding-bottom: 1rem;
border-top: solid 2px white;
}

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: 17px;
font-weight: 600;
padding: 11px 13px;
}

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 #2b2b2b;
/*padding-left: 20px;
padding-right: 20px;*/
}

footer .nivel2 .redes a{
background-color: #ffffff;
padding: 4px 9px;
display: inline-block;
font-size: 15px;
color: #000000;
border-radius: 100%;
width: 30px;
height: 30px;
text-align: center;
margin-right: 4px;
}

footer .nivel2 .redes a svg{
margin-top: -4px;
}

footer .nivel2 .redes a:hover{
background-color: #8a8a8a;
}

footer .datos a{
color: white;
text-decoration: none;
margin-left: 17px;
font-size: 15px;
font-weight: 500;
}

footer .datos a i{
color: #ffffff;
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{
color: #868686;    
}

footer .datos a:hover span{

}

footer .datos a:hover span{

}

footer .datos a:hover i{
color: #868686;    
}

.subfooter{
padding: 10px 13px;
padding-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;
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;
}

@media (max-width: 1550px){ 

    .subfooter {
    padding-bottom: 76px;
    }

}

@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: 14px;
    }

    .subfooter a {
    margin-right: 7px;
    margin-left: 7px;
    font-size: 15px;
    font-weight: 700;
    }

    .firmalobocom {
    margin-top: 15px !important;
    }

    .firmalobocom a{
    font-size: 13px;
    font-weight: 500;
    }

    .subfooter .empresa {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 2px;
    margin-top: 4px;
    }

    .subfooter {
    padding: 15px 15px;
    padding-bottom: 20px;
    }

    footer .nivel2 .redes a {
    width: 33px;
    height: 33px;
    margin-right: 6px;
    }

    footer .nivel2 .redes a svg {
    margin-top: -1px;
    }

}

@media (max-width: 767.98px){

    .subfooter {
    padding-bottom: 47px;
    }

    footer .nivel1 .itemsmenu a {
    display: inline-block;
    }

}

@media (max-width: 575.98px){

    footer .nivel1 .itemsmenu {
    margin-top: 29px;
    }

    footer .logofooter img {
    max-width: 159px;
    }

    footer .nivel1 .itemsmenu a {
    text-decoration: none;
    color: white;
    font-size: 16px;
    font-weight: 500;
    padding: 6px 7px !important;
    /* display: block; */
    margin-bottom: 0px;
    display: inline-block;
    }
    
    footer .datos a {
    margin-left: 8px;
    margin-right: 8px;
    font-size: 15px;
    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: 14px;
    margin-right: 7px;
    margin-left: 7px;
    font-weight: 500;
    display: block;
    margin-bottom: 7px;
    letter-spacing: 0;
    }

    .subfooter {
    padding-bottom: 20px;
    }

    .float_whatsapp img {
    max-width: 49px;
    }

    .float_whatsapp {
    padding: 7px;
    left: 4px;
    bottom: 9px;
    }

    .firmalobocom {
    margin-top: 25px !important;
    }

    .firmalobocom a {
    font-size: 12px;
    }

}

/*======================================================
PAGINA STANDARD
======================================================*/

.pagina_standard{
padding-top: 4rem;
padding-bottom: 7rem;
padding-left: 2rem;
padding-right: 2rem; 
min-height: 75vh;
}

.pagina_standard>.container{
padding: 0px;
}

.titulo_fragmento{
text-align: center;
margin-bottom: 4rem;
}

.titulo_fragmento .titulo{
font-weight: bold;
color: yellow;
text-transform: uppercase;
font-size: 40px;
}

.titulo_fragmento p{
margin-bottom: 0px;
margin-top: 13px;
}

.subtitulo_fragmento h3{
text-align: center;
padding-bottom: 13px;
margin-bottom: 2rem;
border-bottom: solid 1px #ffffff2e;
font-weight: 700;
}

@media (max-width: 1200px){

    .pagina_standard {
    padding-top: 3rem;
    }

    .titulo_fragmento .titulo {
    font-size: 33px;
    }

}

@media (max-width: 575.98px){

    .titulo_fragmento {
    margin-bottom: 2rem;
    }

    .pagina_standard {
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    }

    .titulo_fragmento .titulo {
    font-size: 26px;
    }

}

/*======================================================
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(6, 1fr);
gap: 40px;
}

.div_articulo{
/*border: solid 2px;*/
}

.div_articulo>a{
display: flex;
text-decoration: none;
flex-direction: column;
vertical-align: middle;
position: relative;
height: 100%;
justify-content: space-between;
}

.div_articulo .foto{
width: 100%;
object-fit: contain;
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;
}

.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{
display: flex
;
justify-content: center;
width: 100%;
align-items: flex-start;
flex-direction: column;
/* padding: 0px 15px; */
gap: 0px;
}

.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>a:hover{
    
}

.div_articulo .etiqueta_descuento{
background-color: black;
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;
}

.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;
}


@media (max-width: 1500px){ 

    .listadosecciones {
    gap: 30px;
    }

    .listadoarticulos {
    grid-template-columns: repeat(4, 1fr);
    }

    .losresultados {
    margin-top: -2rem;
    margin-bottom: 2rem;
    }

}

@media (max-width: 991.98px){ 

    .ficha_seccion {
    height: 300px;
    }

    .ficha_seccion h3{
    font-size: 17px;
    }

    .losresultados {
    margin-top: -1rem;
    padding: 10px 5px;
    }

    .listadoarticulos {
    grid-template-columns: repeat(3, 1fr);
    }

}

@media (max-width: 767.98px){

    .listadosecciones {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    }

    .listadoarticulos {
    grid-template-columns: repeat(2, 1fr);
    }

}

@media (max-width: 575.98px){

    .listadosecciones {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    }

    .ficha_seccion {
    height: 250px;
    }

    .listadoarticulos {
    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: #364f6b;
font-weight: 500;
font-size: 12px;

}

.breadcrumb > li a:hover,
.breadcrumb.ariadna_articulo .slctd a:hover {
color: #364f6b;
text-decoration: underline !important;
}

.breadcrumb > li::before {
color: #364f6b57;
padding-right: 6px;
padding-left: 7px;
content: "\f105";
font-size: 12px;
}

.breadcrumb > li.slctd a,
.breadcrumb.ariadna_articulo li:last-child a {
color: #364f6b;
font-weight: 700;
font-size: 12px;
}

.breadcrumb-item.active {
color: #364f6b;
font-weight: 900;
}

.atras_articulo .breadcrumb {
text-align: left;
}

.atras_articulo .breadcrumb a {
font-size: 1rem;
color: #364f6b;
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: #364f6be3;
font-weight: 400;
}

.ficha_articulo .categoria a strong {
color: #364f6b;
}

.ficha_articulo .categoria .circulo {
font-weight: 900;
color: #51b5e5;
font-size: 1.4rem;
}

.ficha_articulo .categoria a:hover {
color: #51b5e5;
text-decoration-color: #364f6b !important;
}

.ficha_articulo .resumen{
margin-top: 2rem;  
}

.ficha_articulo .resumen p {
text-align: justify;
/* color: #364f6bb0; */
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 #364f6b 1px; */
width: 30px;
height: 30px;
/* border-radius: 100%; */
background-color: transparent;
color: #364f6b;
line-height: 26px;
background-color: #e3e3e3;
}

.ficha_articulo .cantidad_selector .qty {
background-color: transparent;
border: none;
color: #364f6b;
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: #364f6b;
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 #364f6b solid;
border-radius: 20px;
}

#sync1 .owl-dots .owl-dot.active {
background-color: #364f6b;
}

#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 #364f6b;
color: #364f6b;
}

#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: #364f6b;
font-style: inherit;
margin-right: 5px;
}

.ficha_articulo .campo_seleccion select {
background-color: #364f6b;
color: #51b5e5;
font-size: 0.9rem;
padding: 2px 6px;
}

.ficha_articulo .campo_seleccion.medidas label {
font-style: inherit;
color: #364f6b;
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: #364f6b;
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:#364f6b;
border-color: #364f6b;
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;
}

.infoart{
background-color: #f6f6f6;
padding: 15px;
height: fit-content;
min-width: 300px;
position: sticky;
top: 80px;
height: max-content;
}


.infoart .logo {
text-align: center;
padding: 9px 0px;
}

.infoart .logo img{
width: 90%;
height: auto;
max-width: 160px;
}

.infoart .cuadr{
background-color: #ebebea;
border: solid 1px #e4e4e3;
border-radius: 6px;
margin-top: 15px;
padding: 15px 30px;
display: flex;
align-items: center;
}

.infoart .cuadr img{
aspect-ratio: 1 / 1;
height: inherit;
width: 27px;
margin-right: 9px;
}

.infoart .cuadr p{
margin: 0;
}


.infoart .cuadr strong{
display: block;
font-size: 15px;
color: #3f4343;
}


.infoart .cuadr span{
display: block;
font-size: 12px;
margin-top: -2px;
}


    
@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;
    }

    .descripcion_articulo div {
    margin-top: 1rem;
    margin-bottom: 4rem;
    }

}

@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: #191919;
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: #a5a5a5;
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: 70px;
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 {
    
    }

}

@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: 500;
margin-bottom: 5px;
font-size: 13px;
color: #ffffff;
}

.loboformulario .form-group.items p span{
color: #ffffff52;
margin-left: 3px;
}

.loboformulario  .form-control{
border-radius: 0px;
background-color: #e4eaf1;
border: none;
padding: 16px 21px;
outline: none;
color: black;
font-weight: 600;
}

.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;
color: white;
}

.loboformulario .checkbox span a{
color: white;
font-weight: 600;
}

.loboformulario .checkbox span a:hover{
opacity: 0.5;
}

.loboformulario .checkbox span a:hover{
opacity: 0.5;
}

.formulario_home {
max-width: 1400px;
margin: 0 auto;
padding-top: 1rem;
}

.aviso_formulario{
text-align: center;
background-color: #141414;
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;
color: white;
}

.aviso_formulario p a:hover{
opacity: 0.5;
}

.aviso_formulario i{
display: block;
font-size: 39px;
margin-bottom: 11px;
}

@media (max-width: 1500px){ 

    .loboformulario .form-group.items {
    column-gap: 1rem;
    }

}

@media (max-width: 991.98px){ 

}

@media (max-width: 767.98px){

}

@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;
    }

}

/*======================================================
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: 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: #364f6b;
  }
  
  .informacion_busquedas .termino span,
  .informacion_busquedas .encontrados strong {
    color: #51b5e5;
  }
  
  

/*======================================================
PÁGINA CONTENIDO
======================================================*/

#searchform {
margin-top: 25px;
}

#searchform input {
background-color: whitesmoke;
border: none;
padding: 6px 12px;
text-transform: capitalize;
}

#searchform .botonlcms {
background-color: #364f6b;
color: white;
}

#searchform .botonlcms:hover {
background-color: #a4a4a4;
}
  
  

/*======================================================
PAGINA TEXTO IMAGEN
======================================================*/
.pagina_texto_imagen .imagen img {
height: 100%;
object-fit: contain;
width: auto;
/*-webkit-filter: grayscale(100%);
filter: grayscale(100%);*/
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
border: solid 7px white;
aspect-ratio: 1 / 1;
height: inherit;
width: 100%;
object-fit: cover;
position: sticky;
top: 85px;
}

.pagina_texto_imagen .imagen img:hover {
-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
filter: grayscale(0%);
}

.pagina_texto_imagen .imagen > *,
.pagina_texto_imagen .texto .contenido {
max-width: 95%;
margin: 0 auto;
}

.pagina_texto_imagen .texto .contenido {
max-width: 585px;
}

.pagina_texto_imagen .texto .contenido p{
font-size: 16px;
line-height: 30px;
font-weight: 400;
}

.pagina_texto_imagen .texto .contenido .boton_standard{
font-size: 13px;
padding: 4px 24px;
margin-top: 2rem;
font-weight: 700;
background-color: transparent;
color: white;
}

.pagina_texto_imagen .texto .contenido .boton_standard:hover{
background-color: white;
color: black;
}

.pagina_texto_imagen .texto .contenido h2{
font-weight: 800;
/* border-bottom: solid 1px white; */
padding-bottom: 10px;
margin-bottom: 22px;

}

.pagina_texto_imagen .texto .contenido h3{
font-size: 17px;
color: #ffec41;
font-weight: 700;
line-height: 27px;
}

@media (max-width: 1400px) {
    
    .pagina_texto_imagen  .imagen.centrar_al_medio {
    display: flex;
    -webkit-justify-content: normal;
    }

    .pagina_texto_imagen  .imagen a{
    position: sticky;
    top: 85px;
    }

}

  @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;
        aspect-ratio: inherit;
        margin-bottom: 2rem;
        border: none;
    }
  }
  
  @media (max-width: 575.98px){

    .pagina_texto_imagen .imagen img {
    margin-bottom: 1rem;
    }

    .pagina_texto_imagen .texto .contenido h2 {
    margin-bottom: 9px;
    }

  }
  


/*======================================================
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;
    }
  }
  
  
  