
/* Para navegadores basados en WebKit (Chrome, Safari) */
::-webkit-scrollbar {
    width: 8px; 
    height: 8px; 
  }
  
  ::-webkit-scrollbar-thumb {
    background-color: #888; 
    border-radius: 10px; 
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background-color: #555; 
  }
  
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
    border-radius: 10px; 
  }
  
  .navbar-dark .navbar-toggler-icon {
    background-image: url(https://www.walud.net/assets/static/collapsedBars.svg);
}


main{
    min-height: calc(100vh - 72px - 111px);
    margin-top: 150px;
}


body{
    /*background-color: #EBEAE7;*/
    background-color: #32394A;
    font-family: 'Inter', sans-serif !important;
    height: 100%;
}

::-webkit-scrollbar {
    display: none;
}

section{
    margin: 0 0 2rem 0;
}
body.menu-open,.menu-open-search {
    overflow: hidden;
}

h1{
    color: #605F5B;
    font-weight: 700;
}
h3,p{
    color: #494941;
}
.h2_t2{
    font-size: 24px;
    font-weight: 700;
    color: #605F5B;
}
h5{
    font-weight: 600;
    color: #52534E;
}
h4{
    font-size: 1.3rem;
    color: #52534E;
}
label{
    color: #4d4d4d;
    margin-bottom: 3px;
}


.w-700{
    font-weight: 700;
}

.lh-title{
    line-height: 117%;
}
.fs-title{
    font-size: 2rem;
}
.br-5{
    border-radius: 5px !important;
}

.logoAdd{
    width: 100%;
    max-height: 50px;
    margin-top: 6px;
    z-index: 9999;
}
.navbar-light .navbar-toggler{
    color: rgba(255, 255, 255, 0);
    border-color: rgb(255 255 255 / 32%);
}
#navBar2{
    height:56px; position:relative;
}
.navbar-toggler-icon{
    background-image: url(/assets/static/align-justify.svg) !important;
}
.light-bg{
    background-color: white;
}
.navbar .megamenu{ padding: 1rem; }
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	
	.navbar .has-megamenu{position:static!important;}
	.navbar .megamenu{left:0; right:0; width:100%; margin-top:0;  }
    .navbar{height: 3.4em;}
	
}	
/* ============ desktop view .end// ============ */


/* ============ mobile view ============ */
@media(max-width: 991px){
	.navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
		overflow-y: auto;
	    max-height: 90vh;
	    margin-top:10px;
	}
}
/* ============ mobile view .end// ============ */


/*Arturo estilos*/


/*CONTENIDO ESTANDAR*/

.br-5{
    border-radius: 5px !important;
}
.br-10{
    border-radius: 10px !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.br-15{
    border-radius: 15px !important;
}
.selectedBtn{
    background: #c6c6c6 !important;
    color: #323232 !important;
}
.selectedBtn2{
    background: #c6c6c6 !important;
    color: #323232 !important;
    border-radius: 50px;
}
.btn-selector-subCat2:focus{
    border-radius: 50px;
    background: #12121257;
    color: white;
}
.negativeBtn{
    background: none;
    border-radius: 7px;
    border: solid white 2px;
    color: white;
}

.btn2{
    color: white !important;
}
.btn2:hover{
    color: white !important;
}

.negativeBt:hover:active:focus{
    background: none;
    border-radius: 7px;
    border: solid white 2px;
    color: white;
}


.row hr{
    display: none;
}
.bi-search-container{
    transform: scale(1.5);
    position: absolute;
    right: 30px;
}

.gray-bg{
    background-color: #494941 ;
}
.pre-navbar{
    background-color: #fff;
}
.pre-navbar a{
    color: #494941;
    font-size: 12px;
}
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Fondo oscuro semi-transparente */
    z-index: 1; 
}
.overlaySearch{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Fondo oscuro semi-transparente */
    z-index: 1; 
}
.nav-link3{
    color: #494941;
    font-weight: 700;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    text-decoration: none;
    display: block;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    font-size: 18px;
}


.nav-link2 {
    color: #ffffff !important;
    font-weight: 400;
    line-height: 2.5em;
    display: inline-block;
    position: relative;
  }
  .nav-link2:hover {
  }
  .nav-link2::after {
    color: #ffffff;
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
  }
  .nav-link2:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }


/*LOGO MARCA*/
.navbar-brand{
    padding: 0;
    /*margin-top: 6px;*/
    margin-top: 0px;
}

#dropdown-collapse-am::-webkit-scrollbar{
    width: 0;
}

.container{
	max-width: 1040px;
}
.wider-container {
    max-width: 1350px;
}
.cookies-menu{
    background-color: white !important;
}


.catMtitle{
	color: #494941;
	text-decoration: none;
    font-weight: 600;

}
.catMtitle:hover{
	color: #6c6c6c;
	text-decoration: none;
	
}
.brandPlace{
    background-color: white;
}

.box {
  box-sizing: border-box;
  border: 13px solid transparent;
  background-clip:padding-box;
}

.cruzPrdCard{
	transform: scale(1.1);
	transition: transform 1s;
	
}
.cruzPrdCard:hover{
	transform: rotate(90deg)
}

.bi-chevron-right::before {
    content: "\f285";
	margin-bottom: 1px;
	color: #494941;
	font-weight: 800 !important;
	transform: rotate(90deg);
}

.text-right{
    text-align: right;
}

.light-bg{
    background-color: white;
}
/*Modificaciones del original*/

.container-fluid.GRAY-02{
    padding: 0px;
}

.breadcrumb{
        margin-bottom: 0px;
        /*background-color: #EBEAE7;*/
}

.breadcrumb-item a{
    color: #494941;
    text-decoration: underline;
}

.breadcrumb-item.active {
    color: #494941;
    font-weight: 500;
}

.card-title{
    text-align: center;
}
.preLogo{
    /*position: absolute;*/
    top: 2px;
    height: 100%;
}
.logoContainer{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}
.logoContainer img{
    width: 100%;
    height: 60px;
    margin-top: 6px;
    z-index: 9999;
}
#imagenesHeadCategorias{
    display: block;
}

.backgroundContainer{
    position: relative;
    height: 100vh;
    width: 100%;
    min-height: 500px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important; 

}
.overCat{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5vh;
}

