@charset "UTF-8";

/*
    @media (max-width: 991.98px){ 

    }

    @media (max-width: 767.98px){

    }

    @media (max-width: 575.98px){

    }

*/





html{
font-size: 15px;
}

*{
font-family: "Poppins", sans-serif;
}

a {
color: #9B184E;
}

body > table {
display: none;
}

::selection {
background: #9B184E;
color: white;
text-shadow: none;
}


a,li,button,i{
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

a:hover{
color: #9B184E;
}

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: #9B184E;
border: #9B184E solid 2px;
color: white;
padding: 9px 35px;
font-size: 0.95rem;
border-radius: 25px;
font-weight: 500;
line-height: normal;
}

.boton_standard:hover{
background-color: #e2e2e2;
color: #ababab;
border-color: #e2e2e2;
}

.boton_standard.whiteline{
background-color: transparent;
color: white;
border-color: white;
}

.boton_standard.whiteline:hover{
opacity: 0.6;
}

.dobleboton {
display: flex;
margin-top: 2rem;
}

.dobleboton >a{
margin-right: 10px;
}

.dobleboton >a:last-child{
background-color: transparent;
border-color: #374f6b;
color: #374f6b;
}

.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;
font-family: "Playfair Display", serif;
margin-bottom: 0px;
font-weight: 600;
text-shadow: 2px 2px 2px #0000004a;
font-size: 2.5rem;
line-height: 3.5rem;
}

.parallax h3{
font-size: 16px;
color: white;
margin-top: 1rem;
line-height: 1.7rem;
text-shadow: 2px 2px 2px #0000003d;
}

.parallax .titulo strong{
font-weight: bolder;
font-family: "Playfair Display", serif;
}

.parallax p{
color: white;
margin-bottom: 0px;
line-height: 32px;
}

.parallax .boton_standard{
margin: 0 auto;
margin-top: 3rem;
}


.parallax.especial{
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-attachment: initial;
text-align: center;
width: 75%;
border-top-right-radius: 250px;
border-bottom-right-radius: 250px;
z-index: 1;
position: relative;
}

