@charset "UTF-8";

/*
    @media (max-width: 991.98px){ 

    }

    @media (max-width: 767.98px){

    }

    @media (max-width: 575.98px){

    }


.bebas-neue-regular {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}


.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}


.krona-one-regular {
  font-family: "Krona One", sans-serif;
  font-weight: 400;
  font-style: normal;
}




*/





html{
font-size: 15px;
}

*{
  font-family: "Poppins", sans-serif;
}

a {
color: black;
}

a:hover {
color: #960000;
}

body > table {
display: none;
}

::selection {
background: #800404;
color: #e3ad58;
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: transparent;
border: #960000 solid 2px;
color: white;
padding: 10px 36px;
font-size: 0.85rem;
text-transform: uppercase;
}

.boton_standard:hover{
background-color: #960000;
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: #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: #000000;
}

.preloader > div img {
max-width: 3rem;
}

@media (max-width: 1500px){ 

    .fragmento_boton {
    margin-top: 4rem;
    }

    .separador_altura {
    height: 5rem;
    }

}

@media (max-width: 1200px){ 

    .separador_altura {
    height: 4.5rem;
    }

}

@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;
    }

}

/*======================================================
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: 0.75rem;
  padding: 8px 30px;
  }

}



/*======================================================
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: #00000042;
}

.titulo_pagina_lobocom .textos{
max-width: 1750px;
margin: 0 auto;
padding: 20px 15px;
text-align: center;
color: white;
}

.titulo_pagina_lobocom h1{
  font-weight: 600;
  margin-bottom: 0px;
  font-family: "Krona One", sans-serif;
  background: url(/assets/custom/img/line.png) no-repeat bottom center;
  padding-bottom: 22px;
  padding-top: 8px;
  font-size: 2rem;
}

.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;
}

.texto_imagen .titulo{
font-weight: 500;
margin-bottom: 1rem;
/* color: black; */
font-family: "Krona One", sans-serif;
font-size: 55px;
line-height: 80px;
}


.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{
 position: relative; 
} 

.texto_imagen .imagen .mascara{
background: #000000;
background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
height: 100%;
position: absolute;
  width: 100%;
}

.texto_imagen .imagen img{
height: 100%;
object-fit: cover;  
width: 100%;
object-position: center;    
}

.texto_imagen .texto,
.texto_imagen_full.texto_imagen .row > .texto {
padding: 5rem 2rem;
    position: relative;
}

.texto_imagen .texto .contenido {
padding-top: 2rem;
padding-bottom: 2rem;
max-width: 600px;
margin: 0 auto;
  z-index: 2;
}   

.texto_imagen .kanji  {
  position: absolute;
  right: 30px;
  top: 20px;
}

.texto_imagen .texto p{
line-height: 32px;
}

.texto_imagen .texto .contenido .boton_standard{
  margin-top: 3rem;
}

.pagina_contenido{
max-width: 1000px;
text-align: justify;
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;
}

.texto_imagen.black{ 
background-color: black;
color: white;
} 

.fichaevento{
background: #181818;
margin-bottom: 1.5rem;
border-radius: 13px;
border: solid 1px #ffffff12;
padding: 40px;
display: flex
;
align-items: center;
justify-content: space-between;
text-decoration: none;
color: white;
}



.fichaevento .campo1{
width: 20%;
color: #d70000;
webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s 
ease-in-out;
}

.fichaevento .campo1 h3,.fichaevento .campo1 h3 p{
margin-bottom: 0px;
font-weight: 100;
font-size: 41px;
display: flex
;
gap: 9px;
align-items: center;
font-family: "Bebas Neue", sans-serif;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s 
ease-in-out;
margin-bottom: 0px;
}

.fichaevento .campo2 {
  width: 100%;
text-align: center;
}

.fichaevento .campo2 h4{
margin-bottom: 0px;
font-weight: 200;
font-size: 39px;
display: flex
;
gap: 9px;
align-items: center;
justify-content: center;
font-family: "Bebas Neue", sans-serif;
}

.fichaevento .campo2 p{
margin-bottom: 0px;    
}

.fichaevento .campo2 h4 strong{
font-weight: 600;
}

.fichaevento .campo3 {
text-align: right;
color: #b3b3b3;
width: 20%;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s 
ease-in-out;
}

.fichaevento .campo3 p{
margin-bottom: 0px;
display: unset;
}

.fichaevento .campo3 i{
color: #960000;
webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s 
ease-in-out;
}