#separadorCategoria{
    margin-top: 5px;
    margin-bottom: 8px;
}
#search{
    width: 100%;
    /*margin-left: 2em;*/
}f

#navbarNavDropdown {
    padding-left: 1em;
    border-radius: 0px 0px 5px 5px;

}

.error{
    background: #f15454;
    color: white;
    font-size: 17px;
    padding: 20px;
    border-radius: 5px;
}

.errorBox {
    background-color: #fff;
    border-radius: 1em;
    border: 3px solid black;
    padding: 2rem;
}
.contButton {

}

.sombreado_am{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Fondo semitransparente */
    display: none; /* Ocultar inicialmente */
    z-index: 1; /* Colocar detrás del menú */
}

.logoFloat{
    margin-right: 2em;
    position: relative;
    transform: scale(2.3);
    margin-left: 2em;
    box-shadow: 1px 3px 7px -4px #000000;
    border-radius: 1em;
}
.bg-dark{
    background-color: #494941 !important;
}
.bg-white{
    background-color: #ffffff !important;
}
.bread_bg{
    /*background: rgba(255, 255, 255, 0.2);*/
    background-color: #dbdbdb;
}

.nav-link{
    color: #fff !important;
}

.card{
    text-align: center;
}


.spacer{
    padding: 1em;
}
.s-spacer{
    padding:1em 0;
}
.md-spacer{
    padding:2em 0;
}
.lg-spacer{
    padding:3em 0;
}
.xl-spacer{
    padding:5em 0;
}
.xxl-spacer{
    padding:8em 0;
}
.mrg-18{
    margin-top: 1.8em;
}
.banner-t-1{
    background-color: #fff;
    border-radius: calc(.35rem - 1px);
    padding: 2em 4em 2em 4em;
}
.banner-t-2{
    background-color: #fff;
    border-radius: calc(.35rem - 1px);
}
.banner-t-3{
    background-color: #D9D9CE;
    border-radius: calc(.35rem - 1px);
}
.banner-text-h{
    padding-bottom: 0.2em;
    font-size: 2em;
    color: #494941;
    font-weight: 700;
}
.banner-text-h-t2{
    font-size: 2em;
    font-weight: 200;
    color: #494941;
}
.banner-text-h-t3{
    font-size: 2em;
    font-weight: 700;
    color: #fff;
}
.bt2-space{
    padding: 3em 4em 0em 4em;
}

.bt2-space-banner-inicio{
    padding: 3em 4em 3em 4em;
}

.bt2-space2{
    padding-bottom: 3em;
}
.btn-dropdown:hover:active{
    background-color: #e9ecef;
    color: #494941;
    text-decoration: underline;
}

.btn-secondary{
    /*background-color: #494941;*/
    background-color: #4e4761;
    border: none;
    border-radius: 9px;
}
.btn-secondary-downloadMP{
    background-color: #f4a101;
    border: none;
}
.btn-navigation{
    background-color: #EBEAE7;
    color: #494941;
}

.search-btn-is-in-MP{
    background: #FCA400;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 50px;
    margin: 0px 3px 0px 3px;
    color: white;
    font-weight: 400;
}

.search-btn-has-promo{
    background: linear-gradient(228.2deg, #B0884D 0.61%, #DDB762 34.44%, #AE7C2F 77.81%, #F7DE88 104.7%, #A4742E 142.27%);
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 50px;
    margin: 0px 3px 0px 3px;
    color: white;
    font-weight: 400;
}

/*------- ICONS ---------*/



.bi-chevron-right-2::before {
    content: "\f285";
    margin-bottom: 1px;
    color: #ffffff;
    font-weight: 800 ;
    transform: rotate(0deg);
    font-size: 1.8em;
}

.carousel-control-next-icon {
    background-image: url('/assets/static/nextArrow.svg');
}

/*----------------------- HEADER -----------------------------------*/


.logoFloat{
    margin-right: 2em;
    position: relative;
    transform: scale(2.3);
    margin-left: 1em;
    box-shadow: 1px 3px 7px -4px #000000;
    border-radius: 1em;
	z-index: 2;
}

.inputSearch::placeholder{
	color: white;
}
.inputSearch:focus{
  color: white;
  background-color: #6F6F66;
}

.inputSearch{
  background-color: #6F6F66;
  color: white;
  border-color: #6F6F66;
}

.searchButton{
  background-color: #6F6F66;
  border-color: #6F6F66;
  color: white;
  border-radius:0px 5px 5px 0px;
}
#contenedor-desplegable{
    position: relative;
    /*overflow: auto;*/
    height: calc(100vh - 400px);
}
#dropdown-collapse-am{
    background-color: #FFF;
    z-index: 9000;
    padding-top: 0rem !important;
    padding-bottom: 7rem;
    border-radius: 0px 0px 5px 5px;
    overflow: auto;
    border: solid 1px white;
    border-top: 0;
    border-radius: 5px;
    padding-left: 0;
    padding-right: 0;
}
.textCats{
    line-height: 1.4;
    font-size: 14px;
}


/*----------------------- PARTE INICIO ------------------------------*/

/*
CIRCULOS INICIO


*/

  
/*--apartado carrusel*/

.carousel-indicators [data-bs-target]{
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
    border-radius: 50%;
}

.carousel-indicators .active{
    opacity: 1;
}


.indexTitles{
    position: relative;
    margin-top: 1.5em;
    margin-bottom: 0em;
}

.indexTitle{
    font-weight: 700;
    color: #494941;
}
.buscador > div.search-items-container:last-child{
    
    border-bottom: none;
}
.buscador{
    padding-left: 1.2em;
    padding-right: 1.2em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    overflow: auto;
    height: auto;
    z-index: 9999;
}

.raybanner{
}
.innerRayBanner{
    padding: 15px;
}
.innerRayBanner h3{
    font-size: 3rem;
}
.innerRayBanner p:first-of-type{
    color: #039dda;
    font-weight: 200;
    font-size: 2rem;
}

.search-items-container{
    display: block;
    margin: 10px 0px 0px 0px;
    border-bottom: solid 1px #49494154;
}
#search-txt-container a{
    color: #494941;
}