.parallax.especial .mascara{
background: #F7641E;
background: -webkit-linear-gradient(90deg, rgba(247, 100, 30, 0.85) 0%, rgba(247, 148, 30, 0.86) 100%);
background: -moz-linear-gradient(90deg, rgba(247, 100, 30, 0.85) 0%, rgba(247, 148, 30, 0.86) 100%);
background: linear-gradient(90deg, rgba(247, 100, 30, 0.85) 0%, rgba(247, 148, 30, 0.86) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F7641E", endColorstr="#4A5407", GradientType=1);
height: 100%;
width: 100%;
border-top-right-radius: 250px;
border-bottom-right-radius: 250px;
}

.parallax.especial .contenido{
padding-top: 4rem;
padding-bottom: 4rem;
max-width: 700px;
text-align: left;
}

.parallax.especial .boton_standard{
margin-left: inherit;
background-color: #270031;
border: #270031 solid 2px;
}

.parallax.especial .boton_standard i{
color: #9B184E;
}

.parallax.especial .boton_standard:hover{
color: #270031;
background-color: transparent;
}

.parallax.especial .boton_standard:hover i{ 
color: #270031;
}


.parallax.especial .titulo{
color: #270031;
font-family: "Playfair Display", serif;
/* background: url(/assets/custom/img/lineb.png) no-repeat left bottom; */
margin-bottom: 1rem;
color: #00003a;
font-family: "Playfair Display", serif;
font-weight: 800;
font-size: 2.5rem;
background: url(/assets/custom/img/lineb.png) no-repeat left bottom;
padding-bottom: 1rem;
background-size: 47px;
text-shadow: none;
}

.parallax.especial .subtitulo{
color: #270031;
font-weight: 200;
font-size: 17px;
font-style: italic;
}

.parallax.especial p{
color:#270031;
}

.fragmento_boton{
margin-top: 7rem;
}

.fragmento_boton a.boton_standard{
margin: 0 auto;
color: #00003a;
background-color: white;
border: none;
font-weight: 600;
}

.fragmento_boton a.boton_standard:hover{
background-color: white;
color: #ababab;
}

.preloader {
background-color: #ffffff;
}

.preloader > div img {
max-width: 12rem;
}

.cajacolabora{
background-color: #e7edef;
border-top-right-radius: 400px;
border-bottom-left-radius: 400px;
margin-top: -5rem;
padding-top: 3rem;
padding-bottom: 1rem;
}

.cajacolabora .titulo_fragmento {
margin-bottom: 4rem;
}

.cajacolabora .titulo_fragmento {
margin-bottom: 5rem;
}

.cajacolabora .titulo_fragmento .titulo{
background-image: url(/assets/custom/img/linea.png);
}

.fichacolabora{
box-shadow: 0px 0px 13px 0px #00000036;
color: inherit;
height: max-content;
background-color: white;
border-radius: 29px;
padding: 2rem 2rem;
max-width: 464px;
margin: 0 auto;
text-align: center;
}

.fichacolabora img{
margin-top: -5rem;
max-width: 176px;
}

.fichacolabora .titulo{
color: #4A5407;
font-family: "Playfair Display", serif;
font-weight: 800;
font-size: 2.5rem;
margin-bottom: 1.3rem;
}

.fichacolabora.azul .titulo{
color: #0107FF;
}

.fichacolabora.rosa .titulo{
color: #9B184E;
}

.fichacolabora a{
display: block;
text-decoration: none;
background-color: #4A5407;
max-width: max-content;
margin: 0 auto;
padding: 6px 18px;
border-radius: 20px;
color: white;
font-weight: 500;
font-size: 14px;
margin-top: 3rem;
    cursor: pointer;
}

.fichacolabora.azul a{
background-color: #0107FF;
color: white;
}

.fichacolabora.rosa a{
background-color: #9B184E;
color: white;
}

.fichacolabora a:hover{
background-color: rgb(152, 152, 152) !important;
} 

.fichacolabora .texto-colapsable {
max-height: 4.5em;
overflow: hidden;
transition: max-height 0.4s ease;
position: relative;
color: #333333;
line-height: 28px;
font-weight: 300;
max-height: 84px; /* 3 líneas con line-height: 28px */
}

.fichacolabora .texto-expandido {
max-height: 1000px; /* suficientemente grande para expandir */

}

.fichacolabora.gente{
min-width: 464px;
background-color: #ffffff29;
border: solid 2px white;
}

.fichacolabora.gente img {
width: 263px;
max-width: 100%;
}

.fichacolabora.gente i{
    color: #464646;
    margin-top: 6px;
    display: block;
}

.lahistorias_home{
background-color: #e7edef;
}

.lahistorias_home .fragmento_boton a.boton_standard {
background-color: #00003a;
color: white;
}

.lahistorias_home .fragmento_boton a.boton_standard:hover{
background-color: rgb(222, 222, 222);
}

.fichacolabora.historia img{
margin-top: 0;
aspect-ratio: 1 / 1;
object-fit: cover;
border-radius: 100%;
margin-bottom: 10px;
box-shadow: 0px 2px 9px 3px #00000021;
margin-bottom: 1rem;
width: 150px;
}

.fichacolabora.historia.rosa .titulo,
.fichacolabora.historia.azul .titulo,
.fichacolabora.historia.amarillo .titulo{
color: #00003a;
font-weight: 700;
font-size: 21px;
margin-top: 9px;
margin-bottom: 4px;
font-family: "Poppins", sans-serif;
}


.experiencia-bloque {
padding: 1rem;
max-width: 700px;
margin: 00 auto;
position: relative;
}

.experiencia-bloque .dots{
position: absolute;
bottom: 80px;
z-index: -1;
left: 25px;
}

.experiencia-grid {
display: grid
;
grid-template-columns: 1fr 1fr;
grid-template-areas:
"tarros mano"
"info abiertas";
gap: 1rem;
}

.img-tarros{ 
grid-area: tarros; 
}

.img-latas-mano{ 
grid-area: mano; 
}

.img-latas-abiertas{ 
grid-area: abiertas;
}

.experiencia-info  { 
grid-area: info;
display: flex
;
z-index: 2;
align-items: flex-start;
justify-content: center;
}

.experiencia-img img {
width: 100%;
height: auto;
display: block;
border-radius: 12px;
object-fit: cover;
width: 338px;
height: 365px;
}

.img-latas-mano {
grid-area: mano;
display: flex
;
align-items: center;
}

.img-latas-mano img {
width: 260px;
height: 260px;
}

.img-latas-abiertas img{
margin-top: -50px;
margin-left: -50px;
}

.etiqueta-experiencia {
background: #DA1C5C;
background: -webkit-linear-gradient(0deg, rgba(218, 28, 92, 1) 0%, rgba(218, 132, 92, 1) 100%);
background: -moz-linear-gradient(0deg, rgba(218, 28, 92, 1) 0%, rgba(218, 132, 92, 1) 100%);
background: linear-gradient(0deg, rgba(218, 28, 92, 1) 0%, rgba(218, 132, 92, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#DA1C5C", endColorstr="#DA845C", GradientType=0);
color: #fff;
padding: 2rem 1.5rem;
border-radius: 12px;
text-align: center;
font-family: sans-serif;
font-size: 1rem;
max-width: 100%;
height: 200px;
display: flex
;
flex-direction: column;
justify-content: center;
aspect-ratio: 1 / 1;
display: flex
;
align-items: center;
justify-content: center;
}

.etiqueta-experiencia img{
width: inherit;
max-width: max-content;
}

.etiqueta-experiencia strong {
font-size: 3rem;
display: block;
margin-bottom: -10px;
margin-top: -23px;
}

.etiqueta-experiencia span{
font-weight: 400;
}

.gridlogos{
display: grid
;
grid-template-columns: repeat(5, 1fr);
gap: 31px 21px;
}

.gridlogos>div{
width: 25%;
}

.gridlogos img{
mix-blend-mode: multiply;
aspect-ratio: 1 / 1;
object-fit: contain;
max-width: 347px;
max-height: 239px;
object-position: center;
width: 100%;
margin: auto;
padding: 38px;
}

@media (max-width: 1800px){ 

    .fichacolabora.gente {
    min-width: 385px;
    }

   .img-latas-abiertas img {
    margin-left: -26px;
    }
    
    .experiencia-img img {
    height: 282px;
    }

    .experiencia-bloque .dots {
    bottom: 0px;
    left: 0;
    }

    .gridlogos img {
    max-width: 347px;
    max-height: 218px;
    padding: 6px;
    }

}

@media (max-width: 1500px){ 

       .experiencia-img img {
    height: 238px;
    }

    .img-latas-abiertas img {
    margin-left: inherit;
    margin-top: inherit;
    }

    .fragmento_boton {
    margin-top: 4rem;
    }

    .separador_altura {
    height: 5rem;
    }

}

@media (max-width: 1400px){ 

    .fichacolabora.gente img {
    width: inherit;
    max-width: 217px;
    }

    .fichacolabora.gente {
    min-width: inherit;
    }

    .fichacolabora .titulo {
    font-size: 2rem;
    margin-bottom: 1.1rem;
    }

    .fichacolabora img {
    margin-top: -6rem;
    max-width: 145px;
    }

    .fichacolabora a {
    margin-top: 2rem;
    }

}

@media (max-width: 1200px){ 

    .separador_altura {
    height: 4.5rem;
    }

    .fichacolabora {
    padding: 2rem 1rem;
    }

    .parallax.especial {
    width: 89%;
    }

    .cajacolabora {
    border-top-right-radius: 200px;
    border-bottom-left-radius: 200px;
    margin-top: -2rem;
    padding-top: 0rem;
    padding-bottom: 1rem;
    }

    .fichacolabora .titulo {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    }

}

@media (max-width: 991.98px){ 

    .gridlogos {
    grid-template-columns: repeat(4, 1fr);
    gap: 0px 21px;
    }

    .parallax .contenido {
    padding-top: 4rem;
    padding-bottom: 4rem;
    }

    .parallax .titulo {
    font-size: 2rem;
    line-height: 3rem;
    }

    .fichacolabora {
    /*margin-bottom: 1rem;
    margin-top: 2rem;*/
    }

    .cajacolabora .titulo_fragmento {
    margin-bottom: 3rem;
    }

    .cajacolabora {
    padding-top: 1rem;
    }

    
    .experiencia-img img{
    width: 100%;
    }

    .experiencia-bloque{
    max-width: 600px;
    margin-top: 3rem;
    padding: 0;
    }

    .fragmento_boton {
    margin-top: 3rem;
    margin-bottom: 1rem;
    }

    .separador_altura {
    height: 3rem;
    }


    .parallax.especial .titulo {
    font-size: 2rem;
    }

    .parallax.especial .subtitulo{
    margin-bottom: 0px;
    }

    .parallax.especial p {
    line-height: 26px;
    }

    .parallax .boton_standard{
    margin-top: 2rem;
    }

    .fichacolabora.historia img{
        width: 130px;
    }

}

@media (max-width: 767.98px){

    .parallax h3 {
    font-size: 15px;
    }

    .gridlogos {
    grid-template-columns: repeat(3, 1fr);
    }

    .fichacolabora img {
    margin-top: -5rem;
    max-width: 108px;
    }

   .experiencia-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
    "tarros"
    "mano"
    "abiertas"
    "info";
    }

  .etiqueta-experiencia {
    padding: 1.5rem;
    font-size: 1rem;
  }

  .etiqueta-experiencia strong {
    font-size: 2rem;
  }

    .experiencia-info {
    grid-area: info;
    display: flex
    ;
    align-items: flex-start;
    justify-content: end;
    margin-top: -7rem;
    margin-right: 10px;
    z-index: 8;
    }

}

@media (max-width: 575.98px){

    .fichacolabora.gente {
    width: 100%;
    }

    .parallax h3 {
    font-size: 13px;
    line-height: 1.4rem;
    }

    .gridlogos {
    grid-template-columns: repeat(2, 1fr);
    }

    .parallax .titulo {
    font-size: 1.8rem;
    line-height: 2.8rem;
    }

    .parallax .contenido {
    padding-top: 3rem;
    padding-bottom: 3rem;
    }

     .experiencia-img img {
    height: 200px;
    }

        .img-latas-abiertas img {
    margin-left: inherit;
    margin-top: inherit;
    }


    .parallax.especial {
    width:100%;
    }

    .parallax.especial,.parallax.especial .mascara{
    border-top-right-radius: 175px;
    border-bottom-right-radius: 175px;
    }

    .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;
    }

}

/*======================================================
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: rgba(218, 33, 92, 10.02);
background: -webkit-linear-gradient(180deg, rgba(218, 33, 92, 0.92) 0%, rgba(218, 136, 92, 0.92) 100%);
background: -moz-linear-gradient(180deg, rgba(218, 33, 92, 0.92) 0%, rgba(218, 136, 92, 0.92) 100%);
background: linear-gradient(180deg, rgba(218, 33, 92, 0.92) 0%, rgba(218, 136, 92, 0.92) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#DA215C", endColorstr="#DA885C", GradientType=0);
}

.titulo_pagina_lobocom .textos{
max-width: 1750px;
margin: 0 auto;
padding: 20px 15px;
text-align: center;
color: white;
}

.titulo_pagina_lobocom h1{
font-size: 3rem;
text-shadow: #0000003b 2px 2px 6px;
font-family: "Playfair Display", serif;
font-weight: 900;
}


.titulo_pagina_lobocom h2{
margin-bottom: 0px;
font-size: 18px;
font-weight: 300;
margin: 0 auto;
margin-top: 6px;
line-height: 26px;
max-width: 1116px;
}

.texto_imagen .titulo{
margin-bottom: 1.2rem;
color: #00003a;
font-family: "Playfair Display", serif;
font-weight: 800;
font-size: 3rem;
background: url(/assets/custom/img/liney.png) no-repeat left bottom;
padding-bottom: 1.5rem;
background-size: 47px;
}

.texto_imagen .subtitulo{
color: #000000;
font-size: 17px;
margin-bottom: 0;
font-weight: 600;
}

.texto_imagen_full{
padding-left: 0px;
padding-right: 0px;   
}

.texto_imagen_full .row{
margin-left: 0;
margin-right: 0px;
}

.texto_imagen_full .row > div{
padding: 0px;    
}

.texto_imagen .imagen img{
height: 100%;
object-fit: cover;
width: 100%;
object-position: center;
border-radius: 23px;
box-shadow: 2px 2px 11px 3px #686c7396;
border: solid 2px white;
}

.texto_imagen .imagen video{
width: 100%;
object-fit: cover;
object-position: center;
cursor: pointer;
border-radius: 25px;
}

.texto_imagen .texto,
.texto_imagen_full.texto_imagen .row > .texto {
padding: 5rem 2rem;
}

.texto_imagen .texto .contenido {
padding-top: 2rem;
padding-bottom: 2rem;
max-width: 600px;
margin: 0 auto;
}  

.texto_imagen .texto .contenido{
max-width: 500px;
}


.texto_imagen .texto p,.texto_imagen .texto li{
line-height: 32px;
}

.texto_imagen .texto .boton_standard{
margin-top: 3rem;
}

.pagina_contenido{
max-width: 1000px;
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;
}

.videohome {
padding-top: 10rem;
padding-bottom: 11rem;
position: relative;
}

.videohome .colores{
height: 90%;
width: 52%;
background: rgb(159 147 248);
background: -webkit-linear-gradient(155deg, rgba(159, 147, 248, 1) 55%, rgba(39, 170, 225, 1) 100%);
background: -moz-linear-gradient(155deg, rgba(159, 147, 248, 1) 55%, rgba(39, 170, 225, 1) 100%);
background: linear-gradient(155deg, rgba(159, 147, 248, 1) 55%, rgba(39, 170, 225, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9085E1", endColorstr="#27AAE1", GradientType=0);
position: absolute;
top: 5%;
right: 0;
z-index: -1;
right: 0;
border-top-left-radius: 800px;
border-bottom-left-radius: 800px;
}

.videohome .textito {
width: 50%;
display: block;
margin-left: auto;
margin-top: -2rem;
}

.videohome .textito p{
text-align: right;
color: white;
color: black;
font-family: "Playfair Display", serif;
font-size: 23px;
font-weight: 600;
}

.videohome .textito p i{
color: #f7941d;
}

.videohome .dots1{
position: absolute;
top: 0px;
width: 150px;
left: 56px;
    z-index: -1;
}

.gridmisiones{
display: grid
;
grid-template-columns: repeat(3, 1fr);
gap: 40px 40px;
}

.fichamisiones {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
height: 390px;
border-radius: 25px; 
}

.fichamisiones >div{
background: #DA1C5C;
background: -webkit-linear-gradient(0deg, rgba(218, 28, 92, 0.85) 0%, rgba(218, 136, 92, 0.86) 100%);
background: -moz-linear-gradient(0deg, rgba(218, 28, 92, 0.85) 0%, rgba(218, 136, 92, 0.86) 100%);
background: linear-gradient(0deg, rgba(218, 28, 92, 0.85) 0%, rgba(218, 136, 92, 0.86) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#DA1C5C", endColorstr="#DA885C", GradientType=0);
border-radius: 25px;
height: 100%;
}

.fichamisiones.azul >div{
background: #9085E1;
background: -webkit-linear-gradient(0deg, rgba(144, 133, 225, 0.85) 0%, rgba(39, 170, 225, 0.85) 100%);
background: -moz-linear-gradient(0deg, rgba(144, 133, 225, 0.85) 0%, rgba(39, 170, 225, 0.85) 100%);
background: linear-gradient(0deg, rgba(144, 133, 225, 0.85) 0%, rgba(39, 170, 225, 0.85) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9085E1", endColorstr="#27AAE1", GradientType=0);
}

.fichamisiones.rosa >div{
background: #9B184E;
background: -webkit-linear-gradient(180deg, rgba(238, 42, 123, 0.85) 0%, rgba(149, 42, 123, 0.86) 100%);
background: -moz-linear-gradient(180deg, rgba(238, 42, 123, 0.85) 0%, rgba(149, 42, 123, 0.86) 100%);
background: linear-gradient(180deg, rgba(238, 42, 123, 0.85) 0%, rgba(149, 42, 123, 0.86) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9B184E", endColorstr="#952A7B", GradientType=0);
}

.fichamisiones.verde >div{
background: #DAFF2A;
background: -webkit-linear-gradient(180deg, rgba(218, 255, 42, 0.85) 0%, rgba(81, 164, 71, 0.86) 100%);
background: -moz-linear-gradient(180deg, rgba(218, 255, 42, 0.85) 0%, rgba(81, 164, 71, 0.86) 100%);
background: linear-gradient(180deg, rgba(218, 255, 42, 0.85) 0%, rgba(81, 164, 71, 0.86) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#DAFF2A", endColorstr="#51A447", GradientType=0);
}

.fichamisiones .contenido{
display: flex
;
justify-content: space-between;
flex-direction: column;
height: 100%;
align-items: center;
padding: 2rem;
max-width: 409px;
margin: 0 auto;
}


.fichamisiones h2{
color: white;
font-family: "Playfair Display", serif;
margin-bottom: 0px;
font-weight: 800;
text-shadow: 1px 2px 5px #00000045;
font-size: 50px;
max-width: 278px;
text-align: center;
}

.fichamisiones p{
color: white;
margin: 0;
text-align: center;
font-size: 14px;
}


.texto_imagen.contblue .titulo{
    background: url(/assets/custom/img/linea.png) no-repeat left bottom; 
}

.texto_imagen.contblue .texto p strong{
    color: #0107ff;;
}

.textogruis{
width: 100%;
text-align: center;
background-color: #e0e0e0;
color: black;
font-size: 1.1rem;
padding: 21px;
margin-bottom: 0px;
font-weight: 600;
border-top-left-radius: 86px;
border-bottom-right-radius: 86px;
}

.fondostone{
background: url(/assets/custom/img/stone.jpg) no-repeat left bottom;  
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
}

.gridhistorias{
display: grid
;
grid-template-columns: repeat(3, 1fr);
gap: 40px 40px;
}

.fichahistoria{
    webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.fichahistoria:hover{
margin-top: -1rem;
margin-bottom: 1rem;
opacity: 0.5;
}


.fichahistoria a{
display: block;
height: 524px;
background-position: center;
background-size: cover;
border-top-left-radius: 27px;
border-top-right-radius: 27px;
display: flex
;
align-items: end;
padding-bottom: 19px;
justify-content: center;
padding: 15px;
text-decoration: none;
color: #00005c;
}

.fichahistoria .historia{
background: #FFFFFF;
background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(230, 230, 230, 1) 100%);
background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(230, 230, 230, 1) 100%);
background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(230, 230, 230, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#E6E6E6", GradientType=0);
padding: 10px 23px;
border-radius: 33px;
font-weight: 500;
}

.fichahistoria .historia i{
color: #da1c5c;
}

.fichahistoria .texto{
background-color: white;
width: 100%;
display: block;
text-align: center;
padding: 17px 50px;
color: #292542;
font-size: 22px;
}

.fichahistoria .texto strong{
font-size:  26px;
    font-family: "Playfair Display", serif;
}

.pagina_lateral{
display: flex
;
gap: 0px;
width: 100%;
justify-content: space-evenly;
}

.pagina_lateral .cuerpo{
width: 40%;
border: solid #00003a 2px;
padding: 44px;
height: max-content;
color: #00003a;
line-height: 23px;
font-size: 14px;
}

.pagina_lateral .cuerpo h3{
font-family: "Playfair Display", serif;
font-weight: 200;
margin-bottom: 2rem;
font-size: 3rem;
}

.pagina_lateral .foto{
width: 40%;
display: flex
;
flex-direction: column;
gap: 32px;

}

.pagina_lateral .foto img{
width: 100%;
}

.gridcajasservap{
webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
text-align: center;
}

.cajasservap{
text-decoration: none;
display: block;
box-shadow: 0px 0px 13px 0px #00000036;
color: inherit;
height: 100%;
border: solid 1px #f7f7f7;
background-color: white;
border-radius: 29px;
padding: 2rem 2rem;
max-width: 464px;
margin: 0 auto;
text-align: center;
display: inline-block;
margin: 0 auto;
margin-bottom: 4rem;
}

.cajasservap img{
margin-top: 0;
aspect-ratio: 1 / 1;
object-fit: cover;
border-radius: 100%;
margin-bottom: 10px;
box-shadow: 0px 2px 9px 3px #00000021;
margin-bottom: 1rem;
max-width: 176px;
margin-bottom: 1rem;
}

.cajasservap h3 {
color: #00003a;
background: url(/assets/custom/img/lineyg.png) no-repeat center bottom;
padding-bottom: 1.2rem;
background-size: 38px;
margin-bottom: 1.3rem;
font-family: "Playfair Display", serif;
font-weight: 500;
}

.cajasservap h3 span{
display: block;
font-weight: 900;
font-size: 2rem;
    font-family: "Playfair Display", serif;
}

.cajasservap p, .cajasservap li{
font-size: 15px;
}

.cajasservap p strong{
font-weight: 900;
color: #9B184E;
}

.cajasservap li{
text-align: left;
}

.fichamisiones.envento .contenido{
justify-content: center;
text-decoration: none;
}

.fichamisiones.envento h2 {
font-size: 70px;
transition: all .3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.fichamisiones.envento .contenido:hover h2{
margin-top: -80px;
font-size: 80px;
}



@media (min-width: 1800px) {
    .container,
    .container-xxxl {
      max-width: 1750px;
    }
  }
  

@media (min-width: 1200px) {
    .titulo_pagina_lobocom h1 {
    
    }
}

@media (max-width: 1800px){ 

    .cajasservap {
    margin-bottom: 35px;
    }

    .gridcajasservap {
    gap: 35px;
    }

    .lobocontainer{
    max-width: 1450px;
    }

    .page_lobocom{
    max-width: 1450px;
    }

    .videohome .textito {
    width: 66%;
    margin-top: 0rem;
    }

    .videohome {
    padding-top: 9rem;
    padding-bottom: 0rem;
    }

}


@media (max-width: 1500px){ 

    .pagina_lateral .cuerpo {
    width: 50%;
    }

    .lobocontainer{
    max-width: 1200px;
    }

    .page_lobocom {
    padding: 40px 15px;
    max-width: 1200px;
    }

    .texto_imagen .texto .contenido {
    max-width: 470px;
    }

    .fichahistoria a {
    height: 349px;
    }

    .fichahistoria .texto {
    padding: 10px 50px;
    font-size: 16px;
    }

    .fichahistoria .texto strong {
    font-size: 23px;
    }

    .pagina_lateral .cuerpo h3 {
    margin-bottom: 1.7rem;
    font-size: 2.5rem;
    }

}

@media (max-width: 1400px){ 

    .fichamisiones h2 {
    font-size: 40px;
    }

    .fichamisiones {
    height: 360px;
    }

    .fichamisiones p {
    font-size: 13px;
    }

}

@media (max-width: 1200px){ 

    .cajasservap img {
    max-width: 138px;
    }

    .gridcajasservap {
    webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    }

    .titulo_pagina_lobocom h1 {
    font-size: 2.5rem;
    }

    .titulo_pagina_lobocom h2 {
    font-size: 15px;
    }

    .titulo_pagina_lobocom .textos {
    padding: 26px 15px;
    }    

    .texto_imagen .titulo {
    font-size: 2.5rem;
    }

    .videohome .textito p {
        font-size: 18px;
        margin-top: 6rem;
        margin-bottom: 2rem;
    }

    .videohome{
        padding-top: 0rem;
    }

    .videohome .colores {
    height: 80%;
    width: 60%;
    top: 6%;
    }

    .videohome .texto{
    padding: 0rem 2rem;
}

}

@media (max-width: 991.98px){ 

    .cajasservap {
    padding: 2rem 1rem;
    }

    .cajasservap h3 {
    font-size: 1.5rem;
    }

    .cajasservap h3 span {
    font-size: 1.6rem;
    }


    .pagina_lateral {
   gap: 25px;
    }

    .pagina_lateral .foto {
    width: 40%;
    gap: 25px;
    }

    .pagina_lateral .cuerpo {
    width: 60%;
    }

    .fichahistoria .texto {
    padding: 10px 17px;
    }

    .gridhistorias {

    gap: 28px 28px;
    }

    .gridmisiones {
    display: grid
    ;
    grid-template-columns: repeat(2, 1fr);
    }

    .titulo_pagina_lobocom h2 {
    font-size: 15px;
    }

    .page_lobocom {
    padding: 25px 15px;
    }

    .texto_imagen .texto .contenido {
    max-width: 800px;
    }
    
    .texto_imagen .texto,
    .texto_imagen_full.texto_imagen .row > .texto {
    padding: 4rem 0rem;
    max-width: 720px;
    margin: 0 auto;
    padding-right: 10px;
    padding-left: 10px;
    }

    .videohome .dots1 {
    left: inherit;
    right: 50px;
    }

    .videohome.texto {
    padding-bottom: 0px;
    }

    .videohome .textito p{
    margin-top: 0px;
    }

    .texto_imagen .texto, .videohome.texto_imagen .row > .texto{
    padding-bottom: 0px !important;
    }

    .videohome {
    padding-top: 0rem;
    padding-bottom: 5rem;
    }

    .videohome .colores {
    width: 72%;
    top: inherit;
        bottom: 2%;
    height: 63%;
    }

    .videohome .textito p {
    font-size: 21px;
    }

    .fichacolabora img {
    margin-top: -1rem;
    max-width: 150px;
    margin-bottom: 0.5rem;
    }

}

@media (max-width: 767.98px){

    .gridcajasservap {
    webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    }

    .pagina_lateral{
    flex-direction: column;
    }

    .pagina_lateral .cuerpo,    .pagina_lateral .foto  {
    width: 100%;
    }

    .gridhistorias {
    grid-template-columns: repeat(2, 1fr);
    }

    .textogruis {
    width: 100%;
    text-align: center;
    background-color: #e0e0e0;
    color: black;
    font-size: 1rem;
    padding: 21px;
    margin-bottom: 0px;
    font-weight: 600;
    border-top-left-radius: 35px;
    border-bottom-right-radius: 35px;
    }

    .fichacolabora img {
    margin-top: -2rem;
    max-width: 111px;
    margin-bottom: 0;
    }

    .gridmisiones {
    gap: 25px 25px;
    }

    .videohome .colores {
    width: 77%;
    top: inherit;
    bottom: 4%;
    height: 56%;
    }

    .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;
    }

    .fichamisiones .contenido {
    padding: 1rem;
    padding-bottom: 2rem;
    }

    .fichamisiones {
    height: 295px;
    }

    .fichamisiones h2 {
    font-size: 34px;
    }

    .fichamisiones p {
    font-size: 12px;
    }

}

@media (max-width: 575.98px){

    .fichamisiones.envento {
     width: 100%;  
     border-radius: 10px;
     max-width: none; 
    }

    .fichamisiones.envento h2 {
    font-size: 49px;
    padding-top: 33px;
    padding-bottom: 33px;
    }

    .fichamisiones.envento .contenido:hover h2 {
    margin-top: 0px;
    font-size: 65px;
    }

    .fichamisiones.envento >div {
    border-radius: 10px;
    }

    .cajasservap {
    margin-bottom: 20px;
    }

    .gridcajasservap {
    padding-left: 20px;
    padding-right: 20px;
    }

    .pagina_lateral .cuerpo h3 {
    margin-bottom: 1.2rem;
    font-size: 2rem;
    }

    .pagina_lateral .cuerpo {
    padding: 18px;
    }

    .gridhistorias {
    grid-template-columns: repeat(1, 1fr);
    }

    .gridmisiones {
    gap:25px 25px;
    }


    .videohome {
    padding-top: 0rem;
    padding-bottom: 1rem;
    }

    .gridmisiones {
    grid-template-columns: repeat(1, 1fr);
    }

    .fichamisiones {
    height: auto;
    max-width: 308px;
    margin: 0 auto;
    }

    .fichamisiones h2 {
    font-size: 33px;
    }

    .fichamisiones .contenido {
    max-width: 300px;
    gap: 24px;
    }

    .videohome .colores {
    width: 86%;
    top: inherit;
            bottom: 1%;
    height: 39%;
    }

    .videohome .dots1 {
    left: inherit;
    right: 16px;
    width: 92px;
    }

    .texto_imagen_full .row > div {
    padding: 20px;
    }

    .texto_imagen .texto .boton_standard {
    margin-top: 2rem;
    }

    .videohome .textito p {
    font-size: 13px;
    padding-right: 19px;
    margin-bottom: 14px;
    }

    .boton_standard {
    padding: 6px 30px;
    }

    .texto_imagen .texto p {
    line-height: 27px;
    }

    .texto_imagen .titulo {
    font-size: 2rem;
    }

    .titulo_pagina_lobocom .textos {
    padding: 18px 15px;
    }

    .titulo_pagina_lobocom h1{
    font-size: 24px;
    font-weight: 700;
    }

    .titulo_pagina_lobocom h2 {
    font-size: 15px;
    margin-top: 2px;
    }

    .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;
    }


}

/*======================================================
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 #374f6b solid !important;
border-radius: 100%;
}

.owl-dots .owl-dot:hover,.owl-dots .owl-dot.active{
background-color: #374f6b !important;
}

.owl-carousel .owl-nav  button.owl-next, 
.owl-carousel .owl-nav  button.owl-prev{
opacity: 1;
font-size: 20px;
background-color: #ffffff4f;
color: #374f6b;
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: #1c75bc;
}

#top-bar .contenedor{
padding-top: 7px;
padding-bottom: 7px;
margin: 0 auto;
display: flex;
justify-content: space-between;
}

#top-bar a{
text-decoration: none;
padding: 4px 5px;
margin-left: -4px;
color: white;
}

#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: 14px;
color: #f5961c;
}

#top-bar a span{
font-size: 14px;
font-weight: 400;
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: 767.98px){

    #top-bar a {
    font-size: 12px;
    }

    #top-bar a span {
    font-size: 12px;
    }

}


@media (max-width: 575.98px){

    #top-bar .der{
        display: none;
    }

    #top-bar a {
    padding: 4px 4px;
    }

    #top-bar i {
    font-size: 14px;
    }

    #top-bar .iz i {
    font-size: 12px;
    }

    #top-bar a span{
    font-size: 12px;
    margin-left: 0px;
    }

}

/*======================================================
MENÚ
======================================================*/
.navbar{
background-color: white;
padding-top: 9px;
padding-bottom: 9px;
}

.navbar.fixed-top{
box-shadow: 0px -2px 8px 3px #00000029;
}

.navbar .lobocontainer{
display: flex;
justify-content: space-between;
width: 100%;
}

.navbar .logo{
display: flex;
align-items: center;
}

.navbar .logo img{
max-width: 175px;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

.navbar.fixed-top .logo img {
max-width: 107px;
}

.navbar .logo a:hover img{
opacity: 0.5;
}

.navbar .items{
display: flex;
align-items: center;
}

.nav-link {
padding: 0.5rem 0.5rem;
font-size: 17px;
margin-left: 6px;
font-weight: 600;
color: #00003a;
}

.nav-link:focus, .nav-link:hover {
color: #9B184E;
}

.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: #1c75bc;
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: 17px;  
margin-top: -3px;
}

.menutooglesvg{
fill: #9B184E;
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: #1c75bc;
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;
color: #9B184E;
}

.dropdown-toggle::after {
vertical-align: 3px;
border-top: 0.25em solid;
border-right: 0.25em solid transparent;
border-left: 0.25em solid transparent;
color: #9B184E;
}

.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: 1400px){

    .nav-link {
    font-size: 15px;
    margin-left: 2px;
    }

    .navbar .logo img {
    max-width: 140px;
    }

    #top-bar a {
    font-size: 12px;
    }


    #top-bar a span,#top-bar i {
    font-size: 12px;
    }

}