.fragblack{
background-color: black;
color: white; 
}

.fichaevento:hover{
border-color: #960000;
background-color: #960000;
color: white;
}

.fichaevento:hover .campo1,
.fichaevento:hover .campo3,
.fichaevento:hover .campo3 i{
color: white;  
}

.paginaenlaces{
  min-height: calc(100vh - 186px);
}

.paginaenlaces a{
background: #181818;
margin-bottom: 1.5rem;
border-radius: 13px;
border: solid 1px #ffffff12;
width: 100%;
display: block;
padding: 20px 10px;
text-align: center;
color: white;
text-decoration: none;
font-size: 19px;
}

.paginaenlaces a:hover{
background-color: #940000;
}

.pais{
margin-bottom: 4rem;
}

.pais h2{
color: #a40b0b;
font-family: "Bebas Neue", sans-serif;
font-size: 44px;
border-bottom: solid 2px #6a6a6a;
margin-bottom: 3rem;
}

.pais .grid_fichas{
display: grid
;
grid-template-columns: repeat(3, 1fr);
gap: 40px 40px;
}

.ficha_chief{
background-color: whitesmoke;
border-radius: 8px;
display: flex
;
align-items: center;
background: #ffffff;
background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(237, 244, 245, 1) 100%);
background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(237, 244, 245, 1) 100%);
background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(237, 244, 245, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#EDF4F5", GradientType=0);
}

.ficha_chief .imagen{
  padding: 10px;
}

.ficha_chief .imagen img {
border-radius: 5px;
width: 130px;
max-width: 130px;
}

.ficha_chief .textos{

}

.ficha_chief .contenido{
  padding: 25px;
}

.ficha_chief h3{
font-family: "Bebas Neue", sans-serif;
font-weight: 600;
font-size: 23px;
letter-spacing: 0.5px;
margin-bottom: 4px;
}

.ficha_chief h3 span{
font-weight: 200;
font-family: "Bebas Neue", sans-serif;
color: grey;
}

.ficha_chief p{
margin-bottom: 10px;
line-height: 24px;
}

.result-year  .card-body{
display: flex
;
flex-direction: row;
}

.result-year  .card-body img{
height: max-content;
position: sticky;
height: max-content;
position: sticky;
top: 100px;
    width: 50%;
}


.result-year .wpb_wrapper{
width: 100%;
padding: 36px;
padding-top: 0px;
width: 50%;
text-align: left;
}