.res-circle {
    /* (A) PERCENTAGE WIDTH & BORDER RADIUS */
    width: 47px;
    border-radius: 50%;
  
    /* (B) BACKGROUND COLOR */ 
    background: #ADADAB;
   
    /* (C) NECESSARY TO POSITION TEXT BLOCK */
    line-height: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
   
  /* (D) MATCH HEIGHT */
  .res-circle::after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
   
  /* (E) TEXT BLOCK */
  .circle-txt {
    /* (E1) CENTER TEXT IN CIRCLE */
    position: absolute;
    bottom: 19%;
    width: 100%;
    text-align: center;
   
    /* (E2) THE FONT - NOT REALLY IMPORTANT */
    font-family: arial, sans-serif;
    font-weight: bold;
    left: 2px;
  }

  /*
  FIN CIRCULOS*/
.prd-card{
    /*background-color: white;*/
    background-color: #f0f0f0;
    padding: 14px;
    border-radius: 30px;
}
.prd-card-title{
    margin-bottom: 0px;
    margin-top: 0.5rem;
    color: #4B4B48;
    font-weight: 700;
}
.prd-card-price1{
    text-decoration: line-through;
    color: #4B4B48;
}
.prd-card-price2{
    color: #069A30;
    font-weight: 700;
}
.prd-card-date-promo{
    margin-top: 2rem;
    margin-bottom:0px;
    color: #8A8A7D;
}

.prd-card-date-noPromo{
    margin-top: 2rem;
    margin-bottom:0px;
    color: #494941;
    position: absolute;
    bottom: 15px;
    left: 0px;
    right: 0px;
    font-size: 12px;
}

.prd-bottom-pvp{
    color: #494941;
    font-size: 14px;
    position: absolute;
    bottom: 30px;
    right: 0;
    left: 0;
    margin: 0;
}
#product-title {
    max-height: 80px;
    width: auto;
    height: auto;
    object-fit: contain;
    align-self: flex-start;
}
.product-text {
    min-height: 350px;
    @media (min-width: 765px) {
        min-height: 150px;
    }
}
.product-btn {
    box-shadow: none !important;
    transition: scale 0.3s, color 0.1s ease-in-out 0.1s;
    }
    .product-btn:hover {
    scale: 1.3;
    }
    .product-btn.active {
    color: #3cb5e6 !important;
    }
#scan-btn.product-btn {
    padding: 0;
    font-size: 2rem;
    box-shadow: none !important;
    transition: scale 0.3s, color 0.1s ease-in-out 0.1s;
}
.testi-btn {
    font-size: large;
    box-shadow: none !important;
    transition: scale 0.3s, color 0.3s ease;
    }
    .testi-btn:hover {
        scale: 2;
    }
    .testi-btn.active {
    color: #3cb5e6 !important;
    }

.fade-text {
    opacity: 1;
    transition: opacity 0.6s ease;
  }
  
  .fade-text.hidden {
    opacity: 0;
  }
  
  #scan-image {
    width: 50%;
    height: auto;
  }

.link-btn {
    z-index: 2;
    border: solid 2px #009bd9;
    padding: 0.55rem 0.85rem;
    background-color: #009bd9 !important;
    border-radius: 2rem !important;
    transition: color 0.5s ease, background-color 0.5s ease, opacity 0.5s ease;
}   
    .link-btn:hover {
        background-color: #fff !important;
        color: #009bd9 !important;
    }
    #product-link.link-btn {
        padding: 0.30rem 0.35rem;
    }
.mockup-container {
    width: 100%;
    max-width: 1200px;
  }
  
  .mockup-image-wrapper {
    position: relative;
    width: 100%;
  
    padding-bottom: 56.25%;
  }
  
  .mockup-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
  .mockup-iframe {
    position: absolute;
  
    top: 2.5%;
    left: 11%;
    width: 78%;
    height: 86%;
  
    border: none;
  }
.btn-promo{
    /*background: linear-gradient(228.2deg, #B0884D 0.61%, #DDB762 34.44%, #AE7C2F 77.81%, #F7DE88 104.7%, #A4742E 142.27%);*/
    background: #f39f1f;
    border: none;
    color: white;
    font-weight: 700;
    margin-left: 10px;
}

.btn-promo a{
    color: white;
    text-decoration: none;
}

.offcanvas-end {
    background-color: #353C4D;
  }
  .offcanvas-end.nav-link2 {
    display: block;
    padding: 0.75rem 1rem;
    color: white;
    font-weight: 500;
    text-decoration: none;
  }

.sol-section {
    margin-top:-25em;
    @media (max-width: 700px) {
        margin-top: -45%;
    }
}

.halfPrdCard{
    position: relative;
    height: max-content;
    margin-bottom: 40px;
}

.onDisplay-container{
    width: 100%;
    position: relative;
}

.onDisplay{
    z-index: 999;
    width: 100%;
    background-color: #D9D9CE;
    position: absolute;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    margin-top: 5px;
    border-radius: 5px;
    
}

.onDisplay a{
color: #494941;
text-decoration: none;
font-size: 1.1em;
}

.refSearch{
    margin: 0px;
    font-size: 0.9em;
    font-weight: 200;
}

.searchText a{
    text-decoration: none;
    color: #4B4B48;
}

.h3ColorFormat{
    font-weight: 700;
    color: #494941;
}