@media (max-width: 1200px){

    .nav-link {
    font-size: 13px;
    margin-left: 2px;
    }

    .navbar .logo img {
    max-width: 122px;
    }

}

@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: 43px;
    width: inherit;
    }

    .loginmenu svg {
    height: 20px;
    }

    .boton_cesta .bolcantidad {
    top: 0px;
    }

    .boton_cesta svg {
    height: 19px;
    margin-top: -1px;
    }

    .navbar .lobocontainer {
    flex-direction: row-reverse;
    }

}

/*======================================================
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{
min-height: calc(100vh - 123px);
}

.videohome .imagen img{
border-radius: 25px;
}

.slide_home{
background-repeat: no-repeat;
background-size: cover;

display: flex;
align-items: center;
position: relative;
}

.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%;
z-index: 13;
position: relative;
}

.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-size: 5.5rem;
letter-spacing: 0.1rem;
color: #ffffff;
margin-bottom: 1rem;
font-family: "Playfair Display", serif;
font-weight: 900;
line-height: 5.5rem;
text-shadow: #00000057 5px 4px 9px;
margin-bottom: 3rem;
}

.slide_home .titulo span {
font-weight: 300;
}

.slide_home .subtitulo {
font-weight: 300;
font-size: 1.4rem;
color: #ffffff;
line-height: 2rem;
text-shadow: 2px 2px 4px #00000063;
}

/*SLIDE VIDEO *********************/

