@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: 'Colfax';
	src: url('../fonts/original_Colfax_Regular.eot');
    src: url('../fonts/original_Colfax_Regular.eot?#iefix') format('embedded-opentype'), 
         url('../fonts/original_Colfax_Regular.woff') format('woff'),
         url('../fonts/original_Colfax_Regular.ttf') format('truetype'),
         url('../fonts/original_Colfax_Regular.svg') format('svg');
	font-weight: 400;
	font-style: normal;
}

body{
    background: #f5f5f5;
      -webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  	text-rendering: optimizeLegibility;
    font-weight: 400;
}
.logo{
    display: block;
}
.flot-w{
    position: fixed;
    bottom: 15px;
    right: 15px;
    background: #54cc61;
    height: 60px;
    width: 60px;
    z-index: 1000;
    border-radius: 6px;
    box-shadow: 0px 4px 6px 2px rgba(0, 0, 0, 0.15);
    transition: all .5s;
    cursor: pointer;
    padding: 5px;
}
.flot-w img{
    max-width: 100%;
    display: block;
}
.flot-w:hover{
    transform: scale(1.1)
}
.user-menu{
    display: flex;
    justify-content: flex-end;
}
.user-menu a {
    display: inline-block;
    text-transform: uppercase;
    font-size: .8em;
    padding: 10px;
    margin: 10px 0;
    color: #fff;
    font-weight: 600;
}
.navbar{
    border-radius: 0;
    margin-bottom: 0;
    max-height: 100%;
}
.xp-buscador{
    display: flex;
    align-items: flex-start;
    margin: 10px 0;
}
.xp-relative{
    position: relative;
}
/*the container must be positioned relative:*/



.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}