.result-year .toggle-arrow{
text-decoration: none;
background-color: #dadada;
margin-top: 1rem;
text-align: left;
display: flex
;
align-items: center;
padding: 17px 20px;
width: 100%;
display: flex
;
justify-content: space-between;
border-radius: 7px;
background: #f7faff;
background: -webkit-linear-gradient(180deg, rgba(247, 250, 255, 1) 0%, rgba(237, 244, 245, 1) 100%);
background: -moz-linear-gradient(180deg, rgba(247, 250, 255, 1) 0%, rgba(237, 244, 245, 1) 100%);
background: linear-gradient(180deg, rgba(247, 250, 255, 1) 0%, rgba(237, 244, 245, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F7FAFF", endColorstr="#EDF4F5", GradientType=0);

}


.result-year .toggle-arrow::after{
content:"▼";
font-size:14px;
margin-left:6px;
transition: all .2s ease;
}

.result-year  .toggle-arrow[aria-expanded="true"]::after{
content:"▲";
}

.result-year h2{
  color: #960000;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 700;
}

@media (min-width: 1800px) {
    .container,
    .container-xxxl {
      max-width: 1750px;
    }
  }
  

@media (min-width: 1200px) {
    .titulo_pagina_lobocom h1 {
      font-size: 1.9rem;
    }
}

@media (max-width: 1800px){ 

    .lobocontainer{
    max-width: 1450px;
    }

    .page_lobocom{
    max-width: 1450px;
    }

  .pais .grid_fichas{
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 40px;
  }

}


@media (max-width: 1500px){ 

    .lobocontainer{
    max-width: 1200px;
    }

    .page_lobocom {
    padding: 40px 15px;
    max-width: 1200px;
    }

    .texto_imagen .texto .contenido {
    max-width: 470px;
    }

    .fichaevento {
    padding: 24px;
    }

    .fichaevento .campo1 h3,.fichaevento .campo1 h3 p {
    font-size: 36px;
    }

    .fichaevento .campo2 h4 {

    }

    .fichaevento .campo3 a {
    font-size: 26px;
    padding: 7px 19px;
    }

}

@media (max-width: 1200px){ 

  .titulo_pagina_lobocom h2 {
  font-size: 15px;
  }

  .titulo_pagina_lobocom .textos {
  padding: 26px 15px;
  }    

  .fichaevento .campo2 h4 {
  font-size: 33px;
  }

  .fichaevento .campo1 h3,.fichaevento .campo1 h3 p {
  font-size: 32px;
  }

  .fichaevento .campo3 {
  font-size: 12px;
  }

  .pais .grid_fichas {
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
    }

}

@media (max-width: 1100px){ 

    .fichaevento .campo1 h3,.fichaevento .campo1 h3 p {
    font-size: 28px;
    }

    .fichaevento .campo2 h4 {
    font-size: 29px;
    font-weight: 300;
    }

    .fichaevento .campo3 a {
    font-size: 20px;
    }
    

}

@media (max-width: 991.98px){ 

  .pais .grid_fichas {
  grid-template-columns: repeat(1, 1fr);
  gap: 18px;
    }

    .paginaenlaces a {
    padding: 16px 10px;
    font-size: 16px;
    }

    .fichaevento {
    padding: 24px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    }

    .titulo_pagina_lobocom h2 {
    font-size: 14px;
    }

    .fichaevento .campo2 h4 {
    font-size: 36px;
    }

    .fichaevento .campo3 {
    font-size: 13px;
    }

    .page_lobocom {
    padding: 25px 15px;
    }

    .fichaevento .campo1,.fichaevento .campo3 {
    width: 100%;
    text-align: center;
    display: block;
    }

    .fichaevento .campo1 h3,.fichaevento .campo1 h3 p {
    font-size: 28px;
    display: block;
    }

    .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;
    }

  .texto_imagen .imagen .mascara {
  background: #000000;
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) -20%, rgba(0, 0, 0, 1) 100%);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) -20%, rgba(0, 0, 0, 1) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) -20%, rgba(0, 0, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
  height: 100%;
  position: absolute;
  width: 100%;
  }
    
}

@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;
    }

        .fichaevento .campo3 a {
    display: block;
    margin-top: 12px;
    font-size: 22px;
    padding: 3px 19px;
    letter-spacing: 1px;
    }

    .fichaevento {
    padding: 24px;
    flex-direction: column;
    gap: 8px;
    }

    .fichaevento .campo2 h4 {
    font-size: 27px;
    }

    .fichaevento .campo1 h3,.fichaevento .campo1 h3 p {
    font-size: 37px;
    }

  .texto_imagen .titulo {
  font-size: 42px;
  line-height: 60px;
  }

}

@media (max-width: 575.98px){

    .result-year .card-body {
    display: flex
    ;
    flex-direction: row;
    flex-direction: column-reverse;
    gap: 15px;
    }

    .result-year .card-body img{
    width: 100%;
    position: inherit;
    top: inherit;
    }

    .result-year .wpb_wrapper {
      width: 100%;
    padding: 10px;
    }


  .pais h2 {
    margin-bottom: 4rem;
  }

    .ficha_chief .imagen img {
    margin-top: -27px;
    }

    .ficha_chief{
    flex-direction: column;
    text-align: center;
    padding-top: 0px;
    margin-bottom: 4rem;
    }

  .paginaenlaces a {
    padding: 16px 10px;
        font-size: 14px;
    font-weight: 500;
    }

    .texto_imagen .titulo {
    font-size: 30px;
    line-height: 43px;
    }

    .fichaevento .campo1 h3,.fichaevento .campo1 h3 p {
    font-size: 27px;
    }

    .fichaevento .campo2 h4 {
    font-size: 29px;
    }

    .fichaevento {
    margin-bottom: 13px;
    }

    .fichaevento .campo3 a {
    margin-top: 17px;
    }


    .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: 27px 15px;
    }

    .texto_imagen .texto,
    .texto_imagen_full.texto_imagen .row > .texto {
    padding: 3rem 20px;
    }  

    .texto_imagen .texto,
    .texto_imagen_full.texto_imagen .row > .texto {
    padding: 3rem 20px;
    }

    .pagina_contenido h3 {
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
    margin-top: 2rem;
    }

    .texto_imagen .kanji {
    right: 18px;
    top: 14px;
    max-width: 186px;
    }


}