.slide_home.slide_home_imagen .contenido {
margin: 0px;
text-align: left;
padding: 0px;
max-width: 571px;
}
    
/*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 .colores {
background: #DA1C5C;
background: -webkit-linear-gradient(208deg, rgba(218, 28, 92, 0.92) 0%, rgba(218, 33, 92, 0.92) 73%, rgba(218, 136, 92, 0.92) 100%);
background: -moz-linear-gradient(208deg, rgba(218, 28, 92, 0.92) 0%, rgba(218, 33, 92, 0.92) 73%, rgba(218, 136, 92, 0.92) 100%);
background: linear-gradient(208deg, rgba(218, 28, 92, 0.92) 0%, rgba(218, 33, 92, 0.92) 73%, rgba(218, 136, 92, 0.92) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#DA1C5C", endColorstr="#DA885C", GradientType=0);
height: 100%;
width: 35%;
position: absolute;
z-index: 0;
border-bottom-right-radius: 50%;
border-top-right-radius: 50%;
opacity: 0.95;
}

.slide_home .botones {
display: flex
;
margin-top: 3rem;
gap: 12px;
}

.slide_home .botones .boton_standard:hover{
background-color: #9B184E;
color: white;
border-color: #9B184E;
opacity: 1;
}

.slide_home .botones .boton_standard:hover i{
color: #da1c5c;
}

.slide_home .botones .boton_standard:last-child{
box-shadow: 1px 2px 4px 1px #00000024;
background-color: white;
color: #da1c5c;
border-color: white;
}

.slide_home .botones .boton_standard:last-child:hover{
background-color: #9B184E;
color: white;
border-color: #9B184E;
opacity: 1;
}

.slide_home.eldos {
min-height: 620px;
}

.slide_home.eldos .colores {
width: 42%;
}

@media (max-width: 1800px) {

    .slide_home.eldos .colores {
    width: 50%;
    }

}

@media (max-width: 1600px) {

    .slide_home .colores {
    width: 40%;
    }

    .slide_home {
    background-position: center;
    }


}

@media (max-width: 1500px) {

    .slide_home .colores {
    width: 48%;
    }

    .slide_home.eldos .colores {
    width: 55%;
    }
        

}

@media (max-width: 1300px) {

  
.slide_home .titulo {
    font-size: 4.5rem;
    margin-bottom: 2rem;
}

.slide_home .subtitulo {
    font-size: 1.2rem;
}

    .slide_home .buscador {
 
    }

}
    
@media (max-width: 1200px) {

    .slide_home {
    }

    .slide_home > .container-fluid {
    }

    .slide_home .colores {
width: 47%;
    }

    .slide_home.slide_home_imagen .contenido {
    max-width: 492px;
    margin-left: 10%;
    }

    .slide_home.eldos .colores {
    width: 63%;
    }

}

@media (max-width: 991.98px) {

    .slide_home.eldos .colores {
    width: 100%;
    border-radius: 0px;
    }

    .slide_home .colores {
     width: 60%;
    border-bottom-right-radius: 0%;
    border-top-right-radius: 0%;
    opacity: 0.9;
    border-radius: 395px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    }

    .slide_home .titulo {
    font-size: 4rem;
    line-height: 4.5rem;
    }


    .slide_home .buscador form {
    position: relative;
    }

    .slide_home .contenido {
    margin-top: 0rem;
    }

    .carrusel_slide .owl-dots{
    margin-top: -3rem;
    margin-bottom: 3rem;
    }

    .slide_home, .video_slide, .carrusel_slide {
    min-height: calc(100vh - 101px);
    }

}
    
@media (max-width: 767.98px) {

    .slide_home .colores{
    width: 90%;
    border-bottom-right-radius: 0%;
    border-top-right-radius: 0%;
    opacity: 0.9;
    border-radius: 395px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    }

}


@media (max-width: 575.98px) {

    .slide_home .titulo {
    font-size: 3rem;
    margin-bottom: 1rem;
    line-height: 3.5rem;
    }

    .slide_home .titulo {
    font-size: 3rem;
    margin-bottom: 1rem;
    }

    .slide_home .logo {
    max-width: 12rem;
    }

    .slide_home .subtitulo {
    line-height: 1.7rem;
    font-size: 1.1rem;
    }

    .slide_home .contenido {
    padding: 15px;
    }

    .slide_home, .video_slide, .carrusel_slide {
    height: calc(100vh - 101px);
    }

    .carrusel_slide .owl-dots{
    margin-top: -38px;
    margin-bottom: 38px;
    }

    .slide_home .colores {
    border-radius: 0px;
    width: 100%;
    border-bottom-right-radius: 250px;
    border-top-right-radius: 250px;
    opacity: 0.9;

    }

    
    
    .slide_home.slide_home_imagen .contenido {
    max-width: 320px;
    margin-left: 0%;

    }

    .slide_home {
    z-index: 4444;
    }

}

@media (max-height: 430px) {


}
 
/*======================================================
FOOTER
======================================================*/

