@charset "UTF-8";

/*
    @media (max-width: 991.98px){ 

    }

    @media (max-width: 767.98px){

    }

    @media (max-width: 575.98px){

    }


      // <weight>: Use a value from 200 to 900
// <uniquifier>: Use a unique and descriptive class name
      .source-sans-3-<uniquifier> {
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

// <weight>: Use a value from 300 to 700
// <uniquifier>: Use a unique and descriptive class name

.quicksand-<uniquifier> {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

*/





html{
font-size: 15px;
}

*{
 font-family: "Source Sans 3", sans-serif;
}

a {
color: black;
}

a:hover {
color: #a0abbb;
}

body > table {
display: none;
}

::selection {
background: #fac015;
    color: #000000;
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: #fac015;
border: #fac015 solid 2px;
color: black;
padding: 8px 29px;
font-size: 0.95rem;
font-weight: 800;
font-family: "Quicksand", sans-serif;
}

.boton_standard:hover{
background-color: #cccccc;
color: black;
border-color: #cccccc;
}

.boton_standard.whiteline{
background-color: transparent;
color: white;
border-color: white;
}

.boton_standard.whiteline:hover{
color: black;
background-color: white;
opacity: 0.5;
}

.boton_standard.white{

border-color: white;
color: black;
background-color: white;

}

.boton_standard.white:hover{
background-color: transparent;
color: white;
opacity: 0.5;
}

.dobleboton {
display: flex;
margin-top: 2rem;
}

.dobleboton >a{
margin-right: 10px;
}

.dobleboton >a:last-child{
/*background-color: transparent;
border-color: black;
color: black;*/
}

.dobleboton >a:hover {
/*border-color: #b0b0b9;
background-color: #b0b0b9;
color: whitesmoke;*/
}

.separador_altura{
height: 7rem;
}

.btn-primary {
color: black;
background-color: #ffc309;
border-color: #ffc309;
}

.btn-primary:hover {
color: black;
background-color: #ca9c0e;
border-color: #ca9c0e;
}

.btn-check:focus+.btn-primary, .btn-primary:focus {
color: black;
background-color: #ca9c0e;
border-color: #ca9c0e;
box-shadow: none;
}

.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
color: black;
background-color: #ca9c0e;
border-color: #ca9c0e;
}

.btn-check:active+.btn-primary:focus, .btn-check:checked+.btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow:none;
}

.parallax {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
text-align: center;
}

.parallax .mascara{
background-color: #00000000;
height: 100%;
width: 100%;
}

.parallax .contenido{
padding-top: 7rem;
padding-bottom: 7rem;
max-width: 700px;
margin: 0 auto;
}

.parallax .titulo{
font-weight: bold;
color: #27394d;
margin-bottom: 2rem;
background: url(/assets/custom/img/line.png) no-repeat bottom center;
padding-bottom: 17px;
background-size: 32px;
    font-size: 2.5rem;
}

.parallax p{
color: #27394d;
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: #fafaf8;
}

.preloader > div img {
max-width: 12rem;
}

.layout_2001> main{
background-color: #f0f0f0;
z-index: -1;
display: block;
position: inherit;
}

.layout_2005 .margenesfragmentos {
padding-top: 3rem;
padding-bottom: 3rem;
}

@media (max-width: 1500px){ 

    .fragmento_boton {
    margin-top: 4rem;
    }

    .separador_altura {
    height: 5rem;
    }

}

@media (max-width: 1200px){ 

    .separador_altura {
    height: 4.5rem;
    }

}

@media (max-width: 991.98px){ 

    .fragmento_boton {
    margin-top: 3rem;
    margin-bottom: 1rem;
    }

    .separador_altura {
    height: 3rem;
    }

}

@media (max-width: 767.98px){

}

@media (max-width: 575.98px){

        .layout_2005 .margenesfragmentos {
        padding-top: 2rem;
        padding-bottom: 2rem;
        }


    .fragmento_boton {
    margin-top: 3rem;
    margin-bottom: 1rem;
    }

    .fragmento_boton a{
    width: 100%;
    max-width: none;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 16px;
    font-size: 15px;
    }

}

/*======================================================
ARREGLO IPAD PARALLAX
======================================================*/

@media only screen and (max-device-width: 1366px) {

    .parallax, .newsletter_home{
      background-attachment: scroll;
    }

  }

@media (max-width: 991.98px){ 

    .boton_standard{
    font-size: 0.9rem;
    }

}

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

.lobocontainer{
max-width: 1750px;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}

.page_lobocom {
margin-right: auto;
margin-left: auto;
max-width: 1750px;
padding: 60px 15px;
}

.titulo_pagina_lobocom{
/*background: url(../../../assets/custom/img/titulo.jpg) no-repeat;*/
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}

.titulo_pagina_lobocom > div {
    background-color: #ffc309;
}

.titulo_pagina_lobocom .textos{
max-width: 1750px;
margin: 0 auto;
padding: 20px 15px;
text-align: center;
color: black;
}

.titulo_pagina_lobocom h1{
font-weight: 700;
margin-bottom: 0px;
color: black;
font-family: "Quicksand", sans-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: #27394d;
font-weight: 700;
font-size: 2.5rem;
}

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

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

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

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

.texto_imagen .texto,
.texto_imagen_full.texto_imagen .row > .texto {
padding: 5rem 2rem;
}

.texto_imagen .texto .contenido {
padding-top: 2rem;
padding-bottom: 2rem;
max-width: 500px;
margin: 0 auto;
}   


.texto_imagen .texto p{
line-height: 32px;
}

.pagina_contenido{
max-width: 1000px;

padding-bottom: 7rem;
}

.pagina_contenido h3{
margin-bottom: 1rem;
font-weight: bold;
font-size: 1.5rem;
margin-top: 3rem;
}

.pagina_contenido >h3:first-child{
margin-top: 0px;
}

.pagina_contenido li{
margin-bottom: 1rem;
list-style: circle;
}

.pagina_contenido a{
font-weight: bold;
color: inherit;
}

.pagina_contenido  ol, .pagina_contenido  ul {
padding-left: 1rem;
padding-top: 1rem;
padding-bottom: 1rem;
}

/*
@media (min-width: 1800px) {
    .container,
    .container-xxxl {
      max-width: 1750px;
    }
  }
 */ 

@media (min-width: 1200px) {
    .titulo_pagina_lobocom h1 {
    font-size: 2.2rem;
    }
}

@media (max-width: 1800px){ 

    .lobocontainer{
    max-width: 1450px;
    }

    .page_lobocom{
    max-width: 1450px;
    }

}


@media (max-width: 1500px){ 

    .lobocontainer{
    max-width: 1200px;
    }

    .page_lobocom {
    padding: 40px 15px;
    max-width: 1200px;
    }

    .texto_imagen .texto .contenido {
    max-width: 470px;
    }

}

@media (max-width: 1200px){ 

    .titulo_pagina_lobocom h2 {
    font-size: 15px;
    }

    .titulo_pagina_lobocom .textos {
    padding: 26px 15px;
    }    

}

@media (max-width: 991.98px){ 

    .titulo_pagina_lobocom h2 {
    font-size: 14px;
    }

    .page_lobocom {
    padding: 25px 15px;
    }

    .texto_imagen .texto .contenido {
    max-width: 800px;
    }
    
    .texto_imagen .texto,
    .texto_imagen_full.texto_imagen .row > .texto {
    padding: 4rem 0rem;
    max-width: 720px;
    margin: 0 auto;
    padding-right: 10px;
    padding-left: 10px;
    }
    
}

@media (max-width: 767.98px){

    .texto_imagen .texto,
    .texto_imagen_full.texto_imagen .row > .texto {
    max-width: 540px;
    padding-left: 10px;
    padding-right: 10px;
    }
  
    .texto_imagen .texto .contenido {
    padding-top: 1rem;
    padding-bottom: 1rem;
    }

    .texto_imagen .titulo{
    margin-bottom: 1.5rem;
    font-size: 2rem;
    }

}

@media (max-width: 575.98px){

    .titulo_pagina_lobocom .textos {
    padding: 18px 15px;
    }

    .titulo_pagina_lobocom h1{
    font-size: 19px;
    font-weight: 700;
    }

    .titulo_pagina_lobocom h2 {
    font-size: 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
======================================================*/
.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;
display: flex;
justify-content: center;
}

.owl-dots .owl-dot{

border-radius: 100%;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
background: transparent;
}

.owl-dot span {
background-color: transparent!important;
border: 1px black solid !important;
    width: 13px;
    height: 13px;
border-radius: 50%;
background-color: currentColor;
display: block;
    webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.owl-dots .owl-dot:hover span,.owl-dots .owl-dot.active span{
background-color: black !important;
}

.owl-carousel .owl-nav  button.owl-next, 
.owl-carousel .owl-nav  button.owl-prev{
opacity: 1;
    font-size: 45px;
/*background-color: #ffffff4f;*/
color: black;
border: solid 1px transparent;
}

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

.owl-carousel .owl-nav  button.owl-prev{
left: 10px;
}

.owl-carousel .owl-nav  button.owl-next{
right: 10px;
}


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

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

.owl-carousel .owl-nav  button.owl-next:hover, 
.owl-carousel .owl-nav  button.owl-prev:hover{
/*background-color: white;*/
/*opacity: 0.3;*/
}

.owl-carousel .owl-nav  button.owl-next:hover, 
.owl-carousel .owl-nav  button.owl-prev:hover{
color: #fac015;
}
    
@media (max-width: 991.98px){ 


    .owl-dots .owl-dot {
    height: 23px;
    width: 20px;
    }

    .owl-dots{
    margin-top: 1rem;
    gap: 13px;
    }

    .owl-dot span{
    width: 13px;
    height: 13px;
    }


}

@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;
    display: none;
    }

    .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: 20px;
    width: 20px;
    }

    .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: 0px;
padding-bottom: 0px;
margin: 0 auto;
display: flex;
justify-content: space-between;
}