/*======================================================
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 black solid !important;
border-radius: 100%;
}

.owl-dots .owl-dot:hover,.owl-dots .owl-dot.active{
background-color: black !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: 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: whitesmoke;    
}

#top-bar .contenedor{
padding-top: 5px;
padding-bottom: 5px;
margin: 0 auto;
display: flex;
justify-content: space-between;
}

#top-bar a{
text-decoration: none;
padding: 4px 5px;
margin-left: -4px;
}

#top-bar i{
webkit-transition: all .0s ease-in-out;
-o-transition: all .0s ease-in-out;
transition: all .0s ease-in-out;
font-size: 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 a:last-child{
padding-right: 0px;
}

#top-bar .der a{

}


@media (max-width: 575.98px){

    #top-bar a {
    padding: 4px 4px;
    }

    #top-bar i {
    font-size: 14px;
    }

    #top-bar .iz i {
    font-size: 12px;
    }

    #top-bar a span{
    font-size: 12px;
    margin-left: 0px;
    }

}

/*======================================================
MENÚ
======================================================*/
.navbar{
background-color: white;
padding-top: 9px;
padding-bottom: 9px;
box-shadow: 0px 3px 7px #00000024;
}

.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: 167px;
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: 15px;
  font-weight: 500;
  color: #000000;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.nav-link:focus, .nav-link:hover {
color: #960000;
}




.navbar .iconosmenu{
display: flex;
align-items: center;
margin-left: 6px;
/*border-left: solid 1px #e3e2e2;
padding-left: 4px;*/
}

.navbar .iconosmenu>div{
margin-left: 0px;
}

.navbar .iconosmenu >div>a{
padding: 6px 5px;
position: relative;
cursor: pointer;
}

.loginmenu {
height: 19px;
margin-top: -5px;
}

.loginmenu svg {
height: 17px;
}

.loginmenu .usermenusvg{
fill: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: 19px;
margin-top: -3px;
}

.menutooglesvg{
fill:#800404;
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;
color: #960000;
}

.ultimnivel{
display: block;
width: 100%;
padding: 0.25rem 1rem;
clear: both;
font-weight: 400;
color: #212529;
text-align: inherit;
text-decoration: none;
white-space: nowrap;
background-color: transparent;
border: 0;
font-weight: 500;
}

.ultimnivel:hover{
color: #1e2125;
background-color: #e9ecef;
}

.navbar .itemsmovil{
display: none;
}

.selectoridiomas{
position: relative;   
margin-left: 10px !important;
}

.selectoridiomas > a{
padding-right: 0px;
text-transform: capitalize;
}

.selectoridiomas:before {
content: "";
position: absolute;
left: 0;
top: 11px;
height: 17px;
border-left: 2px solid #d5d5d5;
}

.selectoridiomas .dropdown-menu {
right: 0;
position: absolute;
right: 0px;
left: inherit;
text-align: right;
}

@media (max-width: 1500px){ 

  .nav-link {
  font-size: 15px;
  margin-left: 4px;
  }

  .navbar .logo img {
  max-width: 140px;
  }

}

@media (max-width: 1200px){ 

    .nav-link {
    font-size: 14px;
    margin-left: 4px;
    letter-spacing: 0.1px;
    }

    .navbar .logo img {
    max-width: 116px;
    }

  }

@media (max-width: 991.98px){ 

  .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;
    }

    .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: 11px;
    padding-bottom: 11px;
    }

    .navbar .logo img{
    height: 41px;
    width: inherit;
    }

    .loginmenu svg {
    height: 20px;
    }

    .boton_cesta .bolcantidad {
    top: 0px;
    }

    .boton_cesta svg {
    height: 19px;
    margin-top: -1px;
    }

    .navbar-toggler svg {
    height: 17px;
    }

  .nav-link {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  }
    
}

/*======================================================
Cesta MENÚ
======================================================*/

.top-cart-content{
opacity: 0;
pointer-events: none;
position: absolute;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
right: 5px;
z-index: 9999;
background-color: white;
width: 100%;
max-width: 287px;
box-shadow: 0px 0px 22px -1px #00000021;
border-radius: 8px;
padding: 1rem 1rem;
}

#top-cart.top-cart-open .top-cart-content{   
display: block;
opacity: 1;
pointer-events: all;
}    

.top-cart-content .top-cart-footer>a{
background-color: #52c765;
display: flex;
justify-content: space-between;
padding: 7px 9px;
font-size: 12px;
text-decoration: none;
color: white !important;
font-weight: bold;
margin-top: 10px;
}