.flotdonar{
position: fixed;
bottom: 10px;
right: 14px;
z-index: 555;
}

.flotdonar a{
background: #E8FCFD;
background: -webkit-linear-gradient(5deg, rgba(232, 252, 253, 1) 0%, rgba(255, 255, 255, 1) 66%);
background: -moz-linear-gradient(5deg, rgba(232, 252, 253, 1) 0%, rgba(255, 255, 255, 1) 66%);
background: linear-gradient(5deg, rgba(232, 252, 253, 1) 0%, rgba(255, 255, 255, 1) 66%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#E8FCFD", endColorstr="#FFFFFF", GradientType=0);
color: #00005c;
text-decoration: none;
padding: 10px 22px;
font-weight: 600;
border-radius: 39px;
font-size: 16px;
border: solid 2px white;
box-shadow: #0909472b 3px 4px 8px 0px;
display: block;
border: solid #da1c5c 3px;
}

.flotdonar a:hover{

}

.flotdonar a i{
color: #da1c5c;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

.flotdonar a:hover i{
font-size: 17px;
margin-top: -6px;
}



footer{
padding-top: 1rem;
padding-bottom: 1rem;
background: url(../../../assets/custom/img/footer.jpg) no-repeat;
background-color: #27aae2;
background-position: right;
z-index: 999;
position: relative;
}

footer .nivel1{
display: flex
;
justify-content: space-between;
align-items: center;
padding: 0.5rem 0px;
padding-bottom: 0px;
}

footer .nivel1 .itemsmenu {
display: flex
;
gap: 14px;
}

footer .nivel1 .itemsmenu a{
text-decoration: none;
color: black;
font-size: 16px;
font-weight: 500;
}

footer .nivel1 .itemsmenu span{
font-weight: 900;
color: #00000026;
}

footer .nivel1 .itemsmenu a:last-child{
padding-right: 0px;
}

footer .nivel1 a:hover{
color: #0000003b;
}       

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;
margin-top: 2px;
margin-bottom: 14px;
}

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 #0000001c;
/*padding-left: 20px;
padding-right: 20px;*/
}