#top-bar a{
text-decoration: none;
    padding: 7px 5px;
/* margin-left: 1px; */
display: block;
max-width: max-content;
}

#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: 13px;
}

#top-bar a span{
font-size: 13px;
font-weight: 500;
margin-left: 2px;
}

#top-bar a:hover span{
text-decoration: underline;
}

#top-bar .iz {
display: flex;
}

#top-bar .iz a{
    gap: 5px;
}

#top-bar .der a:last-child{
padding-right: 0px;
}

#top-bar .der a{

}

@media (max-width: 991.98px){ 

    #top-bar .iz a:first-child{
    display: none;
    }

}

@media (max-width: 575.98px){

    #top-bar a {
    padding: 4px 4px;
    }

    #top-bar i {
    font-size: 14px;
    }

    #top-bar .iz i {
    font-size: 12px;
    }

    #top-bar a span{
    font-size: 12px;
    margin-left: 0px;
    }

}

/*======================================================
MENÚ
======================================================*/
.navbar{
background-color: white;
padding-top: 9px;
padding-bottom: 9px;
}

.navbar.fixed-top{
box-shadow: 0px -2px 8px 3px #00000029;
}

.navbar .lobocontainer{
display: flex;
justify-content: space-between;
width: 100%;
}

.navbar .logo{
display: flex;
align-items: center;
}

.navbar .logo a{
    padding: 10px 0px;
}

