@charset "UTF-8";

/*

.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}


.playfair-display-<uniquifier> {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


.raleway-<uniquifier> {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

    @media (max-width: 991.98px){ 

    }

    @media (max-width: 767.98px){

    }

    @media (max-width: 575.98px){

    }

*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

body{
background-color: #d8d0ca;
}

html{
font-size: 15px;
}

*{
font-family: "Raleway", sans-serif;
}

a {
color: #333333;
}

a:hover {
color: #d4af37;
}

.nav-link:focus, .nav-link:hover {
  color: #d4af37;
}

body > table {
display: none;
}

::selection {
background: #cba32a;
color: #213921;
text-shadow: none;
}


a,li,button,i{
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

button:focus,input:focus{
outline: none;
}

.form-control:focus {
border-color: none;
box-shadow: none;
}

.btn.focus,
.btn:focus {
border-color: none;
box-shadow: none;
}

.centrar_al_medio {
display: flex;
-webkit-justify-content: center;
-webkit-flex-flow: column nowrap;	
}

img{
max-width: 100%;    
}

.boton_standard{
  text-decoration: none;
  display: block;
  max-width: max-content;
  background-color: #213921;
  border: #213921 solid 1px;
  color: #eae4df;
  padding: 10px 38px;
  font-size: 0.95rem;
  border-radius: 48px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.boton_standard:hover{
background-color: transparent;
color: #213921;
}

.boton_standard.whiteline{
background-color: transparent;
color: #213921;
border-color: #213921;
}

.boton_standard.whiteline:hover{
color: #213921;
background-color: #b7aea6;
border-color: #b7aea6;
}

.boton_standard.goldwhiteline{
background-color: transparent;
border-color: #d4af37;
background: linear-gradient(to bottom, #d4af37, #b8860b);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}

.boton_standard.goldwhiteline:hover{
background: #d4af37; /* fallback para navegadores antiguos */
background: -webkit-linear-gradient(top, #d4af37, #b8860b); /* Safari 5.1-6, Chrome 10-25 */
background: linear-gradient(to bottom, #d4af37, #b8860b); /* estándar moderno */
color: #213921;
}


.boton_standard.gold{
background: #d4af37; /* fallback para navegadores antiguos */
background: -webkit-linear-gradient(top, #d4af37, #b8860b); /* Safari 5.1-6, Chrome 10-25 */
background: linear-gradient(to bottom, #d4af37, #b8860b); /* estándar moderno */
color: #213921;
border: #d4af37  solid 1px;
}

  


.dobleboton {
display: flex;
margin-top: 2rem;

}

.separador_altura{
height: 7rem;
}

.parallax {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
text-align: center;
}

.parallax .mascara{
background-color: #00000091;
height: 100%;
width: 100%;
}

.parallax .contenido{
padding-top: 7rem;
padding-bottom: 7rem;
max-width: 700px;
margin: 0 auto;
}

.parallax .titulo{
font-weight: bold;
color: white;
margin-bottom: 2rem;
}

.parallax p{
color: white;
margin-bottom: 0px;
line-height: 32px;
}

.parallax .boton_standard{
margin: 0 auto;
margin-top: 3rem;
}

.fragmento_boton{
margin-top: 5rem;
}

.fragmento_boton a{
margin: 0 auto;
}

.preloader {
background-color: #fefefd;
}

.preloader > div img {
max-width: 14rem;
}

.lineaadn{
height: 16px;
display: block;
width: 100%;
background: url(../../../assets/custom/img/adn.png);
background-repeat: repeat-x;
}

.introtextoim {
position: relative;
padding-top: 6rem;
padding-bottom: 7rem;
background: url(../../../assets/custom/img/palmera.jpg) no-repeat;
background-position: right top;
}

.introtextoim .masa{
background-color: #a69486;
height: 100px;
width: 38%;
z-index: 0;
position: absolute;
height: 100%;
top: 0;
border-bottom-right-radius: 117px;
}

.introtextoim.verde .masa{
background-color: #213921;
}

.introtextoim.inverso .masa {
right: 0;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 117px;
}


.introtextoim .lobocontainer{
display: flex
}

.introtextoim.inverso .lobocontainer {
flex-direction: row-reverse;
}

.introtextoim .imagen{
width: 50%;
text-align: center;
}

.introtextoim .imagen img{
border-radius: 40px;
z-index: 2;
position: relative;
}

.introtextoim.inverso .imagen img{
position: sticky;
top: 85px;
}

.introtextoim .textos{
display: flex
;
flex-direction: column;
align-items: end;
justify-content: center;
text-align: right;
width: 50%;

}

.introtextoim .textos .contenido{
max-width: 650px;
margin: 0 auto;
}

.introtextoim .textos .dobleboton{
gap: 18px;
justify-content: end;
width: 100%;
margin-top: 4rem;
}

.introtextoim .textos h2{
font-family: "Playfair Display", serif;
font-size: 4rem;
color: #182415;
}

.introtextoim .textos p{
font-size: 18px;
max-width: 500px;
margin-left: auto;
margin-bottom: 3rem;
line-height: 36px;
text-align: justify;
}

.introtextoim .textos .contenido p:last-child{
margin-bottom: 0px !important;
}

.introtextoim .textos p strong{
background-color: #a69486;
padding: 2px 7px;
color: #4a4643;
font-weight: 500;
}

.introtextoim.verde .textos p strong {
background-color: #cba32a;
color: #213921;
}

.introtextoim .textos h2 strong{
background: linear-gradient(to bottom, #d4af37, #b8860b);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
font-family: "Playfair Display", serif;
font-size: 6rem;
margin-top: 10px;
font-weight: 500;
margin-top: -18px;
display: inline-block;
}

.fragmetodo {
background-color: #213921;
background-size: cover;
}

.fragmetodo .masa{
background-color: #0b2c0fba;
height: 91%;
width: 93%;
z-index: 0;
position: absolute;
right: -3rem;
top: -3rem;
border-radius: 40px;
z-index: 0;
}

.fragmetodo .contenido{
position: relative;
}

.fragmetodo .texto_imagen  .titulo {
background: linear-gradient(to bottom, #d4af37, #b8860b);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
font-family: "Playfair Display", serif;
font-size: 4rem;
font-weight: 500;
position: relative;
z-index: 2;
}

.fragmetodo .texto_imagen  .titulo strong{
font-family: "Playfair Display", serif;
font-size: 6rem;
font-weight: 500;
}

.fragmetodo .imagen img {
box-shadow: 0px 0px 7px 6px #0000001c;
}

.fragmetodo .texto p {
color: white;
position: relative;
z-index: 2;
}

.fragmetodo .texto .boton_standard{
margin-top: 4rem;
position: relative;
z-index: 2;
}

.carrusel_testimonios{
position: relative;
}

.carrusel_testimonios .owl-dots{
position: absolute;
top: -30px;
left: 50%;
transform: translateX(-50%);
z-index: 10;
}

.carrusel_testimonios .owl-stage {
margin-top: 6rem;
}

.ficha_testimonio {
background: #D2C9C3;
background: -webkit-linear-gradient(0deg, rgba(210, 201, 195, 1) 0%, rgba(216, 208, 202, 1) 100%);
background: -moz-linear-gradient(0deg, rgba(210, 201, 195, 1) 0%, rgba(216, 208, 202, 1) 100%);
background: linear-gradient(0deg, rgba(210, 201, 195, 1) 0%, rgba(216, 208, 202, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#D2C9C3", endColorstr="#D8D0CA", GradientType=0);
border: solid 2px #422722;
border-radius: 15px;
padding: 55px 40px;
text-align: center;
}

.ficha_testimonio .estrellas{
display: flex
;
justify-content: center;
gap: 12px;
font-size: 19px;
margin-bottom: 2rem;
}

.ficha_testimonio .estrellas i{
color: #422722;
}

.ficha_testimonio p{
color: #422722;
font-size: 16px;
line-height: 28px;
margin-bottom: 40px;
}

.ficha_testimonio img{
display: block;
width: 130px !important;
height: 130px;
margin: 0 auto;
aspect-ratio: 1 / 1;
border-radius: 100%;
border: solid 2px #422722;
}

.ficha_testimonio h3{
font-family: "Playfair Display", serif;
font-size: 2rem;
margin-top: 2rem;
color: #422722;
letter-spacing: 1px;
}

.ficha_testimonio.verde{
border-color: #294321;
background:  #294321;
}

.ficha_testimonio.verde .estrellas i{
color: #d8d0ca;
}

.ficha_testimonio.verde p{
color: #d8d0ca;
}

.ficha_testimonio.verde img{
border-color: #d8d0ca;
}

.ficha_testimonio.verde h3{
color: #d8d0ca;
}


@media (max-width: 1800px){ 

.texto_imagen .texto .contenido {
max-width: 519px;
}

}

@media (max-width: 1500px){ 

  .fragmento_boton {
  margin-top: 4rem;
  }

  .separador_altura {
  height: 5rem;
  }

  .introtextoim .textos .contenido {
  max-width: 507px;
  }

  .introtextoim .textos h2 {
  font-size: 3.5rem;
  }

  .introtextoim .textos h2 strong {
  font-size: 5.5rem;
  margin-top: -23px;
  }

}

@media (max-width: 1200px){ 

  .ficha_testimonio {
  padding: 38px 30px;
  }

  .separador_altura {
  height: 4.5rem;
  }

  .introtextoim .textos h2 strong {
  font-size: 5rem;
  margin-top: -23px;
  }

  .introtextoim .textos h2 {
  font-size: 3rem;
  }

  .introtextoim .lobocontainer {
  gap: 16px;
  }

  .introtextoim .textos .contenido {
  max-width: 447px;
  }

  .introtextoim {
  padding-top: 4rem;
  padding-bottom: 5rem;
  }

}

@media (max-width: 991.98px){ 

  .fragmento_boton {
  margin-top: 3rem;
  margin-bottom: 1rem;
  }

  .separador_altura {
  height: 3rem;
  }

  .introtextoim .imagen {
    width: 45%;
  }

  .introtextoim .textos {
  width: 55%;
  }

  .introtextoim .textos .contenido {
  max-width: 375px;
  }

  .introtextoim .textos h2 {
  font-size: 2.5rem;
  }

  .introtextoim .textos h2 strong {
  font-size: 4rem;
  margin-top: -23px;
  }

  .introtextoim .textos .dobleboton {
  margin-top: 3rem;
  }

}

@media (max-width: 800px){

  .introtextoim .lobocontainer,.introtextoim.inverso .lobocontainer{
  gap: 16px;
  flex-direction: column-reverse;
gap: 65px;
  }

  .introtextoim .imagen {
  width: 100%;
  }

  .introtextoim .imagen img {
  max-width: 462px;
  }

  .introtextoim .textos {
  width: 100%;
  }

    .introtextoim .textos .contenido {
    max-width: 509px;
    z-index: 2;
    text-align: center;
    margin: auto;
    }

    .introtextoim .textos h2 {
    font-size: 2.5rem;
    line-height: 55px;
    }

    .introtextoim .textos h2 strong {
    font-size: 4rem;
    margin-top: -37px;
    display: inline-block;
    height: 63px;
    }

    .introtextoim .textos .dobleboton {
    margin-top: 3rem;
    justify-content: center;
    width: 100%;
    }

    .introtextoim .masa {
    background-color: #a69486;
    height: 100px;
    width: 63%;
    z-index: 0;
    position: absolute;
    height: auto;
    top: 0;
    border-bottom-right-radius: 0px;
    aspect-ratio: 1 / 1;
    top: inherit;
    bottom: 0;
    left: inherit;
    right: 0;
    border-radius: 51px;
  }

}

@media (max-width: 767.98px){

}

@media (max-width: 575.98px){

  .introtextoim .textos p {
  font-size: 16px;
  max-width: 500px;
  margin-left: auto;
  margin-bottom: 2rem;
  line-height: 30px;
  text-align: left;
  }

  .carrusel_testimonios .owl-dots {
  top: -20px;
  }

    .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;
    }

    .introtextoim .imagen img {
    max-width: 100%;
    }

    .introtextoim .masa {
      width: 81%;
    }

    .introtextoim {
    padding-top: 3rem;
      }

  .introtextoim .textos h2 {
  font-size: 2rem;
  line-height: 44px;
    }

  .introtextoim .textos h2 strong {
  font-size: 3rem;
  margin-top: -40px;
  display: inline-block;
  height: 50px;
  }

  .introtextoim .textos .dobleboton {
  margin-top: 2.5rem;
  justify-content: center;
  width: 100%;
  flex-direction: column;
  align-items: center;
  }

  .introtextoim .textos .dobleboton a {
    width: 100%;
    max-width: 70%;
  }
  
  .introtextoim .lobocontainer {
  gap: 61px;
  }

  .introtextoim {

  padding-bottom: 3rem;
  }

  .introtextoim .masa {
  border-radius: 28px;
  }

}

/*======================================================
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
======================================================*/

.efectotop{
height: 45px;
margin-top: -45px;
z-index: 0;
position: relative;
display: block;
width: 100%;
background-color: #d8d0ca;
border-top-left-radius: 30px;
border-top-right-radius: 30px;
display: none;
}

.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;
padding-top: 0px;
}

.imagentop img {
width: 100%;
height: 215px;
  filter: blur(3px);
object-fit: cover;
}

.imagentop{
position: relative;
overflow: hidden;
}

.imagentop::after{
content: "";
background-color: #00000087;
width: 100%;
height: 100%;
position: absolute;
/* z-index: 2; */
display: block;
top: 0;
}

.titulo_pagina_lobocom{
background-color: #d8d0ca;
border-radius: 49px;
margin-top: -56px;
z-index: 8;
position: relative;

}

.titulo_pagina_lobocom > div {


}

.titulo_pagina_lobocom .textos{
background-color: #d8d0ca; 
max-width: 1750px;
margin: 0 auto;
padding: 20px 15px;
text-align: left;
color: white;
padding-top: 60px;
}

.titulo_pagina_lobocom h1{
font-size: 4.2rem;
color: #213921;
font-family: "Playfair Display", serif;
}


.titulo_pagina_lobocom h2{
margin-bottom: 0px;
font-size: 15px;
font-weight: 300;
margin: 0 auto;
margin-top: 10px;
line-height: 26px;
max-width: 1116px;
}

.texto_imagen .titulo{
font-weight: bold;
margin-bottom: 2rem;
color: #333333;
}

.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: 40px;
}

.texto_imagen .texto,
.texto_imagen_full.texto_imagen .row > .texto {
padding: 5rem 2rem;
}

.texto_imagen .texto .contenido {
padding-top: 2rem;
padding-bottom: 2rem;
max-width: 600px;
margin: 0 auto;
}   


.texto_imagen .texto p{
line-height: 32px;
}

.pagina_contenido{
max-width: 1000px;
text-align: justify;
padding-bottom: 7rem;
}

.pagina_contenido h3{
margin-bottom: 1rem;
font-weight: bold;
font-size: 1.5rem;
margin-top: 3rem;
}

.pagina_contenido >h3:first-child{
margin-top: 0px;
}

.pagina_contenido li{
margin-bottom: 1rem;
list-style: circle;
}

.pagina_contenido a{
font-weight: bold;
color: inherit;
}

.pagina_contenido  ol, .pagina_contenido  ul {
padding-left: 1rem;
padding-top: 1rem;
padding-bottom: 1rem;
}

.titulo_pagina_1 {

}

.titulo_pagina_1 .textos{
text-align: right;
max-width: max-content;
margin-left: auto;
margin-top: -68px;
z-index: 2;
position: relative;
background-color: #d8d0ca;
min-width: 45%;
padding: 32px 93px;
padding-bottom: 86px;
border-top-left-radius: 90px;
border-top-right-radius: 90px;
display: block;
border-radius: 90px;
}

.titulo_pagina_1  h1{
font-family: "Playfair Display", serif;
font-size: 5rem;
color: #213921;
}

.cuerpotexto{
max-width: 1000px;
margin: 0 auto;
background-color: #f0f0f0;
padding: 4rem;
border-radius: 86px;
color: #3d3c3b;
box-shadow: 6px 9px 16px 1px #0000001c;
}

.cuerpotexto h3,
.cuerpotexto h4,
.cuerpotexto h5,
.cuerpotexto h6{
font-family: "Playfair Display", serif;
font-weight: 800;
margin-top: 2rem;
margin-bottom: 1rem;
}

.cuerpotexto >h3:first-child,
.cuerpotexto h4:first-child,
.cuerpotexto h5:first-child,
.cuerpotexto h6:first-child{
margin-top: 0rem;
}

@media (min-width: 1800px) {
    .container,
    .container-xxxl {
      max-width: 1750px;
    }
  }
  

@media (min-width: 1200px) {
    .titulo_pagina_lobocom h1 {

    }
}

@media (max-width: 1800px){ 

    .lobocontainer{
    max-width: 1450px;
    }

    .page_lobocom{
    max-width: 1450px;
    }

    .titulo_pagina_1 .textos {
      padding: 29px 82px;
      padding-bottom: 62px;
    }

}


@media (max-width: 1500px){ 

    .lobocontainer{
    max-width: 1200px;
    }

    .page_lobocom {
    padding: 40px 15px;
    max-width: 1200px;
    }

    .texto_imagen .texto .contenido {
    max-width: 470px;
    }

    .titulo_pagina_1 h1 {
    font-size: 4rem;
    }

  .titulo_pagina_1 .textos {
    margin-top: -118px;
    min-width: 38%;
    padding: 33px 76px;
    padding-bottom: 71px;
  }

}

@media (max-width: 1400px){ 

    .titulo_pagina_1 .textos {
        margin-top: -95px;
        min-width: 45%;
        padding: 20px 73px;
        padding-bottom: 63px;
    }

    .titulo_pagina_1 h1 {
    font-size: 3.5rem;
    }

}

@media (max-width: 1200px){ 

  .imagentop img {
    height: 175px;
  }

  .titulo_pagina_lobocom h2 {
  font-size: 15px;
  }

  .titulo_pagina_lobocom .textos {
  padding: 26px 15px;
  }   

  .titulo_pagina_1 .textos {
  margin-top: -93px;
  min-width: 39%;
  padding: 18px 73px;
  padding-bottom: 48px;
  }

  .titulo_pagina_1 h1 {
  font-size: 3.5rem;
  }

  .imagentop img {
  height: 186px;
  }

}

@media (max-width: 991.98px){ 

  .listadonoticias {
  grid-template-columns: repeat(1, 1fr);
  }

    .titulo_pagina_1 .textos {
    margin-top: -72px;
    min-width: inherit;
    padding: 14px 56px;
    padding-bottom: 53px;
    margin-left: 0;
    margin-right: auto;
    border-radius: 61px;
    }

    .titulo_pagina_1 h1 {
    font-size: 2.5rem;
    text-align: left;
    }

    .imagentop img {
    height: 127px;
    }


    .titulo_pagina_lobocom h2 {
    font-size: 14px;
    }

    .page_lobocom {
    padding: 25px 15px;
    }

    .texto_imagen .texto .contenido {
    max-width: 800px;
    }
    
    .texto_imagen .texto,
    .texto_imagen_full.texto_imagen .row > .texto {
    padding: 4rem 0rem;
    max-width: 720px;
    margin: 0 auto;
    padding-right: 10px;
    padding-left: 10px;
    }
    
}

@media (max-width: 767.98px){

    .texto_imagen .texto,
    .texto_imagen_full.texto_imagen .row > .texto {
    max-width: 540px;
    padding-left: 10px;
    padding-right: 10px;
    }
  
    .texto_imagen .texto .contenido {
    padding-top: 1rem;
    padding-bottom: 1rem;
    }

  .titulo_pagina_1 .textos {
  padding-bottom: 37px;
  }

  .titulo_pagina_1 h1 {
  font-size: 2rem;
  text-align: left;
  font-weight: 900;
  }

}

@media (max-width: 575.98px){

  .cuerpotexto {
  padding: 2rem;
  border-radius: 42px;
  box-shadow: 6px 9px 16px 1px #0000001c;
  }

  .titulo_pagina_1 {
  padding: 0;
  }  

  .titulo_pagina_1 .textos {
  margin-top: -47px;
  min-width: inherit;
  padding: 8px 27px;
         padding-bottom: 25px;
  margin-left: 0;
  margin-right: auto;
  border-radius: 27px;
  /* border-top-left-radius: 0; */
  }

  .titulo_pagina_1 h1 {
  font-size: 2.1rem;
  font-weight: 800;
  }

  .titulo_pagina_lobocom .textos {
  padding: 18px 15px;
  }

  .titulo_pagina_lobocom h1{
  font-size: 19px;
  font-weight: 700;
  }

  .titulo_pagina_lobocom h2 {
  font-size: 12px;
  }

  .page_lobocom {
  padding: 27px 15px;
  }

  .texto_imagen .texto,
  .texto_imagen_full.texto_imagen .row > .texto {
  padding: 3rem 20px;
  }  

  .texto_imagen .texto,
  .texto_imagen_full.texto_imagen .row > .texto {
  padding: 3rem 20px;
  }

  .pagina_contenido h3 {
  font-size: 1.1rem;
  margin-bottom: 0.8rem;
  margin-top: 2rem;
  }


}

/*======================================================
CARRUSEL
======================================================*/

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

.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: 12px;
  margin-right: 12px;
border: 1px #213921 solid !important;
border-radius: 100%;

  position: relative;
  width: 48px;      /* área táctil recomendada */
  height: 48px;     /* área táctil recomendada */
  display: inline-flex;
  align-items: center;
  justify-content: center;

}

.owl-dot span {
  width: 12px;      /* tamaño visual del punto */
  height: 12px;
  background: #ccc;
  border-radius: 50%;
  display: inline-block;
  transition: background 0.3s;
}

.owl-dot.active span {
  background: #333;
}

.owl-dots .owl-dot:hover,.owl-dots .owl-dot.active{
background-color: #213921 !important;
}

.owl-carousel .owl-nav  button.owl-next, 
.owl-carousel .owl-nav  button.owl-prev{
opacity: 1;
font-size: 20px;
background-color: #213921;
color: #213921;
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: 768px) {

.owl-dots{
display: none;
}

}
    
@media (max-width: 991.98px){ 

    .owl-carousel .owl-nav [class*=owl-] {
    top: calc(50% - 40px);
    width: 40px;
    height: 40px;
    }

    .owl-dots .owl-dot {
    height: 10px;
    width: 10px;
    margin-left: 5px;
    margin-right: 5px;
    }

    .owl-dots{
    margin-top: 1rem;
    }


}

@media (max-width: 575.98px){

    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    background-color: #ffffff1c;
    font-size: 18px;
    }

    .owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover{
    background-color: #ffffff59;
    }

    .owl-carousel .owl-nav button.owl-prev {
    left: 5px;
    }

    .owl-carousel .owl-nav button.owl-next {
    right: 5px;
    }

    .owl-carousel .owl-nav [class*=owl-] {
    top: calc(50% - 35px);
    width: 35px;
    height: 35px;
    }

    .owl-dots .owl-dot {
    height: 10px;
    width: 10px;
    margin-left: 5px;
    margin-right: 5px;
    }

    .owl-dots {
    margin-top: 0.8rem;
    }

}

/*======================================================================
DETECTOR CLIKC
======================================================================*/
#detector_click{
background-color: #00000000;
position: fixed;
width: 100%;
pointer-events: none;  
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;  
/*transition-delay: 0.4s;*/
z-index: 1;
top: 0;
left: 0;
}

#detector_click.abierto{
pointer-events: initial;   
background-color: #00000000;
z-index: 99;
}