footer .nivel2 .redes a{

padding: 3px 1px;
display: inline-block;
font-size: 15px;
border-radius: 100%;
width: 30px;
height: 30px;
text-align: center;
margin-right: 4px;
border: solid 2px #0000001f;
background-color: transparent;
color: black;
}

footer .nivel2 .redes a:hover{

color: #9B184E;
background-color: black;
}

footer .datos a{
color: black !important;
text-decoration: none;
margin-left: 13px;
font-size: 14px;
font-weight: 500;
}

footer .datos a i{
color: #000000;
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;

opacity: 0.6;
}

footer .datos a:hover span{
text-decoration: none;
color: #0000006b;
opacity: 0.6;
}

footer .datos a:hover i{

}

.subfooter{
padding: 10px 13px;

background-color: white;
z-index: 999;
position: relative;
}

.subfooter>div{
display: flex;
justify-content: space-between;
}

.subfooter a{
text-decoration: none;
font-size: 13px;
margin-right: 12px;
font-weight: 500;
color: #00003a;
}

.subfooter a:hover{
color: #c1c1c1;
}

.subfooter .empresa{
text-decoration: none;
font-size: 15px;
font-weight: 400;
}

.float_whatsapp {
position: fixed;
left: 5px;
bottom: 3px;
padding: 10px;
z-index: 2;
}

.float_whatsapp img {
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
max-width: 55px;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

.float_whatsapp a:hover img{
opacity: 0.5;
}

.firmalobocom a{
color: #00003a;
}

@media (max-width: 1850px){ 

}

@media (max-width:1200px){ 

    footer .nivel2{
    flex-direction: column;
    gap: 14px;
    padding-top: 25px;
    text-align: center;
    }

    .subfooter a {
    font-size: 14px;
    }

}

@media (max-width: 991.98px){ 

    footer {
     background-position: top right;
    background-size: contain;
    }

    footer .nivel1,footer .nivel2,.subfooter{
    display: block;
    text-align: center;
    }

    .subfooter>div{
    display: block;
    text-align: center;
    }

    footer .nivel1 .itemsmenu a{
        font-size: 15px;
        padding: 8px 8px;
    }

    footer .nivel1 .itemsmenu{
    margin-top: 12px;
    justify-content: center;
    align-items: center;
    padding-bottom: 2px;
    gap: 10px;
    }

    footer .nivel2 .iconos{
    margin-bottom: 22px;
    margin-top: 6px;
    }

    footer .nivel2 {
    padding-top: 10px;
    }

    footer .datos a {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 13px;
    }

    .firmalobocom{
    margin-top: 5px !important;
    }

    .subfooter a {
    margin-right: 7px;
    margin-left: 7px;
    }

    .subfooter .empresa {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 2px;
    margin-top: 4px;
    }

    .subfooter {
    
    }

        footer .nivel1 .itemsmenu {
    margin-top: 12px;
    flex-direction: column;
gap: 0px;
    }

        footer .nivel1 .itemsmenu span {
    display: none;
    }

}

@media (max-width: 767.98px){

    .subfooter {
   
    }

}

@media (max-width: 575.98px){

    footer {
    background-size: cover;
    background-position: left;
    }



    footer .logofooter img {
    max-width: 172px;
    }



    footer .nivel1 .itemsmenu a {
    text-decoration: none;
    /* color: white; */
    font-size: 17px;
    /* font-weight: 700; */
    padding: 5px 11px !important;
    /* display: block; */
    margin-bottom: 0px;
    display: inline-block;
    }

    footer .datos a {
    margin-left: 8px;
    margin-right: 8px;
    font-size: 14px;
    display: block;
    margin-bottom: 1px;
    padding: 3px 10px;
    line-height: 28px;
    }

    footer .nivel2 .iconos {
    margin-bottom: 29px;
    margin-top: 7px;
    }

    footer .datos a i {
    font-size: 16px;
    }

    footer .nivel2 .iconos {
    margin-bottom: 28px;
    margin-top: 12px;
    }

    .subfooter .empresa {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 19px;
    margin-top: 4px;
    }

    .subfooter a {
    text-decoration: none;
    font-size: 13px;
    margin-right: 7px;
    margin-left: 7px;
    font-weight: 400;
    display: block;
    margin-bottom: 7px;
    letter-spacing: 0.5px;
    }

    .subfooter {

    }

    .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{
color: #00003a;
font-family: "Playfair Display", serif;
font-weight: 800;
font-size: 3rem;
background: url(/assets/custom/img/line.png) no-repeat center bottom;
padding-bottom: 24px;
background-size: 48px;
}


.titulo_fragmento .subtitulo{
    color: black;
font-size: 18px;
margin-bottom: 0;
font-weight: 600;
}

.titulo_fragmento p{
margin-bottom: 0px;
margin-top: 13px;
}

@media (max-width: 1200px){ 

    .titulo_fragmento .titulo {
    font-size: 2.5rem;
    }

}

@media (max-width: 991.98px){ 

    .titulo_fragmento .titulo {
    font-size: 2.5rem;
    }

}

@media (max-width: 575.98px){

    .titulo_fragmento {
    margin-bottom: 2rem;
    }

    .titulo_fragmento .titulo {
    font-size: 2.1rem;
    }

    .titulo_fragmento .subtitulo {
    font-size: 15px;
    }

}

/*======================================================
SECCIONES Y LISTADO ARTICULOS
======================================================*/

.textotienda{
margin-bottom: 65px;
background-color: #e9e9e9;
padding: 20px 24px;
border: solid 1px #b6b6b6;
margin-top: -37px;
}


.textotienda p{
color: #353535;
margin-bottom: 0px;
font-size: 14px;
}


.listadosecciones{
display: grid;
grid-template-columns: repeat(3, 1fr);
gap:60px;
}

.ficha_seccion{
height: 400px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
border-radius: 30px;
}

.ficha_seccion .titulo{
font-family: "Playfair Display", serif;
}

.ficha_seccion > a{
border-radius: 30px;
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: center;
margin-top: 13px;
font-size: 14px;
line-height: 22px;
margin-bottom: 1px;
color: #00003a;
}

.div_articulo .precio{
display: flex
;
    text-align: center;
justify-content: center;
width: 100%;
    align-items: center;
flex-direction: column;
/* padding: 0px 15px; */
gap: 0px;
    color: #1c75bc;
}

.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: #374f6b;
color: white;
font-size: 18px;
padding: 9px;
padding-top: 16px;
padding-bottom: 6px;
max-width: max-content;
height: max-content;
position: absolute;
right: 8px;
font-weight: bold;
top: 0px;
}

.div_articulo .etiqueta_descuento span{
font-size: 14px;
font-weight: 500;
margin-left: 2px;
}

.div_articulo .etiqueta_new {
position: absolute;
left: 0px;
top: 0px;
}

.div_articulo .etiqueta_new {
width: 66px;
}

.etiqueta_destacado{
position: absolute;
bottom: 10px;
/* background-color: black; */
width: 100%;
text-align: center;
}

.etiqueta_destacado span{
background-color: #ffbe4d;
color: white;
padding: 5px 23px;
display: block;
max-width: max-content;
margin: 0 auto;
font-weight: 600;
font-size: 11px;
letter-spacing: 0.5px;
border-radius: 23px;
}

.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;
    }

    .textotienda {
    margin-bottom: 67px;
    margin-top: -23px;
    }

}

@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);
    }

    .textotienda {
    margin-bottom: 40px;
    margin-top: -8px;
    }

    .textotienda p {
    font-size: 13px;
    }

}

@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){

    .textotienda {
    padding: 14px 17px;
    }

    .textotienda p {
    font-size: 12px;
    }

    .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: #00003a;
font-weight: 500;
font-size: 12px;

}

.breadcrumb > li a:hover,
.breadcrumb.ariadna_articulo .slctd a:hover {
color: #00003a;
text-decoration: underline !important;
}