.navbar .logo img{
max-width: 190px;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

.navbar .logo a:hover img{
opacity: 0.5;
}

.navbar .items{
display: flex;
align-items: center;
}

.nav-link {
font-size: 18px;
margin-left: 6px;
    font-weight: 500;
color: #333333;
font-family: "Quicksand", sans-serif;
letter-spacing: 1px;
text-transform: lowercase;
padding: 1.5rem 1rem;
border-top: solid 4px white;
}

.nav-link:focus, .nav-link:hover {
color: #fac015;
background-color: #f6f6f6;
border-top: solid 4px #fac015;
}

.navbar .iconosmenu{
display: flex;
align-items: center;
margin-left: 6px;
/*border-left: solid 1px #e3e2e2;
padding-left: 4px;*/
}

.nav-item.dropdown .dropdown-menu{
border-radius: 0px;
padding: 0px;
border: none;
border-top: solid 4px #fac015;
}

.navbar .iconosmenu>div{
margin-left: 0px;
}

.navbar .iconosmenu >div>a{
padding: 6px 5px;
position: relative;
cursor: pointer;
}

.loginmenu {
height: 19px;
margin-top: -5px;
}

.loginmenu svg {
height: 17px;
}


.loginmenu .usermenusvg{
fill:black;
stroke-width:0px;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

.loginmenu a:hover .usermenusvg{
fill: #fac015;
}
.navbar-toggler svg{
height: 17px;  
margin-top: -3px;
}

.menutooglesvg{
fill:black;
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: #fac015;
top: 0px;
left: 12px;
border-radius: 100%;
font-size: 8px;
padding: 0px 3px;
color: #000000;
text-align: center;
display: flex;
-webkit-box-pack: center;
justify-content: center;
-webkit-box-align: center;
align-items: center;
font-weight: bold;
pointer-events: none;
}

.boton_cesta  svg {
height: 17.5px;
margin-top: -2px;
}

.boton_cesta  .svgcompra{
fill:black;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
stroke-width:0px;
}

.boton_cesta:hover .svgcompra{
fill: #fac015;
}

.dropdown-item{
font-weight: 500;
background-color: #dcdadb;
padding: 12px 15px;
border-bottom: solid 1px #c6c6c6;
/* letter-spacing: 1px;*/
}

.dropdown-item:active {
color: #1e2125;
background-color: #e9ecef;
}

.dropdown-menu  .submenu-right{
top: -2.5px;
left: 99.5%;
}

.dropdown-item.active, .dropdown-item:active{
background-color: #e9ecef;
color: #6f8093;
}
    

.dropdown-menu-right .dropdown-item.tienehijo::after{
display: inline-block;
margin-left: 7px;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid transparent;
border-right: 0;
border-bottom: 0.3em solid transparent;
border-left: 0.3em solid;
vertical-align: 0;
}

.dropdown-toggle::after {
vertical-align: 3px;
border-top: 0.25em solid;
border-right: 0.25em solid transparent;
border-left: 0.25em solid transparent;
display: none;
}

.nav-link i.fa-angle-down {
    margin-left: 5px;
    font-size: 14px;
}

.ultimnivel{
display: block;
width: 100%;
padding: 0.25rem 1rem;
clear: both;
font-weight: 400;
color: #212529;
text-align: inherit;
text-decoration: none;
white-space: nowrap;
background-color: transparent;
border: 0;
font-weight: 500;
}

.ultimnivel:hover{
color: #1e2125;
background-color: #e9ecef;
}

.navbar .itemsmovil{
display: none;
}

.selectoridiomas{
position: relative;   
margin-left: 10px !important;
}

.selectoridiomas > a{
padding-right: 0px;
text-transform: capitalize;
}

.selectoridiomas:before {
content: "";
position: absolute;
left: 0;
top: 11px;
height: 17px;
border-left: 2px solid #d5d5d5;
}

.selectoridiomas .dropdown-menu {
right: 0;
position: absolute;
right: 0px;
left: inherit;
text-align: right;
}

@media (max-width: 991.98px){ 

    .navbar .menu_screen{
    display: none;
    }

    .navbar .itemsmovil{
    display: block;
    width: 100%;
    }

    .navbar-nav{
    padding: 14px 11px;
    padding-bottom: 0px;
    }

    .navbar .itemsmovil .submenu-right.show{
    display: block !important;
    }

    .itemsmovil .dropdown-menu {
    border: none;
    padding: 0px;
    margin-top: -1px;
    margin-bottom: 6px;
    padding-left: 9px;
    }

    .ultimnivel{
    padding: 13px 19px;
    }

    .nav-link {
    font-size: 16px;
    }

    .navbar-nav .itemsmovil .dropdown-item {
    font-size: 16px;
    }

    .navbar-toggler{
    padding-left: 0px;
    }

    .dropdown-item {
    padding: 6px 1rem;
    }

    .navbar {
    padding-top: 6px;
    padding-bottom: 6px;
    }

    .navbar .logo img{
        height: 38px;
    width: inherit;
    }

    .loginmenu svg {
    height: 20px;
    }

    .boton_cesta .bolcantidad {
    top: 0px;
    }

    .boton_cesta svg {
    height: 19px;
    margin-top: -1px;
    }
    
}

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

.top-cart-content{
opacity: 0;
pointer-events: none;
position: absolute;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
right: 5px;
z-index: 9999;
background-color: white;
width: 100%;
max-width: 287px;
box-shadow: 0px 0px 22px -1px #00000021;
border-radius: 8px;
padding: 1rem 1rem;
}

#top-cart.top-cart-open .top-cart-content{   
display: block;
opacity: 1;
pointer-events: all;
}    

.top-cart-content .top-cart-footer>a{
background-color: #52c765;
display: flex;
justify-content: space-between;
padding: 7px 9px;
font-size: 12px;
text-decoration: none;
color: white !important;
font-weight: bold;
margin-top: 10px;
}

.top-cart-content .top-cart-footer>a:hover{
background-color: #3e914c;
}

.top-cart-content  .top-cart-title{
/* text-align: right; */
font-weight: bold;
font-size: 12px;
border-bottom: solid 1px #dfdfdf;
margin-bottom: 3px;
padding-bottom: 3px;
color: #393939;
letter-spacing: -0.5px;
}

.top-cart-content  .top-cart-item{
display: flex;
margin-bottom: 0px;
/* background-color: #f3f3f3; */
text-decoration: none;
color: black;
padding: 10px;
}

.top-cart-content  .top-cart-item:hover{
background-color: #f3f3f3;
}

.top-cart-content  .top-cart-item-image{
width: 20%;
}

.top-cart-content  .top-cart-item-desc{
width: 80%;
}

.top-cart-content  .top-cart-item-desc .contenido {
padding-left: 15px;
}

.top-cart-content  .top-cart-item-desc .contenido .nombre {
font-size: 12px;
font-weight: 700;
line-height: 14px;
letter-spacing: -0.3px;
margin-bottom: 1px;
}

.top-cart-content  .top-cart-item-desc .contenido .otros {
font-size: 11px;
font-weight: 400;
color: #b5b5b5;
}

.top-cart-content  .top-cart-item-desc .contenido .otros span{
font-weight: 500;
margin-left: 4px;
color: #676767;
font-size: 12px;
}

/*======================================================
SLIDE HOME
======================================================*/

/*SLIDE VIDEO *********************/

.slide_home,
.video_slide,
.carrusel_slide{
height: calc(100vh - 91px);
}

.slide_home{
background-repeat: no-repeat;
background-size: cover;

display: flex;
align-items: center;
}

.slide_home .mascdark{
background: #020024;
background: -webkit-linear-gradient(0deg, rgba(2, 0, 36, 0.84) 0%, rgba(30, 99, 112, 0.73) 100%);
background: -moz-linear-gradient(0deg, rgba(2, 0, 36, 0.84) 0%, rgba(30, 99, 112, 0.73) 100%);
background: linear-gradient(0deg, rgba(2, 0, 36, 0.84) 0%, rgba(30, 99, 112, 0.73) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024", endColorstr="#1E6370", 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: left;
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: 700;
font-size: 7rem;
/* letter-spacing: 0.1rem; */
color: #ffffff;
margin-bottom: 1rem;
text-shadow: 0px 0px 6px #ffbe008c;
color: #fac015;
font-family: "Quicksand", sans-serif;
}

.slide_home .titulo span {
font-weight: 300;
}

.slide_home .subtitulo {
font-weight: 400;
font-size: 3rem;
text-align: center;
letter-spacing: 0.5px;
/* text-transform: uppercase; */
color: #ffffff;
line-height: 2rem;
text-shadow: 0px 0px 6px #ffffff80;
}

.slide_home .dobleboton{
align-items: center;
justify-content: center;
margin-top: 3rem;
}

/*SLIDE VIDEO *********************/

.slide_home.slide_home_imagen .contenido {
margin: 0px;
text-align: left;
padding: 0px;
}
    
/*SLIDE CARRUSEL *********************/

.carrusel_slide .owl-stage-outer,
.carrusel_slide .owl-stage,
.carrusel_slide .owl-item,
.carrusel_slide .contenedor{
height: 100%;
}

.carrusel_slide .contenedor{
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}   

.carrusel_slide .mascara{
background-color: #000000ab;
height: 100%;
display: flex;
align-items: center;
}


.carrusel_slide .owl-dots{
opacity: 0.9;
margin-top: -4rem;
margin-bottom: 4rem;
}

.carrusel_slide .owl-dots .owl-dot span{
border: 1px white solid !important;
}

.carrusel_slide .owl-dots .owl-dot:hover span,
.carrusel_slide .owl-dots .owl-dot.active span{
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;*/
}

.fragris{
    background-color: #e7e7e7;
}


.fichaevento{
background: white;
margin-bottom: 1.5rem;
border-radius: 13px;
border: solid 1px #ffffff12;
padding: 40px;
display: flex
;
align-items: center;
justify-content: space-between;
text-decoration: none;
color: black;
}



.fichaevento .campo1{
width: 20%;
color: #000000;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

.fichaevento .campo1 h3,.fichaevento .campo1 h3 p{
margin-bottom: 0px;
font-weight: 500;
font-size: 25px;
display: flex;
gap: 9px;
align-items: center;
/* font-family: "Bebas Neue", sans-serif; */
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
margin-bottom: 0px;
color: #acb4c0;
}

.fichaevento .campo2 {
width: 100%;
text-align: center;
}

.fichaevento .campo2 h4{
margin-bottom: 0px;
font-weight: 200;
font-size: 33px;
display: flex;
gap: 9px;
align-items: center;
justify-content: center;
letter-spacing: -1px;
font-weight: bold;
text-transform: uppercase;
}

.fichaevento .campo2 p{
margin-bottom: 0px;    
}

.fichaevento .campo2 h4 strong{
font-weight: 600;
}

.fichaevento .campo3 {
text-align: right;
color: #acb4c0;
font-weight: 700;
font-size: 17px;
width: 20%;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

.fichaevento .campo3 p{
margin-bottom: 0px;
display: unset;
}

.fichaevento .campo3 i{
color: #fac015;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s 
ease-in-out;
}

.fragblack{
background-color: black;
color: white; 
}

.fichaevento:hover{
opacity: 0,9;
}

.fichaevento:hover .campo1,
.fichaevento:hover .campo3,
.fichaevento:hover .campo3 i{

}


@media (max-width: 1500px) {

    .fichaevento {
    padding: 24px;
    }

    .fichaevento .campo1 h3,.fichaevento .campo1 h3 p {
    font-size: 19px;
    }

    .fichaevento .campo2 h4 {
    font-size: 27px;
    }

    .fichaevento .campo3 a {
    font-size: 26px;
    padding: 7px 19px;
    }

    .slide_home .titulo {
    font-size: 6rem;
    }

    .slide_home .subtitulo {
    font-size: 2.5rem;
    }

}


@media (max-width: 1300px) {

    .slide_home .logo {
    max-width: 17rem;
    }

    .slide_home .titulo {
    font-size: 5rem;
    }

 

    .slide_home .buscador {
    margin-top: 1.7rem;
    }

}
    
@media (max-width: 1200px) {

    .slide_home {
    background-position: left center;
    }

    .slide_home > .container-fluid {
    background-color: #00000096;
    }

    .fichaevento .campo2 h4 {
    font-size: 27px;
    }

    .fichaevento .campo1 h3,.fichaevento .campo1 h3 p {
        font-size: 19px;
    }

    .fichaevento .campo3 {
        font-size: 15px;
    }



    .video_slide {
    position: inherit;
    /* right: 0; */
    /* bottom: 0; */
    width: 100%;
    z-index: inherit;
    object-fit: inherit;
    height: inherit;
    }

    .slide_home_video{
    height: inherit;
    }

}


@media (max-width: 1100px){ 

    .fichaevento .campo1 h3,.fichaevento .campo1 h3 p {
    font-size: 28px;
    }

    .fichaevento .campo2 h4 {
    font-size: 29px;
    font-weight: 300;
    }

    .fichaevento .campo3 a {
    font-size: 20px;
    }
    

}

@media (max-width: 991.98px) {

    .slide_home .titulo {
    font-size: 4rem;
    }

    .slide_home .buscador form {
    position: relative;
    }

    .slide_home .contenido {
    margin-top: 0rem;
    }

    .carrusel_slide .owl-dots{
    margin-top: -3rem;
    margin-bottom: 3rem;
    }

    .fichaevento {
    padding: 24px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    }

    .fichaevento .campo2 h4 {
    font-size: 36px;
    }

    .fichaevento .campo3 {
    font-size: 13px;
    }

     .fichaevento .campo1,.fichaevento .campo3 {
    width: 100%;
    text-align: center;
    display: block;
    }

    .fichaevento .campo1 h3,.fichaevento .campo1 h3 p {
    font-size: 28px;
    display: block;
    }



}
    
@media (max-width: 767.98px) {

     .fichaevento .campo3 a {
    display: block;
    margin-top: 12px;
    font-size: 22px;
    padding: 3px 19px;
    letter-spacing: 1px;
    }

    .fichaevento {
    padding: 24px;
    flex-direction: column;
    gap: 8px;
    }

    .fichaevento .campo2 h4 {
    font-size: 27px;
    }

    .fichaevento .campo1 h3,.fichaevento .campo1 h3 p {
    font-size: 19px;
    }

    .slide_home .titulo {
    font-size: 3.5rem;
    line-height: 3.5rem;
    }

    .slide_home .subtitulo {
    font-size: 2rem;
    }

}


@media (max-width: 575.98px) {


     .fichaevento .campo1 h3,.fichaevento .campo1 h3 p {
    font-size: 17px;
    }

    .fichaevento .campo2 h4 {
    font-size: 23px;
    font-weight: bold;
    }

    .fichaevento {
    margin-bottom: 13px;
    }

    .fichaevento .campo3 a {
    margin-top: 17px;
    }


    .slide_home .titulo {
    font-size: 3rem;
    margin-bottom: 1rem;
    line-height: 3rem;
    }

    .slide_home .logo {
    max-width: 12rem;
    }

    .slide_home .subtitulo {
    line-height: 1.7rem;
    font-size: 1.5rem;
    }

    .slide_home .contenido {
    padding: 15px;
    }

    .slide_home, .video_slide, .carrusel_slide {
    /*height: calc(100vh - 83px);*/
    }

     .carrusel_slide{
    height: calc(100vh - 83px);
    }

    .carrusel_slide .owl-dots{
    margin-top: -38px;
    margin-bottom: 38px;
    }

}

@media (max-height: 430px) {


}
    
/*======================================================
FOOTER
======================================================*/

footer{
background-color: #000000;
padding-top: 1rem;
padding-bottom: 1rem;
z-index: 2;
position: relative;
}

footer .nivel1{
display: flex;
justify-content: space-between;
align-items: center;
padding-top: 1.5rem;
padding-bottom: 1.5rem;
/*padding-left: 20px;
padding-right: 20px;*/
}

footer .nivel1 .itemsmenu a{
text-decoration: none;
color: white;
font-size: 19px;
font-weight: 600;
padding: 11px 10px;
}

footer .nivel1 .itemsmenu a:last-child{
padding-right: 0px;
}

footer .nivel1 a:hover{
color: #fac015;
}       

footer .logofooter img{
max-width: 170px;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

footer .logofooter a:hover img{
opacity: 0.7;
}

footer .nivel2{
display: flex;
justify-content: space-between;
align-items: center;
padding-top: 1rem;
padding-bottom: 1rem;
border-top: solid 1px #222222;
/*padding-left: 20px;
padding-right: 20px;*/
}

footer .nivel2 .redes a{
background-color: #272727;
    padding: 5px 5px;
display: inline-block;
font-size: 15px;
    color: #ffffff;
border-radius: 100%;
width: 30px;
height: 30px;
text-align: center;
margin-right: 4px;
}

footer .nivel2 .redes a:hover{
    background-color: #fac015;
    color: black;
}

footer .datos a{
color: white;
text-decoration: none;
margin-left: 13px;
font-size: 15px;
font-weight: 400;
}

footer .datos a i{
color: #fac015;
margin-right: 3px;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

footer .datos a:hover span{
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

footer .datos a:hover span{
color: #fac015;
}

footer .datos a:hover i{
color: #fac015;
}

.subfooter{
padding: 10px 13px;
padding-bottom: 20px;
background-color: #fac015;
display: block;
z-index: 2;
position: relative;
}

.subfooter>div{
display: flex;
justify-content: space-between;
}

.subfooter a{
text-decoration: none;
font-size: 14px;
margin-right: 12px;
font-weight: 600;
color: black;
}

.subfooter a:hover{
text-decoration: underline;
}

.subfooter .empresa{
text-decoration: none;
font-size: 15px;
font-weight: 400;
}

.float_whatsapp {
position: fixed;
left: 5px;
bottom: 3px;
padding: 10px;
z-index: 2;
}

.float_whatsapp img {
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
max-width: 55px;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

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

@media (max-width: 1850px){ 

}

@media (max-width: 991.98px){ 
    
    .subfooter {
    padding: 30px 13px;
    }

    footer .nivel1,footer .nivel2,.subfooter{
    display: block;
    text-align: center;
    }

    .subfooter>div{
    display: block;    
    }

    footer .nivel1 .itemsmenu{
    margin-top: 29px;
    }

    footer .nivel2 .iconos{
    margin-bottom: 22px;
    margin-top: 6px;
    }

    footer .datos a {
    margin-left: 8px;
    margin-right: 8px;
    font-size: 13px;
    }

    .subfooter a {
    margin-right: 7px;
    margin-left: 7px;
    }

    .subfooter .empresa {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 2px;
    margin-top: 4px;
    }

  

}

@media (max-width: 767.98px){



}

@media (max-width: 575.98px){

    footer .nivel1 .itemsmenu {
    margin-top: 37px;
    }

    footer .logofooter img {
    max-width: 159px;
    }

    footer .nivel1 .itemsmenu a {
    text-decoration: none;
    color: white;
    font-size: 18px;
    font-weight: 500;
    padding: 8px 7px !important;
    /* display: block; */
    margin-bottom: 0px;
    display: inline-block;
    }
    
    footer .datos a {
    margin-left: 8px;
    margin-right: 8px;
    font-size: 15px;
    display: block;
    margin-bottom: 7px;
    padding: 3px 10px;
    }

    footer .nivel2 .iconos {
    margin-bottom: 29px;
    margin-top: 7px;
    }

    footer .datos a i {
    font-size: 16px;
    }

    footer .nivel2 .iconos {
    margin-bottom: 28px;
    margin-top: 12px;
    }

    .subfooter .empresa {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 19px;
    margin-top: 4px;
    }

    .subfooter a {
    text-decoration: none;
    font-size: 14px;
    margin-right: 7px;
    margin-left: 7px;
    display: block;
    margin-bottom: 7px;
    letter-spacing: 0.5px;
    }

    .float_whatsapp img {
    max-width: 49px;
    }

    .float_whatsapp {
    padding: 7px;
    left: 4px;
    bottom: 9px;
    }

}

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

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

.titulo_fragmento{
text-align: center;
    font-size: 2.5rem;
margin-bottom: 3rem;
}

.titulo_fragmento .titulo{
font-weight: bold;
/* background: url(/assets/custom/img/line.png) no-repeat bottom center; */
/* padding-bottom: 17px; */
background-size: 32px;
color: black;
font-size: 2.5rem;
font-family: "Quicksand", sans-serif;
font-weight: bold;
}

.titulo_fragmento p{
margin-bottom: 0px;
margin-top: 13px;
font-size: 17px;
}


.titulo_fragmento .titulo{
font-size: 2.5rem;
}

.fragmentotexto{
text-align: center;
}

.fragmentotexto h2{
font-weight: bold;
/* background: url(/assets/custom/img/line.png) no-repeat bottom center; */
/* padding-bottom: 17px; */
background-size: 32px;
color: black;
font-size: 2.5rem;
font-family: "Quicksand", sans-serif;
font-weight: bold;
margin-bottom: 2rem;
}

.fragmentotexto p{
font-size: 18px;
line-height: 30px;
color: #747474;
}

.fragmentotexto p .boton_standard{
margin: 0 auto;
margin-top: 3rem;
}

.celdas3home{
background-color: #efefef;
}

.celdas3home h3{
font-family: "Quicksand", sans-serif;
font-weight: 700;
margin-top: 1rem;
margin-bottom: 1.5rem;
}

.celdas3home img{
width: 125px;
}

.celdas3home p{
font-size: 16px;
padding: 0px 30px;
}

.margenesfragmentos{
padding-top: 6rem;
padding-bottom: 6rem;
}

.bloqueshome {

}

.bloqueshome .color{
background-color: #fac015;
}

.bloqueshome .textos{
background-color: grey;
}

.bloqueshome .col-xl-6{
text-align: center;
display: flex;
align-items: center;
}

.bloqueshome .contenido{
max-width: 600px;
margin: 0 auto;
padding: 3rem;
}

.bloqueshome .texto img{
margin-bottom: 1rem;
width: 120px;
}

.bloqueshome p .boton_standard{
margin: 0 auto;
margin-top: 2rem;
}

.bloqueshome .texto h3{
font-size: 34px;
margin-bottom: 1rem;
margin-top: 1rem;
}

.bloqueshome .color{
text-align: left;
}

.bloqueshome .color h3{
margin-bottom: 2rem;
font-family: "Quicksand", sans-serif;
font-weight: 800;
}

.bloqueshome .color h4{
font-size: 21px;
font-style: italic;
font-weight: 400;
}

.bloqueshome.azul .color{ 
background-color:  #497799;
}

.bloqueshome.azul p .boton_standard {
background-color: #497799;
border: #497799 solid 2px;
color: white;
}

.bloqueshome.violeta .color{ 
background-color:  #b06687;
}

.bloqueshome.violeta p .boton_standard {
background-color: #b06687;
border: #b06687 solid 2px;

}

.contador_home{
display: flex;
align-items: center;
justify-content: center;
gap: 3rem;
}

.contador_home .casilla{
border: solid 1px #dedede;
padding: 38px 20px 20px 20px;
text-align: center;
width: 25%;
}

.contador_home .casilla p{
font-weight: bold;
margin-bottom: 0px;
font-size: 52px;
font-weight: 400;
color: #fac015;
}

.contador_home .casilla p span{
color: grey;
font-size: 13px;
font-weight: 500;
margin-top: 18px;
display: block;
}

.logoen{
background-color: #fac015;
display: block;
max-width: max-content;
margin: 0 auto;
width: 65px;
padding: 16px;
border-radius: 100%;
border:solid 2px #fac015;
margin-bottom: 15px;
}

.logoen:hover{
background-color: transparent;
}

.fracontacto h2{
color: #fac015;
}

.fracontacto p{
    color: white;
}

.fracontacto p a{
color: #fac015;
font-weight: 700;
}

.fracontacto p a:hover{
color: white;
}

.fragblack{
background-color: black; 
}


.fragblack p{
color: white;
    font-size: 23px;
    line-height: 37px;
    font-weight: 300;
}

.fragblack .fragmentotexto h2,
.fragblack .fragmentotexto p a{
color: #fac015;
}

.titulobanda{
border-left-width: 5px;
border-left-style: outset;
padding-left: 17px;
margin-bottom: 15px;
border-left-color: #FAC015;
border-color: #497799;
}

.titulobanda h2{
color: #FAC015;
font-family: "Quicksand", sans-serif;
font-size: 2.5rem;
font-weight: 600;
}

.textobanda{
border-left-color: #FAC015;
border-left-width: 5px;
border-left-style: outset;
padding-left: 17px;
margin-bottom: 30px;
}

.textobanda p{
color: #747474;
    font-size: 18px;
}

.carrusel_clientes{

} 

.carrusel_clientes img{
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
filter: grayscale(100%);
aspect-ratio: 1 / 1;
object-fit: contain;
object-position: center;
}

.carrusel_clientes a:hover img{
  filter: grayscale(0%);
}


.fichasazules {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 25px;
}

.fichazul{
background-color: #497799;
display: block;
display: flex;
align-items: center;
padding: 26px 15px;
gap: 14px;
text-decoration: none;
text-align: left;
border-radius: 10px;
}

.fichazul img{
aspect-ratio: 1 / 1;
background-color: #fac015;
border-radius: 100%;
padding: 9px;
width: 48px;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

.fichazul span{
color: white;
font-family: "Quicksand", sans-serif;
font-weight: 500;
font-size: 19px;
line-height: 26px;
}

.fichazul:hover{
background-color: #fac015;
}

.fichazul:hover img{
background-color: #497799;
}

.fichazul:hover span{
color: #497799;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}




.paginafichaart{
display: flex;
gap: 50px;
}

.paginafichaart .infofija{
    width: 40%;
}

.paginafichaart .infofija .contenido{
position: sticky;
top: 105px;
}

.paginafichaart .cuerpoficha{
width: 60%;
}

.paginafichaart .infofija .contenido h1{
font-family: "Quicksand", sans-serif;
font-weight: 800;
font-size: 4rem;
margin-top: 5px;
margin-bottom: 17px;
}

.paginafichaart .infofija .contenido h2{
margin-bottom: 0px;
color: #ffc50f;
}

.paginafichaart .infofija .contenido h3{
font-family: "Quicksand", sans-serif;
font-weight: 400;
margin-bottom: 20px;
}

.paginafichaart .infofija .compartir{
border-top: solid 1px #e0e0e0;
padding-top: 12px;
margin-top: 2rem;
}

.paginafichaart .infofija .compartir p{
margin-bottom: 8px;
font-weight: bold;
}

.paginafichaart .infofija .botoncomprar{
display: block;
/* background-color: red; */
width: max-content;
padding: 10px;
padding-left: 0px;
display: flex;
/* align-items: center; */
gap: 7px;
color: #497799;
font-weight: bold;
font-size: 20px;
text-decoration: none;
}

.paginafichaart .infofija .botoncomprar i{
background-color: #497799;
color: white;
aspect-ratio: 1 / 1;
width: 36px;
height: 36px;
display: flex;
align-items: center;
justify-content: center;
padding: 5px;
font-size: 19px;
border-radius: 100%;
}

.paginafichaart .infofija .botoncomprar:hover{
color:#ffc50f;
}

.paginafichaart .infofija .botoncomprar:hover i{
background-color: #ffc50f;
}

.paginafichaart .cuerpoficha .imagencuerpoficha{
margin-bottom: 2rem;
}

.cajalogos{
display: flex;
flex-wrap: wrap;
}

.cajalogos a{
display: block;
}

.cajalogos a img{
aspect-ratio: 1 / 1;
    width: 145px;
object-fit: contain;
border: solid 1px #eeeeee;
margin-left: 0px;
padding: 12px;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

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


.paginafichaart .cuerpoficha table th {
font-size: 19px;
padding: 10px;
}
.paginafichaart .cuerpoficha table td {
font-size: 17px;
padding: 14px 10px;
}


.casilla_zoom{
height: 350px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
color: #fff;
text-decoration: none;
background-size: 100%;
background-position: center;
background-repeat: no-repeat;
transition: background-size .6s ease;
padding: 40px;
}

.casilla_zoom img{
width: max-content;
}

.casilla_zoom:hover{
background-size:110%;
color: white;
}

.casilla_zoom h2{
font-family: "Quicksand", sans-serif;
margin-bottom: 10px;
margin-top: 10px;
font-size: 3rem;
}

.casilla_zoom p{
font-size: 18px;
}

.casilla_zoom .contenido{
padding:40px;
}

@media (max-width: 1500px){ 

    .paginafichaart .infofija .contenido h1 {
    font-size: 3rem;
    }

    .paginafichaart .infofija .contenido h2 {
    font-size: 1.7rem;
    }

    .paginafichaart .infofija .contenido h3 {
    font-size: 1.4rem;
    }

}

@media (max-width: 991.98px){ 

    .contador_home {
    gap: 1rem;
    flex-direction: column;
    }

    .contador_home .casilla {
    padding: 30px 20px 20px 20px;
    max-width: 306px;
    width: 100%;
    }

    .contador_home .casilla p {
    font-size: 52px;
    }

    .fichasazules {
    display: flex;
    flex-direction: column;
    }

    .fichazul span {
    font-size: 16px;
    line-height: 24px;
    }

    .casilla_zoom {
    margin-bottom: 2rem;
    }


}

@media (max-width: 767.98px){


    .titulo_fragmento .titulo{
    font-size: 2rem;
    }

    .paginafichaart{
     display: block;   
    }

    .paginafichaart .infofija ,
    .paginafichaart .cuerpoficha {
    width: 100%;
    }

    .paginafichaart .infofija .contenido {
    position: inherit;
    }


}


@media (max-width: 575.98px){

    .casilla_zoom {
    height: max-content;
    background-size: cover;
    }

    .paginafichaart .cuerpoficha table th {
    font-size: 17px;
    padding: 7px;
    }

    .paginafichaart .cuerpoficha table td {
    font-size: 15px;
    padding: 9px 10px;
    }

    .paginafichaart .infofija .contenido h1 {
    font-size: 2.5rem;
    }

    .paginafichaart .infofija .contenido h2 {
    font-size: 1.4rem;
    }

    .paginafichaart .infofija .contenido h3 {
    font-size: 1.2rem;
    margin-bottom: 12px;
    }

    .paginafichaart .infofija .botoncomprar {
    padding: 10px;
    font-size: 17px;
    padding-left: 0px;
    }

    .paginafichaart .infofija .botoncomprar i {
    width: 25px;
    height: 25px;
    padding: 2px;
    font-size: 13px;
    }

    .paginafichaart .infofija .compartir {
    margin-top: 1rem;
    }

    .paginafichaart .infofija, .cuerpoficha .infofija {
    margin-bottom: 2rem;
    }
    
    .titulobanda h2 {
    font-size: 2rem;
    }

    .textobanda p {
    font-size: 16px;
    }

    
    .titulobanda,.textobanda{
    border-left-width: 5px;
    border-left-style: outset;
    padding-left: 11px;
    }

    .titulo_fragmento {
    margin-bottom: 2rem;
    }

    .margenesfragmentos{
    padding-top: 4rem;
    padding-bottom: 4rem;
    }

    .fragmentotexto h2{
    font-size: 2rem;
    }

    .fragmentotexto p {
    font-size: 16px;
    line-height: 26px;
    }   

    .celdas3home p{
        font-size: 15px;
    }

    .celdas3home .col-lg-4{
    margin-bottom: 3rem;
    }

    .celdas3home img {
    width: 99px;
    }

    .bloqueshome .contenido {
    padding: 3rem 1rem;
    }

    .bloqueshome .texto img {
    width: 92px;
    }

    .bloqueshome .texto h3 {
    font-size: 30px;
    }

    .bloqueshome .color h4 {
    font-size: 15px;
    }

    .bloqueshome .color {
    text-align: center;
    }

}

/*======================================================
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: #000000b8;
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
color: white;
text-decoration: none;

}

.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(4, 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;
justify-content: flex-start;
}

.div_articulo .foto{
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;
position: relative;
z-index: -3;
aspect-ratio: 1 / 1;
}

.div_articulo a:hover .foto{
opacity: 0.5;
}

.ficha_seccion .titulo{
font-size: 25px;
font-weight: 500;
margin: 0px;
text-shadow: 0px 0px 12px #0000009e;
font-family: "Quicksand", sans-serif;
font-weight: 600;
    text-align: center;
    color: #fac015;
}

.div_articulo p.titulo{
text-align: left;
margin-top: 18px;
font-size: 21px;
line-height: 19px;
margin-bottom: 11px;
font-weight: 700;
font-family: "Quicksand", sans-serif;
}

.div_articulo .precio{
display: flex;
width: 100%;
align-items: center;
flex-direction: unset;
/* padding: 0px 15px; */
gap: 7px;
font-family: "Quicksand", sans-serif;
}

.div_articulo .precio .preciosin{
font-size: 21px;
font-weight: 700;
color: #fac015;
margin-top: -4px;
font-family: "Quicksand", sans-serif;
}

.div_articulo .precio .old{
color: #a5a5a5;
font-weight: 500;
text-decoration: line-through;
font-size: 16px;
font-family: "Quicksand", sans-serif;
}

.div_articulo>a:hover{
    
}

.div_articulo .etiqueta_descuento{
background-color: black;
color: white;
font-size: 18px;
padding: 9px;
padding-top: 16px;
padding-bottom: 6px;
max-width: max-content;
height: max-content;
position: absolute;
right: 8px;
font-weight: bold;
top: 0px;
}

.div_articulo .etiqueta_descuento span{
font-size: 14px;
font-weight: 500;
margin-left: 2px;
}

.div_articulo .etiqueta_new {
position: absolute;
left: 0px;
top: 0px;
}

.div_articulo .etiqueta_new {
width: 66px;
}

.etiqueta_destacado{
position: absolute;
bottom: 10px;
/* background-color: black; */
width: 100%;
text-align: center;
}

.etiqueta_destacado span{
background-color: #ffbe4d;
color: white;
padding: 5px 23px;
display: block;
max-width: max-content;
margin: 0 auto;
font-weight: 600;
font-size: 11px;
letter-spacing: 0.5px;
border-radius: 23px;
}

.losresultados{
justify-content: space-between;
display: flex;
padding: 7px 3px;
font-size: 13px;
margin-top: -2rem;
margin-bottom: 2rem;
border-bottom: solid 1px #e3e3e3;
}

.losresultados p {
margin-bottom: 0px;
color: #292929;
font-weight: 500;
}



@media (max-width: 1500px){ 

    .listadosecciones {
    gap: 30px;
    }

    .listadoarticulos {
    grid-template-columns: repeat(4, 1fr);
    }

    .losresultados {
    margin-top: -2rem;
    margin-bottom: 2rem;
    }

}

@media (max-width: 991.98px){ 

    .listadosecciones {
    grid-template-columns: repeat(2, 1fr);
    }

    .ficha_seccion {
    height: 300px;
    }



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

    .ficha_seccion .titulo {
    font-size: 22px;
    }

}

@media (max-width: 575.98px){

    .ficha_seccion .titulo {
    font-size: 23px;
    }

    .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
======================================================*/

.partsupart{
margin-bottom: 5rem;
}

.ariadna_articulos {
background-color: #fac015;
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: black;
font-weight: 500;
font-size: 12px;
text-decoration: none;
}

.breadcrumb > li a:hover,
.breadcrumb.ariadna_articulo .slctd a:hover {
color: black;
text-decoration: underline !important;
}

.breadcrumb > li::before {
color: #23262a;
padding-right: 6px;
padding-left: 7px;
content: "\f105";
font-size: 12px;
}

.breadcrumb > li.slctd a,
.breadcrumb.ariadna_articulo li:last-child a {
color: #23262a;
font-weight: 700;
font-size: 12px;
}

.breadcrumb-item.active {
color: #23262a;
font-weight: 900;
}

.atras_articulo .breadcrumb {
text-align: left;
}

.atras_articulo .breadcrumb a {
font-size: 1rem;
color: #23262a;
font-weight: 900;
}

.atras_articulo .breadcrumb a i {
font-size: 0.8rem;
}

.atras_articulo .breadcrumb a:hover {
opacity: 0.4;
}

.imagenes_articulo{
height: max-content;

}

.ficha_articulo {
padding-top: 2rem;
}

.ficha_articulo >div{
padding: 0rem 0rem;
height: max-content;
position: sticky;
top: 130px;
}

.ficha_articulo .titulo {
letter-spacing: 0px;
/* font-size: 3rem; */
border-bottom: solid 1px #e3e3e3;
margin-bottom: 1rem;
padding-bottom: 1rem;
font-weight: 600;
font-family: "Quicksand", sans-serif;
font-size: 3rem;
}

.ficha_articulo .categoria {
font-weight: 500;
font-size: 0.9rem;
}

.ficha_articulo .categoria a {
color: blacke3;
font-weight: 400;
}

.ficha_articulo .categoria a strong {
color: black;
}

.ficha_articulo .categoria .circulo {
font-weight: 900;
color: #fac015;
font-size: 1.4rem;
}

.ficha_articulo .categoria a:hover {
color: #fac015;
text-decoration-color: black !important;
}

.ficha_articulo .resumen{
margin-top: 0rem;
}

.ficha_articulo .resumen p {
font-weight: 400;
letter-spacing: 0;
/* line-height: 18px; */
margin-bottom: 19px;
font-size: 17px;
}

.ficha_articulo .resumen p strong {

/* font-weight: 400;*/
}

.ficha_articulo .detalles{
margin-top: 2rem;
border: solid 1px black;
padding: 1rem;
border-radius: 3px;
}

.ficha_articulo .detalles p{
margin-bottom: 0;
font-size: 12px;
}

.ficha_articulo .arti-price {
padding: 0px;
margin-bottom: 0rem;
display: inline-block;
color: #fac015;
font-weight: 700;
font-size: 3rem;
display: flex;
align-items: center;
/*flex-direction: row-reverse;*/
width: max-content;
margin-bottom: 1rem;
gap: 12px;


}

.ficha_articulo .arti-price span{
font-family: "Quicksand", sans-serif;
}

.ficha_articulo .arti-price del {
color: #909090;
font-size: 2rem;
/* font-style: italic; */
font-weight: 400;
letter-spacing: 0;
text-decoration: line-through;
}


.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 black 1px; */
/* border: solid black 1px; */
width: 30px;
height: 30px;
/* border-radius: 100%; */
background-color: transparent;
color: #000000;
line-height: 26px;
    border-radius: 0px;
background-color: #f2f2f2;
}


.ficha_articulo .cantidad_selector .qty {
background-color: transparent;
border: none;
color: #000000;
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: #fac015;
color: #000000;
border-color: #fac015;
}

.ficha_articulo .cantidad {
/*margin-top: 15px;*/
}

.boton_comprar {
border: none;
padding: 10px 21px;
font-weight: 400;
color: #ffffff;
letter-spacing: 0.1rem;
/* text-transform: uppercase; */
font-size: 15px;
background-color: #60cf82;
letter-spacing: 0px;
font-weight: bold;
border-radius: 5px;
}

.boton_comprar:hover {
opacity: 0.8;
}

.boton_comprar.descmol{
    text-decoration: none;
    background-color: #fac015;
    color: black;
        text-align: center;
}

.ficha_articulo .anadir_cesta {
margin-top: 2rem;
gap: 1rem;
display: flex;
}

.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 black solid;
border-radius: 20px;
}

#sync1 .owl-dots .owl-dot.active {
background-color: black;
}

#sync1 .owl-dots .owl-dot:hover {
background-color: #fac015;
border-color: #fac015;
}

#sync1 .owl-nav button.owl-next,
#sync1 .owl-nav button.owl-prev {
border: solid 2px black;
color: black;
}

#sync1 .owl-nav button.owl-prev {
left: -70px;
}

#sync1 .owl-nav button.owl-next {
right: -70px;
}

#sync1 .owl-nav button:hover {
background-color: #fac015;
border-color: #fac015;
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: cover;
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: #fac015;
}

#sync2 .owl-nav button.owl-next {
right: -30px;
color: #fac015;
}

#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: cover;
}

.ficha_articulo .descripcion_articulo {
margin-top: 2rem;
}

.descripcion_articulo > div > button {
border-radius: 0px;
display: block;
width: 100%;
display: flex !important;
justify-content: space-between;
text-decoration: none;
border-bottom: solid 1px black;
color: black;
padding: 8px !important;
font-weight: bold;
font-size: 14px;
}

.descripcion_articulo .contenido-collapse{
border: solid 1px black;
padding: 1rem; 
}

.descripcion_articulo .icono-flecha{
font-size: 1rem;
transition: transform .25s ease;
display: inline-block;
will-change: transform;
}

.descripcion_articulo .icono-flecha.activa{
transform: rotate(180deg);
}


.descripcion_articulo .icono-flecha {
display: inline-block;
font-size: 15px;
transition: transform 0.25s ease;
}

.descripcion_articulo .icono-flecha.activa {
transform: rotate(180deg);
}

.descripcion_articulo .contenido-collapse h2,
.descripcion_articulo .contenido-collapse h3,
.descripcion_articulo .contenido-collapse h4,
.descripcion_articulo .contenido-collapse h5 {
margin-bottom: 14px;
}

.descripcion_articulo .contenido-collapse h2 {
font-size: 20px;
font-weight: bold;
}

.descripcion_articulo .contenido-collapse p {
margin: 0;
text-align: left;
line-height: 18px;
font-size: 12px;
margin-bottom: 11px;
}

.ficha_articulo .descripcion_articulo p {
text-align: left;
line-height: 18px;
font-size: 12px;
}


.ficha_articulo .campo_seleccion .nombre {
font-weight: bold;
color: black;
font-style: inherit;
margin-right: 5px;
}

.ficha_articulo .campo_seleccion select {
background-color: black;
color: #fac015;
font-size: 0.9rem;
padding: 2px 6px;
}

.ficha_articulo .campo_seleccion.medidas label {
font-style: inherit;
color: black;
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,
.ficha_articulo .campo_seleccion input{ 
background-color: #ffffff;
color: #282828;
font-size: 1.1rem;
padding: 10px 10px;
width: max-content;
border-color: #ababab;
width: 100%;
cursor: pointer;
border: solid 1px #ababab;
}

.ficha_articulo .campo_seleccion input::placeholder{
 font-style: italic;   
}

.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: black;
font-weight: bold;
font-style: inherit;
margin-bottom: 6px;
font-size: 15px;
}

.ficha_articulo .campo_seleccion {
margin-bottom: 20px;
}


.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:black;
border-color: black;
background-color: white;
}


