.contentPrincipal{
    padding: 6rem 0rem 0rem 0rem;
    display: block;
    z-index: -999;
}
.contentMenuLateral{
    display: none;
}
.contentMenuLateralMovil{
    display:flex;
}
.contentCentro{
    padding: 0px;
}
.TextTitulo{
    font-weight: 500;
}
.listaCollection{
    list-style: none;
    padding: 0rem 0rem 1rem 1rem;
    border-bottom:.5px solid gainsboro;
}
.listaCollection li a{
    color:#000;
}
.listaCollection li::before {
    content: "\25AA";
    color: gainsboro;
    font-weight: bold;
    display: inline-block; 
    padding: .5rem 0px;;
    width: 1em;
    margin-left: -1em;
}
.contentRangoPrecio{
    border-bottom:.5px solid gainsboro;        
}
.contentTalla{
    padding:2rem 0rem;;
    border-bottom:.5px solid gainsboro;
}
.contentBtn{
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0px;
}
.btnTalla{
    border: solid 1px gainsboro;
    text-align: center;
    width: 2.6rem;
    margin: .1rem 0px;
}
.btnTalla a{
    color:#000;
    text-transform: uppercase;
}
.btnTalla:hover{
    border: solid 1px gainsboro;
    text-align: center;
    width: 2.6rem;
    margin: .1rem 0px;
    background: green;
}
.btnTalla a:hover{
    color:#fff;
    text-decoration: none;

}
.contentAnuncios{
    padding: 2rem 0rem;
}
.contentAnuncios a img{
    padding: .5rem;
}
/* Centro */
.contentPublicidad{
    display: none;
}
.fondoPublicidad{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: auto;
}
/* productos */
.contentImg{
    height: auto;
    width: auto;
    margin-top: 3rem;
}
.contentImg img{
    height: 100%;
    width: 100%;
}
.contentProducto{
    padding: 0px;
    margin-left: 0.3px;
}
.contentMsjVacio{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 15rem;
}
.contentMsjVacio p{
    font-size: 1.5rem
}
.contentInfo{
    padding-top:1.5rem; 
}
.nombreProducto{
    margin-bottom: 0rem;
    font-size: .8rem;
}
.precioProducto{
    color: rgb(64, 153, 64); 
    margin-bottom: 0px;
    font-size: .8rem;
}

/* pagination */
.pagination{
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    justify-content: center;
    padding-top: 1rem;
    margin-top: 3rem;
}
.pagination li {
position: relative;
display: block;
padding: 0.5rem 0.75rem;
margin-left: -1px;
line-height: 1.25;
color: rgb(64, 153, 64);
background-color: #fff;
border: 1px solid #dee2e6;
}
.pagination li a span, .pagination li a{
    color: #000;
}
.pagination li:hover {
z-index: 2;
color: #000;
text-decoration: none;
background-color: #e9ecef;
border-color: #dee2e6;
}