/*======================================================================
TOPBAR
======================================================================*/

#top-bar{
background-color: whitesmoke;    
}

#top-bar .contenedor{
padding-top: 5px;
padding-bottom: 5px;
margin: 0 auto;
display: flex;
justify-content: space-between;
}

#top-bar a{
text-decoration: none;
padding: 4px 5px;
margin-left: -4px;
}

#top-bar i{
webkit-transition: all .0s ease-in-out;
-o-transition: all .0s ease-in-out;
transition: all .0s ease-in-out;
font-size: 15px;
}

#top-bar a span{
font-size: 14px;
font-weight: 500;
margin-left: 2px;
}

#top-bar a:hover span{
text-decoration: underline;
}

#top-bar .iz a{
margin-right: 2px;
}

#top-bar .der a:last-child{
padding-right: 0px;
}

#top-bar .der a{

}


@media (max-width: 575.98px){

    #top-bar a {
    padding: 4px 4px;
    }

    #top-bar i {
    font-size: 14px;
    }

    #top-bar .iz i {
    font-size: 12px;
    }

    #top-bar a span{
    font-size: 12px;
    margin-left: 0px;
    }

}

/*======================================================
MENÚ
======================================================*/

.capasupmen {
height: 292px;
position: absolute;
opacity: 0.6;
width: 100%;
background: #000000;
background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}