.gridcomplem {
display: grid
;
grid-template-columns: repeat(8, 1fr);
gap: 3px;
}

.gridcomplem .campocolor {
position: relative;
cursor: pointer;
}

.gridcomplem .minicolor {
object-fit: cover;
width: 100%;
height: 48px;
}

.gridcomplem .campocolor input[type="radio"] {
display: none; 
}

.gridcomplem .campocolor input[type="radio"]:checked + img {
border: 3px solid #000; 
}

.gridcomplem .campocolor img {
border: 3px solid transparent;
transition: border 0.3s;
}

/* preview más cerca */
.gridcomplem .campocolor .preview {
  position: absolute;
  top: -197px;
  left: 50%;
  transform: translateX(-50%);
  width: 191px;
  background: #fff;
  border-radius: 1px;
  padding: 6px;
  text-align: center;
  box-shadow: 0 4px 10px rgb(0 0 0 / 20%);
  pointer-events: none;
  z-index: 10;

  /* oculto por defecto */
  opacity: 0;
  visibility: hidden;

  /* transición solo en la aparición */
  transition: opacity 0.25s ease-in;
}


.gridcomplem .campocolor .preview img {
width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}

.gridcomplem .campocolor .preview p {
margin: 5px 0 6px 0px;
font-size: 13px;
color: #000000;
text-transform: capitalize;
font-weight: 500;
}

