@charset "UTF-8";

a,li,button,i{
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

a i{
webkit-transition: all .0s ease-in-out;
-o-transition: all .0s ease-in-out;
transition: all .0s ease-in-out;
}

button:focus,input:focus,.btn-close:focus,button:focus:not(:focus-visible){
outline: none;
box-shadow: none;
}
/*
li{
list-style: none;	
}*/

.centrar_al_medio {
display: flex;
-webkit-justify-content: center;
-webkit-flex-flow: column nowrap;	
}

img{
max-width: 100%;    
}

.alert {
align-items: center!important;
display: inline-flex !important;
width: 100%;
justify-content: space-between;
}

.alert p{
margin: 0px;
}

.alert p a{
color: #6a1a21;
font-weight: 600;
}


/*======================================================================
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;
}

#detector_click.abierto{
pointer-events: initial;   
}


/*======================================================
Cesta MENÚ
======================================================*/

#top-cart{
cursor:pointer;    
}

#top-cart > a span{
border-radius: 22px;
width: 13px;
height: 13px;
font-size: 8px;
display: inline-block;
text-align: center;
padding-top: 1px;
position: absolute;
margin-top: -2px;
margin-left: -6px;
}

#top-cart .top-cart-content {
opacity: 0;
z-index: -2;
position: absolute;
width: 280px;
background-color: #FFF;
box-shadow: 2px 4px 4px 0px rgb(0 0 0 / 5%);
border: 1px solid #EEE;
top: 60px;
right: 10px;
left: auto;
margin: -10000px 0 0;
-webkit-transition: opacity .5s ease, top .4s ease;
-o-transition: opacity .5s ease, top .4s ease;
transition: opacity .5s ease, top .4s ease;
}

#top-cart.top-cart-open .top-cart-content{
opacity: 1;
z-index: 11;
margin-top: 0;
}    

#top-cart .top-cart-content .top-cart-title{
background-color: whitesmoke;
padding: 1rem;
}

#top-cart .top-cart-content .top-cart-title h4{
font-size: 1rem;
margin-bottom: 0px;
font-weight: bold;
letter-spacing: 0.02rem;
color: #505050;

}

#top-cart .top-cart-item{
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 1rem;
border-bottom: solid 1px whitesmoke;
}

#top-cart .top-cart-item-image{
-ms-flex: 0 0 30%;
flex: 0 0 30%;
max-width: 30%;
}

#top-cart .top-cart-item-desc{
-ms-flex: 0 0 70%;
flex: 0 0 70%;
max-width: 70%;
}

#top-cart .top-cart-item-desc .contenido{
font-size: 0.8rem;
line-height: 1rem;
padding: 0.8rem;
}

#top-cart .top-cart-item-desc .contenido a{
line-height: 0.9rem;
display: block;
margin-bottom: 0.2rem;   
}


#top-cart .top-cart-item-desc .contenido .precio{
margin-bottom: 0.1rem;
}


#top-cart .top-cart-item-desc .contenido .cantidad{
display: block;
font-size: 0.7rem; 
}

#top-cart .top-cart-item-desc .contenido span{
display: block;
font-size: 0.7rem;
}

#top-cart .top-cart-footer{
padding: 1rem;
}

#top-cart .top-cart-footer .boton{
float: right;
padding: 0.2rem 1rem;
}


/*======================================================
TEXTO IMAGEN
======================================================*/

.texto_imagen_full{
padding-left: 0px;
padding-right: 0px;   
}

.texto_imagen_full .row{
margin-left: 0;
margin-right: 0px;
}

.texto_imagen_full .row > div{
padding: 0px;    
}

.texto_imagen .imagen img{
height: 100%;
object-fit: cover;  
width: 100%;
object-position: center;    
}

.texto_imagen .texto .contenido{
margin: 0 auto;
}

/*======================================================
FOOTER
======================================================*/
footer ul {
/*margin-bottom: 0px;
padding-left: 0px;*/
}

/*======================================================
PAGINA STANDARD
======================================================*/

.pagina_standard{
/*padding-top: 4rem;
padding-bottom: 7rem;
padding-left: 2rem;
padding-right: 2rem; */
}


/*======================================================
ARTICULOS
======================================================*/

.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;    
}


/*======================================================
ARTICULO
======================================================*/
.cantidad_selector{
margin-bottom: 1rem;    
} 

.cantidad_selector .plus,
.cantidad_selector .minus{
display: inline-block; 
cursor: pointer; 
border: 0px transparent; 
padding: 0; 
width: 36px; 
height: 40px; 
line-height: 40px; 
text-align: center; 
background-color: #EEE; 
font-size: 16px; 
font-weight: bold; 
transition: background-color .2s linear; 
-webkit-transition: background-color .2s linear; 
-o-transition: background-color .2s linear;
}

.cantidad_selector .plus:hover,
.cantidad_selector .minus:hover{
background-color: #DDD;
}

.cantidad_selector .qty{
width: 50px;
height: 40px; 
line-height: 40px; 
border: 0; 
border-left: 1px solid #DDD; 
border-right: 1px solid #DDD; 
background-color: #EEE; 
text-align: center; 
margin-bottom: 0; 
margin-left: -6px;
margin-right: -6px;    
}