#header{
position: fixed;
width: 100%;
  z-index: 8;
}

.navbar{
background-color: transparent;
padding-top: 25px;
padding-bottom: 9px;
}


.navbar .menu_screen{
border-bottom: solid 1px white;
width: 100%;
text-align: right;
align-items: center;
margin-top: -43px;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}


.navbar .lobocontainer{
display: flex
;
justify-content: space-between;
width: 100%;
gap: 30px;
}

.navbar .logo{
display: flex;
align-items: center;
}

.navbar .logo img{
  max-width: 205px;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

.navbar .logo a:hover img{
opacity: 0.5;
}

.navbar-expand-lg .navbar-nav {
justify-content: right;
}

.navbar .items{
display: flex;
align-items: center;
width: 100%;
}

.nav-link {
padding: 1rem 0.5rem;
font-size: 17px;
margin-left: 20px;
font-weight: 500;
color: white;
text-transform: uppercase;
font-size: 13px;
font-weight: 500;
letter-spacing: 4px;
text-shadow: 2px 2px 2px #00000024;
}

.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:#333333;
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:white;
}
.navbar-toggler svg{
    height: 20px;
    margin-top: 0px;
}

.menutooglesvg{
fill:white;
stroke-width:0px;
}

.navbar-toggler:focus:not(:focus-visible) {
outline: 0;
box-shadow: none;
}

.boton_cesta .bolcantidad{
position: absolute;
width: 14px;
height: 14px;
background-color: #ff4b4b;
top: 0px;
left: 12px;
border-radius: 100%;
font-size: 8px;
padding: 0px 3px;
color: white;
text-align: center;
display: flex;
-webkit-box-pack: center;
justify-content: center;
-webkit-box-align: center;
align-items: center;
font-weight: bold;
pointer-events: none;
}

.boton_cesta  svg {
height: 17.5px;
margin-top: -2px;
}

.boton_cesta  .svgcompra{
fill:#333333;
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;
color: white;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 2px;
padding: 7px 20px;
}

.dropdown-item:active {
color: #d4af37;
}


.dropdown-menu  .submenu-right{
top: -2.5px;
left: 99.5%;
}

.dropdown-item:focus, .dropdown-item:hover {
color: #d4af37;
  background-color: transparent;
}


.dropdown-menu-right .dropdown-item.tienehijo::after{
display: inline-block;
margin-left: 7px;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid transparent;
border-right: 0;
border-bottom: 0.3em solid transparent;
border-left: 0.3em solid;
vertical-align: 0;
}

.dropdown-toggle::after {
vertical-align: 3px;
border-top: 0.25em solid;
border-right: 0.25em solid transparent;
border-left: 0.25em solid transparent;
}

.elicono .dropdown-toggle::after {
border: none;
}

.elicono svg {
height: 15px;
}

.elicono .nav-link:focus .cls-1 ,.elicono .nav-link:hover .cls-1 {
fill: #d4af37;
}

.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;
}


.menu_screen .navbar-nav   .dropdown-menu {
/* position: static; */
/* width: 100%; */
border-radius: 25px;
top: 96%;
border-top-left-radius: 0;
border-top-right-radius: 0;
padding: 15px;
background-color: transparent;
box-shadow: none;
border: solid 1px white;
color: white;
right: 0;
left: inherit;
text-align: right;
}


.navbar.fixed-top{
padding-top: 3px;

padding-bottom: 3px;
}



.navbar.fixed-top .menu_screen {
margin-top: -16px;
border-bottom: solid 1px #ffffff00;
}

.navbar.fixed-top .logo img {
  max-width: 129px;
  /* margin-bottom: -38px; */
  margin-top: 8px;
}

.navbar.fixed-top  .nav-link {
text-shadow: none;
font-size: 12px;
letter-spacing: 2px;
}

@media (max-width:1500px){ 

  .navbar .logo img {
  max-width: 175px;
  }

}

@media (max-width: 1200px){ 

  .navbar {
  padding-top: 30px;
  }

  .navbar .logo img {
  max-width: 131px;
  }

  .navbar .menu_screen {
  margin-top: -25px;
  }

}

@media (max-width: 991.98px){ 

    #header {
    position: absolute;
    }

    .navbar .togglemenu{
    align-items: baseline;
    }

    .navbar .items {
    display: none;
    }

    .navbar .menu_screen{
    display: none;
    }

    .navbar .itemsmovil{
    display: block;
    width: 100%;
    background-color: #213921f7;
    max-width: 96%;
    margin: 0 auto;
    border-radius: 39px;
    margin-top: -39px;
    }

    #main_nav > ul{
    margin: 0px;
    padding: 30px 0px;
    }

    .navbar-nav{
    padding: 14px 11px;
    padding-bottom: 0px;
        padding: 17px;

    }

    .navbar .itemsmovil .submenu-right.show{
    display: block !important;
    }

    .itemsmovil .dropdown-menu {
    border: none;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 7px;
    padding-left: 42px;

    background: transparent;
    font-weight: 700;
    }

    .dropdown-menu.show {
    display: block;
    position: relative;
    }

    .ultimnivel{
    padding: 13px 19px;
    }

    .nav-item{
    list-style-type:none;
    }

    .nav-link {
    font-size: 11px;
    list-style: none;
    margin: 0px;
    padding: 9px 37px;
    letter-spacing: 3px;
    }

    .navbar-nav .itemsmovil .dropdown-item {
    font-size: 16px;
    }

    .navbar-toggler{
    padding-left: 0px;
    }

    .dropdown-item {
    padding: 8px 1rem;
    font-size: 10px;
    letter-spacing: 3px;
    }

    .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    }

    .navbar .logo img{
    height: 75px;
    width: inherit;
    }

    .loginmenu svg {
        height: 22px;
    }

    .boton_cesta .bolcantidad {
    top: 0px;
    }

    .boton_cesta svg {
    height: 19px;
    margin-top: -1px;
    }
    
}

/*======================================================
Cesta MENÚ
======================================================*/

.top-cart-content{
opacity: 0;
pointer-events: none;
position: absolute;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
right: 5px;
z-index: 9999;
background-color: white;
width: 100%;
max-width: 287px;
box-shadow: 0px 0px 22px -1px #00000021;
border-radius: 8px;
padding: 1rem 1rem;
}

#top-cart.top-cart-open .top-cart-content{   
display: block;
opacity: 1;
pointer-events: all;
}    

.top-cart-content .top-cart-footer>a{
background-color: #52c765;
display: flex;
justify-content: space-between;
padding: 7px 9px;
font-size: 12px;
text-decoration: none;
color: white !important;
font-weight: bold;
margin-top: 10px;
}

.top-cart-content .top-cart-footer>a:hover{
background-color: #3e914c;
}

.top-cart-content  .top-cart-title{
/* text-align: right; */
font-weight: bold;
font-size: 12px;
border-bottom: solid 1px #dfdfdf;
margin-bottom: 3px;
padding-bottom: 3px;
color: #393939;
letter-spacing: -0.5px;
}

.top-cart-content  .top-cart-item{
display: flex;
margin-bottom: 0px;
/* background-color: #f3f3f3; */
text-decoration: none;
color: black;
padding: 10px;
}

.top-cart-content  .top-cart-item:hover{
background-color: #f3f3f3;
}

.top-cart-content  .top-cart-item-image{
width: 20%;
}

.top-cart-content  .top-cart-item-desc{
width: 80%;
}

.top-cart-content  .top-cart-item-desc .contenido {
padding-left: 15px;
}

.top-cart-content  .top-cart-item-desc .contenido .nombre {
font-size: 12px;
font-weight: 700;
line-height: 14px;
letter-spacing: -0.3px;
margin-bottom: 1px;
}

.top-cart-content  .top-cart-item-desc .contenido .otros {
font-size: 11px;
font-weight: 400;
color: #b5b5b5;
}

.top-cart-content  .top-cart-item-desc .contenido .otros span{
font-weight: 500;
margin-left: 4px;
color: #676767;
font-size: 12px;
}

/*======================================================
SLIDE HOME
======================================================*/

/*SLIDE VIDEO *********************/

.slide_home,
.video_slide,
.carrusel_slide{
height: calc(100vh - 0px);
}

.slide_home{
background-repeat: no-repeat;
background-size: cover;
  background-position: bottom;
display: flex;
align-items: center;
}

.slide_home .mascdark{

height: 100%;
width: 100%;
}

.slide_home .mascdark2{
background: #ffffff;
background: -webkit-linear-gradient(273deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.37) 66%);
background: -moz-linear-gradient(273deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.37) 66%);
background: linear-gradient(273deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.37) 66%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#000000", GradientType=0);
height: 100%;
width: 100%;
}

.video_slide{
position: absolute;
/* right: 0; */
/* bottom: 0; */
width: 100%;
z-index: -1;
object-fit: cover;
}

.slide_home  .lobocontainer {
height: 100%;
display: flex;
align-items: center;
text-align: center;
width: 100%;
}

.slide_home .contenido {
padding: 30px;
text-align: center;
margin: 0 auto;
margin-top: -4rem;
}

.slide_home .logo {
margin-bottom: 2rem;
max-width: 20rem;
opacity: 1;
}

.slide_home .titulo {
font-weight: unset;
font-size: 8.5rem;
letter-spacing: 0.1rem;
color: #ffffff;
margin-bottom: 1rem;
font-family: "Playfair Display", serif;
line-height: 8rem;
}

.slide_home .titulo span {
font-weight: 300;
}

.slide_home .subtitulo {
font-weight: 500;
font-size: 1.4rem;
letter-spacing: 0.15rem;
text-transform: uppercase;
color: #ffffffb3;
}

/*SLIDE VIDEO *********************/

.slide_home.slide_home_imagen .contenido {
margin: 0px;
text-align: left;
padding: 0px;
max-width: 660px;
}
    