/* al hacer hover, mostrar con fundido */
.gridcomplem .campocolor:hover .preview {
opacity: 1;
visibility: visible;
transition: opacity 0.25s ease-in;
}


.custom-check{
display: flex
;
align-items: center;
padding-left: 1.5em;
margin-bottom: 10px;
margin-bottom: 5px;
}


.custom-check .form-check-input {
appearance: none;
-webkit-appearance: none;
width: 15px;
height: 15px;
border: 2px solid #888;
border-radius: 0;
background-color: #fff;
display: inline-block;
position: relative;
cursor: pointer;
transition: all 0.2s 
ease;
margin-right: 6px;
margin-bottom: 0px;
}

/* CHECK ACTIVO */
.custom-check .form-check-input:checked {
background-color: #000;
border-color: #000;
}

/* TICK BLANCO */
.custom-check .form-check-input:checked::after {
/*content: "✔";*/
color: #fff;
position: absolute;
top: 0;
left: 3px;
font-size: 14px;
line-height: 18px;
}

/* LABEL GRIS SI NO ESTÁ MARCADO */
.custom-check .form-check-label {
color: #696969 !important;
font-weight: 500;
cursor: pointer;
user-select: none;
transition: color 0.2s 
ease;
font-size: 13px;
    padding-top: 5px;
}