.satBanner{
    height: 21em;
    background: url(https://www.walud.net/assets/static/satBanner.png);
    border-radius: 5px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 470px;
    margin-bottom: 20px;
}
/* .satBanner:hover {
  scale: 1.1;
} */

/*PARTE DE PANTALLA SAT*/

.innerSatBannerScreen{
    position: absolute;
    bottom: 50px;
    left: 70px;
    right: 25px;
    width: 100%;
}

.satRowContain{
    width: 100%;
    margin-top: 2em;
}

/*FIN PARTE DE PANTALLA SAT*/

.innerSatBanner{
    position: absolute;
    bottom: 25px;
    left: 25px;
    right: 25px;
    width: inherit;
}

.itemInnerSatBanner{

    background-color: #EBEAE8;
    color:#494941;
    padding: 27px;
    border-radius: 5px;
    position: relative;
}

.innerDualBanner{
    position: absolute;
    bottom: 25px;
    left: 35px;
    right: 35px;
    
}



.itemInnerMultiplyBanner{

    padding: 27px;
    border-radius: 5px;
    position: relative;
    width: 100%;
}

.itemInnerMultiplyBanner::before{
    position: absolute;
    content: "";
    color: #494941;
    padding: 27px;
    left: 0;
    border-radius: 5px;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(42, 43, 39, 0.65);
    mix-blend-mode: multiply;
}

.itemInnerMultiplyBanner h3, button{
position: relative;
color: white;
}

/* ---------------------- PARTE PRODUCTO ----------------------------*/

.productoFichaPVP{

    color: #8A8A7D;
    font-size: 1.4em;
    text-decoration: line-through;

}

.productoFichaPVP2{

    color: #8A8A7D;
    font-size: 1.4em;

}
.btn-prdContact{
    background: #D9D9D9;
    color: #4B4B48;
}

.btn-prdContact a{
    text-decoration: none;
    color: #4B4B48;
}
.prd-marca-text{
    font-size: 1.6rem;
    font-weight: 900;
    color: #8A8A7D;
}

.prePromoCollapse{
    width: 100%;
    background-color: #f0f0f0;
    padding: 1em;
    border-radius: calc(15px);
    
}

.precioPVP{
    font-weight: 400;
    text-decoration: line-through;
    color: #4B4B48;
}
.precioPVP3{
    font-weight: 400;
    color: #8A8A7D;
}


.prd-title-text{
    font-weight: 700;
    font-size: 2.4rem;
    color: #494941;
    word-wrap: break-word;
}

.prd-resume-text{
    font-weight: 400;
    font-size: 1.1rem;
    color: #494941;
    margin-bottom: 0.4rem;
}

.prd-reference-text{
    font-weight: 400;
    color: #8A8A7D;
    font-size: 1rem;
}

.prd-price1-text{
    text-decoration: line-through;
    color: #8A8A7D;
    font-size: 1.1rem;
    margin-top: 1rem;
    margin-bottom: 0px;
}

.prd-price2-text{
    font-size: 2rem;
    margin-bottom: 0px;
    color: #069A30;
    font-weight: 700;
}

.prd-iva-text{
    color: #8A8A7D;
    font-size: 0.9rem;
    margin-bottom: 0px;
}

.price-container{
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.prdImgContainer{
    height: 227px;
}
.Alfa{
display: block;
}
.Beta{
display: none;
}

.prdimg-full-content{
    width: 100%;
    height: 100%;
    background-position: center !important;
    min-height: 220px;

}



.ficha-principal{
    /*background: #fff;*/
    background-color: #f0f0f0;
    border-radius: 15px

}


.ban-prd-1{
background-color: #6B7AC3;
padding: 2em 2em 2em 2em;
color: #fff;
border-radius: 15px;

}

.ban-ofert{
    /*background: linear-gradient(228.2deg, #B0884D 0.61%, #DDB762 34.44%, #AE7C2F 77.81%, #F7DE88 104.7%, #A4742E 142.27%);*/
    width: 100%;
    margin-left: 0em;
    border-radius: calc(.25rem - 1px);
    color: #fff;
    max-height: 158px;
    background: #f39f1f;
}

.innerPromotion {
    padding: 1.5rem;
}
.promoinfoRow{
    width: 100%;
    padding: 36px;
    margin: 0px;
    background: #f0f0f0;
    border-radius: 0px 0px 15px 15px;    
}

.ban-prd-2{
    background-color: #000;
    padding: 2em 2em 2em 2em;
    color: #fff;
    border-radius: 15px;
    }

.ban-prd-2 p{
    margin-bottom: 0px;
}

.ban-prd-2-contentText p{
    margin-bottom: 0px !important;
}
.banner-type-4{
    background-color: #ffffff;
    padding: 3em 3em 3em 3em;
    color: #494941;
    border-radius: 15px;
}
.banner-type-6{
    padding: 3em 2em 2em 3em;
    border-radius: 15px;
}

.banner-cattani > #cattaniTopBar{
    background-color: #EBEAE7;
    height: 15px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
}

.banner-cattani > #cattaniMiddleBar{
    background-color: red;
    height: 15px;
    width: 100%;
}

.bannerComercialPrd{
    background-color: #D9D9CE;
    border-radius: calc(0.35em - 1px);
    color: #494941;
    padding: 2em;
}

.more-info-cont{
    background: white;
    padding: 3em;
    border-radius: calc(.35rem - 1px);
}