/*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;
}

@media (max-width: 1300px) {

    .slide_home .logo {
    max-width: 17rem;
    }

    .slide_home.slide_home_imagen .contenido{
    margin-left: 10%;  
    }

    .slide_home .subtitulo {
    font-size: 1rem;
    }

    .slide_home {
    font-size: 8rem;
    }

    .slide_home .buscador {
    margin-top: 1.7rem;
    }

}
    
@media (max-width: 1200px) {

    .slide_home {
    background-position: left center;
    }

    .slide_home > .container-fluid {
    background-color: #00000096;
    }

}

@media (max-width: 991.98px) {

  .slide_home{
  background-position: center;
  }

  .slide_home.slide_home_imagen .contenido {
    margin-left: 7%;
    }

    .slide_home .buscador form {
    position: relative;
    }

    .slide_home .titulo {
    font-size: 7rem;
    line-height: 7.5rem;
    }

    .slide_home .contenido {
    margin-top: 0rem;
    }

    .carrusel_slide .owl-dots{
    margin-top: -3rem;
    margin-bottom: 3rem;
    }

}
    
@media (max-width: 767.98px) {

    .slide_home .titulo {
    font-size: 6rem;
    line-height: 6.5rem;
    }



}


@media (max-width: 575.98px) {

      .slide_home {
      background-position: right;
    }

      .slide_home.slide_home_imagen .contenido {
      margin-left: 0%;
    }

    .slide_home .titulo {
    font-size: 4.5rem;
    line-height: 5rem;
    margin-bottom: 2rem;
    text-shadow: 2px 2px 4px #00000054;
    }

  .slide_home.origen .titulo {
  font-size: 3.9rem;
  }

    .slide_home .logo {
    max-width: 12rem;
    }

    .slide_home .subtitulo {
    line-height: 1.7rem;
    font-size: 1rem;
    }

    .slide_home .contenido {
    padding: 15px;
    }

    .slide_home, .video_slide, .carrusel_slide {
    height: 100vh;
    }

    .carrusel_slide .owl-dots{
    margin-top: -38px;
    margin-bottom: 38px;
    }

}

@media (max-height: 430px) {


}
    
/*======================================================
FOOTER
======================================================*/

footer{
background-color: #213921;
padding-top: 4rem;
padding-bottom: 4rem;
}

footer a{
color: white;
text-decoration: none;
}

footer a:hover{
color: #ffd241;
}

footer .lobocontainer{
display: flex
;
align-items: center;
justify-content: space-between;
gap: 50px;
}

footer .enlaces {
width: 100%;
}

footer .principales {
border-bottom: solid #d4af374a 1px;
padding-bottom: 15px;
margin-bottom: 15px;
display: flex
;
justify-content: flex-end;
gap: 21px;
}

footer .principales a{
letter-spacing: 3px;
font-size: 13px;
font-weight: 500;
    text-transform: uppercase;
}

footer .principales a.destacado{
color: #d4af37;
}

footer .principales a.destacado:hover{
color: #ffd241;
}

footer .legales {
display: flex
;
justify-content: flex-end;
gap: 21px;
}

footer .legales a{
color: white;
text-decoration: none;
font-weight: 500;
font-size: 12px;
letter-spacing: 2px;
}

footer .legales a:hover{
color:#ffd241;
}

footer .legales a.firmalobocom{
color: #d4af37;
font-weight: 600;
}

footer .legales a.firmalobocom:hover{
opacity: 0.6;
}

footer .legales .separador{
color:#d4af37;
margin-left: -8px;
margin-right: -8px;
}


@media (max-width: 1850px){ 

}

@media (max-width: 1500px){ 

  footer .lobocontainer {
  flex-direction: column;
  }

  footer .principales {
  justify-content: space-between;
  gap: 21px;
  text-align: center;
  }

  footer .legales {
  display: flex
  ;
  justify-content: center;
  gap:30px
  }

}

@media (max-width: 991.98px){ 

  footer .principales a {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 4px;
  }

  footer .lobocontainer {
  gap: 33px;
  }

  footer .ellogo img{
  max-width: 155px;
  }

  footer .principales {
  text-align: center;
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 1rem;
  }

    footer .legales {
  display: flex
  ;
  justify-content: center;
  gap: 18px;
  flex-direction: column;
  text-align: center;
  padding-top: 3px;
  }

  footer .principales a{
  display: inline-block;
  margin-bottom: 0px;
  font-size: 12px;
  /* margin-bottom: 12px; */
  padding: 10px 10px;
  }

  footer .principales {
  padding-bottom: 2rem;
  }

  footer .legales .separador {
  display: none;
  }

  footer .legales a.firmalobocom {
    margin-top: 16px;
  }


}

@media (max-width: 767.98px){

 

}

@media (max-width: 575.98px){




}

/*======================================================
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: #213921;
font-family: "Playfair Display", serif;
font-size: 4rem;
font-weight: 500;
margin-bottom: 2rem;
}

.titulo_fragmento p{
margin-bottom: 0px;
margin-top: 13px;
max-width: 800px;
margin: 0 auto;
line-height: 34px;
}

@media (max-width: 767.98px){

  .titulo_fragmento .titulo {
  font-size: 3.5rem;
  margin-bottom: 1rem;
  }

  .carrusel_testimonios .owl-stage {
  margin-top: 3rem;
  }

}

@media (max-width: 575.98px){

    .titulo_fragmento {
    margin-bottom: 2rem;
    }

    .titulo_fragmento .titulo {
    font-size: 2.5rem;
    }

    .titulo_fragmento p {
    line-height: 30px;
    }

    .ficha_testimonio .estrellas {
    font-size: 15px;
    }

    .ficha_testimonio {
    padding: 30px 15px;
    }

    .ficha_testimonio h3 {
    font-size: 1.5rem;
    }

    .ficha_testimonio p {
    color: #422722;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 18px;
  }

  

}

/*======================================================
SECCIONES Y LISTADO ARTICULOS
======================================================*/

.listadosecciones{
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 60px 60px;
}

.ficha_seccion{
height: 400px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}

.ficha_seccion > a{
width: 100%;
height: 100%;
background-color: #323539d6;
display: flex;
align-items: end;
justify-content: start;
padding: 20px;
color: white;
text-decoration: none;
background: rgb(0,0,0);
background: -moz-linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.ficha_seccion > a:hover{
opacity: 0.2;
color: white;
}

.breadcrumb{
text-align: center;
display: block;
border-radius: 0px;
}

.breadcrumb > li{   
display: initial;
text-transform: uppercase;
font-size: 0.9rem;
letter-spacing: 0.09rem;
}

.breadcrumb >li::before {
/*content: ">";
font-size: 1.2rem;
font-weight: 400;*/
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\f054";
font-size: 0.7rem;
padding-right: 0.5rem;
padding-left: 0.5rem;
}

.breadcrumb >li:first-child::before {
content: none;    
}

.listadoarticulos{
display: grid;
grid-template-columns: repeat(6, 1fr);
gap: 40px;
}

.div_articulo{
/*border: solid 2px;*/
}

.div_articulo>a{
display: flex;
text-decoration: none;
flex-direction: column;
vertical-align: middle;
position: relative;
height: 100%;
justify-content: space-between;
}

.div_articulo .foto{
width: 100%;
object-fit: contain;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
position: relative;
z-index: -3;
aspect-ratio: 1 / 1;
}

.div_articulo a:hover .foto{
opacity: 0.5;
}

.div_articulo h5{
text-align: left;
margin-top: 13px;
font-size: 14px;
line-height: 22px;
margin-bottom: 1px;
}

.div_articulo .precio{
display: flex
;
justify-content: center;
width: 100%;
align-items: flex-start;
flex-direction: column;
/* padding: 0px 15px; */
gap: 0px;
}

.div_articulo .precio .preciosin{
font-size: 19px;
font-weight: 700;
}

.div_articulo .precio .old{
color: #a5a5a5;
font-weight: 500;
text-decoration: line-through;
font-size: 17px;
}

.div_articulo>a:hover{
    
}

.div_articulo .etiqueta_descuento{
background-color: #333333;
color: white;
font-size: 18px;
padding: 9px;
padding-top: 16px;
padding-bottom: 6px;
max-width: max-content;
height: max-content;
position: absolute;
right: 8px;
font-weight: bold;
top: 0px;
}

.div_articulo .etiqueta_descuento span{
font-size: 14px;
font-weight: 500;
margin-left: 2px;
}

.div_articulo .etiqueta_new {
position: absolute;
left: 0px;
top: 0px;
}

.div_articulo .etiqueta_new {
width: 66px;
}

.etiqueta_destacado{
position: absolute;
bottom: 10px;
/* background-color: black; */
width: 100%;
text-align: center;
}

.etiqueta_destacado span{
background-color: #ffbe4d;
color: white;
padding: 5px 23px;
display: block;
max-width: max-content;
margin: 0 auto;
font-weight: 600;
font-size: 11px;
letter-spacing: 0.5px;
border-radius: 23px;
}

.losresultados{
justify-content: space-between;
display: flex;
padding: 7px 3px;
font-size: 13px;
margin-top: -2rem;
margin-bottom: 2rem;
border-bottom: solid 1px #e3e3e3;
}

.losresultados p {
margin-bottom: 0px;
color: #292929;
font-weight: 500;
}


@media (max-width: 1500px){ 

    .listadosecciones {
    gap: 30px;
    }

    .listadoarticulos {
    grid-template-columns: repeat(4, 1fr);
    }

    .losresultados {
    margin-top: -2rem;
    margin-bottom: 2rem;
    }

}

@media (max-width: 991.98px){ 

    .ficha_seccion {
    height: 300px;
    }

    .ficha_seccion h3{
    font-size: 17px;
    }

    .losresultados {
    margin-top: -1rem;
    padding: 10px 5px;
    }

    .listadoarticulos {
    grid-template-columns: repeat(3, 1fr);
    }

}

@media (max-width: 767.98px){

    .listadosecciones {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    }

    .listadoarticulos {
    grid-template-columns: repeat(2, 1fr);
    }

}

@media (max-width: 575.98px){

    .listadosecciones {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    }

    .ficha_seccion {
    height: 250px;
    }

    .listadoarticulos {
    grid-template-columns: repeat(1, 1fr);
    }

    .losresultados {
    padding: 9px 5px;
    flex-direction: column;
    gap: 2px;
    margin-top: -1.5rem;
    margin-bottom: 1.5rem;
    }

    .losresultados p {
    font-size: 10px;
    }


}

/*======================================================
PAGINA ARTICULO
======================================================*/

.ariadna_articulos {
background-color: #e3e3e3;
margin-bottom: 0px;
z-index: 9;
position: relative;
}

.breadcrumb {
background-color: transparent;
margin-top: 1rem;
margin: 0px;
text-align: right;
padding: 4px 5px 7px 5px;
text-align: center;
}

.breadcrumb-item {
font-weight: 700;
text-transform: uppercase;
font-size: 0.9rem;
letter-spacing: 0.09rem;
font-size: 12px;
}

.breadcrumb-item a {
color: #15362d42;
font-size: 12px;
}

.breadcrumb-item a:hover {
text-decoration: underline !important;
}

.breadcrumb > li {
font-weight: 700;
letter-spacing: 0px;
text-transform: none;
}

.breadcrumb > li:first-child {
margin-right: -3px;
}

.breadcrumb > li a,
.breadcrumb.ariadna_articulo .slctd a {
color: #364f6b;
font-weight: 500;
font-size: 12px;

}

.breadcrumb > li a:hover,
.breadcrumb.ariadna_articulo .slctd a:hover {
color: #364f6b;
text-decoration: underline !important;
}

.breadcrumb > li::before {
color: #364f6b57;
padding-right: 6px;
padding-left: 7px;
content: "\f105";
font-size: 12px;
}

.breadcrumb > li.slctd a,
.breadcrumb.ariadna_articulo li:last-child a {
color: #364f6b;
font-weight: 700;
font-size: 12px;
}

.breadcrumb-item.active {
color: #364f6b;
font-weight: 900;
}

.atras_articulo .breadcrumb {
text-align: left;
}

.atras_articulo .breadcrumb a {
font-size: 1rem;
color: #364f6b;
font-weight: 900;
}

.atras_articulo .breadcrumb a i {
font-size: 0.8rem;
}

.atras_articulo .breadcrumb a:hover {
opacity: 0.4;
}

.ficha_articulo >div{
padding: 0rem 0rem;
}

.ficha_articulo .titulo {
letter-spacing: 0px;
font-size: 26px;
border-bottom: solid 1px #e3e3e3;
margin-bottom: 5px;
padding-bottom: 5px;
}

.ficha_articulo .categoria {
font-weight: 500;
font-size: 0.9rem;
}

.ficha_articulo .categoria a {
color: #364f6be3;
font-weight: 400;
}

.ficha_articulo .categoria a strong {
color: #364f6b;
}

.ficha_articulo .categoria .circulo {
font-weight: 900;
color: #51b5e5;
font-size: 1.4rem;
}

.ficha_articulo .categoria a:hover {
color: #51b5e5;
text-decoration-color: #364f6b !important;
}

.ficha_articulo .resumen{
margin-top: 2rem;  
}

.ficha_articulo .resumen p {
text-align: justify;
/* color: #364f6bb0; */
font-size: 12px;
font-weight: 400;
letter-spacing: 0;
line-height: 18px;
margin-bottom: 15px;
}

.ficha_articulo .resumen p strong {

/* font-weight: 400;*/
}

.ficha_articulo .arti-price {
padding: 0px;
margin-bottom: 0rem;
display: inline-block;
color: #51b5e5;
font-weight: 700;
font-size: 2rem;
}

.ficha_articulo .arti-price del {
color: #dcdcdc;
font-size: 18px;
font-style: italic;
font-weight: 700;
letter-spacing: 0;
text-decoration: line-through;
/* margin-left: 0.5rem; */
display: block;
margin-top: -6px;
}


.ficha_articulo .cantidad_selector {
display: flex;
margin-bottom: 0;
align-items: center;
justify-content: flex-start;
}

.ficha_articulo .cantidad_selector .plus,
.ficha_articulo .cantidad_selector .minus {
/*border: solid #364f6b 1px; */
width: 30px;
height: 30px;
/* border-radius: 100%; */
background-color: transparent;
color: #364f6b;
line-height: 26px;
background-color: #e3e3e3;
}

.ficha_articulo .cantidad_selector .qty {
background-color: transparent;
border: none;
color: #364f6b;
font-weight: bold;
font-size: 1rem;
width: 2.5rem;
height: 100%;
margin: 0;
}

.ficha_articulo .cantidad_selector .plus:hover,
.ficha_articulo .cantidad_selector .minus:hover {
background-color: #51b5e5;
color: #15362d;
border-color: #51b5e5;
}

.ficha_articulo .cantidad {
/*margin-top: 15px;*/
}

.boton_comprar {
border: none;
padding: 10px 21px;
font-weight: 900;
color: #364f6b;
letter-spacing: 0.1rem;
/* text-transform: uppercase; */
font-size: 15px;
background-color: #51b5e5;
letter-spacing: 0.5px;
}

.boton_comprar:hover {
opacity: 0.8;
}

.ficha_articulo .anadir_cesta {
margin-top: 1rem;
}

.ficha_articulo .imagenes_articulo {
background-color: red;
}

.ficha_articulo .campo-formulario{
display: flex
;
flex-direction: column;
}

#sync1 {
/*max-width: 80%;*/
}