.top-cart-content .top-cart-footer>a:hover{
background-color: #3e914c;
}

.top-cart-content  .top-cart-title{
/* text-align: right; */
font-weight: bold;
font-size: 12px;
border-bottom: solid 1px #dfdfdf;
margin-bottom: 3px;
padding-bottom: 3px;
color: #393939;
letter-spacing: -0.5px;
}

.top-cart-content  .top-cart-item{
display: flex;
margin-bottom: 0px;
/* background-color: #f3f3f3; */
text-decoration: none;
color: black;
padding: 10px;
}

.top-cart-content  .top-cart-item:hover{
background-color: #f3f3f3;
}

.top-cart-content  .top-cart-item-image{
width: 20%;
}

.top-cart-content  .top-cart-item-desc{
width: 80%;
}

.top-cart-content  .top-cart-item-desc .contenido {
padding-left: 15px;
}

.top-cart-content  .top-cart-item-desc .contenido .nombre {
font-size: 12px;
font-weight: 700;
line-height: 14px;
letter-spacing: -0.3px;
margin-bottom: 1px;
}

.top-cart-content  .top-cart-item-desc .contenido .otros {
font-size: 11px;
font-weight: 400;
color: #b5b5b5;
}

.top-cart-content  .top-cart-item-desc .contenido .otros span{
font-weight: 500;
margin-left: 4px;
color: #676767;
font-size: 12px;
}

/*======================================================
SLIDE HOME
======================================================*/

/*SLIDE VIDEO *********************/

.slide_home,
.video_slide,
.carrusel_slide{
height: calc(100vh - 91px);
}

.slide_home{
background-repeat: no-repeat;
background-size: cover;

display: flex;
align-items: center;
}

.slide_home .mascdark{
background-color: #00000091;
height: 100%;
width: 100%;
}

.video_slide{
position: absolute;
/* right: 0; */
/* bottom: 0; */
width: 100%;
z-index: -1;
object-fit: cover;
}

.slide_home  .lobocontainer {
height: 100%;
display: flex;
align-items: center;
text-align: center;
width: 100%;
}

.slide_home .contenido {
padding: 30px;
text-align: center;
margin: 0 auto;
margin-top: -4rem;
}

.slide_home .logo {
margin-bottom: 2rem;
max-width: 20rem;
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: 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: #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_wkb{
background: url(../../../assets/custom/img/paper.jpg) no-repeat;
height: calc(100vh - 83px);
background-size: cover;
background-position: center;
position: relative;
overflow: hidden;
}

.slide_home_wkb .logogris{
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
z-index: 0;
pointer-events: none;
}

.slide_home_wkb .lobocontainer{
height: 100%;
display: flex
;
align-items: center;
z-index: 2;
position: relative;
}

.slide_home_wkb video{
position: absolute;
    bottom: -1px;
width: 100%;
pointer-events: none;
mix-blend-mode: exclusion;
z-index: 5;

height: 100%;
object-fit: cover;
}

.slide_home_wkb h1{
font-family: "Krona One", sans-serif;
color: #e3ad58;
-webkit-text-stroke: 3px #470000;
font-size: 143px;
text-transform: uppercase;
left: -2px;
letter-spacing: -8px;
line-height: 136px;
}

.slide_home_wkb h2{
color: #960000;
font-size: 41px;
text-transform: uppercase;
font-family: "Krona One", sans-serif;
margin-top: 15px;
}

.slide_home_wkb .figure{
position: absolute;
bottom: 0px;
z-index: 4;
right: 8%;
height: 98%;
}

@media (max-width: 1800px) {

  .slide_home_wkb h1 {
  font-size: 122px;
  }

}

@media (max-width: 1500px) {

  .slide_home_wkb .figure {
  right: 6%;
  height: 92%;
  }

  .slide_home_wkb h1 {
  font-size: 107px;
  line-height: 119px;
  }

  .slide_home_wkb h2 {
  font-size: 34px;
  }

  .slide_home_wkb .contenido{
  margin-top: -4rem;
  }

  .slide_home_wkb {
  height: calc(100vh - 71px);
  }

}