/* LABEL NEGRO SI ESTÁ MARCADO */
.custom-check .form-check-input:checked + .form-check-label {
color: #000 !important;
}

/* HOVER SUAVE */
.custom-check .form-check-input:hover {
border-color: #555;
}

.form-check-input:focus {
border-color: inherit;
outline: 0;
box-shadow: none;
}

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

.pestanasart{
    margin-bottom: 5rem;
}

.pestanasart .tab-content{
background-color: #f7f7f7;
}


.tabsarticulo .nav-link{
padding: 15px 20px;
background-color: white;
margin: 0px;
border: solid 1px #ffffff;
background-color: #ffffff;
border-bottom: solid 1px white;
font-size: 14px;
font-weight: 700;
color: #00000061;
}

.tabsarticulo .nav-item.show .nav-link, 
.tabsarticulo .nav-link.active{
border: solid 1px #dee2e6;
padding: 15px 20px;
background-color: #f7f7f7;
color: #000000;
/* border-bottom: solid 1px white; */
background-color: #f2f2f2;
}

.pestanasart .tab-content h2{
font-family: "Quicksand", sans-serif;
font-size: 2rem;
font-weight: 800;
margin-top: 1rem;
border-left: solid #497799 5px;
padding-left: 9px;
margin-left: 0px;
color: #fac015;
}

.pestanasart .tab-content p{
font-size: 18px;
font-family: "Quicksand", sans-serif;
margin-bottom: 2rem;
margin-top: 1rem;
font-weight: 500;
border-left: solid #fac015 5px;
padding: 10px;
margin-left: 0px;
}

.pestanasart table{
margin: 0px;
font-size: 17px;
padding: 22px;
}


.pestanasart table tr:last-child th,
.pestanasart table tr:last-child td{
border-bottom: none;
}

.responsive-video { 
position: relative;
padding-bottom: 56.25%;
padding-top: 0px;
overflow: hidden;
}

.responsive-video iframe, .responsive-video object, .responsive-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

@media (max-width: 1500px) {
    .ficha_articulo .titulo {

    }

    .atras_articulo {
    display: none;
    }

    .partsupart {
    margin-bottom: 6rem;
    }

}