#sync1 .owl-dots {
margin-bottom: 1rem;
margin-top: 2rem;
display: none;
}

#sync1 .owl-nav,
#sync2 .owl-nav,
#sync2 .owl-dots{
display: none;
}

#sync1 .owl-dots .owl-dot {
border: 1px #364f6b solid;
border-radius: 20px;
}

#sync1 .owl-dots .owl-dot.active {
background-color: #364f6b;
}

#sync1 .owl-dots .owl-dot:hover {
background-color: #51b5e5;
border-color: #51b5e5;
}

#sync1 .owl-nav button.owl-next,
#sync1 .owl-nav button.owl-prev {
border: solid 2px #364f6b;
color: #364f6b;
}

#sync1 .owl-nav button.owl-prev {
left: -70px;
}

#sync1 .owl-nav button.owl-next {
right: -70px;
}

#sync1 .owl-nav button:hover {
background-color: #51b5e5;
border-color: #51b5e5;
color: #15362d;
}

#sync1 .owl-nav button .icon:before {
color: white;
}

#sync1 .owl-nav button:hover .icon:before {
color: white;
}

#sync1 .owl-nav .owl-next .icon {
margin-right: -4px;
}

#sync1.owl-carousel .owl-item img {
object-fit: contain;
aspect-ratio: 1 / 1;
}

/*
#sync1 .owl-nav{
opacity: 0;
pointer-events: none;    
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
} 

#sync1:hover .owl-nav{
opacity: 1;
pointer-events: inherit;   
}*/

#sync2 .owl-nav button.owl-prev {
left: -30px;
color: #51b5e5;
}

#sync2 .owl-nav button.owl-next {
right: -30px;
color: #51b5e5;
}

#sync2 .owl-nav button.owl-next:hover,
#sync2 .owl-prev button.owl-next:hover {
color: whitesmoke;
}

#sync2 {
margin-top: 2rem;
}

#sync2 .item{
cursor: pointer;
}

#sync2 .item img{
aspect-ratio: 1 / 1;
object-fit: contain;
}

.ficha_articulo .descripcion_articulo {
margin-top: 3rem;
border: solid 1px #ffffff24;
padding: 0.8rem;
}

.ficha_articulo .descripcion_articulo p {
text-align: justify;
color: #bbb9ba;
font-style: italic;
letter-spacing: 0.05rem;
line-height: 1.5rem;
font-size: 0.9rem;
}

.ficha_articulo .campo_seleccion .nombre {
font-weight: bold;
color: #364f6b;
font-style: inherit;
margin-right: 5px;
}

.ficha_articulo .campo_seleccion select {
background-color: #364f6b;
color: #51b5e5;
font-size: 0.9rem;
padding: 2px 6px;
}

.ficha_articulo .campo_seleccion.medidas label {
font-style: inherit;
color: #364f6b;
margin-bottom: 0px;
}

.ficha_articulo .campo_seleccion .nombre{
font-weight: bold;
color: #0e1122;
font-style: inherit;
margin-right: 5px;
display: block;
margin-bottom: 0px;
}

.ficha_articulo .campo_seleccion select{ 
background-color: #e6e6e6;
color: #282828;
font-size: 0.9rem;
padding: 2px 6px;
width: max-content;
border-color: #ababab;
min-width: 200px;
cursor: pointer;
}

.ficha_articulo .campo_seleccion label{
font-style: inherit;
color: #aeaeae;
margin-bottom: 0px;
cursor: pointer;  
}

.ficha_articulo .campo_seleccion .nombre label,
.ficha_articulo .cantidad >label{
color: #364f6b;
font-weight: bold;
font-style: inherit;
margin-bottom: 4px;
font-size: 12px;
}

.ficha_articulo .campo_seleccion .inputs{
display: inline-block;
/* margin-left: 5px; */
margin-right: 2px;
margin-bottom: 10px;
}

.ficha_articulo .campo_seleccion .inputs label{
padding: 5px 10px;
border: solid 1px #dddddd;
background-color: #f9f9f9;
webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
font-size: 12px;
color: #aeaeae;
font-weight: 700;
}

.ficha_articulo .campo_seleccion .inputs input{
display: none;
}

.ficha_articulo .campo_seleccion .inputs input:checked  ~ label,
.ficha_articulo .campo_seleccion .inputs:hover label{
color:#364f6b;
border-color: #364f6b;
background-color: white;
}

.cantidad_selector{
margin-bottom: 1rem;    
} 

.cantidad_selector .plus,
.cantidad_selector .minus{
display: inline-block; 
cursor: pointer; 
border: 0px transparent; 
padding: 0; 
width: 36px; 
height: 40px; 
line-height: 40px; 
text-align: center; 
background-color: #EEE; 
font-size: 16px; 
font-weight: bold; 
transition: background-color .2s linear; 
-webkit-transition: background-color .2s linear; 
-o-transition: background-color .2s linear;
}

.cantidad_selector .plus:hover,
.cantidad_selector .minus:hover{
background-color: #DDD;
}

.cantidad_selector .qty{
width: 50px;
height: 40px; 
line-height: 40px; 
border: 0; 
border-left: 1px solid #DDD; 
border-right: 1px solid #DDD; 
background-color: #EEE; 
text-align: center; 
margin-bottom: 0; 
margin-left: -6px;
margin-right: -6px;    
}

.descripcion_articulo  div{
margin-top: 3rem;
margin-bottom: 6rem;
background-color: whitesmoke;
padding: 18px 25px;
border: solid 1px #cdcdcd;
}

.descripcion_articulo p{
text-align: justify;
font-size: 12px;
font-weight: 400;
letter-spacing: 0;
line-height: 18px;
}

.descripcion_articulo p:last-child{
margin-bottom: 0px;
}

.infoart{
background-color: #f6f6f6;
padding: 15px;
height: fit-content;
min-width: 300px;
position: sticky;
top: 80px;
height: max-content;
}


.infoart .logo {
text-align: center;
padding: 9px 0px;
}

.infoart .logo img{
width: 90%;
height: auto;
max-width: 160px;
}

.infoart .cuadr{
background-color: #ebebea;
border: solid 1px #e4e4e3;
border-radius: 6px;
margin-top: 15px;
padding: 15px 30px;
display: flex;
align-items: center;
}

.infoart .cuadr img{
aspect-ratio: 1 / 1;
height: inherit;
width: 27px;
margin-right: 9px;
}

.infoart .cuadr p{
margin: 0;
}


.infoart .cuadr strong{
display: block;
font-size: 15px;
color: #3f4343;
}


.infoart .cuadr span{
display: block;
font-size: 12px;
margin-top: -2px;
}


    
@media (max-width: 1500px) {
    .ficha_articulo .titulo {

    }

    .atras_articulo {
    display: none;
    }
}

@media (max-width: 991.98px) {
    .breadcrumb {
    padding: 10px 10px;
    text-align: left;
    }

    #sync1 {
    max-width: 100%;
    }

    #sync1 .owl-nav button.owl-prev {
    left: 0px;
    }

    #sync1 .owl-nav button.owl-next {
    right: 0px;
    }
}

@media (max-width: 767.98px) {
    #sync1 .owl-nav {
    display: none;
    }

    .descripcion_articulo div {
    margin-top: 1rem;
    margin-bottom: 4rem;
    }

}

@media (max-width: 575.98px) {

    .breadcrumb {
    padding: 10px 10px;
    line-height: 17px;
    }

    .breadcrumb > li a, .breadcrumb.ariadna_articulo .slctd a,
    .breadcrumb > li.slctd a, .breadcrumb.ariadna_articulo li:last-child a{
    font-size: 12px;
    }

    .ficha_articulo {
    margin-top: 3rem;
    }

}

    


/*======================================================
BUSCADOR
======================================================*/
.informacion_busquedas{
text-align: center;
margin-bottom: 3rem;
margin-top: -3rem;
}

.informacion_busquedas .termino span{
font-style: italic;
}

.informacion_busquedas .termino span{
margin-left: 3px;
margin-right: 3px;
}

.buscador_menu_movil{
display: none;    
}

@media (max-width: 575.98px){
    
    .buscador_menu{
    display: none;   
    }

    .buscador_menu_movil{
    display: block;     
    }
    
    .informacion_busquedas {
    margin-top: 0rem;
    }
    
}

/*======================================================
GOT TO TOP
======================================================*/
#back2Top {
width: 47px;
line-height: 40px;
overflow: hidden;
z-index: 999;
display: none;
cursor: pointer;
position: fixed;
text-align: center;
font-size: 30px;
text-decoration: none;
bottom: 8px;
right: 13px;
color: #5e5e5e;
background-color: #b3b3b3;
opacity: 0.4;
border-radius: 100%;
}

#back2Top span{
padding-top: 2px;
margin-top: 0px;
height: 47px;
font-size: 14px;
display: block;
}

#back2Top:hover {
opacity: 1;
}