.breadcrumb > li::before {
color: #00003a57;
padding-right: 6px;
padding-left: 7px;
content: "\f105";
font-size: 12px;
}

.breadcrumb > li.slctd a,
.breadcrumb.ariadna_articulo li:last-child a {
color: #000000;
font-weight: 600;
font-size: 12px;
}

.breadcrumb-item.active {
color: #00003a;
font-weight: 900;
}

.atras_articulo .breadcrumb {
text-align: left;
}

.atras_articulo .breadcrumb a {
font-size: 1rem;
color: #00003a;
font-weight: 900;
}

.atras_articulo .breadcrumb a i {
font-size: 0.8rem;
}

.atras_articulo .breadcrumb a:hover {
opacity: 0.4;
}

.ficha_articulo{
display: flex
;
align-items: center;
}

.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;
font-family: "Playfair Display", serif;
font-weight: 800;
color: #00003a;
}

.ficha_articulo .categoria {
font-weight: 500;
font-size: 0.9rem;
}

.ficha_articulo .categoria a {
color: #00003ae3;
font-weight: 400;
}

.ficha_articulo .categoria a strong {
color: #00003a;
}

.ficha_articulo .categoria .circulo {
font-weight: 900;
color: #51b5e5;
font-size: 1.4rem;
}

.ficha_articulo .categoria a:hover {
color: #51b5e5;
text-decoration-color: #00003a !important;
}

.ficha_articulo .resumen{
margin-top: 2rem;  
}

.ficha_articulo .resumen p {
text-align: justify;
/* color: #00003ab0; */
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: #1c75bc;
    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 #00003a 1px; */
width: 30px;
height: 30px;
/* border-radius: 100%; */
background-color: transparent;
color: #00003a;
line-height: 26px;
background-color: #e3e3e3;
}

.ficha_articulo .cantidad_selector .qty {
background-color: transparent;
border: none;
color: #00003a;
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: #ffffff;
letter-spacing: 0.1rem;
/* text-transform: uppercase; */
font-size: 15px;
background-color: #58c866;
letter-spacing: 0.5px;
border-radius: 41px;
font-weight: 500;
margin-top: 1rem;
}

.boton_comprar:hover {
opacity: 0.8;
}

.ficha_articulo .anadir_cesta {
margin-top: 1rem;
}

.ficha_articulo .imagenes_articulo {
background-color: red;
}

#sync1 {
/*max-width: 80%;*/
}

#sync1 .owl-dots {
margin-bottom: 1rem;
margin-top: 2rem;
display: none;
}

#sync1 .owl-nav,
#sync2 .owl-nav,
#sync2 .owl-dots{
display: none;
}

#sync1 .owl-dots .owl-dot {
border: 1px #00003a solid;
border-radius: 20px;
}

#sync1 .owl-dots .owl-dot.active {
background-color: #00003a;
}

#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 #00003a;
color: #00003a;
}

#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: #00003a;
font-style: inherit;
margin-right: 5px;
}

.ficha_articulo .campo_seleccion select {
background-color: #00003a;
color: #51b5e5;
font-size: 0.9rem;
padding: 2px 6px;
}

.ficha_articulo .campo_seleccion.medidas label {
font-style: inherit;
color: #00003a;
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: #00003a;
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:#00003a;
border-color: #00003a;
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;    
}

.aridandagaleria {
display: flex
;
/* justify-content: right; */
margin-top: 0rem;
margin-bottom: 1rem;
gap: 6px;
color: #da1c5c;
padding: 11px 5px;
font-size: 13px;
font-weight: 600;
}

.aridandagaleria a{
text-decoration: none;
color: #242456;
}

.aridandagaleria .separador{
color: black;
}

.aridandagaleria .nombre{

}

@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;
    }

    .aridandagaleria {
    display: block;
    /* justify-content: right; */
    margin-top: -1rem;
    margin-bottom: 0rem;
    }
    
}





/*======================================================
NOTICIA
======================================================*/

.contfichasgrey {
background-color: #e7edef;
}

.pagina_noticia{
display: flex;
column-gap: 30px;
justify-content: space-evenly;
}

.volver_blog{
margin-top: -2rem;
margin-bottom: 2rem;
}

.sidebar_blog{
width: 370px;
background-color: #323539;
height: max-content;
position: sticky;
top: 85px;
padding: 30px 25px;
color: white;
background: rgba(218, 33, 92, 10.02);
background: -webkit-linear-gradient(180deg, rgba(218, 33, 92, 1) 0%, rgba(218, 136, 92, 1) 100%);
background: -moz-linear-gradient(180deg, rgba(218, 33, 92, 1) 0%, rgba(218, 136, 92, 1) 100%);
background: linear-gradient(180deg, rgba(218, 33, 92, 1) 0%, rgba(218, 136, 92, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#DA215C", endColorstr="#DA885C", GradientType=0);
border-radius: 17px;
}

.sidebar_blog .titulos{
margin-bottom: 20px;
font-weight: 900;
text-align: center;
color: white;
font-family: "Playfair Display", serif;
letter-spacing: 0.5px;
font-size: 23px;
text-shadow: #00000073 2px 2px 6px;
}

.sidebar_blog a{
color: white;
margin-bottom: 26px;
display: block;
text-decoration: none;
}

.sidebar_blog a:hover{

}

.sidebar_blog .textos{
padding-top: 12px;padding-top: 12px;
padding-left: 7px;
padding-right: 7px;
}

.sidebar_blog h3{
font-size: 16px;
font-weight: 700;
margin-bottom: 3px;
}

.sidebar_blog p{
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
margin-bottom: 0px;
font-size: 12px;
font-weight: 200;
color: #ffffff;
text-shadow: #00000073 2px 2px 6px;
}

.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;
border-radius: 13px;
border: solid 3px #ffffff00;
}

.sidebar_blog a:hover img{
border: solid 3px white;
}

.sidebar_blog >a:last-child{
margin-bottom: 0px;    
}

.cuerponoticia {
width: 100%;
max-width: 1000px;
background-color: white;
padding: 4rem;
border-radius: 62px;
box-shadow: 0px 0px 13px 0px #00000036;
}

.cuerponoticia .imagen_principal_noticia {
margin-bottom: 2rem;
border-top-left-radius: 50px;
border-top-right-radius: 50px;
}

.cuerponoticia .resumen_noticia {
font-size: 1.4rem;
font-weight: 600;
margin-bottom: 2rem;
}

.cuerponoticia .fecha{
font-style: italic;
margin-bottom: 8px;
color: grey;
}

.cuerponoticia ul{
margin-top: 2rem;
margin-bottom: 2rem;
padding-left: 1rem;
}

.cuerponoticia li{
margin-bottom: 1rem;
}

.cuerponoticia p img{
margin-top: 1rem;
margin-bottom: 1rem;
width: 100%;
}

.cuerponoticia p a{
font-weight: bold;
}

.cuerponoticia .compartir_noticia{
border-top: solid 1px #c5c5c5;
margin-top: 3rem;
padding-top: 1rem;
}

.cuerponoticia .compartir_noticia h6{
margin-bottom: 1.1rem;
font-weight: bold;
}

@media (max-width: 1500px){ 

    .sidebar_blog {
    width: 300px;
    }

    .sidebar_blog h4 {
    font-size: 18px;
    }

    .sidebar_blog h5 {
    font-size: 14px;
    margin-bottom: 2px;
    }

    .sidebar_blog a {
    margin-bottom: 19px;
    }

    .cuerponoticia{
    padding: 2rem;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    }

}

@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: 991.98px){ 

    .sidebar_blog h3 {
    font-size: 20px;
    }

    .sidebar_blog p {
    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{
       border-radius: 6px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    }

    .cuerponoticia .imagen_principal_noticia {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    }

    .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: 191px;
    }

    .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 #00000036;
color: inherit;
height: 100%;
border: solid 1px #f7f7f7;
background-color: white;
border-radius: 29px;
padding: 2rem 2rem;
max-width: 464px;
margin: 0 auto;
}

.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;
margin-left: -2rem;
border-top-right-radius: 90px;
border-bottom-right-radius: 90px;
}

.ficha_blog .contenedor{
padding: 2rem 2rem;
}

.ficha_blog .fecha{
font-size: 13px;
color: #575757;
margin-bottom: 7px;
}

.ficha_blog .titular{
font-weight: 700;
font-size: 20px;
margin-bottom: 8px;
color: #00003a;
}

.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: 38px;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
background-color: #9B184E;
padding: 8px 26px;
border-radius: 29px;
max-width: max-content;
color: white;
}

.ficha_blog .enlace.amarillo{
background-color: #4A5407;
color: white;
}

.ficha_blog .enlace.azul{
background-color: #0107ff;
color: white;
}