.pagination li:focus {
z-index: 2;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.pagination li:not(:disabled):not(.disabled) {
cursor: pointer;
}

.pagination li:first-child .page-link {
margin-left: 0;
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}

.pagination li:last-child .page-link {
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
}

.pagination li.active .page-link {
z-index: 1;
color: #fff;
background-color: #007bff;
border-color: #007bff;
}

.pagination li.disabled .page-link {
color: #6c757d;
pointer-events: none;
cursor: auto;
background-color: #fff;
border-color: #dee2e6;
}

/* provicional */
.visibleMovil{
    display: none;
}
.btn-outline-dark{
    border-radius: 0px;
    border:1px solid rgba(0, 0, 0, 0.1);
}

/* modal */
.modal-body h5{
    margin-top: 1rem;
}
.modal.fade:not(.in).left .modal-dialog {
	-webkit-transform: translate3d(-25%, 0, 0);
	transform: translate3d(-25%, 0, 0);
}
.modal.fade:not(.in).right .modal-dialog {
	-webkit-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}
.modal.fade:not(.in).bottom .modal-dialog {
	-webkit-transform: translate3d(0, 25%, 0);
	transform: translate3d(0, 25%, 0);
}
.modal.right .modal-dialog {
	position:absolute;
	top:0;
	right:0;
	margin:0;
}
.modal.left .modal-dialog {
	position:absolute;
	top:0;
	left:0;
	margin:0;
}
.modal.left .modal-dialog.modal-sm {
	max-width:300px;
}
.modal.left .modal-content, .modal.right .modal-content {
	min-height:100vh;
	border:0;
}
.modalText{
    color: grey;
    border-top:1px solid rgba(0, 0, 0, 0.1);
}
.modalText:hover{
    color: #000;
}
@media only screen and (min-width: 768px) {
    /* modal */
.modal-body h5{
    margin-top: 1rem;
}
.modal.fade:not(.in).left .modal-dialog {
	-webkit-transform: translate3d(-25%, 0, 0);
	transform: translate3d(-25%, 0, 0);
}
.modal.fade:not(.in).right .modal-dialog {
	-webkit-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}
.modal.fade:not(.in).bottom .modal-dialog {
	-webkit-transform: translate3d(0, 25%, 0);
	transform: translate3d(0, 25%, 0);
}
.modal.right .modal-dialog {
	position:absolute;
	top:0;
	right:0;
	margin:0;
}
.modal.left .modal-dialog {
	position:absolute;
	top:0;
	left:0;
	margin:0;
}
.modal-dialog {
    width: 14rem;
    margin: 1.75rem auto;
}
.modal.left .modal-dialog.modal-sm {
	max-width:14rem;
}
.modal.left .modal-content, .modal.right .modal-content {
	min-height:100vh;
	border:0;
}
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .contentPrincipal{
        padding: 11rem 3rem 0rem 3rem;
        display: flex
    }
    .contentMenuLateral{
        padding-top: 4rem;
        display: block;
    }
    .contentCentro{
        padding: auto;
    }
    .TextTitulo{
        font-weight: 500;
    }
    .listaCollection{
        list-style: none;
        padding: 0rem 0rem 1rem 1rem;
        border-bottom:.5px solid gainsboro;
    }
    .listaCollection li a{
        color:#000;
    }
    .listaCollection li::before {
        content: "\25AA";
        color: gainsboro;
        font-weight: bold;
        display: inline-block; 
        padding: .5rem 0px;;
        width: 1em;
        margin-left: -1em;
    }
    .contentRangoPrecio{
        border-bottom:.5px solid gainsboro;        
    }
    .contentTalla{
        padding:2rem 0rem;;
        border-bottom:.5px solid gainsboro;
    }
    .contentBtn{
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding: 0px;
    }
    .btnTalla{
        border: solid 1px gainsboro;
        text-align: center;
        width: 2.6rem;
        margin: .1rem 0px;
    }
    .btnTalla a{
        color:#000;
    }
    .btnTalla:hover{
        border: solid 1px gainsboro;
        text-align: center;
        width: 2.6rem;
        margin: .1rem 0px;
        background: green;
    }
    .btnTalla a:hover{
        color:#fff;
        text-decoration: none;

    }
    .contentAnuncios{
        padding: 2rem 0rem;
    }
    .contentAnuncios a img{
        padding: .5rem;
    }
    .slider-container {
        width: 200px !important;
    }
    /* Centro */
    .contentPublicidad{
        height: 10rem;
        width: 100%;
        display: block;
    }
    .fondoPublicidad{
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 10rem;
    }
    /* productos */
    .contentImg{
        height: auto;
        width: auto;
        margin-top: 3rem;
    }
    .contentImg img{
        height: 100%;
        width: 100%;
    }
    .contentProducto{
        padding: 0px;
    }
    .contentInfo{
        padding-top:1.5rem; 
    }
    .nombreProducto{
        margin-bottom: 0rem;
        font-size: .8rem;
    }
    .precioProducto{
        color: rgb(64, 153, 64); 
        margin-bottom: 0px;
        font-size: .8rem;
    }
    /* provicional */
    .visibleMovil{
        display: block;
    }
}

/* Large devices (large laptops and desktops, 1024px and up) */
@media only screen and (min-width: 1024px) {
    .contentMenuLateralMovil{
        display: none;
    }
    .slick-track {
        margin-left: 0px !important;
    }
}

/* Large devices (large laptops and desktops, 1280px and up) */
@media only screen and (min-width: 1280px) {
    .contentPrincipal{
        padding: 11rem 3rem 0rem 3rem;
        display: flex
    }
    .contentMenuLateral{
        padding-top: 4rem;
    }
 
    .slider-container {
        width: 260px !important;
    }
    .TextTitulo{
        font-weight: 500;
    }
    .listaCollection{
        list-style: none;
        padding: 0rem 0rem 1rem 1rem;
        border-bottom:.5px solid gainsboro;
    }
    .listaCollection li a{
        color:#000;
    }
    .listaCollection li::before {
        content: "\25AA";
        color: gainsboro;
        font-weight: bold;
        display: inline-block; 
        padding: .5rem 0px;;
        width: 1em;
        margin-left: -1em;
    }
    .contentRangoPrecio{
        border-bottom:.5px solid gainsboro;        
    }
    .contentTalla{
        padding:2rem 0rem;;
        border-bottom:.5px solid gainsboro;
    }
    .contentBtn{
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding: 0px;
    }
    .btnTalla{
        border: solid 1px gainsboro;
        text-align: center;
        width: 2.6rem;
        margin: .1rem .2rem;
    }
    .btnTalla a{
        color:#000;
    }
    .btnTalla:hover{
        border: solid 1px gainsboro;
        text-align: center;
        width: 2.6rem;
        margin: .1rem .2rem;
        background: green;
    }
    .btnTalla a:hover{
        color:#fff;
        text-decoration: none;

    }
    .contentAnuncios{
        padding: 2rem 0rem;
    }
    .contentAnuncios a img{
        padding: .5rem;
    }
    /* Centro */
    .contentPublicidad{
        height: 10rem;
        width: 100%;
    }
    .fondoPublicidad{
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 10rem;
    }
    /* productos */
    .contentImg{
        height: 300px;
        width: 195px;
        margin-top: 5rem;
    }
    .contentImg img{
        height: 100%;
        width: 100%;
    }
    .contentProducto{
        padding: 0px;
    }
    .contentInfo{
        padding-top:1.5rem; 
    }
    .nombreProducto{
        margin-bottom: 0rem;
        font-size: .8rem;
    }
    .precioProducto{
        color: rgb(64, 153, 64); 
        margin-bottom: 0px;
        font-size: .8rem;
    }
}
/* Large devices (large laptops and desktops, 1366px and up) */
@media only screen and (min-width: 1366px) {
    .slider-container {
        width: 280px !important;
    }
    .contentImg {
        height: 340px;
        width: 210px;
        margin-top: 5rem;
    }
}

/* Large devices (large laptops and desktops, 1440px and up) */
@media only screen and (min-width: 1440px) {
    .contentPrincipal{
        padding: 11rem 3rem 0rem 3rem;
        display: flex
    }
    .contentMenuLateral{
        padding-top: 4rem;
    }
    .slider-container {
        width: 300px !important;
    }
    .TextTitulo{
        font-weight: 500;
    }
    .listaCollection{
        list-style: none;
        padding: 0rem 0rem 1rem 1rem;
        border-bottom:.5px solid gainsboro;
    }
    .listaCollection li a{
        color:#000;
    }
    .listaCollection li::before {
        content: "\25AA";
        color: gainsboro;
        font-weight: bold;
        display: inline-block; 
        padding: .5rem 0px;;
        width: 1em;
        margin-left: -1em;
    }
    .contentRangoPrecio{
        border-bottom:.5px solid gainsboro;        
    }
    .contentTalla{
        padding:2rem 0rem;;
        border-bottom:.5px solid gainsboro;
    }
    .contentBtn{
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding: 0px;
    }
    .btnTalla{
        border: solid 1px gainsboro;
        text-align: center;
        width: 2.6rem;
        margin: .1rem .2rem;
    }
    .btnTalla a{
        color:#000;
    }
    .btnTalla:hover{
        border: solid 1px gainsboro;
        text-align: center;
        width: 2.6rem;
        margin: .1rem .2rem;
        background: green;
    }
    .btnTalla a:hover{
        color:#fff;
        text-decoration: none;

    }
    .contentAnuncios{
        padding: 2rem 0rem;
    }
    .contentAnuncios a img{
        padding: .5rem;
    }
    /* Centro */
    .contentPublicidad{
        height: 10rem;
        width: 100%;
    }
    .fondoPublicidad{
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 10rem;
    }
    /* productos */
    .contentImg{
        height: 380px;
        width: 220px;
        margin-top: 5rem;
    }
    .contentImg img{
        height: 100%;
        width: 100%;
    }
    .contentProducto{
        padding: 0px;
    }
    .contentInfo{
        padding-top:1.5rem; 
    }
    .nombreProducto{
        margin-bottom: 0rem;
        font-size: .8rem;
    }
    .precioProducto{
        color: rgb(64, 153, 64); 
        margin-bottom: 0px;
        font-size: .8rem;
    }
    .pagination{
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        justify-content: center;
        padding-top: 1rem;
        margin-top: 3rem;
    }
}

/* Extra Large devices (large laptops and desktops, 1400px and up)*/
@media only screen and (min-width: 1920px) {
    .contentPrincipal{
        padding: 11rem 3rem 0rem 3rem;
        display: flex
    }
    .contentMenuLateral{
        padding-top: 4rem;
    }
    .TextTitulo{
        font-weight: 500;
    }
    .listaCollection{
        list-style: none;
        padding: 0rem 0rem 1rem 1rem;
        border-bottom:.5px solid gainsboro;
    }
    .listaCollection li a{
        color:#000;
    }
    .listaCollection li::before {
        content: "\25AA";
        color: gainsboro;
        font-weight: bold;
        display: inline-block; 
        padding: .5rem 0px;;
        width: 1em;
        margin-left: -1em;
    }
    .contentRangoPrecio{
        border-bottom:.5px solid gainsboro;        
    }
    .contentTalla{
        padding:2rem 0rem;;
        border-bottom:.5px solid gainsboro;
    }
    .contentBtn{
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding: 0px;
    }
    .btnTalla{
        border: solid 1px gainsboro;
        text-align: center;
        width: 2.6rem;
        margin: .1rem .2rem;
    }
    .btnTalla a{
        color:#000;
    }
    .btnTalla:hover{
        border: solid 1px gainsboro;
        text-align: center;
        width: 2.6rem;
        margin: .1rem .2rem;
        background: green;
    }
    .btnTalla a:hover{
        color:#fff;
        text-decoration: none;

    }
    .contentAnuncios{
        padding: 2rem 0rem;
    }
    .contentAnuncios a img{
        padding: .5rem;
    }
    /* Centro */
    .contentPublicidad{
        height: 10rem;
        width: 100%;
    }
    .fondoPublicidad{
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 10rem;
    }
    /* productos */
    .contentImg{
        height: 500px;
        width: 300px;
        margin-top: 5rem;
    }
    .contentImg img{
        height: 100%;
        width: 100%;
    }
    .contentProducto{
        padding: 0px;
    }
    .contentInfo{
        padding-top:1.5rem; 
    }
    .nombreProducto{
        margin-bottom: 0rem;
        font-size: .8rem;
    }
    .precioProducto{
        color: rgb(64, 153, 64); 
        margin-bottom: 0px;
        font-size: .8rem;
    }
}