@media (max-width: 575.98px) {
    #back2Top {
      display: block;
      right: 12px;
      bottom: 9px;
    }
  }
  
  
/*======================================================
GALERIAS y ÁLBUMES
======================================================*/

.carruselgaleria img{
height: 400px;
object-fit: cover;
object-position: center;
}

.ordenar_galeria{
-webkit-column-count: 3; 
-moz-column-count: 3; 
column-count: 3;	
}	

.ordenar_galeria img{ 
width: 100%; 
padding: 7px 0;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

.ordenar_galeria a:hover img{
opacity: 0.5;    
}

@media (max-width: 1800px){

    .carruselgaleria img {
    height: 350px;
    }

}

@media (max-width: 1500px){

    .carruselgaleria img {
    height: 300px;
    }

}

@media (max-width: 991.98px){ 

    .carruselgaleria img {
    height: 280px;
    }

}


@media (max-width: 575.98px){

    .ordenar_galeria {	
    -webkit-column-count: 1; 
    -moz-column-count: 1; 
    column-count: 1;
    }
}





/*======================================================
NOTICIA
======================================================*/

.pagina_noticia{
display: flex;
column-gap: 30px;
justify-content: space-evenly;
}

.volver_blog{
margin-top: -2rem;
margin-bottom: 2rem;
}

.sidebar_blog{
max-width: 417px;
background-color: #213921;
height: max-content;
position: sticky;
top: 85px;
padding: 40px 31px;
color: white;
border-radius: 40px;
}

.sidebar_blog h4{
margin-bottom: 29px;
font-weight: 600;
text-align: center;
color: white;
font-family: "Playfair Display", serif;
color: #d4af37;
font-size: 27px;
letter-spacing: 4px;
font-weight: 600;
text-transform: uppercase;

}

.sidebar_blog a{
color: white;
margin-bottom: 26px;
display: block;
text-decoration: none;
}

.sidebar_blog a:hover{
color: #ffffff78;
}

.sidebar_blog .textos{
padding-top: 12px;
}

.sidebar_blog h5{
font-size: 19px;
font-weight: 700;
margin-bottom: 3px;
color: white;
}

.sidebar_blog p{
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
margin-bottom: 16px;
font-size: 13px;
font-weight: 300;
color: #ffffff94;
}

.sidebar_blog img{
height: 143px;
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: 10px;
border: solid #1f351f 4px;
}

.sidebar_blog a:hover img{
opacity: 0.5;
}

.sidebar_blog >a:last-child{
margin-bottom: 0px;    
}

.cuerponoticia {
width: 100%;
max-width: 1000px;
}

.cuerponoticia .imagen_principal_noticia {
margin-bottom: 2rem;
border-radius: 56px;
box-shadow: -9px 12px 6px 2px #c1bfbd;
}

.cuerponoticia .resumen_noticia {
font-size: 1.4rem;
font-weight: 600;
margin-bottom: 2rem;
}

.cuerponoticia .resumen_noticia p{
font-family: "Playfair Display", serif;
font-size: 24px;
color: #213921;
font-weight: 800;
border-left: solid 10px #c4c1be;
padding: 17px;
}

.cuerponoticia .fecha{
font-style: italic;
margin-bottom: 8px;
color: #6f6a6a;
font-weight: 700;
margin-top: 16px;
margin-bottom: 21px;
}


.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%;
border-radius: 46px;
}

.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: 1800px){ 

.pagina_noticia {
column-gap: 62px;
}

}

@media (max-width: 1500px){ 

    .sidebar_blog {
    width: 300px;
    max-width: 417px;
    background-color: #213921;
    height: max-content;
    position: sticky;
    top: 85px;
    padding: 33px 20px;
    color: white;
    border-radius: 24px;
    }

    .sidebar_blog h4 {
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 17px;
    font-weight: 800;
    }

    .sidebar_blog h5 {
    font-size: 14px;
    margin-bottom: 2px;
    }

    .sidebar_blog a {
    margin-bottom: 19px;
    }

  .cuerponoticia .resumen_noticia p {
  font-size: 25px;
  font-weight: 900;
  border-left: solid 6px #c4c1be;
  padding: 25px;
  }

}

@media (max-width: 1200px){ 

    .sidebar_blog {
    width: 250px;
    padding: 25px 19px;
    }

    .pagina_noticia {
    column-gap: 64px;
    }

    .sidebar_blog img {
    height: 85px;
    }

    .sidebar_blog h5 {
    font-size: 12px;
    }

    .sidebar_blog h4 {
    font-size: 16px;
    }

}

@media (max-width: 991.98px){ 

  .cuerponoticia {
  width: 100%;
  max-width: 688px;
  margin: 0 auto;
  }

  .cuerponoticia .imagen_principal_noticia {
  margin-bottom: 2rem;
  border-radius: 27px;
  box-shadow: -30px 13px 0px 0px #c1bfbd;
  }

  .cuerponoticia .fecha {
  font-style: italic;
  margin-bottom: 8px;
  color: #6f6a6a;
  font-weight: 700;
  margin-top: 16px;
  margin-bottom: 21px;
  font-size: 15px;
  border-radius: 43px;
  border: solid 2px #6f6a6a21;
  padding: 7px 20px;
  max-width: max-content;
  }

  .cuerponoticia .resumen_noticia p {
  font-size: 22px;
  font-weight: 900;
  border-left: solid 6px #c4c1be;
  padding: 10px 21px;
  }

}

@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 .imagen_principal_noticia {
    margin-bottom: 2rem;
    border-radius: 9px;
    box-shadow: -8px 6px 0px 0px #c1bfbd;
    margin-bottom: 7px;
    }

    .cuerponoticia .fecha {
    margin-top: 16px;
    margin-bottom: 21px;
    font-size: 14px;
    padding: 5px 16px;
    }

    .cuerponoticia .resumen_noticia p {
    font-size: 19px;
    font-weight: 900;
    border-left: solid 6px #c4c1be;
    padding: 7px 14px;
    }

    .cuerponoticia .resumen_noticia {
    font-size: 16px;
    margin-bottom: 1rem;
    }

    .cuerponoticia .imagen_principal_noticia {
    margin-bottom: 1rem;
    }

    .sidebar_blog {
    margin-top: 3rem;
    }

    .sidebar_blog img {
    height: 122px;
    }

    .sidebar_blog h4 {
    font-size: 19px;
    margin-bottom: 1.5rem;
    }

    .sidebar_blog a {
    margin-bottom: 22px;
    }

    .resumen_noticia p,.sidebar_blog h4{
    font-weight: bold;
    }

}

/*======================================================
BLOG
======================================================*/

.paginablog{
display: flex;
column-gap: 30px;
}

.listadonoticias{
display: grid
;
grid-template-columns: repeat(2, 1fr);
gap: 95px 55px;
}

.listadonoticias::after{
content: "";
display: block;
position: absolute;
height: 120%;
width: 35%;
background-color: #cec7c2;
z-index: -1;
left: -59px;
top: -40px;
}

.ficha_blog>a{
text-decoration: none;
display: flex
;
/* box-shadow: 0px 0px 13px 0px #0000001c; */
color: inherit;
height: 100%;
/* border: solid 1px #f7f7f7;*/
}

.ficha_blog img{
width: 100%;
height: 287px;
object-fit: cover;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
/* height: 100%; */
width: 50%;
border-radius: 25px;
box-shadow: -7px 7px 0px 2px #0000000f;
}

.ficha_blog .contenedor{
padding: 1rem 3rem;
width: 50%;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

.ficha_blog .fecha{
font-size: 15px;
color: #a59992;
margin-bottom: 7px;
font-weight: 600;
}

.ficha_blog h3{
font-weight: 900;
font-size: 34px;
margin-bottom: 11px;
color: #213921;
font-weight: 700;
}

.ficha_blog p{
font-size: 15px;
margin-bottom: 0px;
height: 77px;
overflow: hidden;
line-height: 26px;
color: #333333;
}

.ficha_blog .enlace{
font-size: 16px;
font-weight: 500;
margin-top: 35px;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
text-align: center;
border: solid 1px #213921;
border-radius: 28px;
width: max-content;
padding: 6px 50px;
color: #213921;
}

.ficha_blog .enlace:hover{
background-color: #213921;
color: #d8d0ca;
}

.ficha_blog>a:hover{
color: inherit;    
}

.ficha_blog>a:hover .enlace{
background-color: #213921;
color: #d8d0ca;
}

.ficha_blog>a:hover img{
    transform: rotate(-2deg);
}

.ficha_blog>a:hover  .contenedor {
/*padding: 1rem 2rem;*/

}


.paginadorblog{
margin-top: 13rem;
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 {
  

    }

}

@media (max-width: 1500px){ 

    .ficha_blog .contenedor {
    padding: 2rem 1rem;
    }

    .paginadorblog {
    margin-top: 5rem;
    }

    .bloghome{
    gap: 0px 30px;
    }

  .listadonoticias {
  gap: 50px 33px;
  grid-template-columns: repeat(1, 1fr);
  }

  .ficha_blog{
  max-width: 1000px;
  margin: 0 auto;
  }

  .ficha_blog>a {
  gap: 63px;
  }

}

@media (max-width: 1350px){ 

    .ficha_blog .contenedor {
    padding: 1rem 1rem;
    }

}

@media (max-width: 1200px){ 

    .ficha_blog .contenedor {
    padding: 1rem 1rem;
    }

    .listadonoticias{
    gap: 42px 30px;
    padding: 0px 45px;
    }

    .ficha_blog>a {
    gap: 48px;
    }

    .ficha_blog {
    max-width: 1000px;
    margin: 0 auto;
    }

}

@media (max-width: 991.98px){ 

    .ficha_blog img {
    height: 231px;
    }

    .ficha_blog>a {
    gap: 23px;
    }

    .ficha_blog h3 {
    font-size: 29px;
    }


    .paginadorblog {
    margin-top: 3rem;
    }

    .listadonoticias {
      gap: 40px 30px;
    }

    .listadonoticias::after {
    left: -59px;
    top: -40px;
    left: inherit;
    right: 0;
  }

  .ficha_blog .enlace {
    font-size: 15px;
    margin-top: 25px;
  }

}

@media (min-width:850px){ 

    .ficha_blog>a {

    }

}

@media (max-width:850px){ 
 
    .paginablog {
    display: block;
    }

    .listadonoticias{
    margin-bottom: 4rem;
    }
    
    .bloghome {
    grid-template-columns: repeat(2, 1fr);
    }

}

@media (min-width:575.98px) and (max-width:850px){

    .bloghome>div:last-child{
    display: none;    
    }

}

@media (max-width:750px){ 

    .listadonoticias {
    gap: 35px 15px;
    }

}

@media (max-width: 575.98px){

    .listadonoticias {
    display: block;
    margin-bottom: 0rem;
    }

    .ficha_blog {
    margin-bottom: 2rem;
    }

    .ficha_blog p{
    height: inherit;
    overflow: inherit;
    font-size: 14px;
    margin-bottom: 30px;
    }

    .ficha_blog .enlace{
    margin-top: 10px;
    margin-bottom: 10px;   
    font-size: 13px; 
    }

    .paginadorblog {
    justify-content: space-between;
    }

    .bloghome{
    display: block;    
    }

    .listadonoticias {
    gap: 42px 30px;
    padding: 0px 18px;
    }

    .ficha_blog>a {
    gap: 12px;
    flex-direction: column;
    }

    .ficha_blog img {
    height: 180px;
    width: 100%;
    }

    .ficha_blog .contenedor {
    padding: 0.5rem 0rem;
    width: 100%;
    }

    .ficha_blog h3 {
    font-size: 25px;
    }



}

/*======================================================
FORMULARIO CONTACTO
======================================================*/

.loboformulario .form-group{
margin-bottom: 2rem;  
}

.loboformulario .form-group.items{
display: flex;
justify-content: space-between;
column-gap: 2rem;
}

.loboformulario .form-group.items>div{
width: 100%;
}

.loboformulario .form-group.items p{
font-weight: bold;
margin-bottom: 5px;
font-size: 13px;
color: #213921;
text-align: center;
width: 100%;
padding-left: 24px;
}

.loboformulario .form-group.items p span{
color: #d4af37;
}

.loboformulario  .form-control{
border-radius: 0px;
background-color: transparent;
border: solid 2px #213921;
padding: 16px 21px;
outline: none;
color: #213921;
border-radius: 40px;
font-weight: 600;
}

.loboformulario  .form-control:focus,
.loboformulario  .form-control:active{
background-color: #213921;
color: #d4af37;
}

.loboformulario  .contact-submit button{
margin: 0 auto;
}

.loboformulario .legal_pag_contact{
padding-top: 0rem;
margin-bottom: 0px;
}

.loboformulario .legal_pag_contact p{
font-size: 10px;
text-align: center;
max-width: 700px;
margin: 0 auto;
line-height: 19px;
color: #422722;
}

.loboformulario .checkbox label{


}

.loboformulario .checkbox input{
margin-right: 4px;
}

.loboformulario .legal_pag_contact p a{
font-weight: 700;
color: #422722;
}

.formulario_home {
max-width: 1400px;
margin: 0 auto;
padding-top: 1rem;
}

.aviso_formulario{
text-align: center;
background-color: whitesmoke;
padding: 5rem 20px;
border-radius: 40rem;
max-width: 800px;
margin: 0 auto;
}

.aviso_formulario p{
line-height: 34px;
max-width: 600px;
margin: 0 auto;
font-weight: 500;
font-size: 1.1rem;
}

.aviso_formulario p a{
font-weight: bold;
display: block;
margin-top: 16px;
font-size: inherit;
}

.aviso_formulario i{
display: block;
font-size: 39px;
margin-bottom: 11px;
}

.loboformulario .checkbox {
display: flex
;
align-items: center;
gap: 4px;
font-size: 12px;
font-weight: 500;
color: #213921;
}

.loboformulario .checkbox label a{
font-weight: 700;
color: #213921;
}

.loboformulario  .boton_standard{
font-family: "Playfair Display", serif;
}

.loboformulario  .boton_standard:hover {
background: #d4af37;
background: -webkit-linear-gradient(top, #d4af37, #b8860b);
background: linear-gradient(to bottom, #d4af37, #b8860b);
color: #213921;
border-color: #f0f0f0;
}

.newsletter {
position: relative;
display: flex
;
align-items: center;
}

.newsletter input{
  width: 100%;
  padding: 27px 35px;
  border: none;
  border-radius: 40px;
  box-shadow: 0px 3px 6px 0px #0000000d;
}

.newsletter button{
position: absolute;
right: 26px;
}


@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){

    .newsletter button {
    right: 7px;
    }

    .newsletter input {
    padding: 17px 22px;
    }

    .loboformulario .form-group.items {
    margin-bottom: 18px;
    flex-direction: column;
    gap: 18px;
    }

    .loboformulario .form-control {
    padding: 11px 21px;
    font-size: 14px;
    }

    .loboformulario .checkbox{
    margin-bottom: 2rem;
    }

    .loboformulario .checkbox{
    font-size: 13px;
    font-weight: 500;
    margin-top: 1rem;
    }


    .loboformulario .checkbox input {
    margin-right: 5px;
    }

    .loboformulario .form-group.items label {
    width: 100%;
    }

    .loboformulario .contact-submit button{
    width: 100%;
    max-width: inherit;
    }

    .loboformulario .form-group.items p {
    padding-left: 17px;
    text-align: left;
    }

    .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;
    border-radius: 25px;
    }

    .aviso_formulario p{
    font-size: 14px;
    line-height: 27px;
    }

    .aviso_formulario i {
    margin-bottom: 15px;
    }

    .aviso_formulario p a{
    margin-top: 30px;
    }

}

/*======================================================
MAPA
======================================================*/

#map{
height: 500px;    
}