@media (max-width: 991.98px) {

    .ficha_articulo .anadir_cesta {
    flex-direction: column;
    gap: 10px;

    }

    .pestanasart .tab-content h2 {
    font-size: 1.8rem;
    }

    .pestanasart .tab-content p {
    font-size: 14px;
    }

    .tabsarticulo .nav-link,
    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    padding: 12px 16px;
    }

    .pestanasart .tab-content {
    background-color: white;
    }


    .partsupart {
    margin-bottom: 5rem;
    }

    .breadcrumb {
    padding: 5px 15px;
    }

    #sync1 {
    max-width: 100%;
    }

    #sync1 .owl-nav button.owl-prev {
    left: 0px;
    }

    #sync1 .owl-nav button.owl-next {
    right: 0px;
    }

    .gridcomplem .minicolor {
    height: 63px;
    }

    .gridcomplem {
    grid-template-columns: repeat(10, 1fr);
    gap: 3px;
    }

    .ficha_articulo {
    padding-top: 1rem;
    }

    .ficha_articulo .titulo {
    font-size: 2.5rem;
    /* margin-bottom: 0.5rem; */
    padding-bottom: 0.5rem;
    }

    .ficha_articulo .resumen p {
    font-size: 16px;
    margin-bottom: 3px;
    }

    .ficha_articulo .arti-price {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    }

    .ficha_articulo .arti-price del {
    font-size: 1.5rem;
    }

    .ficha_articulo .detalles {
    margin-top: 1.5rem;
    }

    .imagenes_articulo {
    top: 25px;
    }

}

@media (max-width: 767.98px) {
    #sync1 .owl-nav {
    display: none;
    }

    .descripcion_articulo div {
    margin-top: 1rem;
    margin-bottom: 4rem;
    }

    .gridcomplem .minicolor {
    height: 65px;
    }

    .gridcomplem {
    grid-template-columns: repeat(7, 1fr);
    gap: 3px;
    }

    #sync1.owl-carousel .owl-item img {
    border-radius: 0px;
    }

    .imagenes_articulo {
    position: inherit;
    }

}

@media (max-width: 575.98px) {

    .tabsarticulo .nav-link, .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    padding: 10px 13px;
    font-size: 12px;
    letter-spacing: 0.5px;
    }

    .pestanasart .tab-content p{
    font-size: 15px;
    border-left: none;
     padding: 0px;
    margin-left: 0px; 
    }

    .pestanasart table {
    margin: 0px;
    font-size: 15px;
    padding: 10px;
    }

    .pestanasart {
    margin-bottom: 4rem;
    margin-top: 3rem;
    }

    .pestanasart .tab-content {
    background-color: white;
    padding: 13px !important;
    }

    .partsupart {
        margin-bottom: 0rem;
    }

    .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: 1rem;
    }

    .gridcomplem {
    grid-template-columns: repeat(5, 1fr);
    }

    .gridcomplem .minicolor {
    height: 52px;
    }

    .boton_comprar {
    width: 100%;
    }

}

    


/*======================================================
BUSCADOR
======================================================*/
.informacion_busquedas{
text-align: center;
margin-bottom: 3rem;
margin-top: -3rem;
}

.informacion_busquedas .termino span{
font-style: italic;
}

.informacion_busquedas .termino span{
margin-left: 3px;
margin-right: 3px;
}

.buscador_menu_movil{
display: none;    
}

@media (max-width: 575.98px){
    
    .buscador_menu{
    display: none;   
    }

    .buscador_menu_movil{
    display: block;     
    }
    
    .informacion_busquedas {
    margin-top: 0rem;
    }
    
}

/*======================================================
GOT TO TOP
======================================================*/
#back2Top {
width: 47px;
line-height: 40px;
overflow: hidden;
z-index: 999;
display: none;
cursor: pointer;
position: fixed;
text-align: center;
font-size: 30px;
text-decoration: none;
bottom: 8px;
right: 13px;
color: #5e5e5e;
background-color: #b3b3b3;
opacity: 0.4;
border-radius: 100%;
}

#back2Top span{
padding-top: 2px;
margin-top: 0px;
height: 47px;
font-size: 14px;
display: block;
}

#back2Top:hover {
opacity: 1;
}

@media (max-width: 575.98px) {
    #back2Top {
      display: block;
      right: 12px;
      bottom: 9px;
    }
  }
  
  
/*======================================================
GALERIAS y ÁLBUMES
======================================================*/

.carruselgaleria img{
height: 400px;
object-fit: cover;
object-position: center;
}

.ordenar_galeria{
-webkit-column-count: 3; 
-moz-column-count: 3; 
column-count: 3;	
}	

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

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

.aridandagaleria {
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
padding: 0px 10px;
/* border-bottom: solid 1px black; */
    background-color: #dedede;
}

.aridandagaleria a{
text-decoration: none;
padding: 9px 2px;
}

.aridandagaleria span{
color: black;
}

.aridandagaleria .separador{
margin-right: 4px;
}


@media (max-width: 1800px){

    .carruselgaleria img {
    height: 350px;
    }

}

@media (max-width: 1500px){

    .carruselgaleria img {
    height: 300px;
    }

}

@media (max-width: 991.98px){ 

    .carruselgaleria img {
    height: 280px;
    }

}


@media (max-width: 575.98px){

    .ordenar_galeria {	
    -webkit-column-count: 1; 
    -moz-column-count: 1; 
    column-count: 1;
    }
}





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

.pagina_noticia{
display: flex;
column-gap: 30px;
justify-content: space-evenly;
}

.volver_blog{
margin-top: -2rem;
margin-bottom: 2rem;
}

.sidebar_blog{
width: 370px;
background-color: black;
height: max-content;
position: sticky;
top: 105px;
padding: 30px 25px;
color: white;
}

.sidebar_blog h4{
margin-bottom: 20px;
font-weight: 600;
text-align: center;
color: #fac015;
font-family: "Quicksand", sans-serif;
font-weight: 700;
}

.sidebar_blog a{
color: white;
margin-bottom: 26px;
display: block;
text-decoration: none;
}

.sidebar_blog a:hover{
color: #ffffff78;
}

.sidebar_blog .textos{
padding-top: 12px;
}

.sidebar_blog h5{
font-size: 16px;
font-weight: 700;
margin-bottom: 3px;
font-family: "Quicksand", sans-serif;
}

.sidebar_blog p{
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
margin-bottom: 0px;
font-size: 12px;
font-weight: 400;
color: #ffffff96;
}