@media (max-width: 1300px) {

    .slide_home .logo {
    max-width: 17rem;
    }

    .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_wkb .contenido {
    margin-top: 2rem;
    }

    .slide_home_wkb .lobocontainer {
    align-items: flex-start;
    }

    .slide_home {
    background-position: left center;
    }

    .slide_home > .container-fluid {
    background-color: #00000096;
    }

    .slide_home_wkb .figure {
    right: 6%;
    height: 68%;
    }

    .slide_home_wkb h1 {
    font-size: 98px;
    line-height: 108px;
    letter-spacing: -7px;
    }

    .slide_home_wkb .contenido {
    margin-top: 2rem;
    padding: 2rem;
    }

    .slide_home_wkb h2 {
    font-size: 27px;
    margin-top: 10px;
    }

}

@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_wkb h1 {
    font-size: 77px;
    line-height: 82px;
    letter-spacing: -7px;
    -webkit-text-stroke: 2px #470000;
    }

    .slide_home_wkb h2 {
    font-size: 23px;
    }

  .slide_home_wkb {
  height: calc(100vh - 50px);
  }


}
    
@media (max-width: 767.98px) {

}


@media (max-width: 575.98px) {

    .slide_home_wkb {
    height: calc(100vh - 63px);
    }

    .slide_home_wkb h1 {
    font-size: 48px;
    line-height: 50px;
    letter-spacing: -4px;
    -webkit-text-stroke: 1px #470000;
    }

    .slide_home .titulo {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    }

    .slide_home_wkb .contenido {
    margin-top: 2rem;
    padding:15px 0px;
    }

    .slide_home_wkb .figure {
    right: -5%;
    height: 66%;
    }

    .slide_home_wkb h2 {
      font-size: 25px;
      margin-top: 4px;
      width: 70%;
    }

    .slide_home_wkb video {
    
    }



    .slide_home .logo {
    max-width: 12rem;
    }

    .slide_home .subtitulo {
    line-height: 1.7rem;
    font-size: 1rem;
    }

    .slide_home .contenido {
    padding: 15px;
    }

    .slide_home, .video_slide, .carrusel_slide {
    height: calc(100vh - 83px);
    }

    .carrusel_slide .owl-dots{
    margin-top: -38px;
    margin-bottom: 38px;
    }

}

@media (max-height: 430px) {


}
    
/*======================================================
FOOTER
======================================================*/

footer{
border-top: #e3ad58 solid 3px;
padding-top: 1rem;
padding-bottom: 1rem;
background: #781414;
background: -webkit-linear-gradient(178deg, rgba(120, 20, 20, 1) 0%, rgba(150, 0, 0, 1) 100%);
background: -moz-linear-gradient(178deg, rgba(120, 20, 20, 1) 0%, rgba(150, 0, 0, 1) 100%);
background: linear-gradient(178deg, rgba(120, 20, 20, 1) 0%, rgba(150, 0, 0, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#781414", endColorstr="#960000", GradientType=0);
}

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{
  color: #e3ad58;
}       

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 #e3ad5842;
/*padding-left: 20px;
padding-right: 20px;*/
}

footer .nivel2 .redes a{
background-color: #e3ad58;
  padding: 4px 9px;
  display: inline-block;
  font-size: 15px;
  color: #960000;
  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: #e3ad58;
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{
color: #e3ad58;
}

footer .datos a:hover i{
color: #e3ad58;
}

.subfooter{
padding: 10px 13px;
  margin-bottom: 0px;
display: flex;
justify-content: space-between;
}

.subfooter a{
text-decoration: none;
font-size: 13px;
margin-right: 12px;
font-weight: 500;
color: white;
}

.subfooter a:hover{
opacity: 0.5;
}

.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: 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 {
    padding-top: 20px;
    padding-bottom: 20px;
    }

}

@media (max-width: 767.98px){

    .subfooter {
    }

}

@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-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 {
    }

    .float_whatsapp img {
    max-width: 49px;
    }

    .float_whatsapp {
    padding: 7px;
    left: 4px;
    bottom: 9px;
    }

}

/*======================================================
PAGINA STANDARD
======================================================*/

.pagina_standard{
padding-top: 4rem;
padding-bottom: 7rem;
padding-left: 2rem;
padding-right: 2rem; 
}

.titulo_fragmento{
text-align: center;
margin-bottom: 3rem;
}

.titulo_fragmento .titulo {
font-weight: bold;
background: url(/assets/custom/img/line.png) no-repeat bottom center;
padding-bottom: 22px;
font-family: "Krona One", sans-serif;
text-transform: uppercase;
font-size: 41px;
font-weight: 100;
background-size: 146px;
}