.leaflet-touch .leaflet-control-attribution{
display: none;    
}

.mapa_home{
position: relative;
}

.botongoogemaps {
position: absolute;
bottom: 15px;
right: 15px;
z-index: 999;
}

.botongoogemaps a{
display: block;
}

.botongoogemaps img {
width: 70px;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

.botongoogemaps a:hover img{
width: 80px;
}

@media (max-width: 991.98px){ 

}


@media (max-width: 767.98px){

}

@media (max-width: 575.98px){

    #map {
    height: 350px;
    }

}


/*======================================================
ALERTS
======================================================*/

.page_lobocom .alert{
margin-top: -2rem;
margin-bottom: 3rem;
display: flex;
justify-content: space-between;
padding: 1rem 1.5rem;
}

.alert-danger{
background-color: #f95959;
border: none;
color: white;
}

.alert-success {
background-color: #52c765;
border: none;
color: white;
}

.alert-danger i,
.alert-success i{
color: white;
}

.alert-danger .texto a,
.alert-success .texto a{
color: white;
}

.alert-danger .texto a:hover,
.alert-success .texto a:hover{
color: white;
opacity:0.5;
}

.alert .texto{
font-weight: bold;
}

.alert .texto i{
margin-right: 6px;
}

.page_lobocom  .alert .btn-close{
background: none;
opacity: 1;
padding: 1px 1px;
}

.alert .btn-close:focus {
outline: 0;
box-shadow: none;
}

.alert .btn-close i{
font-size:20px ;
}
    
    
    @media (max-width: 1500px){
    
        .page_lobocom .alert {
        margin-top: -2rem;
        margin-bottom: 2rem;
        }
    
    }
    
    @media (max-width: 991.98px){ 
    
        .page_lobocom .alert {
        margin-top: -1rem;
        margin-bottom: 2rem;
        }
    
    }
    
    @media (max-width: 575.98px){
    
        .page_lobocom .alert {
        padding: 14px;
        }
    
        .alert .texto{
        font-size: 13px;
        }
    
        .alert .btn-close i {
        font-size: 16px;
        }
    
        .page_lobocom .alert .btn-close {
        padding: 0px;
        }
    
    }


/*======================================================
BUSCADOR
======================================================*/

.informacion_busquedas {
    color: #364f6b;
  }
  
  .informacion_busquedas .termino span,
  .informacion_busquedas .encontrados strong {
    color: #51b5e5;
  }
  
  

/*======================================================
PÁGINA CONTENIDO
======================================================*/

#searchform {
margin-top: 25px;
}

#searchform input {
background-color: #d8d0ca;
border: none;
padding: 6px 12px;
text-transform: capitalize;
border-top-left-radius: 22px;
border-bottom-left-radius: 22px;
}

#searchform .botonlcms {
background-color: #5f5b58;
color: #ffffff;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
border-top-right-radius: 22px;
border-bottom-right-radius: 22px;
    font-weight: 500;
}

#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;
    }
  }

/*======================================================================================
HOME BENEFICIOS
======================================================================================-*/

.beneficios_home .linaadn{
margin-top: 6rem;
}

.beneficios_home .parent {
display: grid
;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(4, 1fr);
grid-column-gap: 30px;
grid-row-gap: 30px;
width: 100%;
padding-top: 6rem;
padding-bottom: 2rem;
}

.beneficios_home .dobleboton {
justify-content: center;
gap: 30px;
}

.beneficios_home .parent > div {
min-height: 450px;
border-radius: 25px;
}

.beneficios_home .foto{
background-position: center !important;
background-size: cover !important;
}

.beneficios_home .texto{
display: flex
;
align-items: center;
padding: 40px;
}

.beneficios_home .texto h2{
font-family: "Playfair Display", serif;
font-size: 4rem;
color: #213921;
font-weight: 600;
margin-bottom: 15px;
}

.beneficios_home .texto p{
margin-bottom: 0px;
line-height: 30px;
color: #213921;
}

.beneficios_home .icono{
display: flex
;
padding: 50px;
}

.beneficios_home .icono .caja{
display: flex
;
align-items: flex-start;
flex-direction: column;
justify-content: space-evenly;
}

.beneficios_home .icono img{
width: 101px;
border: solid 1px #978d88;
border-radius: 100%;
}

.beneficios_home .icono h3{
color: #422722;
font-family: "Playfair Display", serif;
/* margin-bottom: 0px; */
font-weight: 800;
font-size: 34px;
margin-top: 15px;
}

.beneficios_home .icono .parrafo {
overflow: hidden;
transition: max-height .35s ease;
will-change: max-height;
}
.beneficios_home .icono.is-expanded .parrafo {
max-height: none;
}

.beneficios_home .icono h4{
color: #422722;
  font-weight: 500;
  font-size: 20px;
  font-style: italic;
  margin-top: 14px;
  margin-bottom: 13px;
}

.beneficios_home .icono p{
line-height: 26px;
margin-bottom: 14px;
font-size: 14px;
color: #5f4e3b;
}


.beneficios_home .icono a{
text-decoration: none;
color: #422722;
font-weight: 500;
letter-spacing: 1px;
font-size: 17px;
}

.beneficios_home .icono a span{
color: #7e7b56;
}

.beneficios_home .div3 p,
.beneficios_home .div7 p,
.beneficios_home .div3 a,
.beneficios_home .div7 a,
.beneficios_home .div3 a span,
.beneficios_home .div7 a span{
color: #422722;
}

.beneficios_home .div3 img,
.beneficios_home .div7 img{
border-color:#422722;
}

.beneficios_home .div6 img{
border-color: #d4af37;
}

.beneficios_home .div6 h3{
color: #d4af37;
}

.beneficios_home .div6 h4,
.beneficios_home .div6 p,
.beneficios_home .div6 a,
.beneficios_home .div6 a span{
color: #d8d0ca;
}

@media (prefers-reduced-motion: reduce){
.beneficios_home .icono p{ transition: none; }
}