.sidebar_blog img{
height: 120px;
width: 100%;
object-fit: cover;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

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

.sidebar_blog >a:last-child{
margin-bottom: 0px;    
}

.cuerponoticia {
width: 100%;
max-width: 1000px;
}

.cuerponoticia .imagen_principal_noticia {
margin-bottom: 2rem;
    width: 100%;
}

.cuerponoticia .resumen_noticia {
font-size: 1.4rem;
font-weight: 600;
margin-bottom: 2rem;
}

.cuerponoticia .resumen_noticia p{
font-family: "Quicksand", sans-serif;
font-weight: 700;
}

.cuerponoticia .fecha{
margin-bottom: 8px;
color: #000000;
font-family: "Quicksand", sans-serif;
font-weight: 900;
color: #fac015;
}

.cuerponoticia ul{
margin-top: 2rem;
margin-bottom: 2rem;
padding-left: 1rem;
}

.cuerponoticia li{
margin-bottom: 1rem;
}

.cuerponoticia p img{
margin-top: 1rem;
margin-bottom: 1rem;
width: 100%;
}

.cuerponoticia p a{
font-weight: bold;
}

.cuerponoticia .compartir_noticia{
border-top: solid 1px #c5c5c5;
margin-top: 3rem;
padding-top: 1rem;
}

.cuerponoticia .compartir_noticia h6{
margin-bottom: 1.1rem;
font-weight: bold;
}

@media (max-width: 1500px){ 

    .sidebar_blog {
    width: 300px;
    }

    .sidebar_blog h4 {
    font-size: 18px;
    }

    .sidebar_blog h5 {
    font-size: 14px;
    margin-bottom: 2px;
    }

    .sidebar_blog a {
    margin-bottom: 19px;
    }

}

@media (max-width: 1200px){ 

    .sidebar_blog {
    width: 250px;
    padding: 25px 19px;
    }

    .pagina_noticia {
    column-gap: 17px;
    }

    .sidebar_blog img {
    height: 85px;
    }

    .sidebar_blog h5 {
    font-size: 12px;
    }

    .sidebar_blog h4 {
    font-size: 16px;
    }

}

@media (max-width: 850px){

    .pagina_noticia {
    display: block;
    padding: 0px;
    }

    .sidebar_blog{
    margin-top: 2rem;
    width: 100%;
    }

    .sidebar_blog h4 {
    font-size: 21px;
    text-align: left;
    margin-bottom: 2rem;
    }

    .sidebar_blog img {
    height: 226px;
    }

    .sidebar_blog h5 {
    font-size: 15px;
    }

    .sidebar_blog a {
    margin-bottom: 30px;
    }
    
}

@media (max-width: 575.98px){

    .cuerponoticia .resumen_noticia {
    font-size: 16px;
    margin-bottom: 1rem;
    }

    .cuerponoticia .imagen_principal_noticia {
    margin-bottom: 1rem;
    }

    .sidebar_blog {
    margin-top: 3rem;
    }

    .sidebar_blog img {
    height: 122px;
    }

    .sidebar_blog h4 {
    font-size: 19px;
    margin-bottom: 1.5rem;
    }

    .sidebar_blog a {
    margin-bottom: 22px;
    }

    .resumen_noticia p,.sidebar_blog h4{
    font-weight: bold;
    }

}

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

.paginablog{
display: flex;
column-gap: 30px;
}

.listadonoticias{
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 70px 30px;
}

.ficha_blog>a{
text-decoration: none;
display: block;
box-shadow: 0px 0px 13px 0px #0000001c;
color: inherit;
height: 100%;
border: solid 1px #f7f7f7;
background-color: white;
}

.ficha_blog img{
width: 100%;
height: 210px;
object-fit: cover;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

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

.ficha_blog .fecha{
font-size: 13px;
color: black;
margin-bottom: 7px;
font-family: "Quicksand", sans-serif;   
}

.ficha_blog h3{
font-weight: bold;
font-size: 22px;
margin-bottom: 8px;
font-family: "Quicksand", sans-serif;
}

.ficha_blog p{
font-size: 13px;
margin-bottom: 21px;
height: 63px;
overflow: hidden;
line-height: 23px;
}

.ficha_blog .enlace{
font-size: 15px;
font-weight: bold;
margin-top: 38px;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
font-family: "Quicksand", sans-serif;
font-weight: bold;
}

.ficha_blog>a:hover{
color: inherit;    
}

.ficha_blog>a:hover .enlace{
color: #c5c5c5;    
}

.ficha_blog>a:hover img{
opacity: 0.7; 
}

.paginadorblog{
margin-top: 9rem;
display: flex;
justify-content: center;
column-gap: 16px;
}

.paginadorblog i{
webkit-transition: all 0s ease-in-out;
-o-transition: all .0s ease-in-out;
transition: all .0s ease-in-out;
font-size: 11px;
padding: 3px;
}

.bloghome{
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 0px 60px;
}


@media (min-width: 1500px){ 

    .ficha_blog img {
    height: 260px;

    }

}

@media (max-width: 1500px){ 

    .ficha_blog .contenedor {
    padding: 2rem 1rem;
    }

    .paginadorblog {
    margin-top: 5rem;
    }

    .bloghome{
    gap: 0px 30px;
    }

    .listadonoticias{
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    }

}

@media (max-width: 1350px){ 

    .ficha_blog .contenedor {
    padding: 1rem 1rem;
    }

}

@media (max-width: 1200px){ 

    .ficha_blog .contenedor {
    padding: 1rem 1rem;
    }

    .listadonoticias{
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 30px;
    }

}

@media (max-width: 991.98px){ 

    .paginadorblog {
    margin-top: 3rem;
    }

}

@media (min-width:850px){ 

    .ficha_blog>a {
    /*max-height: 500px;*/
    }

}

@media (max-width:850px){ 
 
    .paginablog {
    display: block;
    }

    .listadonoticias{
    margin-bottom: 4rem;
    }
    
    .bloghome {
    grid-template-columns: repeat(2, 1fr);
    }

}

@media (min-width:575.98px) and (max-width:850px){

    .bloghome>div:last-child{
    display: none;    
    }

}

@media (max-width:750px){ 

    .listadonoticias {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px 15px;
    }

}

@media (max-width: 575.98px){

    .listadonoticias {
    display: block;
    margin-bottom: 0rem;
    }

    .ficha_blog {
    margin-bottom: 2rem;
    }

    .ficha_blog p{
    height: inherit;
    overflow: inherit;
    }

    .ficha_blog .enlace{
    margin-top: 10px;
    margin-bottom: 10px;   
    font-size: 13px; 
    }

    .paginadorblog {
    justify-content: space-between;
    }

    .bloghome{
    display: block;    
    }

}

/*======================================================
FORMULARIO CONTACTO
======================================================*/

.loboformulario .form-group{
margin-bottom: 2rem;  
}

.loboformulario .form-group.items{
display: flex;
justify-content: space-between;
column-gap: 2rem;
}

.loboformulario .form-group.items label{
width: 100%;
}

.loboformulario .form-group.items>div{
width: 100%;
}

.loboformulario .form-group.items p{
font-weight: bold;
margin-bottom: 5px;
font-size: 13px;
}

.loboformulario .form-group.items p span{
color: #ffffff;
padding-left: 3px;
font-style: italic;
}

.loboformulario  .form-control{
border-radius: 0px;
background-color: #e4eaf1;
border: none;
color: black;
padding: 16px 21px;
outline: none;
}

.loboformulario  .form-control:focus,
.loboformulario  .form-control:active{
background-color: #c9cfd5;
}

.loboformulario  .contact-submit button{
margin: 0 auto;
}

.loboformulario .legal_pag_contact{
padding-top: 1rem;
margin-bottom: 0px;
}

.loboformulario .legal_pag_contact p{
font-size: 12px;
text-align: center;
max-width: 700px;
margin: 0 auto;
line-height: 22px;
}

.loboformulario .checkbox label{


}

.loboformulario .checkbox input{
margin-right: 3px;
}

.loboformulario .legal_pag_contact p a{
font-weight: bold;
}

.loboformulario .legal_pag_contact p a:hover{
color: white;
}

.formulario_home {
max-width: 1400px;
margin: 0 auto;
padding-top: 1rem;
}

.aviso_formulario{
text-align: center;
background-color: whitesmoke;
padding: 5rem 20px;
}

.aviso_formulario p{
line-height: 34px;
max-width: 600px;
margin: 0 auto;
font-weight: 500;
font-size: 1.1rem;
}

.aviso_formulario p a{
font-weight: bold;
display: block;
margin-top: 16px;
font-size: inherit;
}

.aviso_formulario i{
display: block;
font-size: 39px;
margin-bottom: 11px;
}

.loboformulario .checkbox {
display: flex
;
align-items: center;
gap: 4px;
}


.loboformulario.formpag {
padding: 3rem;
background-color: #fac015;
}

.loboformulario.formpag .form-group.items{
gap: 1.2rem;
flex-direction: column;
margin-bottom: 1.2rem;
}

.loboformulario.formpag  .form-control{
background-color: white;
/* box-shadow: 2px 2px 3px #bbc1c96e; */
padding: 10px 15px;
    -webkit-appearance: auto;
}

.loboformulario.formpag .contact-submit button{
margin: inherit;
margin: inherit;
background-color: black;
color: white;
}

.loboformulario.formpag .contact-submit button:hover{
background-color: transparent;
color: black;
border-color: black;
}

.loboformulario.formpag .legal_pag_contact {
padding-top: 0rem;
margin-bottom: 0px;
}

.loboformulario.formpag .legal_pag_contact p {
text-align: left;
margin: inherit;
font-size: 10px;
line-height: 16px;
}


.intform{
display: flex;
flex-direction: column;
gap: 1rem;
align-items: center;
height: 100%;
justify-content: center;
}

.intform h2{
font-weight: 700;
margin-bottom: 1rem;
}

.intform .campos{
display: flex;
gap: 1rem;
flex-direction: column;
    width: 100%;
}

.intform h3{
font-weight: 700;
font-size: 16px;
letter-spacing: 0px;
}


.intform  p{
font-size: 14px;
line-height: 23px;
}

.intform .redes {
margin-top: 0rem;
flex-direction: row;
gap: 0.5rem;
}

.intform .redes a {
background-color: #fac015;
padding: 5px 5px;
display: inline-block;
font-size: 15px;
color: black;
border-radius: 100%;
width: 30px;
height: 30px;
text-align: center;
margin-right: 4px;
}

.intform  p a{
font-weight: 700;
color: #fac015;
text-decoration: none;
}

.intform .redes a:hover{
    background-color: #d8d8d8;
}



@media (max-width: 1500px){ 

    .loboformulario .form-group.items {
    column-gap: 1rem;
    }

}

@media (max-width: 991.98px){ 

    .intform {
    gap: 1rem;
    margin-bottom: 4rem;
    margin-top: 2rem;
    display: block;
    }

}

@media (max-width: 767.98px){

}

@media (max-width: 575.98px){

    .intform {
    gap: 1rem;
    margin-bottom: 3rem;
    margin-top: 1rem;
    display: block;
    }

    .intform h2 {
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-size: 23px;
    }

    .formulario_home {
    padding-top: 0rem;
    }

    .intform .campos {
    display: flex;
    gap: 1.5rem;
    flex-direction: column;
    }

    .intform .texto {
    margin-bottom: 2rem;
    }

    .intform .redes{
    flex-direction: initial;
    gap: 10px;
    }

    .loboformulario.formpag .form-control {
    padding: 8px 10px;
    }


    .loboformulario.formpag .form-group.items {
    margin-bottom: 0;
    } 

    .loboformulario .form-group.items {
    display: block;
    margin-bottom: 0rem;
    }

    .loboformulario .checkbox{
    margin-bottom: 2rem;
    }

    .loboformulario .checkbox{
        font-size: 13px;
        font-weight: 500;
        margin-top: 0rem;
        margin-bottom: 1rem;
    }

    .loboformulario.formpag {
    padding: 1.5rem;
    }

    .loboformulario .checkbox input {
    margin-right: 5px;
    }

    .loboformulario .form-group.items label {
    width: 100%;
    margin-bottom: 1rem;
    }

    .loboformulario .contact-submit button{
    width: 100%;
    max-width: inherit;
    }

    .loboformulario .legal_pag_contact {
    padding-top: 0rem;
    margin-bottom: 0px;
    }

    .loboformulario .legal_pag_contact p {
    font-size: 9px;
    line-height: 15px;
    }

    .aviso_formulario{
    padding: 2rem 16px;
    }

    .aviso_formulario p{
    font-size: 14px;
    line-height: 27px;
    }

    .aviso_formulario i {
    margin-bottom: 15px;
    }

    .aviso_formulario p a{
    margin-top: 30px;
    }

    .loboformulario .form-group {
    margin-bottom: 1rem;
    }

}

/*======================================================
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: black;
  }
  
  .informacion_busquedas .termino span,
  .informacion_busquedas .encontrados strong {
    color: #fac015;
  }
  
  

/*======================================================
PÁGINA CONTENIDO
======================================================*/

#searchform {
margin-top: 25px;
}

#searchform input {
background-color: whitesmoke;
border: none;
padding: 6px 12px;
text-transform: capitalize;
}

#searchform .botonlcms {
background-color: black;
color: white;
}

#searchform .botonlcms:hover {
background-color: #a4a4a4;
}
  
  

/*======================================================
PAGINA TEXTO IMAGEN
======================================================*/
.pagina_texto_imagen .imagen img {
    height: 100%;
    object-fit: cover;
    width: auto;
  }
  
  .pagina_texto_imagen .imagen > *,
  .pagina_texto_imagen .texto .contenido {
    max-width: 95%;
    margin: 0 auto;
  }
  
  .pagina_texto_imagen .texto .contenido {
    padding: 2rem 0rem;
  }
  
  @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;
    }
  }

 


  
  
  