.titulo_fragmento p{
margin-bottom: 0px;
margin-top: 13px;
}

@media (max-width: 1200px){

  .titulo_fragmento .titulo {
  font-size: 33px;
  }

}

@media (max-width: 575.98px){

    .titulo_fragmento {
    margin-bottom: 2rem;
    }

    .titulo_fragmento .titulo {
    font-size: 30px;
    }

}

/*======================================================
SECCIONES Y LISTADO ARTICULOS
======================================================*/

.listadosecciones{
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 60px 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;
}

.ficha_articulo .campo-formulario{
display: flex
;
flex-direction: column;
}

#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: #960000;
height: max-content;
position: sticky;
top: 85px;
padding: 30px 25px;
color: white;
border-radius: 20px;
}

.sidebar_blog h4{
  margin-bottom: 20px;
  font-weight: 600;
  text-align: center;
  color: white;
  font-family: "Krona One", sans-serif;
  text-transform: uppercase;
  color: black;
}

.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: 21px;
font-weight: 200;
margin-bottom: 3px;
font-family: "Bebas Neue", sans-serif;
letter-spacing: 0.5px;
color: black;
}

.sidebar_blog p{
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
margin-bottom: 6px;
font-size: 13px;
font-weight: 400;
color: #000000;
}

.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.8;
}

.sidebar_blog >a:last-child{
margin-bottom: 0px;    
}

.cuerponoticia {
width: 100%;
max-width: 1000px;
color: white;
}

.cuerponoticia .imagen_principal_noticia {
margin-bottom: 2rem;
width: 100%;
}

.cuerponoticia .resumen_noticia {
font-size: 1.4rem;
font-weight: 600;
font-family: "Krona One", sans-serif;
margin-bottom: 2rem;
}

.cuerponoticia .resumen_noticia  p{
font-family: "Krona One", sans-serif;
}

.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{
color: #e3ad58;
font-weight: 500;
}

.cuerponoticia p a:hover{
color: grey;
}

.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;
background-color: white;
color: black;
padding: 21px;
border-radius: 18px;
display: flex
;
flex-direction: column;
justify-content: space-between;
}

.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;
border-radius: 15px;
}

.ficha_blog .contenedor{
padding: 1rem 0rem;
  padding-top: 1.5rem;
}

.ficha_blog .fecha{
font-size: 13px;
color: grey;
margin-bottom: 7px;
}

.ficha_blog h3{
  font-weight: 200;
  font-size: 30px;
  margin-bottom: 7px;
  font-family: "Bebas Neue", sans-serif;
}

.ficha_blog p{
font-size: 13px;
margin-bottom: 21px;
height: 63px;
overflow: hidden;
line-height: 23px;
}

.ficha_blog .enlace{
font-size: 14px;
font-weight: 500;
margin-top: 0px;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s 
ease-in-out;
background-color: #960000;
padding: 8px 21px;
color: white;
max-width: max-content;
border-bottom-left-radius: 15px;
border: solid 2px #960000;
}

.ficha_blog>a:hover{


}

.ficha_blog>a:hover .enlace{
background-color: transparent;
color: #960000;
}


.ficha_blog>a:hover img{
filter: blur(2px); 
}

.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: 60px;
}


@media (min-width: 1500px){ 

    .ficha_blog img {
      height: 335px;

    }

}

@media (max-width: 1800px){ 

  .bloghome {
  gap: 34px;
  }

  .ficha_blog>a {
  padding: 17px;
  }

    .ficha_blog img {
    height: 260px;
    }

}

@media (max-width: 1500px){ 

  .listadonoticias {
  grid-template-columns: repeat(2, 1fr);
  }

    .ficha_blog .contenedor {
   
    }

    .paginadorblog {
    margin-top: 5rem;
    }

    .bloghome{
    gap: 0px 30px;
    }

    .ficha_blog img {
    height: 259px;
    }

}

@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;
    }

    .bloghome > .ficha_blog:last-child{
      display: none;
    }

    .bloghome {
    grid-template-columns: repeat(2, 1fr);
    }

}

@media (max-width:1100px){ 

    .paginablog {
    display: block;
    }

    .listadonoticias{
    margin-bottom: 4rem;
    }
    
    .bloghome {
    grid-template-columns: repeat(2, 1fr);
    }

  }

@media (max-width: 991.98px){ 

    .paginadorblog {
    margin-top: 3rem;
    }

}

@media (min-width:850px){ 

 
}

@media (max-width:850px){ 
 


}