.beneficios_home .div1 { grid-area: 1 / 1 / 2 / 2; background:transparent; }
.beneficios_home .div2 { grid-area: 1 / 2 / 2 / 3; background:#ccc4be; }
.beneficios_home .div3 { grid-area: 1 / 3 / 2 / 4; background:#a69486; }

.beneficios_home .div4 { grid-area: 2 / 1 / 3 / 2; }
.beneficios_home .div5 { grid-area: 2 / 2 / 3 / 3; background:#b7aea6; }

.beneficios_home .div6 { grid-area: 3 / 1 / 4 / 2; background:#213921; }
.beneficios_home .div7 { grid-area: 3 / 2 / 4 / 3; background:#a69486; }

.beneficios_home .div8 { grid-area: 2 / 3 / 4 / 4;}
.beneficios_home .div9 { grid-area: 4 / 1 / 5 / 4;}


.benmethod{
background-color: #213921;
}

.benhelix>div{
background: #1A2A1A;
background: -webkit-linear-gradient(199deg, rgba(26, 42, 26, 1) 0%, rgba(35, 56, 35, 1) 100%);
background: -moz-linear-gradient(199deg, rgba(26, 42, 26, 1) 0%, rgba(35, 56, 35, 1) 100%);
background: linear-gradient(199deg, rgba(26, 42, 26, 1) 0%, rgba(35, 56, 35, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1A2A1A", endColorstr="#233823", GradientType=0);
color: #d8d0ca;
padding: 5rem 5rem;
border-radius: 60px;
}

.benmethod .titulo_fragmento .titulo{
background: linear-gradient(to bottom, #d4af37, #b8860b);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}

.benmethod .titulo_fragmento  p{
color: #d8d0ca;
}

.benhelix h3,.benhelix h3 strong{
font-family: "Playfair Display", serif;
}

.benhelix h3{
font-size: 17px;
color: #a7b1a736;
font-weight: 300;
}

.benhelix h3 strong{
display: block;
font-size: 40px;
font-weight: 600;
color: #d4af37;
margin-top: 3px;
}

.benhelix ul{
margin: 0px;
padding: 0px;
margin-top: 20px;
}


.benhelix li{
list-style: none;
position: relative;
padding-left: 17px;
margin-bottom: 15px;
font-size: 16px;
line-height: 33px;
font-weight: 400;
letter-spacing: 0.7px;
}

.benhelix li::before{
  content: "·";
  position: absolute;
left: 1px;
font-size: 30px;
font-family: auto;
color: #c19318;
}


.paraquien{
background: #c1bbb6;
}

.fichafoto>div {
/* border-radius: 136px; */
text-align: center;
/* border: solid #422722 3px; */
padding: 72px;
background-color: #00000012;
margin-bottom: 2rem;
}

.fichafoto img{
aspect-ratio: 1 / 1;
height: 234px;
margin: 0 auto;
display: block;
border-radius: 100%;
/* border: solid #422722 3px; */
box-shadow: -37px 0px 19px 7px #857f7a38;
object-fit: cover;
}

.fichafoto .titulo h3{
color: #422722;
font-family: "Playfair Display", serif;
font-size: 33px;
margin-top: 29px;
font-weight: 900;
}

.fichafoto  p{
margin-bottom: 0px;
font-weight: 500;
color: #213921;
font-size: 20px;
}

.paraquien .row .fichafoto:first-child  >div{
border-top-left-radius: 110px;
}

.paraquien .row .fichafoto:nth-child(2) >div {
background-color: #00000033;

}

.paraquien .row .fichafoto:nth-child(3) >div {
border-top-right-radius: 110px;
background-color: #00000008;
}

.paraquien .row .fichafoto:nth-child(4) >div {
border-bottom-left-radius: 110px;
background-color: #213921;
}


.paraquien .row .fichafoto:nth-child(4)  img {
box-shadow: -37px 0px 19px 7px #00000038;
}

.paraquien .row .fichafoto:nth-child(4)   .titulo h3{
background: linear-gradient(to bottom, #d4af37, #b8860b);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}

.paraquien .row .fichafoto:nth-child(4) p {
color: #928c87;
}

.paraquien .row .fichafoto:nth-child(5) >div {
border-bottom-right-radius: 110px;
}


.pagina_select_lab{
min-height: 100vh;
background-repeat: no-repeat;
background-size: cover;
background-position: bottom;
display: flex
;
align-items: center;
background-image: url(/recurso/pagina/imagen/lab2.jpg);
}

.pagina_select_lab .lobocontainer {
width: 100%;
max-width: 1400px;
}

.cajaslabs {
width: 100%;
display: flex
;
gap: 15px;
justify-content: space-between;
}

.cajalab {
width: 50%;
background-color: #422722f0;
padding: 7rem;
border-radius: 39px;
backdrop-filter: blur(2px);
-webkit-backdrop-filter: blur(2px);
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

.cajalab:hover{
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
}

.cajalab h2,.cajalab h1{
color: #d8d0ca;
font-family: "Playfair Display", serif;
font-size: 57px;
color: white;
    margin-bottom: 20px;
}

.cajalab p{
color: #d8d0ca;
line-height: 29px;
}

.cajalab a{
color: #d8d0ca;
background-color: transparent;
text-decoration: none;
max-width: max-content;
display: block;
padding: 10px 28px;
margin-top: 2rem;
border-radius: 36px;
font-weight: 700;
border: solid 2px #d8d0ca;
letter-spacing: 1px;
}

.cajalab a:hover{
background-color: #d8d0ca;
color: #333333;
}

.cajaslabs .cajalab:last-child {
background-color: #294321e8;
}

.paginatextoimag {
padding-top: 13rem;
}

.paginatextoimag h1{
font-family: "Playfair Display", serif;
font-size: 4rem;
color: #182415;
}

.paginatextoimag.introtextoim .textos h2{
background: linear-gradient(to bottom, #d4af37, #b8860b);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
font-style: italic;
font-size: 2rem;
}

.paginatextoimag.introtextoim .textos p strong {
  background-color: #a69486;
  padding: 2px 7px;
  color: #193019;
  font-weight: 600;
}


.paginatextoimag .textos p {
font-size: 15px;
margin-bottom: 0rem;
line-height: 28px;
margin-top: 2rem;
text-align: right;
}

.paginatextoimag .dobleboton{
  justify-content: normal;
}

.layout_9  .fichafoto p {
margin-top: 29px;
}

.gridnaturallab{
-webkit-column-count: 4;
-moz-column-count: 4;
column-count: 4;
-webkit-column-gap: 1.25rem;
-moz-column-gap: 1.25rem;
column-gap: 25px;
}

.fichalab {
background: #e9e9e9;
margin-bottom: 25px;
border-radius: 20px;
padding: 21px;
/*box-shadow: 2px 2px 8px 1px #0000001a;*/
display: inline-grid
;
}

.fichalab.paper{
background: #ccc4be;
}

.fichalab.enlace{
background: #a69486;
}

.fichalab a{
display: block;
text-decoration: none;
  color: #422722;
}

.fichalab a:hover{
color: #422722;
}

.fichalab img,.fichalab video{
border-top-left-radius: 15px;
border-top-right-radius: 15px;
width: 100%;
margin-bottom: 13px;
}

.fichalab h3{
  font-family: "Playfair Display", serif;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 10px;
}


.fichalab p{
  
}

.fichalab small{

  font-size: 14px;
  padding: 2px 10px;
  display: block;
  max-width: max-content;
  /* border-radius: 33px; */
  font-weight: 500;
  margin-top: 25px;
  font-weight: bold;
  border-bottom: solid 1px;
  margin-bottom: 8px;
}

.fichalab small:hover{
color: grey;
}

.fichalab video{
width: 100%;
max-width: 100%;
}

 @media (max-width: 1800px){ 

    .fichafoto .titulo h3 {
    font-size: 31px;
    }

  .fichafoto>div {
  padding: 72px 34px;
  }

 }

 @media (max-width: 1500px){ 

  .gridnaturallab {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }

      .fichafoto img {
      height: 192px;
      }

      .fichafoto .titulo h3 {
      font-size: 22px;
      }

      .fichafoto p {
      font-size: 17px;
      }

      .fichafoto>div {
      padding: 46px 34px;
      margin-bottom: 1.5rem;
      }


      .beneficios_home .parent {
      padding-top: 3rem;
      }
  
      .beneficios_home .icono h3 {
      font-size: 42px;
      }

      .beneficios_home .icono img {
      width: 87px;
      }

      .beneficios_home .parent > div {
      min-height: 461px;
      padding: 26px;
      }

      .beneficios_home .parent{
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(6, 1fr);
      grid-column-gap: 30px;
      grid-row-gap: 30px;
      }

      .beneficios_home  .div1 { grid-area: 1 / 1 / 2 / 2; }
      .beneficios_home  .div2 { grid-area: 1 / 2 / 2 / 3; }
      .beneficios_home  .div3 { grid-area: 2 / 1 / 3 / 2; }
      .beneficios_home  .div4 { grid-area: 2 / 2 / 4 / 3; }
      .beneficios_home   .div5 { grid-area: 3 / 1 / 4 / 2; }
      .beneficios_home  .div6 { grid-area: 4 / 2 / 5 / 3; }
      .beneficios_home  .div7 { grid-area: 5 / 2 / 6 / 3; }
      .beneficios_home  .div8 { grid-area: 4 / 1 / 6 / 2; }
      .beneficios_home    .div9 { grid-area: 6 / 1 / 7 / 3; }

      .beneficios_home .parent > div {
      min-height: 400px;
      padding: 25px;
      }


  .fragmetodo .texto_imagen .titulo {
  font-size: 3rem;
  }

  .fragmetodo .texto_imagen .titulo strong {
  font-size: 5rem;
  }


}

 @media (max-width: 1500px){ 

  .paraquien .row .fichafoto:nth-child(2) >div {
  border-top-right-radius: 110px;
  }

  .paraquien .row .fichafoto:nth-child(3) >div {
  border-top-right-radius: 0px;
  }

  .paraquien .row .fichafoto:nth-child(4) >div {
  border-bottom-left-radius: 0px;
  }

  .paraquien .row .fichafoto:nth-child(5) >div {
  border-bottom-right-radius: 110px;
  border-bottom-left-radius: 110px;
  }

 }

@media (min-width: 1200px) and (max-width: 1500px) {
 
  .benhelix>div {
  padding: 3rem 3rem;
  }

  .benhelix h3 strong {
  font-size: 32px;
  }

  .benhelix li {
  padding-left: 17px;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 29px;
  }

}

@media (max-width: 991.98px){ 

  .fichalab h3 {
    font-size: 23px;
  }

  .paginatextoimag {
    padding-top: 10rem;
  }

  .cajalab {
  max-width: 500px;
  margin: 0 auto;
width: 100%;
  }

  .cajaslabs {
  width: 100%;
  gap: 30px;
  justify-content: space-between;
  flex-direction: column;
  }

  .pagina_select_lab {
    padding-top: 7rem;
    padding-bottom: 7rem;
}

  .paraquien .row .fichafoto:first-child >div {
  border-top-left-radius: 110px;
  border-top-right-radius: 110px;
  }

  .paraquien .row .fichafoto:nth-child(2) >div {
  border-top-right-radius: 0px;
  }

  .beneficios_home .icono h3 {
  font-size: 33px;
  }

  .beneficios_home .icono img {
  width: 79px;
  }

  .beneficios_home .icono a {
  font-size: 14px;
  font-weight: 700;
  }

  .beneficios_home .parent > div {
padding: 25px;
}

  .fragmetodo {
  overflow: hidden;
  }

  .fragmetodo .masa {
  right: inherit;
  top: -37%;
  right: 60%;
  opacity: 0.8;
  }

  .fragmetodo .texto_imagen .titulo strong {
  font-size: 6rem;
  }

  .fragmetodo .texto_imagen .titulo {
  font-size: 4rem;
  }


  }

@media (max-width: 767.98px){

    .gridnaturallab {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }

  .beneficios_home .icono h3 {
  font-size: 27px;
  }

  .beneficios_home .icono img {
  width: 72px;
  }

  .fragmetodo .texto_imagen .titulo strong {
  font-size: 5rem;
  }

  .fragmetodo .texto_imagen .titulo {
  font-size: 3rem;
  }
  
}

@media (max-width: 575.98px){

  .gridnaturallab {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  }

  .paginatextoimag {
    padding-top: 8rem;
  }

  .paginatextoimag h1 {
    font-size: 3rem;
  }

  .cajalab {
  padding: 6rem 3rem;
  }

  .cajalab h2 ,.cajalab h1{
  font-size: 47px;
  }

  .cajalab p {
  font-size: 16px;
  line-height: 27px;
  }

  .cajalab a {
  padding: 7px 22px;
  letter-spacing: 1px;
  font-size: 12px;
  }

  .benhelix>div {
    padding: 2rem 2rem;
    border-radius: 32px;
  }

  .benhelix li {
  padding-left: 17px;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 27px;
  font-weight: 400;
  letter-spacing: 0.7px;
  }

  .benhelix h3 strong {
  font-size: 33px;
  }


  .beneficios_home .parent {
  display: flex
  ;
  flex-direction: column;
  padding-top: 4.5rem;
  gap: 20px;
  }

  .beneficios_home .div1{
  display: none;
  }

  .beneficios_home .parent > div {
  min-height: 365px;
  }

  .beneficios_home .icono h4 {
  font-size: 17px;
  }

  .fragmetodo .texto_imagen .titulo strong {
  font-size: 3.9rem;
  }

    .fragmetodo .texto_imagen .texto, 
    .fragmetodo .texto_imagen_full.texto_imagen .row > .texto {
    padding: 0 20px;
    padding-bottom: 40px;
    }

    .fragmetodo .texto .boton_standard {
    margin-top: 3rem;
    }

}