/*======================================================
CARRUSEL
======================================================*/
.owl-carousel .owl-nav [class*=owl-] {
position: absolute;
top: 40%;
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;
}

.owl-dots .owl-dot{
background-color: transparent;
height: 10px;
width: 10px;
margin-left: 0.3rem;
margin-right: 0.3rem;
}

.owl-carousel .owl-nav  button.owl-next, 
.owl-carousel .owl-nav  button.owl-prev{
opacity: 1;
font-size: 20px;
}

.owl-carousel .owl-nav button .icon:before{
font-family: "FontAwesome";   
}

.owl-carousel .owl-nav .owl-prev .icon:before{
content: "\f104";   
}

.owl-carousel .owl-nav .owl-next .icon:before{
content: "\f105";
}

#sync2.owl-carousel .owl-nav [class*=owl-] {
top: 34%;
}


/*======================================================
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;  
}

#back2Top span{
margin-top: 3px;
padding-top: 3px;
display: inline-block;
height: -1px;
font-size: 24px;
}
  
/*======================================================
GALERIAS y ÁLBUMES
======================================================*/

.ordenar_galeria{
-webkit-column-count: 3; /* Chrome, Safari, Opera */
-moz-column-count: 3; /* Firefox */
column-count: 3;	
}	

.ordenar_galeria img{ 
width: 100%; 
padding: 7px 0;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

.ordenar_galeria a:hover img{
opacity: 0.5;    
}

@media (max-width: 500px) {	
    .ordenar_galeria {	
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
    }
}

.texto_galeria{
background-color: #f9f9f9;
padding: 1rem 1.2rem;
font-size: 0.8rem;
color: #909090;
border: solid 1px gainsboro;
text-align: center;
margin-top: -3rem;
margin-bottom: 3rem;
}

.texto_galeria p{
margin-bottom: 0px;    
}

.caja_galeria{
margin-bottom: 5rem;
}

.caja_galeria img{
height: 100%;
object-fit: cover;
width: 100%;   
}

.caja_galeria a{
display: block;
height: 100%; 
}

.barracontrol{
text-align: center;
margin-top: 6rem;
}

.barracontrol >div{
display: inline-block;
margin-right: 0.2rem;
margin-left: 0.2rem;    
}

.barracontrol a i{
font-size: 0.8rem;
webkit-transition: all .0s ease-in-out;
-o-transition: all .0s ease-in-out;
transition: all .0s ease-in-out;
}

#galeria_home img{
height: 400px;
width: 100%;
object-fit: cover;    
}

@media (max-width: 575.98px){
    
    .texto_galeria {
    margin-top: 0rem;
    }
    
    .barracontrol >div {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
    }
    
    #galeria_home img{
    height: 300px;
    }
}

/*======================================================
BLOG
======================================================*/

.ellip {
display: block;
height: 100%;
}

.ellip-line {
display: inline-block;
text-overflow: ellipsis;
white-space: nowrap;
word-wrap: normal;
max-width: 100%;
}

.ellip,
.ellip-line {
position: relative;
overflow: hidden;
z-index: 2;
}

.ficha_blog{    
margin-bottom: 2rem;
}

.ficha_blog .contenedor{
background-color: whitesmoke;
background-color: whitesmoke;
padding: 2rem 2rem;
}

.ficha_blog .titulo{
color: #6b6b6b;
font-size: 1.2rem;
margin-bottom: 0.4rem;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out; 
}

.ficha_blog  p{
color: #6b6b6b;
font-size: 0.85rem;
}

.ficha_blog  a img{
 webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out; 
}

.ficha_blog  a:hover img{
opacity: 0.5;    
}

.contenedor_posts{
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;   
}

.sidebar_blog{
padding: 2rem;      
}

.sidebar_blog img{
 webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out; 
}
    
.sidebar_blog a:hover {
opacity: 0.5;    
}



@media (max-height: 800px){
    .sidebar_blog{
     position: inherit !important;
    }
}

@media (max-width: 991.98px){ 
    .ficha_blog .contenedor{
    padding: 2rem 1rem;
    }
}

@media (max-width: 991.98px){ 
    .sidebar_blog{
    display: none;
    }
}

@media (max-width: 575.98px){
    /*.ficha_blog .titulo {
    font-size: 1.5rem;
    }*/
}

/*======================================================
NOTICIA
======================================================*/

.imagen_resumen img{
width: 100%;    
}

.resumen_noticia{
margin-top: 1rem;
margin-bottom: 2rem;
}

.noticia{
padding: 0rem 2rem;
}

.cuerpo_noticia{
background-color: whitesmoke;
padding: 2rem;
}

.volver_blog{
margin-top: -4rem;
margin-bottom: 4rem;
text-align: center;
}

.volver_blog a{
font-weight: bold;    
}

.volver_blog i{
font-size: 0.75rem;
 webkit-transition: all .0s ease-in-out;
-o-transition: all .0s ease-in-out;
transition: all .0s ease-in-out; 
}

.volver_blog a:hover{
color: #05fbf9;
}