@media (min-width:575.98px) and (max-width:850px){

    .bloghome>div:last-child{
    display: none;    
    }

    .bloghome > .ficha_blog:last-child{
    display: inherit;
    }

    .bloghome {
    grid-template-columns: repeat(1, 1fr);
    gap: 35px;
    }

}

@media (max-width:750px){ 

    .listadonoticias {
      grid-template-columns: repeat(1, 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;
  margin-bottom: 0px;
  }

  .ficha_blog .enlace{
  margin-top: 10px;
  margin-bottom: 10px;   
  font-size: 13px; 
  }

  .paginadorblog {
  justify-content: space-between;
  }

  .bloghome{
  display: block;    
  }

  .ficha_blog .contenedor {
  padding: 1rem 0rem;
  }

  .ficha_blog>a {
  padding: 13px;
  }

  .ficha_blog h3 {
  font-size: 25px;
  }

}

/*======================================================
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>div{
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;
background-color: #960000;
border: none;
font-family: "Krona One", sans-serif;
}

.loboformulario  .contact-submit button:hover{
background-color: grey;
}

.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{


}

.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;
}

.loboformulario .checkbox {
display: flex
;
align-items: center;
gap: 4px;
}

@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: 13px;
    font-weight: 500;
    margin-top: 1rem;
    }


    .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: 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;
}

.layout_9 .texto_imagen .texto .contenido {
/*height: 70vh;
overflow-y: scroll;*/
max-width: 850px;
padding: 20px;
}

.layout_9  .texto_imagen .texto .contenido::-webkit-scrollbar {
display: none;
}

.layout_9 .texto_imagen .texto .contenido h3{
/* font-size: 2rem; */
margin-bottom: 1rem;
margin-top: 2rem;
/* font-family: "Krona One", sans-serif; */
font-size: 1.3rem;
line-height: 2rem;
color: #d82a2a;
}


.layout_9 .texto_imagen_full .row > div.imagen{
height: calc(100vh - 186px);
/*height: 100vh;*/
position: sticky;
top: 82px;
}

.layout_9 .texto_imagen_full .row > div.imagen img{

}

.structure{
background: url(../../../assets/custom/img/global.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
padding: 46px 0px;
padding-bottom: 7rem;
}

.miembroslist{
display: grid
;
grid-template-columns: repeat(5, 1fr);
gap: 40px 40px;
}

.miembro{
background: #ffffff;
background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(209, 215, 230, 1) 100%);
background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(209, 215, 230, 1) 100%);
background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(209, 215, 230, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#D1D7E6", GradientType=0);
padding: 17px 17px;
border-radius: 8px;
text-align: center;
padding-top: 0px;
}

.miembro img{
border-radius: 9px;
mix-blend-mode: multiply;
}

.miembro p{
font-family: "Bebas Neue", sans-serif;
font-size: 31px;
margin-top: 15px;
margin-bottom: 5px;
color: #8f0000;
line-height: 38px;
}

.miembro small{
margin-top: -5px;
display: block;
}

.botonpdf{
background-color: #d4d4d4;
text-decoration: none;
padding: 4px 19px;
display: block;
max-width: max-content;
margin-top: 2rem;
border-radius: 5px;
}

.botonpdf i{
color: #8f0000;
}

@media (max-width: 1800px) {

  .miembroslist {
  grid-template-columns: repeat(4, 1fr);
  }

}


@media (max-width: 1500px) {

  .layout_9 .texto_imagen_full .row > div.imagen{
  top: 72px;
  }

}

  @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;
    }

    .layout_9 .texto_imagen_full .row > div.imagen{
    top: 63px;
    }

    .miembroslist {
    grid-template-columns: repeat(3, 1fr);
    }

  }
  
  @media (max-width: 991.98px){ 

    .miembroslist {
    gap: 25px 25px;
    }

    .layout_9 .texto_imagen_full .row > div.imagen {
    height: auto;
    }

    .layout_9 .texto_imagen .texto .contenido {
    padding: 0px;
    }

    .miembroslist {
    grid-template-columns: repeat(2, 1fr);
    }

  }

      @media (max-width: 767.98px){

    }

    @media (max-width: 575.98px){

    .miembroslist {
    grid-template-columns: repeat(1, 1fr);
    padding: 20px;
    }

    .structure {
    padding: 13px 0px;
    padding-bottom: 4rem;
    }


    }


/*======================================================
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;
    }
  }
  
  
  