.ficha_blog .enlace.verde{
background-color: #6dc02e;
background-color: #78D233;
color: #262626;
}

.ficha_blog>a:hover{
color: inherit;    
}

.ficha_blog>a:hover .enlace{
background-color: #c5c5c5 !important;
}

.ficha_blog>a:hover img{
transform: rotate(-3deg);
}

.paginadorblog{
margin-top: 9rem;
display: flex;
justify-content: center;
column-gap: 16px;
}

.paginadorblog i{
webkit-transition: all 0s ease-in-out;
-o-transition: all .0s ease-in-out;
transition: all .0s ease-in-out;
font-size: 11px;
padding: 3px;
}

.bloghome{
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 0px 60px;
}


@media (min-width: 1500px){ 

    .ficha_blog img {
    height: 190px;
    }

}

@media (max-width: 1800px){ 

    .listadonoticias {
    display: grid
    ;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 30px;
    }

}

@media (max-width: 1500px){ 

    .ficha_blog img {
    height: 150px;
        margin-left: -1.5rem;
    }

    .ficha_blog>a {
    padding: 2rem 1.5rem;
    }

    .ficha_blog .contenedor {
    padding: 1.5rem 2rem;
    }

    .ficha_blog .contenedor {
    padding: 2rem 1rem;
    }

    .paginadorblog {
    margin-top: 5rem;
    }

    .bloghome{
    gap: 0px 30px;
    }

}

@media (max-width: 1350px){ 

    .ficha_blog .contenedor {
    padding: 1rem 1rem;
    }

}

@media (max-width: 1200px){ 

    .ficha_blog .contenedor {
    padding: 1rem 1rem;
    }

    .listadonoticias{
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 30px;
    }

    .ficha_blog>a {
    padding: 2rem 1rem;
    padding-bottom: 10px;
    }

    .ficha_blog img {
    height: 114px;
    margin-left: -1rem;
    }

}

@media (max-width: 991.98px){ 

    .paginadorblog {
    margin-top: 3rem;
    }

    .listadonoticias {
    grid-template-columns: repeat(2, 1fr);
    }

}

@media (min-width:850px){ 

    .ficha_blog>a {

    }

}

@media (max-width:1028px){ 
 
    .paginablog {
    display: block;
    }

    .listadonoticias{
    margin-bottom: 4rem;
    }
    
    .bloghome {
    grid-template-columns: repeat(2, 1fr);
    }

}

@media (min-width:575.98px) and (max-width:1028px){

    .bloghome>div:last-child{
    display: none;    
    }

}

@media (max-width:750px){ 

    .listadonoticias {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px 15px;
    }

}

@media (max-width: 575.98px){

    .ficha_blog img {
    height: 182px;
    margin-left: inherit;
    border-radius: 18px;
    }

    .ficha_blog>a {
    padding: 1rem 0.8rem;
    padding-bottom: 0px;
    }

    .listadonoticias {
    display: block;
    margin-bottom: 0rem;
    }

    .ficha_blog {
    margin-bottom: 2rem;
    }

    .ficha_blog p{
    height: inherit;
    overflow: inherit;
    }

    .ficha_blog .enlace{
    margin-top: 10px;
    margin-bottom: 10px;   
    font-size: 13px; 
    }

    .paginadorblog {
    justify-content: space-between;
    }

    .bloghome{
    display: block;    
    }

}

/*======================================================
FORMULARIO CONTACTO
======================================================*/

.loboformulario .form-group{
margin-bottom: 2rem;  
}

.loboformulario .form-group.items{
display: flex;
justify-content: space-between;
column-gap: 2rem;
}

.loboformulario .form-group.items label{
width: 100%;
}

.loboformulario .form-group.items p{
font-weight: bold;
margin-bottom: 5px;
font-size: 13px;
}

.loboformulario .form-group.items p span{
color: #898e95;
}

.loboformulario  .form-control{
border-radius: 0px;
background-color: #e4eaf1;
border: none;
padding: 16px 21px;
outline: none;
}

.loboformulario  .form-control:focus,
.loboformulario  .form-control:active{
background-color: #c9cfd5;
}

.loboformulario  .contact-submit button{
margin: 0 auto;
}

.loboformulario .legal_pag_contact{
padding-top: 1rem;
margin-bottom: 0px;
}

.loboformulario .legal_pag_contact p{
font-size: 12px;
text-align: center;
max-width: 700px;
margin: 0 auto;
line-height: 22px;
}

.loboformulario .checkbox label{
display: flex;
align-items: center;
cursor: pointer;
}

.loboformulario .checkbox input{
margin-right: 7px;
}

.loboformulario .legal_pag_contact p a{
font-weight: bold;
}

.formulario_home {
max-width: 1400px;
margin: 0 auto;
padding-top: 1rem;
}

.aviso_formulario{
text-align: center;
background-color: whitesmoke;
padding: 5rem 20px;
border-radius: 55px;    
}

.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;
}

.fragmcontacto{
position: relative;
padding: 60px 0px;
}

.fragmcontacto::after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 56%;
height: 100%;
background: #ecf0f1;
border-radius: 0 400px 400px 0;
z-index: -1;
}

.fragmcontacto .contenido{
max-width: 600px;
margin: 0 auto;
}


.fragmcontacto .titulo, .fragmcontacto .titulo * {
text-align: center;
font-family: "Playfair Display", serif;
margin-bottom: 2rem;
font-weight: 700;
}

.fragmcontacto .contenido>p{
text-align: center;
color: black;
}

.fragmcontacto .form-group {
text-align: center;
}

.fragmcontacto .form-group input,.fragmcontacto .form-group textarea  {
border-radius: 0px;
background-color: #ffffff;
border: solid 1px grey;
padding: 16px 21px;
outline: none;
border-radius: 41px;
text-align: center;
max-width: 395px;
margin: 0 auto;
}

.fragmcontacto  .form-group label{
font-weight: bold;
margin-bottom: 7px;
}

.fragmcontacto  .form-group label span{
color: #9B184E;
}

.fragmcontacto .form-group.checkbox{
display: flex
;
gap: 7px;
text-align: left;
align-items: center;
justify-content: center;
}

.fragmcontacto .form-group.checkbox input {
padding: 0px;
margin: 0px;
}

.fragmcontacto .form-group.checkbox label {
margin-bottom: 0px;
font-weight: 600;
gap: 4px;
display: block;
}

.fragmcontacto .contact-submit button {
margin: 0 auto;
width: 100%;
max-width: 398px;
padding: 15px;
font-size: 1rem;
border-radius: 64px;
}

@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){

    .fragmcontacto::after {
    width: 100%;
    border-radius: 0 450px 450px 0;
    }

    .loboformulario .form-group {
    margin-bottom: 1rem;
    margin-top: 1.5rem;
    }

    .fragmcontacto {
    padding: 0px 0px;
    }

    .fragmcontacto .form-group input,.fragmcontacto .form-group textarea {
    padding: 10px 15px;
    }

    .formulario_home {
    padding-top: 0rem;
    }

    .loboformulario .form-group.items {
    display: block;
    margin-bottom: 0rem;
    }

    .loboformulario .checkbox{
    margin-bottom: 2rem;
    }

    .loboformulario .checkbox{
    font-size: 12px;
    font-weight: 500;
    }

    .loboformulario .checkbox input {
    margin-right: 5px;
    }

    .loboformulario .form-group.items label {
    width: 100%;
    margin-bottom: 1rem;
    }

    .loboformulario .contact-submit button{
    width: 100%;
    max-width: inherit;
        padding: 10px;
    }

    .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: #00003a;
  }
  
  .informacion_busquedas .termino span,
  .informacion_busquedas .encontrados strong {
    color: #51b5e5;
  }
  
  

/*======================================================
PÁGINA CONTENIDO
======================================================*/

#searchform {
margin-top: 25px;
}

#searchform input {
background-color: #d9d9d9;
border: none;
padding: 6px 12px;
text-transform: capitalize;
border-radius: 31px;
}

#searchform .botonlcms {
background-color: #9B184E;
color: white;
border-radius: 20px;
padding: 6px 18px;
}

#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;
  }
  
  @media (max-width: 1200px) {
    .pagina_texto_imagen .imagen > *,
    .pagina_texto_imagen .texto .contenido {
      max-width: 100%;
    }
  
    .pagina_texto_imagen .row > div:first-child {
      margin-bottom: 20px;
    }
  
    .pagina_texto_imagen .imagen img {
      height: auto;
    }
  }
  
  


/*======================================================
INTERNET EXPLORER 11
======================================================*/

@media all and (-ms-high-contrast: none) {
    .preloader > div {
      margin-top: 10%;
    }
  
    .preloader > div img {
      width: 80px;
      height: 80px;
      max-width: none;
    }
  
    body.layout_1 .row > .row {
      display: inline-block;
    }
  }
  
  
  