.bgimg1{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.btn-promo-02{
    background: linear-gradient(228.2deg, #B0884D 0.61%, #DDB762 34.44%, #AE7C2F 77.81%, #F7DE88 104.7%, #A4742E 142.27%);
    border: 0px;
}
.btn-promo-03{
    background: radial-gradient(132.76% 132.76% at 75.61% -8.62%, #440EDD 0%, #F9008B 100%);
    padding: 10px 1.8em;
    font-weight: 700;
    font-size: 18px;
    border: none !important;
}

.btn-promo-03:hover{
    opacity: 80%;
}

.btn-promo-02:hover{
    background: linear-gradient(228.2deg, #B0884D 0.61%, #DDB762 34.44%, #AE7C2F 77.81%, #F7DE88 104.7%, #A4742E 142.27%);
    opacity: 80%;

}
/*---------PROMOCIONES-------------------*/
.promo-promo{
    background: linear-gradient(228.2deg, #B0884D 0.61%, #DDB762 34.44%, #AE7C2F 77.81%, #F7DE88 104.7%, #A4742E 142.27%);
    padding: 10px;
    color: white;
    font-size: 18px;
    font-weight: 700;
}

p.promo-promo{
    margin: 0px;
}
.promo-card{
    background-color: white;
    border: 15px solid #ebeae7;
    border-radius: 18px;
    background: linear-gradient(228.2deg, #B0884D 0.61%, #DDB762 34.44%, #AE7C2F 77.81%, #F7DE88 104.7%, #A4742E 142.27%);
    padding: 0;
    max-height: 650px;
    min-height: 500px;
    position: relative;
    overflow: hidden;
  }
  .promoPrdCard{
    /*background: linear-gradient(228.2deg, #B0884D 0.61%, #DDB762 34.44%, #AE7C2F 77.81%, #F7DE88 104.7%, #A4742E 142.27%);*/
    background: #f39f1f;
    color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0px 0px 5px 5px;

}
.fechaOferta{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 31px;
    font-size: 12px;
    margin-top: 0.5em;
    color: #494941;
}


/*APARTADO DE OFERTAS*/

.ofertAccordion{
    text-align: left;
}
.ofertAccordion,a{
    text-decoration: none;
}




/*FIN APARTADO DE OFERTAS*/

/*--------TIPO 1*/
.promo-txt-1{
    font-size: 1.125rem;
    font-weight: 700;
    color: white;
}

.descripcion-txt-1{
    font-size: 1.25rem;
    font-weight: 400;
    color: white;

}

.promoText-content{
    padding: 2rem;
}
/*--------FIN TIPO 1--*/

/*--------TIPO 2*/
.promo-txt-2{
    font-size: 1.125rem;
    font-weight: 700;
    color: #494941;
    margin-top: 2rem;
}

.descripcion-txt-2{
    font-size: 1.25rem;
    font-weight: 400;
    color: #494941;
    padding: 0em 2em 0em 2em;

}
.promo-card-2{
    background-color: white;
    border: 15px solid #ebeae7;
    border-radius: 18px;
    background: white;
    padding: 0;
    min-height: 450px;
  }
  .promo-card-3{
    min-height: 500px;
    position:relative;
    padding:2rem;
    background-color: white;
    border: 15px solid #ebeae7;
    border-radius: 18px;
    background: white;
  }
  .date-text-2{
      font-size: 1rem;
      position: absolute;
        bottom: 9px;
        left: 0;
        right: 0;
        margin: 0px;
  }

  .date-text-1{
    font-size: 1rem;
}

  .promo-img-1{
      position: absolute;
      bottom: 0;
      margin-top: 2rem;
      margin-bottom: 0;
  }
/*--------FIN TIPO 2--*/


/*--------TIPO 3--*/
.descripcion-txt-3{
    font-size: 1.625rem;
    margin-top:5rem;
    margin-bottom:5rem
}
.bAppSoporte{
    padding: 1em 1em 0em 1em;
}


.promo-txt-3{
    font-size: 1.125rem;
    font-weight: 700;
    color: #FFFFFF;
    margin-top: 0rem;
}
/*--------FIN TIPO 3--*/

/*-------- PRODUCTOS RELACIONADOS -------*/
.promoBackprd{
    background-color: #fff;
    margin: 0px 0.4em 0px 0.4em;
    border-radius: calc(.35rem - 1px);
    min-height: 18em;
}
.productOfertAnt{

    text-decoration: line-through;
    font-weight: 300;

}
.productOfertVig{

    font-weight: 500;
    color: green;

}

.productoFichaPVP{

    color: #8A8A7D;
    font-size: 1.4em;
    text-decoration: line-through;

}


.TxtProdDate{
    padding-bottom: 1.3em;
    font-size: 0.8em;
    color: #8A8A7D;
}

.TxtNprd{
    margin-top: 13px;
    font-family: Open Sans;
    font-weight: 600;
    margin-bottom: 0.5em;
}

.TxtPrecio{
    font-weight: 300;
    margin-bottom: 0.2em;
}

.TxtPromoP{
    color: #FCA400;
}
.date-text-3{
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0px;
}

/*--------CONTACTAR CON NOSOTROS PRD---------*/
.inputPrdText{
    background-color: #32394a;
    border: 0;
    border-bottom: 1.5px solid;
    border-radius: 0;
    color: #fff;
    font-weight: 300;
    margin: 2rem 0;
    outline: 0;
}
.inputPrdText:focus {
    outline: none;
    box-shadow: none;
    background-color: #32394a;
    color: white;
    border-bottom: 1.5px solid rgb(234, 242, 255);
}

.lrgButton{
    background-color: #545554;
    border-color: #545554;
    margin-top: 1.5em;
    margin-bottom: 2em;
    padding-left: 3em;
    padding-right: 3em;
}

.especilistaPrd{
    background-color: #D9D9CE;
    border-radius: calc(0.35em - 1px);
    padding: 6em;
}

.gracias{
    background-color: #D9D9CE;
    border-radius: calc(0.35em - 1px);
    padding: 6em;
}

/* ---------- FIN DE PRODUCTO -------------*/


/*----------- DISTRIBUIDOR ----------------*/


.dist-form{
    background: white;
    padding: 29px;
    border-radius: calc(.35rem - 1px);

}

.lrgCatButton{
    background-color: #545554;
    border-color: #545554;
    padding-left: 3em;
    padding-right: 3em;
}

.prodCard{
    position: relative;
    background: white;
    padding: 2rem;
    border-radius: calc(1.55em - 1px);
    min-height: 22rem;
    width: 23rem;
    @media (max-width: 756px) {
        padding: 1rem;
        min-height: 24rem;
        width: 15rem;
    }
}
#rayscanCard.prodCard {
    min-height: 32rem;
    @media (max-width: 756px) {
        padding: 1rem;
        min-height: 37rem;
        width: 15rem;
    }
}
#five-row {
    overflow: visible;
    overflow-y: clip;
}
#five-image.prodImg {
    transform: translate(-2rem, 3rem);
    width: 150%;
    @media (max-width: 1300px) {
        transform: translateX(0);
        margin-top:25%;
        height: 75%;
        width: 100%;
    }
    @media (max-width: 800px) {
        transform: translateX(0);
        margin-top:2rem;
        height: 100%;
    }
}
#rayteams-image.prodImg {
    z-index: 1;
    transform: translateX(-20rem);
    width: 150%;
       @media (max-width: 1201px) {
        padding-left: 15rem;
       transform: translateX(0);
       width: 75%;
    }
    @media (max-width: 800px) {
        padding-left: 0;
    }
}
.face-text {
    padding: 0 20% 10% 10%;
    @media (max-width: 1200px) {
        padding: 0 3rem;
    }
}
#rayscantext.face-text {
    padding: 0 5% 10% 10%;
}
#rayiostext.face-text {
    padding: 0 0 5% 15%;
    @media (max-width: 1200px) {
        padding: 0 10% 3% 10%;
    }
}
.prodImg {
    transform: translateX(-10rem);
    width: 125%;
    @media (max-width: 600px) {
        transform: translateX(0);
        width: 65%;
    }
}