.xp-bus-btn{
    width: 10%;
}
.xp-bus-text{
    width: 45%;
    margin-bottom: 0;
}
.xp-bus-lugar{
    width: 45%;
    margin-bottom: 0;
}
.xp-bus-text input{
    width: 100% !important;
    border: none;
    border-radius:3px 0 0 3px ;
}
.xp-bus-lugar input{
    width: 100% !important;
    border: none;
    border-radius:0;
    margin-left: 1px;
    padding-left: 20px;
}
.xp-bus-btn{
    border: none;
    border-radius:0 3px 3px 0;
    height: 34px;
line-height: 35px;
vertical-align: middle;
padding: 0;
    background: #8753be;
    color: #fff;
}
.xp-ico-local{
    position: absolute;
left: 7px;
top: 7px;
color: #656565;
font-size: 18px;
}
.xp-bg-menu-list{
    background: #fff;
    border-bottom: 1px solid #d5d8db;
}
.xp-menu-list{
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
display: flex;
justify-content: space-between;
    position: relative;
}
.xp-menu-list>li>a{
    color: #000;
    line-height: 42px;
    border-bottom: 4px solid #fff;
display: block;
padding-left: 5px;
padding-right: 5px;
}
.xp-menu-list>li>a:hover{
    border-bottom: 4px solid #ff4264;
}
.img-resp{
    max-width: 100%;
    height: auto;
}
.xp-link-publi{
    width: 100%;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.img-publi{
    width: 100%;
    height: auto;
}

.xp-lista-tag{
    padding-left: 0;
    list-style: none;
}
.xp-lista-tag li{
    color: #333;
padding: 9px 0;
    border-top: 1px solid #eee;
    width: 100%;
}
.xp-lista-tag li:first-child {
    border-top: none;}
.xp-lista-tag li a{
    display: flex;
    align-items: center;
    transition: all .5s;
}
.xp-lista-tag>li>a>div{
    height: 28px;
    width: 28px;
    background:   #ff4264;
    border-radius: 50%;
    text-align: center;
    margin-right: 5px;
}
.xp-lista-tag>li>a>div>i{
    color: #fff;
    font-size: 14px;
    line-height: 28px;
}
.xp-lista-tag a
{
        font-size: 14px;
    color: #777;
    font-weight: 400;
}
.xp-list-name{
}
.xp-list-cant{
    font-size: 12px;
    margin-left: 5px;
}
.xp-list-cant::after{
    content: ')'
}
.xp-list-cant::before{
    content: '('
}
.xp-carrusel-desc h2{
    font-size: 16px;
}
.xp-carrusel{
     color: #414141;
    display: grid;
    grid-template-columns: 1fr 33%;
    grid-column-gap: 10px;
    position: relative;
    height: 100%;
    flex-direction: column;
    background: #fff;
}
.xp-carrusel:hover{
    color: #414141;
}


.xp-carrusel-img {
    width: 100%;
    position: relative;
    background-size: auto;
    background-size: 50px 50px;
}

.xp-carrusel-desc{
        height: 100%;
    width: 100%;
    padding: 10px;
    flex-direction: column;
    justify-content: space-between;
    display: flex;

}
.xp-carrusel-img-ab{
    position: absolute;
    z-index: 1;
    top: 5px;
    right: 5px;
    width: 20%;
}
.xp-carrusel-img-ab img{
    display: block;
    width: 100%;
    vertical-align: middle;
}
.xp-carrusel-figure{
    opacity: 1;
    position: unset;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0px 0px;
    position: absolute;
    top: 0;
    left: 0;
  
}


.xp-car-ds{
    display: grid;
    grid-template: 1fr/1fr minmax(0, auto);
    grid-column-gap: 10px;
}
.xp-car-ds p{
    font-weight: 600;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
}
.xp-car-ds div{
    color: #53a318;
}
.xp-carrusel-precio{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.xp-carrusel-precio .precio-antes{
    text-decoration: line-through;
    opacity: .6;
    margin-bottom: 0;
}
.xp-carrusel-precio .precio-ahora{
    color: #53a318;
    font-size: 30px;
    font-weight: 600;
}

.xp-car .item{
    height: 350px;
    border-radius: 6px;
    background: #fff;
    overflow: hidden;
}
.xp-indicators{
    position: relative;
    left: 0;
    width: 100%;
    margin-left: 0;
    bottom: -10px;
}
.xp-indicators li{
    width: 7px;
    height: 7px;
    background: #b5b5b5;
    border: none;
    margin: 1px;
}
.xp-indicators li.active{
    background: #656565;
    height: 7px;
    width: 7px;
    margin: 1px;
    
    border: none;
}
.xp-car-control{
    background-image: none !important;
    opacity: 1 !important;
}

.xp-car-control.left {
   left: -30px;
    width: 30px;
}
.xp-car-control.right {
   right: -30px;
    width: 30px;
}

.xp-car-control span{
text-shadow: none;

    color: #e5e5e5;
}
.h2t{
   font-size: 24px;
    font-weight: bold;
    color: #8753be;
    margin-bottom: 20px;
}

.item-slider{
    background: #fff;
    border-radius: 10px;
    padding: 10px;
}
.owl-nav {
    margin-top: 0;
}
.owl-nav button{
    position: absolute !important;
     width: 30px;
    height: 30px;
top: 50%;
    margin: 0 !important;
}

.owl-nav button>span{
    line-height: 30px;
    font-size: 30px;
}
.owl-prev{
    left: -30px; 
}
.owl-next{
    right:-30px; 
}
.owl-theme .owl-dots .owl-dot span {

    width: 7px;
    height: 7px;
}

.xp-card-sec{
    height: 180px;
    border-radius: 10px;
    box-sizing: content-box;
    display: flex;
    align-items: center;
    background: #000;
    color: #fff;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
}
.xp-card-sec:hover{
    color: #fff;
}

.xp-card-sec img{
    object-fit: cover;
    height: 100%;
    width: 100%;
    opacity: .5;
}
.xp-card-sec span{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    line-height: 26px;
}

/**/
.xp-tarjeta{
    text-decoration: none;
    color: #444;
    position: relative;
    height: 343px;
    display: flex;
    flex-direction: column;
    background: white;
    border-radius: 10px;
    overflow: hidden;
}
.xp-tarjeta figure{
    height: 165px;
   width: 100%;
}
.xp-tarjeta figure img{
    object-fit: cover;
    height: 100%;
   width: 100%;
}
.xp-tar-marca-desc{
    display: grid;
    grid-template: 1fr/1fr minmax(0, auto);
    grid-column-gap: 10px;
}
.xp-tar-marca-desc p{
       font-weight: 600;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
}
.xp-tar-marca-desc div{
    color: #53a318;
}

.xp-tarjeta figcaption{
    padding: 10px;
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100%;
}
.xp-tarjeta figcaption h2{
    font-size: 14px;
    line-height: 18px;
}
.xp-tar-cant-comp{
    display: block;
    width: 100%;
    font-size: 12px;
}
.xp-tar-precio{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.xp-tar-precio span{
    font-size: 17px;
    color: #53a318;
    font-weight: 600;
}
.xp-tar-precio p{
    font-size: 14px;
    text-decoration: line-through;
    opacity: .6;
    margin-bottom: 0;
}
.xp-marcas .owl-nav button{
    transform: translateY(-30px);
}

.xp-btn-mas{
    border: 1px solid #ff4264;
    background: #fff;
    color: #ff4264;
    float: right;
}

.footer{
    background: #fff;
    border-top: 1px solid #d5d8db;
}
.susc label {
    color: #646464;
    font-weight: 600;
}
.susc input{
    color: #3c3c3c;
}

.xp-list-recuadros{
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.xp-list-recuadros>li{
    width: 25%;
    padding: 10px;
}

.xp-list-rec{
    height: 240px;
    max-width: 240px;
    margin: auto;
    width: 100%;
display: flex;
align-items: center;
    background: #000;
    color: #fff !important;
    overflow: hidden;
    position: relative;
    border-bottom: 2px solid #fff;
}
.xp-list-rec:hover{
    color: #fff;
    border-bottom: 2px solid #ff4264;
}

.xp-list-rec img{
    object-fit: cover;
    height: 100%;
    width: 100%;
    opacity: .8;
}
.xp-list-rec span{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    line-height: 26px;
}

.xp-segundo-menu{
    display: none;
    position: absolute;
    left: 0;
    top: 45px;
    background: #fff;
    z-index: 2;
    box-shadow: 0 4px 8px -2px rgba(0,0,0,.2);
    width: 100%;
}

.xp-list-lista{
    padding-left: 0;
    list-style: none;
}
.xp-list-lista li a{
    font-size: 14px;
border: none;
margin: 0;
padding: 0 24px;
display: block;
width: 100%;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
max-height: 42px;
    font-weight: 600;
    color: #6d6d6d;
    position: relative;
    line-height: 42px;
}
.xp-list-lista li a:hover{
    background: #ff4264;
    color: #fff;
}
.xp-list-lista>li>a span{
    
    float: right;
    font-size: 12px;
    color: #adb0b3;
}

.xp-activo-menu{
    display: block;
}
.xp-ico-menu{
    color: #fff;
}
.xp-ico-menu i{
    font-size: 24px;
    line-height: 35px;
}

.bg-blanco{
    background: #fff;
}

.xp-categoria{
    color: #FF4264;
    font-size: 14px;
}
.xp-seccion{
    color: #383838;
    font-size: 36px;
font-weight: 400;
    margin-top: 0;
    line-height: 36px;
    margin-bottom: 0;
}
hr{
    border: 0;
border-bottom: 1px solid #d5d8db;
height: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}



.xp-ul-resultado{
    padding-left: 0;
    list-style: none;
}

.xp-ul-nivel-1>li>a{
    color: #777;
    font-size: 14px;
      display: block;
padding: 4px;
}
.xp-ul-nivel-1>li>a>i{
    font-size: 12px;
    color: #989898;;
    margin-left: 5px;
    font-style: normal;
}
.xp-ul-nivel-2{
    list-style: none;
    padding-left: 15px;
    display: none;
}
.xp-ul-nivel-2>li>a{
    color: #777;
    font-size: 14px;
    font-weight: 600;
    display: block;
padding: 4px;
}
.xp-ul-nivel-2>li>a>i{
    font-size: 12px;
    color: #989898;;
    margin-left: 5px;
    font-style: normal;
}
.xp-ul-activo{
    display: block;
}

.xp-card-grande{
    height: 326px;
    border-radius: 10px;
overflow: hidden;
}
.xp-resultados-trj{
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
margin: 10px -7px;
}
.xp-resultados-trj li{
    width: 33.33%;
    padding: 7px;
}
.xp-rang-inp {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.xp-rang-inp input{
    float: none !important;
    display: inline-block;
    width: 48%;
}
.xp-rango-prec{
    margin-bottom: 25px;
    display: block;
    font-weight: bold;
}
.ov-hid{
    overflow: hidden;
}
.xp-pag{
    float: right;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {

    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #ff4264;
    border-color: #ff4264;

}
.xp-ul-nivel-1 > li > a:hover{
     color: #ff4264;
    
}
.xp-li-ac{
     color: #ff4264 !important;
}
.xp-bread{
    margin-bottom: 0;
    padding-left: 0;
    
}
.xp-bread li a{
     color: #ff4264;
}
.xp-formulario input, .formilario textarea{
    border-bottom: 1px solid #4e4e4e;
    color: #1b1b1b;
background: #f7f5f9;
}

/**/
.xp-lista-tag li a{
    transition: all .5s;
}
.xp-lista-tag>li>a>div{
    background:   #ff4264;
}

.xp-lista-tag:hover  > li > a> div{
    background: #bfbfbf;}
.xp-lista-tag > li > a:hover > div{
     background: #ff4264;
    transform: scale(1.05);
}

.xp-lista-tag > li > a:hover .xp-list-name{
    color: #ff4264;
}

.carousel-inner {
    height: auto;
}

.xp-tarjeta figcaption h2{
    height: 34px;
overflow: hidden;
    position: relative;
    text-align: justify;
}

.xp-tarjeta figcaption h2::after{
    content: '...';
    position: absolute;
    height: 18px;
    background: #fff;
    right: 0;
    bottom: 0;
    font-size: 16px;
    line-height: 18px;
}
.xp-carrusel-desc h2 {
    line-height: 18px;
    height: 34px;
    overflow: hidden;
    position: relative;
    text-align: justify;
    margin: 0;
    
}

.xp-carrusel-desc h2::after{
    content: '...';
    position: absolute;
    height: 18px;
    background: #fff;
    right: 0;
    bottom: 0;
    font-size: 16px;
    line-height: 18px;
}

@media  (max-width: 768px){
    .xp-carrusel-desc h2{
        padding-right: 12px;
    }
    .xp-carrusel-desc h2::after{
    background: transparent;
    }
}

.img-completo figure img {
    object-fit: contain;}




/*estilos 23 abril*/

.xp-bon{
        position: absolute;
    z-index: 2;
    top: 5px;
    right: 5px;
    background: #8753be;
    padding: 5px;
    padding-top: 8px;
    border-radius: 50%;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 11px;
    line-height: 12px;
    box-shadow: 0 7px 11px -6px rgba(0,0,0,.5);
    border: 2px solid #fff;
}
.xp-bon span{
    display: block;
    font-size: 14px;
    font-weight: bold;
    
}
.xp-bon span::after{
    /*content: 'Pts.';*/
    font-size: 10px;
}


.xp-bon2{
        position: absolute;
    z-index: 2;
    top: 5px;
    right: 5px;
    background: #ff4264;
    padding: 5px;
    padding-top: 8px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    font-size: 11px;
    line-height: 12px;
    box-shadow: 0 7px 11px -6px rgba(0,0,0,.5);
}
.xp-bon2 span{
    display: block;
    font-size: 14px;
    font-weight: bold;
    
}
.xp-bon2 span::after{
   /* content: 'Pts.';*/
    font-size: 10px;
}
/*0000*/









/*medias*/



@media (max-width: 1366px){

}

@media (max-width: 1200px){
	
}
@media  (max-width: 991px){

	.xp-resultados-trj li {

    width: 50%;
    padding: 7px;

}
}
@media  (max-width: 768px){
	
    .xp-buscador{
        margin-bottom: 0;
    }
    .user-menu{
        justify-content: space-around;
    }
    .user-menu a{
        margin-bottom: 0;
        padding: 6px;
    }
    .xp-activo-menu{
    display: none;
}
    
    .xp-menu-list{
        flex-direction: column;
    }
    .xp-menu-list>li{
        display: block;
    }
    .xp-bg-menu-list{
        position: absolute;
z-index: 99;
top: 45px;
width: 100%;
height:calc(100% - 45px);
padding: 10px;
        display: none;
    }
    .xp-lista-tag>li{
        display: inline-block;
background: #cba7f2;
border: 0;
border-radius: 100px;
font-size: 12px;
padding: 5px 10px 5px 5px;
width: auto;
    }
    .xp-lista-tag>li>a{
        color: #fff;
        font-weight: 600;
        font-size: 12px;
    }
    
    .xp-carrusel{
        display: flex;
        background: #000;
        
    }
    .xp-carrusel-img{
        height: 100%;
        position: absolute;
        z-index: 0;
    }
    .xp-carrusel-desc{
        color: #fff;
        z-index: 4;
        position: relative;
        
    }
    .xp-carrusel-figure{
        opacity: .4;
    }
    .xp-car .item {

        height: 190px;}
    .xp-car-ds{
        display: flex;
        flex-direction: column;
    }
    .xp-car-control.left {
        left: -15px;}
    .xp-car-control.right {
        right: -15px;}
    .xp-car-control span{
        color: #ff4264;
    }
    .owl-nav{
        display: none;
    }
    .xp-card-sec {

        height: 110px;}
    
    .scroll-tag{
        overflow-y: hidden;
overflow-x: scroll;
white-space: nowrap;
        width: auto;
        margin: 0 -15px;
padding-left: 15px;
    }
    .xp-resultados-trj li {

    width: 50%;
    padding: 7px;

}
    #xp-menu-lateral{
        display: none;
    }
    .xp-tarjeta figcaption h2 {
    font-size: 12px;
    line-height: 16px;
}
}
@media  (max-width: 460px){
	
}








