.grid-block {
    display: block;
    @media (max-width: 1400px) {
        display: none;
    }
}
.more-wrapper {
    position: absolute;
    bottom: 8%;
}
.more-link {
    color: black;
}
    .more-link:hover {
        color: gray;
}
.more-link:hover + .more-arrow {
    color: gray;
    animation-name: translate;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
@keyframes translate {
    0% { transform: translateX(0); }
    50% { transform: translateX(5px); }
    100% { transform: translateX(0); }
  }
.more-arrow {
    display: inline-block;   
    animation-name: none;
}nav-link2

/*------------ FIN DISTRIBUIDOR -------------*/


/*FORMACIONES*/
.caducado-wrapper{
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #00000054;
    z-index: 2;
    border-radius: 5px;

}

.caducado{
    position: absolute;
    bottom: 0;
    border-radius: 0;
    background-color: #f30017;
    padding: 2px 10px 2px 10px;
    /* font-size: 10px; */
    width: 100%;
    color: white;
    height: 30px;
    display: flex;
    align-items: center;
    font-size: 15px;
    z-index: 2;
}

.caducado-detalle{
    border-radius: 0px;
    background-color: #f30017;
    padding: 2px 10px 2px 10px;
    font-size: 16px;
    color: white;
    width: 100%;
    position: absolute;
    height: 50px;
    bottom: 0;
    align-content: center;
}


.formationBlock img{
    width: 100%;
    border-radius: 5px;
}
.formationBlock p{
    color: #494941;
}
.svgFormIconDiv{
    color: #55299E;
    margin-bottom: 10px;
}
.innerFormacionCard{
    padding: 0em 1em 1em 1em;
}
.formacionTitle{
    font-size: 20px;
    color: #4B4B48;
    line-height: 127.523%;
}
.formacionCard{
    background-color: #ffffff;
    height: inherit;
    border-radius: 5px;
}
.formacionPillAtt{
    color: #494941;
    background-color: #EBEAE8;
    border-radius: 50px;
    border: none;
    font-size: 11px;
    padding: 3px 13px;
}

.formacionCardButton{
    width: 100%;

}
.formacionDescriptionContainer{
    min-height: 100px;
    /*height: 100%;*/
    overflow: hidden;
}
.fechaTipoFormacionContaienr{
    min-height: 65px;
    /*height: 100%;*/
}

/* VISTA DETALLES FORMACIONES*/
.formacionDetImg{
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center !important;
    min-height: 220px;
    background-size: cover !important;
}
.formacionPlaceIconContainer{
    display: flex;
    justify-content: left;
    align-items: baseline;
}

.formacionPlaceIconContainer > p{
    color: #55299e;
    margin-left: 0.5rem;
    font-size: 1.6rem;
    font-weight: 700;
}

.formacionPlaceIconContainerResume{
    display: flex;
    justify-content: left;
    align-items: baseline;
}

.formacionPlaceIconContainerResume > p{
    color: #55299e;
    margin-left: 0.5rem;
    font-size: 1rem;
    font-weight: 700;
}
.buttonFormacion{
    background: none;
    color: #494941;
    text-decoration: none;
    border: 2px solid #494941;
    font-weight: 500;
    padding: 8px 20px 8px 20px;
}
.fImgCardContainer{
    height: 150px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border-radius: 5px 5px 0px 0px;
}

.form-form-control{
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #ADADA2;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  }

/*------ FIN FORMACIONES -----*/

   /*Marcas*/

   .marcas-wrapper{
    padding: 2em 2em 0.4em 2em;
}

.marcasCard{
    @media (max-width: 765px) {
        padding:1.5rem 3rem;
    }
}
.tripleCardsLower{
    height: inherit; 
    padding: 1em;
    text-align: center;
}
#middle.tripleCardsLower {
    margin-top: 5em;
    @media (max-width: 765px) {
        margin-top: 0;
    }
}
.innerMarcasCard{
    padding: 0em 1em 3em 1em;
}
.marcasCard p{
    text-align: left;
}

.marcasCardButton{
    position: absolute;
    bottom: 15px;
    left: 15px;
}
.circle-image {
    display: inline-block;
    border-radius: 50%;
    background: transparent;
    width: 180px;
    height: 180px;
    box-shadow:
      0 0 2px 1px #999,
      0 0 0 10px #fff,
      0 0 0 11px #009bd9;
  }
  
  .circle-image img {
    display: block;
    width: 180px;
    height: 140px;
    object-fit: scale-down;
  }
.brdLogoContainer{
    height: 50px;
    display: flex;
    justify-content: left;
}
.brdLogoContainer img{
    max-width: 70%;
    max-height: 100%;
    object-fit: contain;
}

.cat_card_brd{
    width: 100%;
    background-color: #efeee8;
    position: relative;
    border-radius: 5px;
    padding: 20px;
    color: #4B4B48;
    font-weight: 700;
    text-decoration: none;
    aspect-ratio: 1/1;
    overflow: hidden;
}
.cat_card_brd p{
    word-break: break-word;
}
.imagenLogoDetalle{
    padding-top: 3em;
    padding-bottom: 2em;
    padding-left: 5px;
}
.btn-selector-subCat{
    color: #fff;
    font-weight: 400;
}
.btn-selector-subCat2{
    color: #4B4B48;
    font-weight: 400;
}
.backCatlist a:visited
{
    font-weight: 700;
}

/*-------------Fin marcas--------------------*/

/*-------------Compañia ---------------------*/

.degradado_banners_comp{
    background: linear-gradient(228.2deg, #B0884D 0.61%, #DDB762 34.44%, #AE7C2F 77.81%, #F7DE88 104.7%, #A4742E 142.27%);
}
.collage{
    background: white;
    text-align: center;
    padding: 5em 0em 5em 0em;
}
.collage img{
    width: 100%;
    max-width: 1000px;
}
.quienesSomos{
    padding: 5em 2em 5em 2em;
}

.marcasLideres{
    padding: 5em 2em 5em 2em;
    background-color: white;
}

.prMarcasLideres{
    padding-left: 6px;
    padding-right: 6px;
    margin-top: 12px;
}
.fenin_ext_banner{
    padding: 6em;
}
.iso_ext_banner{
    padding: 6em;
}



/* ------------ CATEGORIA -------------------*/

.catTitle{
    color: #383836;
    margin-top: 8px;
    margin-bottom: 8px;
}

.catList{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left;
    align-items: left;

}

.backCatlist{
    /*background-color: #D9D9CE;*/
    background-color: #dbdde491;
    padding-top: 0.5em;

}

.banner-text-h-t2{
    color: #000;
    font-size: 2em;
}




/*-------- DONDE COMPRAR ------*/

.dtr-card{
    background-color: white;
    border-radius: 17px;
}

.dtr-1{
    font-size: 2em;
    font-weight: 200;
}

.dtr-card-title p{
    margin: 0px;
}

.dtr-card-title{
    color: #4B4B48;
    font-weight: 700;
}
/*--------PRE--FOOTER--------*/


/*--------FOOTER--------*/

.cookiesPolicy{
    position: fixed;
    bottom: 0px;
    padding: 2em;
}

.cookies-btn{
    width: 6em;
    height: 3em;
}

.rrssIconsFooter{
    text-decoration: none;

}

.rrssIconsFooter a{
    text-decoration: none;

}

.imgFooter{
    width: 17%;
}
.imgFooterLogo{
    width: 100%;
    max-width: 180px;
}
p.footerText{
    margin: 0px;
    font-size: 0.8em;
}
.SubfooterText{
    color: #fff;
    font-size: 0.8em;
}
.SubfooterText:hover{
    color: #fff;
    font-size: 0.8em;
}

/* COLORES */
.gray-h3{
    color: #4D4B4B;
}
.gray-sTitle{
    color: #605F5B;
}

.grey-04{
    background-color: #EBEAE7;
}

/* COLORES TEXTOS */

.GRAY-02{
    color: #8A8A7D;
}

.GRAY-01{
    color:#494941;
}

.GRAY{
    color: #4B4B48;
}
.color-white{
    color: white;
}

.cat-btn{
    display: none;
}
.cat-btn:hover{
    color: #4b4b48 ;
    text-decoration: underline;
}

.text-center{
    text-align: center;
}

/*TARJETAS*/

.tarjetasVisita
{
    background-color: white;
    border-radius: 5px;
    min-height: 400px;
    position: relative;
}
.tarjetasVisita p
{
    margin: 0;
}
.tarjetasVisita >div>img{
    width: 100%;
    height: auto;
}
.profile-data{
    padding: 10px;
    text-align: left;
    min-height: 165px;
}
.footerPersonCard{
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}
/*------------------------------------APARTADO TARJETAS NOVEDADES */


.section-card{
    padding-bottom: 70px;
  }
  
  .card-size-md {
    height: 300px;
  }
  @media screen and (max-width: 768px) {
    .card-size-md {
      margin-top: 10px;
    }
    .secciones2{
        display: none;
    }

    .innerSatBanner
    {
        right: 25px;
        bottom: 12px;
    }

  }


.btn-close {
    background-image: url(/assets/static/exit.svg) !important;
    margin: 0 1em 0 2em;
}
  
  .btn-circle {
    background-color: transparent !important;
    border-radius: 50% !important;
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
    border-radius: 15px;
    text-align: center;
    float: right;
    z-index: 20;
    padding: 0px;
    margin: 0px;
    border: none;
    background: none;
    -webkit-transition-property: initial;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
    transition-property: initial;
    transition-duration: 0.5s;
    transition-timing-function: ease;
  }
  .btn-circle:focus {
    outline: none;
    box-shadow: none;
  }
  .btn-circle img {
    cursor:pointer;
    width: 100%;
    height: 100%;
  }
  
  .rotated {
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari 3.1+ */
    -moz-transform: rotate(45deg);
    /* Firefox 3.5-15 */
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -o-transform: rotate(45deg);
    /* Opera 10.50-12.00 */
    transform: rotate(45deg);
    /* Firefox 16+, IE 10+, Opera 12.10+ */
  }
  
  .card-full-w .card-size-xs {
    height: 400px;
  }
  .card-full-w .card-size-xs .layer {
    padding: 40px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
  }
  .card-full-w .card-size-xs .layer h2 {
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
  }
  .card-full-w .card-size-xs .content-full {
    height: 100%;
    padding: 20px;
    background-color: #fff;
  }
  .card-full-w .card-size-xs .content-full .card-body {
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
  }
  .card-full-w .card-size-xs .content-full h2 {
    text-align: left;
    font-size: 30px;
  }
  .card-full-w .card-size-xs .content-full h3 {
    margin-top: 5px;
    font-size: 23px;
  }
  .card-full-w .card-size-xs .content-full h5 {
    color: lightgrey;
    text-align: left;
    font-size: 17px;
  }
  .card-full-w .card-size-xs .content-full img {
    position: relative;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 360px;
    width: 100%;
    border-radius: 4px;
  }


  /*GARANTIAS*/

  .form-gar-control{
    display: block;
    width: 100%;
    padding: 0.475rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #efefef;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  }
  .form-gar-select{
    padding: 0.575rem 2.25rem .375rem .75rem;
    background-color: #efefef;
  }
  
/*MEDIA MOBILE*/

@media (min-width: 576px){
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
        }
    .tarjetasVisita{
        min-height: 370px;
    }

}

@media (max-width: 576px){

    #navBar2{
        height: unset;
    }
    .navbar-brand{
        margin-left: 12px;
    }
    .navbar{
        padding:0px !important;
    }

    .tarjetasVisita{
        min-height: 370px;
    }
    #navbarNavDropdown ul li{
        padding: 10px 10px 10px 12px;
        background-color: #353c4d;
        z-index: 2;
    }
    #navbarNavDropdown ul li a{
        padding: 0;
    }
    #menu-button{
        padding: 10px 10px 10px 12px;
    }
    .navbar-nav > li a{
        /*border-bottom: 1px solid white;*/
    }
    .searchBtnLi{
        display: block;
    }
    #menu-button-search{
        color: #494941;
        padding-left: 19px;
        transform: scale(1.5);
        font-size: 20px;
    }
    .bi-search-container{
        transform: none;
        position: unset;
        right: 20px;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .menu-button-text{
        display: inline;
        color: white;
        font-size: 16px;
    }
    #categoriasDiv{
        padding: 0;
        margin: 0;
    }
}
  
@media (max-width: 600px) {

    main{
        margin-top: 100px;
    }
    .social-img{
        width: 15%;
        height: auto;
    }
    /*
    PANTALLA INICIO
    */
    .indexTitles{
        margin-top: 1em;
    }
    .logoContainer img{
        margin-top: 0;
        height: auto;
        width: 70%;
        border-radius: 8px;
    }

    .qrDownload{
        display: none;
    }


    .res-circle{
        
        right: 22px;
    }

    #imagenesHeadCategorias{
        display: none;
    }

    #contenedor-desplegable{
        position: relative;
        /*overflow: auto;*/
        height: calc(100vh - 200px);
    }
    #dropdown-collapse-am{
        position: relative;
    }
    #search{
    margin-left: unset;
    }
    #presearch{
        display: inline-flex;
    }
    
    .menuBottomSide{
        max-height: 50vh;
        overflow-y: auto;
        padding: 0;
    }
    .buscador{
        max-height: 35vh;
    }

    /*
    FIN PANTALLA INICIO
    */
    
    /*
    PROMOCIONES:
    */

    .promo-promo{
        background: linear-gradient(228.2deg, #B0884D 0.61%, #DDB762 34.44%, #AE7C2F 77.81%, #F7DE88 104.7%, #A4742E 142.27%);
        padding: 10px;
        color: white;
        font-size: 14px;
        font-weight: 700;
    }

    .date-text-1{
        font-size: 10px;
    }

    .date-text-1, .date-text-2,.date-text-3{
        font-size: 10px;
    }

    /*
    Fin de promociones 
    */

    .innerMarcasCard{
        padding: 0em 0.5em 0.5em 0.5em;
    }


    .bt2-space {
        padding: 2em 2em 1em 2em;
    }
    .bt2-space2{
        padding-bottom: 2em;
    }
    #imgTxs,#imgOfert{
        display: none;
    }
    .prdImgContainer{
        height: 120px;
    }
    .prd-card-title{
        margin-top: 0.4rem;
        margin-bottom: 3px;
    }
    .prd-card-date{
        margin-top: 0.6rem;
    }
    .cookies-menu{
        display: none;
    }
    #cabecera{
        padding-top:14px;
    }
    .especilistaPrd{
        padding: 2em;
    }

    .banner-t-1{
        padding: 1em;
    }
    .prd-card-date{
        left: 0px;
        right: 0px;
    }
    .promoText-content{
        padding: 1rem;
    }
    .promo-txt-1, .descripcion-txt-1,.descripcion-txt-2, .promo-txt-2,.descripcion-txt-3{
        font-size: 0.85rem;
    }
    .promo-card{
        min-height: 325px;
        max-height: 350px;
    }
    .data-card2{
        /*min-height: 278px;*/
    }
    .promo-card-2{
        min-height: 325px;
        max-height: 350px;
    }
    .promo-card-3{
        padding: 1rem;
        min-height: 325px;
    }
    .descripcion-txt-2 {
        font-weight: 400;
        color: #494941;
        padding: 1em 1em 0em 1em;
    }
    .promo-txt-2{
        margin-top: 1rem;
    }
    .promo-p-2{
        margin: 0;
    }
    .promo-txt-3{
        font-size: 0.85rem;
        font-weight: 700;
        color: #FFFFFF;
        margin-top: 0rem;
    }
    .descripcion-txt-3{
        margin-top:4rem;
    }
    .date-text-3 {
        position: absolute;
        bottom: 0;
        left: 1px;
        right: 1px;
    }


    /*apartado producto*/

    .more-info-cont{
     padding: 1.5rem;   
    }

    .box{
        border: 7px solid transparent;
    }
    .prd-card{
        border-radius: 12px;
    }
    .price-container{
        font-size: 14px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    #pMargin p{
        margin-bottom: 0px !important;
    }

    .ban-prd-1{
        padding: 2em 2em 2em 2em;
        color: #fff;
        border-radius: 5px;
        
    }

    .ban-prd-2{
        background-color: #000;
        padding: 2em 2em 2em 2em;
        color: #fff;
        }

    .banner-type-4, .banner-type-6{
        padding: 2em 2em 2em 2em;
    }
    /*Fin producto*/

    /*apartado inicio*/

    .navbar-dark .navbar-toggler{
        border:none;
    }
    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
    }
    .cat-btn{
        display: block;
        color: #4b4b48;
        text-decoration: none;
    }

    /*apartado footer*/
    .cookies-btn{
        width: 100%;
    }


    /*APARTADO OFERTAS*/

    #accordionOfertas{
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 10;
    }   


    /*FIN APARTADO OFERTAS*/
    /*Apartado compañia*/
    .fenin_ext_banner, .iso_ext_banner, .quienesSomos,.bt2-space-banner-inicio{
        padding: 2em;
    }

    .satBanner{
        margin-bottom: 15px !important;
    }

    /*BANNERS*/
    .itemInnerSatBanner{
        padding: 15px;
    }

    .innerDualBanner {
        position: absolute;
        bottom: 15px;
        left: 25px;
        right: 25px;
    }
    .imgFooterLogo{
        width: 35%;
        max-width: 180px;
    }
    .textCats{
        margin-bottom: 7px;
    }
    #menu{
        top: 0px;
    }
    .marcasCardButton{
        position: unset;
    }
    /*FORMACIONES*/
    .fImgCardContainer{
        height: 140px;
    }
    #formationCard{
        padding-right: 0.4rem;
        padding-left: 0.4rem;
        margin-bottom: 0.7rem !important;
    }
    .innerFormacionCard{
        padding: 0em 0.5em 0.5em 0.5em;
    }
    .fechaTipoFormacionContaienr {
        min-height: 28px;
    }
}

@media (max-width: 760px) {
    .data-card2{
        /*min-height: 300px;*/
    }
}
@media screen and (max-width: 768px) {
    .card-full-w .card-size-xs {
      height: 600px;
    }

    .card-size-md {
        height: 250px;
    }

  }

@media (max-width: 992px) {
    .logoContainer img {
        margin-top: 0;
        height: auto;
        border-radius: 8px;
    }
    main{
        margin-top: 110px;
    }
    .logoAdd{
        margin: 0px;
        border-radius: 5px;
        height: unset;
        width: 85%;
        max-width: 130px;
    }
    #logoAddMp{
        width: 61%;
    }
}