@import url('../icomoon/style.css');
@charset "utf-8";
/* CSS Document */

*{
	font-family: 'Raleway', sans-serif;
}
body {
	 background-color:#ffffff;
}
.logo{
	float:left;
	margin-top:15px;
}
small, .small { font-size: 80%;}
.text-verde { color: #87cc2a !important;}
.text-white { color: #fff !important;}
.text-verde-1 { color: #6db40e !important;}
.text-gris { color: #7f7f7f !important;}
.fz-45 { font-size: 45px !important;}
.mt-15 { margin-top: 15px !important;}
.mb-8 { margin-bottom: 8px !important;}
.mx-auto { margin-left: auto!important; margin-right:auto !important;}
.mt-0, .my-0 { margin-top:0 !important;}
.mb-0, .my-0 { margin-bottom:0 !important;}
.mx-0 { margin-left: 0!important; margin-right:0 !important;}
.m-0 { margin: 0!important;}
.mb-1, .my-1 { margin-bottom: 0.25rem !important;}
.mt-1, .my-1 { margin-top: 0.25rem !important;}
.mb-2, .my-2 { margin-bottom: 0.5rem !important;}
.mt-2, .my-2 { margin-top: 0.5rem !important;}
.ml-2, .mx-2 { margin-left: .5rem!important; }
.mr-2, .mx-2 { margin-right: .5rem!important; }
.ml-3, .mx-3 { margin-left: 1rem!important;}
.mr-3, .mx-3 { margin-right: 1rem!important;}
.mt-3, .my-3 { margin-top: 1rem!important;}
.mb-3, .my-3 { margin-bottom: 1rem!important;}
.mb-4, .my-4 { margin-bottom: 1.5rem!important;}
.mt-4, .my-4 { margin-top: 1.5rem!important;}
.ml-4, .mx-4 { margin-left: 1.5rem!important;}
.mr-4, .mx-4 { margin-right: 1.5rem!important;}
.mt-5, .my-5 { margin-top: 3rem!important;}
.mb-5, .my-5 { margin-bottom: 3rem!important;}
.ml-5, .mx-5 { margin-left: 3rem!important;}
.mr-5, .mx-5 { margin-right: 3rem!important;}
.pl-0, .px-0 { padding-left: 0rem!important;}
.pr-0, .px-0 { padding-right: 0rem!important;}
.pt-2, .py-2 { padding-top: .5rem!important;}
.pb-2, .py-2 { padding-bottom: .5rem!important;}
.pl-2, .px-2 { padding-left: .5rem!important;}
.pr-2, .px-2 { padding-right: .5rem!important;}
.pt-3, .py-3 { padding-top: 1rem!important;}
.pb-3, .py-3 { padding-bottom: 1rem!important;}
.pl-3, .px-3 { padding-left: 1rem!important;}
.pr-3, .px-3 { padding-right: 1rem!important;}
.pt-4, .py-4 { padding-top: 1.5rem!important;}
.pb-4, .py-4 { padding-bottom: 1.5rem!important;}
.pl-4, .px-4 { padding-left: 1.5rem!important;}
.pr-4, .px-4 { padding-right: 1.5rem!important;}
.pb-5, .py-5 { padding-bottom: 3rem!important;}
.pt-5, .py-5 { padding-top: 3rem!important;}
.pl-5, .px-5 { padding-left: 3rem!important;}
.pr-5, .px-5 { padding-right: 3rem!important;}
.py-10 { padding-top: 10px !important; padding-bottom: 10px !important;}
.pt-10 { padding-top: 10px !important;}
.px-15 { padding-left: 15px !important; padding-right: 15px !important;}
.mx-n15 { margin-right: -15px; margin-left: -15px; }
.rounded { border-radius: 0.25rem !important;}
.rounded-circle { border-radius: 50% !important;}
.position-relative { position: relative!important; }
.w-100 { width: 100% !important;}
.font-weight-extrabold { font-weight: 800; }
.font-weight-light { font-weight: 300; }

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus { outline: none;}
.alert-green { color: #fff; background-color: #7DBB03; border-color: #7DBB03; }

.modal-backdrop { background-color: #fff;}
.modal-backdrop.in { opacity: .8;}

.list-latin {list-style-type: lower-latin;}
.anchoMaximoContenido{
	max-width:1200px;
	margin:0 auto;
}
.anchoMaximoContenido:after,
.anchoMaximoContenido:before {
	display: table;
    content: " ";
}
.anchoMaximoContenido:after{ clear: both;}

.video-banner {
    position: relative;
    /*padding-bottom: 56.25%; 16:9 */
    padding-bottom: 88.25%;
    padding-top: 25px;
    height: 0;
}
.video-banner iframe,
.video-banner-background {
	opacity: 0.7;
}
@media (min-width: 1200px) {
	.video-banner iframe {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    margin-top: -19%;
		display: block;
	}
	.row.isBusqueda + .rsePrincipal {
		padding-top: 86px;
	}
	.row.isBusqueda + .rsePrincipal .banner-top { height: auto !important; padding-top: 36%;}
}
@media (min-width: 768px) and (max-width: 1200px) {
	.video-banner iframe {
	    position: fixed;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	}
}


.video-banner-background {
	width: 100%;
	height: 100%;
	background-size:100%;
	background-position:-20%;
	background-repeat: no-repeat;
	margin-top: -19%;
}
.carouselMain {
    overflow: hidden;
}
.carouselMain .imagen-banner { height: 490px; background-position: center center; background-size: auto 100%;}
.carouselMain.owl-mobile  .owl-stage-outer,
.carouselMain.owl-mobile  .owl-stage-outer div:not(.textoCarousel) { height: 100%; max-height: 250px;}
.mobile-banner { background-size: cover; background-position: center center;}
.mobile-banner.visible-xs { padding-top: 152%;}
.isCarouselMain .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}
.navbar { margin-bottom: 0px;}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.navbar-nav li a {
	font-size:12px;
	font-weight:400;
	color:#5e5f61;
}
.nav-icons li a {
    padding-left:2px;
	padding-right:2px;
}
.layerSuperior{
	position:relative;
	z-index:99;
	right: -7px;
}
.layerInferior{
	position:relative;
	z-index:0;
}
.isCarouselMain .owl-nav {
	position: absolute;
	top: 230px;
	width: 100%;
	z-index: 9999;
}
.isCarouselMain .owl-nav .owl-prev{
    float: left;
    margin-left: 50px;
    /*margin-top: -20%;*/
    position: relative;
}
.isCarouselMain .owl-nav .owl-next{
    float: right;
    margin-right: 50px;
    /*margin-top: -20%;*/
    position: relative;
}
.textoCarousel {
    float: left;
    position: absolute;
		top: 200px;
    z-index: 9999;
		margin-left: 14%;
    margin-right: 14%;
}
.textoCarousel h2,
.textoCarousel h1 {
    background-color: rgba(99, 163, 12, 0.8);
    color: #ffffff;
    font-size: 25px;
    font-weight: 200;
    width: auto;
    display: inline;
    line-height: 50px;
    margin: 10px 10px 10px 0;
    box-shadow: 0.2em 0 0 rgba(99, 163, 12, 0.8), -0.2em 0 0 rgba(99, 163, 12, 0.8);
}
.textoCarousel h5 {
    color: #646465;
    font-size:25px;
    /*text-shadow: 1px 1px 1px rgb(53, 53, 53);*/
}
.borderRadius{ border-radius:10px;}
.borderRadiusMedium{ border-radius:5px;}
.btnBanner{
	padding:5px 20px;
	position: absolute;
	top: 0;
	left: 0;
    z-index: 99;
	color:#FFFFFF;
	font-size:15px;
	right: 0;
	height: 55%;
    z-index: 10000;
	text-align: center;
}
.linkVerMasBannerHome > span {
	position: absolute;
	text-align: left;
	z-index: 10010;
}
.linkVerMasBannerHome .bannerTitulo {
	color: #fff;
	top: 57px;
	left: 52px;
	font-weight: 700;
	font-size: 30px;
}
.linkVerMasBannerHome .tabBanner {
    color: #fff;
	top: 108px;
	left: 52px;
	border: 1px solid #fff;
	border-radius: 30px;
	font-weight: 700;
	font-size: 13px;
	padding: 5px 15px;
}
.linkVerMasBannerHome .btnVerMas {
	bottom: 30px;
	left: 52px;
	color: #666769;
	background-color: #FFFFFF;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 11px;
	padding: 7px 24px 5px;
	position: absolute;
	text-align: left;
	z-index: 10010;
}
.boxUsados.linkVerMasBannerHome .btnVerMas .ico-arrow {
	color: rgba(126, 188, 3, 1);
}
.boxMueblesOficina.linkVerMasBannerHome .btnVerMas .ico-arrow {
	color: rgba(238, 138, 20, 1);
}
.boxSillas.linkVerMasBannerHome .btnVerMas .ico-arrow {
	color: rgba(249, 220, 108, 1);
}
.linkVerMasBannerHome .btnVerMas .ico-arrow svg { width: 5px; fill: currentColor; }
.btnVerMasGris {
	bottom: 30px;
	left: 52px;
	color: #666769;
	background-color: #EDEDED;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
	padding: 9px 24px;
}
.btnVerMasGris:hover {
	color: #666769;
	background-color: #EDEDED;
	text-decoration: none;
}
.bannerHome{
    position: relative;
    top: -39px;
    z-index: 9999;
	/*margin-bottom:-100px;*/
}
.bannerHome .linkVerMasBannerHome { display: block; position: relative;}
.bannerHome .linkVerMasBannerHome:hover img { opacity: 0.75; }
.btnBanner:hover{
	text-decoration:none;
	color:#FFFFFF;
}
.banner-top {
	height: 460px;
	position: relative;
	overflow: hidden;
	background-color: #545454;
}
.banner-top .texto h2:nth-of-type(2){ animation-delay: 0.1s;}
.banner-top .texto h2:nth-of-type(3){ animation-delay: 0.2s;}
.banner-top .texto h2:nth-of-type(4){ animation-delay: 0.3s;}
.banner-top .texto h3 { animation-delay: 0.3s;}
.bgVenderUsados{ background-color:rgba(249, 220, 108, 0.8);}
.bgComprar{ background-color:rgba(126, 188, 3, 0.8);}
.bgVenderNuevos{
	background-color:rgba(238, 138, 20, 0.8);
	color: rgba(119,109,103,1);
}
.buscador{
    position: relative;
    z-index: 9999;
	margin-bottom: 20px;
}
.buscador .texto-bajada { line-height: 1.5;}
#tipoEquipamientoCodigo{
	/*
	width:88%;
	float:left;
	border-radius:0px;
	height:56px;
	*/

	float: left;
    border-radius: 0px;
    height: 67px;
    background-image: url(../images/lupa-home.png);
    background-repeat: no-repeat;
    background-position: 14px center;
    padding-left: 64px;
    font-weight: 500;
}
@media screen and (max-width: 991px){
	#tipoEquipamientoCodigo {
		height: 57px;
	}
}
.btnSubmitFormBuscador{
	float: right;
	background-image:url(../images/btn-buscador.png);
    background-repeat: no-repeat;
	width:60px;
	height:57px;
	border:none;
	margin-left:5px;
}
.entregaInmediataTitulo { background-color:#FFFFFF;}
.entregaInmediataTitulo h4{
	color:#7EBC03;
	font-weight: 700;
}
.entregaInmediataTitulo p {
	color:#000000;
	font-weight: 500;
}
.entregaInmediataData {
	background-color:#FFFFFF;
	padding-bottom:15px;
}
.entregaInmediataData .Item {
	margin-bottom: 10px;
}
.Item { position: relative; background-color: #FFF;}
.Item .item-footer {
	bottom:0;
	left: 0;
	right:0;
    position: absolute;
    width: 100%;
    z-index: 9999;
	background-color: rgba(229, 228, 227, 0.8);
}
.logo-inti {
	position: absolute;
    right: 25px;
    top: 0;
    width: 36px;
	z-index: 1000;
}
/*.Item img { width: 100% !important;}*/
.boxTextoSupIzq {
	position:absolute;
	z-index:9999;
	top: 3px;
	padding: 4px 10px;
	background-color:#c80d0d;
	left:0;
	text-align: center;
}
.boxTextoSupIzq span{
	font-family: 'Alegreya Sans', sans-serif;
	color:#FFFFFF;
	font-size:14px;
}
.boxTextoSupDer{
	position:absolute;
	z-index:9999;
	top:0px;
	right:0;
	padding: 4px 10px;
	text-align: center;
}
.boxTextoSupDer span{
	font-family: 'Alegreya Sans', sans-serif;
	color:#FFFFFF;
	font-size:14px;
}
.bgRojo { background-color:#c80d0d;}
.boxTextoTag{
    background-repeat: no-repeat;
    background-position: center center;
		background-image:url(../images/bg-porcentaje-entrega.png);
		min-width: 60px;
}
.boxTextoSupDer + .boxTextoTag { top: 30px;}
.boxTextoSupDer + .bgRojo { top: 30px;}
.entregaInmediataData .boxTextoInfIzq{ bottom:25px;}

.boxTextoInfIzq{
	position:absolute;
	z-index:9999;
	bottom:50px;
	padding: 4px 10px;
	background-color:rgba(104,157,23,0.8);
}
.boxTextoInfIzq span{
	color:#FFFFFF;
	font-size:14px;
}
.entregaInmediataData .item-footer img{
	float:right;
	margin:5px 5px 5px 0;
}
.navbar-fixed-top {
    z-index: 10002;
    background-color: transparent;

    -webkit-transition: background-color 400ms ease;
    -ms-transition: background-color 400ms ease;
    transition: background-color 400ms ease;
}
.modal-open .navbar-fixed-top { z-index: 10001;}

.anchoMaximoContenidoCarousel{
	max-width:1300px;
	margin:0 auto;
}
.anchoMaximoContenidoCarousel:before,
.anchoMaximoContenidoCarousel:after {
	display: table;
    content: " ";
}
.anchoMaximoContenidoCarousel:after{ clear: both;}

.entregaProgramadaCarousel{
	background-color:#FFFFFF;
	padding-top: 30px;
}
.entregaProgramadaCarousel .isCarousel{
	background-color:#584a41;
	border-radius:5px;
	padding-bottom:10px;
}
.carouselEntregaProgramada footer img{
	width:20px !important;
	height:19px;
}
.carouselEntregaProgramada-Item {
	position: relative;background-color: white;
}
.carouselEntregaProgramada-Item img { width: 100% !important;}
.relojArena{
	left: 80px;
    position: absolute;
    top: -15px;
    z-index: 1;
}
.relojArenaAnimacion{
	left: 93px;
    position: absolute;
    top: 1px;
    z-index: 1;
}
.entregaProgramadaCarousel h3{
	padding-left:150px;
	color:#FFFFFF;
	font-weight:300;
}
.carouselEntregaProgramada {
    margin-top: 30px;
	float:left;
}
.carouselEntregaProgramada .boxTextoInfIzq {
    bottom: 30px;
}
.carouselEntregaProgramada .item-footer {
	/*background-color: rgba(229, 228, 227, 0.8);*/
	background-color: rgba(105, 93, 85, 0.8);
}
.carouselEntregaProgramada .item-footer img{
	float:right;
	margin:5px 5px 5px 0;
}
.carouselEntregaProgramada .item-footer span{
	color:#ffffff;
	padding: 5px 5px 5px 10px;
	float:left;
	font-weight:600;
	font-family: 'Alegreya Sans', sans-serif;
}
.carouselEntregaProgramada .boxTextoSupDer {
    right: 0px;
	text-align: center;
}
.carouselEntregaProgramada .boxTextoSupDer.bgRojo + .boxTextoSupDer { top: 30px;}
.owl-carousel:not(.carouselMain) .owl-item{
    padding-left: 3px;
    padding-right: 3px;
}
.carouselEntregaProgramadaDesktop {
	display: grid! important;
	--bs-columns: 4;
    grid-template-rows: repeat(var(--bs-rows, 1), 1fr);
    grid-template-columns: repeat(var(--bs-columns, 12), 1fr);
    gap: var(--bs-gap, 1.5rem);

    border-bottom: 1px solid #887f79;

}
.recomendadosAreaBisCarousel{
	background-color:#FFFFFF;
	padding-top:30px;
}
.carouselRecomendadosAreaBis {
	max-width:1150px;
	margin-top: 20px;
	margin-left:auto;
	margin-right:auto;
}
.carouselRecomendadosAreaBis .item-footer img{
	width:20px !important;
	height:19px;
}
.carouselRecomendadosAreaBis .item-footer img{
	float:right;
	margin:5px 5px 5px 0;
}
.item-footer p {
	color: #333;
	padding: 5px 5px 0px 10px;
	float:left;
	font-weight:600;
	margin-bottom:0;
	font-size: 13px;
}
.item-footer p span { color:#333;}
.recomendadosAreaBisCarousel .isCarousel{
	background-color:#f8f8f8;
	border-radius:5px;
	padding-bottom:10px;
	background-image: url(../images/bg-recomendados-mobile.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-size: auto 100%;
}
.icoRecomendados{
	float:left;
	margin-left:75px;
}
.recomendadosAreaBisCarousel h3{
	float:left;
	margin-left:15px;
	margin-top:10px;
	font-weight:300;
}
.recomendadosAreaBisCarousel h3 span{
	color:#6db40e;
}
.btnRecomendadosAnterior {
	float: left;
    margin-right: 8px;
    margin-top: 85px;
	opacity:0;
}
.btnRecomendadosSiguiente{
	float:right;
    margin-left: 8px;
    margin-top: 85px;
	opacity:0;
}
.clear{
	clear:both;
}
.carouselRecomendadosAreaBis .titulo{
	/*padding-top: 0;
    position: absolute;
    bottom: 0px;*/
	position: relative;
    z-index: 10000;
}
.miscelaneos{
	background-color:#FFFFFF;
	padding-top:30px;
	margin-bottom: -10px;
}
.miscelaneos .anchoMaximoContenidoCarousel{
	background-color:#f8f8f8;
	border-radius:5px;
	padding-bottom:10px;
	background-image: url(../images/bg-miscelaneos.png);
	background-repeat: repeat-x;
	background-position: top center;
}
.miscelaneos .anchoMaximoContenidoCarousel .col-md-4{
	background-color:transparent;
}
.miscelaneos .anchoMaximoContenidoCarousel .col-md-12{
	background-color:transparent;
}
.miscelaneos h3{
	color: #7fbd2b;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.2px;
}
.miscelaneos h3 span{
	color:#5e5f61;
}
.carouselRecomendadosAreaBis a.linkVerMasRecomendados .titulo{
	color:#5e5f61 !important;
	text-decoration:none;
	font-size:15px;
}
.carouselRecomendadosAreaBis a.linkVerMasRecomendados:hover .titulo{
	text-decoration:none !important;
}
.miscelaneos p{
	color:#5e5f61;
	font-size:15px;
}
.miscelaneos .col-md-4{
	min-height:120px;
}
.empresasCarousel{
	background-color:#FFFFFF;
	padding-bottom: 30px;
}
.empresasCarousel h3{
	color:#7f7f7f;
	font-size:15px;
}
.preFooter{
	background-color:#ececec;
	padding-top:50px;
	padding-bottom:50px;
}
.preFooter .boxes{
	float:left;
	width:33.33%;
}
.preFooter .boxes h5{
	color:#6db40e;
	font-size:13px;
	font-weight:700;
}
.preFooter .boxes h5 a{
	color:#6db40e;
	font-size:13px;
	font-weight:700;
}
.preFooter .boxes h5 a:hover{
	text-decoration:none;
}
.preFooter .boxLogos p{
	color:#000000;
	font-size:10px;
}
.preFooter .boxLogos{
	float:left;
	width:50%;
	margin-top:40px;
}
.preFooter .boxLogos p{
	margin-top:20px;
}
.formConsultas{
	float:left;
	margin-top:-10px;
	width:100%;
}
.formConsultas h3{
	color:#6db40e;
	font-size:13px;
	font-weight:700;
}
.formConsultas .form-control{
	border:1px solid #6db40e;
	margin-bottom:6px;
	/*padding-top:20px;
	padding-bottom:20px;*/
	color:#000000;
}
.btnSubmitConsultas{
	background-color:#6db40e;
	color:#FFFFFF;
	padding-left:30px;
	padding-right:30px;
	margin-top:10px;
}
.footer{
	background-color:#584a41;
	padding:25px 0;
}
.footer p{
	color:#FFFFFF;
	font-size:13px;
	font-weight:400;
}
.footer p span.verde{
	color:#84d913;
	font-size:13px;
	font-weight:600;
}
.footer .col-md-12{
	margin-top:40px;
}
.bgHeader{	background-color:#FFFFFF;}
.boxShadow{box-shadow: 0 0 5px 1px #777;}
.nav-menu li a:hover {
	border-top:2px solid #6db40e;
	margin-top:-2px;
	/*
	margin-top: -7px;
    padding-top: 6px;
    */
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #eee;
    border-color: #6db40e;
}
.nav-menu .dropdown-menu a:hover {
	border-top:none !important;
	margin-top:0px;
	background-color:transparent !important;
}
.nav-menu .dropdown ul.dropdown-menu li{
	float:left;
	width:100%;
}
.nav-menu .dropdown ul.dropdown-menu li:hover{
	background-color: #ebebeb;
}
.nav-menu .dropdown ul.dropdown-menu li a{
	/*border-top:1px dotted #ACACAC;*/
	float:left;
	width:100%;
}
/*.nav-menu .dropdown ul.dropdown-menu li a:nth-child(1){
	border-top:none;
}*/
.navbar-nav li {
    padding: 10px 15px;
}
.nav-icons li{
	padding-left: 5px;
	padding-right: 5px;
}
.navbar-nav li a {
    padding: 0;
}
.nav-menu{
	margin-top:5px;
}
.carouselMain .owl-prev{
	background-image:url(../images/btn-carousel-main-anterior.png);
	background-repeat: no-repeat;
    background-position: center center;
	width:48px;
	height:48px;
	color:transparent;
}
.carouselMain .owl-next{
	background-image:url(../images/btn-carousel-main-siguiente.png);
	background-repeat: no-repeat;
    background-position: center center;
	width:48px;
	height:48px;
	color:transparent;
}
.carouselMain .owl-dots {
	float: none;
	margin: 0 auto;
	position: absolute;
	text-align: center;
	bottom: 45px;
	width: 100%;
	z-index: 10000;
}
.carouselMain .owl-dot {
    background-color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    float: none;
    height: 2px;
    margin: 0 3px;
    width: 70px;
}
.carouselMain .owl-dots .active{
    background-color: rgba(255, 255, 255, 0.9);
}

.carouselRecomendadosAreaBis .owl-prev{
	background-image: url(../images/btn-recomendados-anterior.png);
    background-position: center center;
    background-repeat: no-repeat;
    color: transparent;
    height: 52px;
    margin-left: -60px;
    margin-top: -143px;
    position: absolute;
	left: 0;
    width: 52px;
    z-index: 10000;
}
.carouselRecomendadosAreaBis .owl-next{
	background-image: url(../images/btn-recomendados-siguiente.png);
    background-position: center center;
    background-repeat: no-repeat;
    color: transparent;
    height: 52px;
    margin-right: -60px;
    margin-top: -143px;
    position: absolute;
	right: 0;
    width: 52px;
    z-index: 10000;
}

.carouselEmpresas .owl-prev{
	display:none;
}
.carouselEmpresas .owl-next{
	display:none;
}
.carouselEmpresas .owl-dots {
	float: none;
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: 0px;
    width: auto;
    z-index: 10000;
}
.carouselEmpresas .owl-dot {
    background-color: rgba(0, 0, 0, 0.2);
    display: inline-block;
    float: none;
    height: 2px;
    margin: 0 3px;
    width: 10px;
	height:10px;
	border-radius:5px;
}
.carouselEmpresas .owl-dots .active {
    background-color: rgba(0, 0, 0, 0.5);
}

.carouselEntregaProgramada .owl-dots {
    counter-reset: dots;
	float: none;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: auto;
    z-index: 10000;
	border-top: 1px solid #887f79;
	padding-top: 15px;
	margin-top:20px;
}
.carouselEntregaProgramada .owl-dots .owl-dot {
	display: inline-block;
    float: none;
	color:#FFFFFF;
	font-size:18px;
	padding:3px 8px;
	background-color:#584a41;
}
.carouselEntregaProgramada .owl-dots .active {
	background-color:#2c2520;
	border-radius:3px;
}
.carouselEntregaProgramada .owl-dot:before {
    counter-increment:dots;
    content: counter(dots);
}
.entregaProgramadaCarousel .owl-nav{
	display:none;
}
.rollover{
	padding-right: 10px;
	padding-left:0px;
    position: absolute;
    top: 0;
    z-index: 9999;
}
.paddingRight30{
	padding-right: 30px;
}
.rollover:hover{
	display:block;
}
.rolloverEntregaProgramada{
	padding-right: 6px;
    position: absolute;
    top: 0;
    z-index: 10000;
}
.rolloverRecomendados{
	padding-right: 6px;
    position: absolute;
    top: 0;
    z-index: 10000;
}
.rolloverBannerHome{
	padding-right: 30px;
    position: absolute;
    top: 0;
    z-index: 10000;
	border-radius:10px !important;
}
/*.rolloverBannerHome {
    border-radius: 10px;
    margin-top: -203px;
    z-index: 10000;
}*/
.hidden-mobile{
	display:block;
}
.view-mobile{
	display:none;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color:transparent;
}

.logo img{
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
    width:100%;
}

.bgHeader .logo img{ width:205px;}

::-webkit-input-placeholder {
   color: #000 !important;
}
:-moz-placeholder { /* Firefox 18- */
   color: #000 !important;
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #000 !important;
}
:-ms-input-placeholder {
   color: #000 !important;
}
.navbar-collapse.in {
    overflow-y: auto;
    min-height: 390px;
}
input.height{
	height:45px;
}
textarea.height{
	height:85px;
}


/***************    PROYECTO ASISTIDO    ****************/
.busqueda{
    border-top: 86px solid #ffffff;
}
.busqueda .btnSubmitFormBuscador {
    background-image: url("../images/btn-busqueda.png");
    background-repeat: no-repeat;
    border: medium none;
    float: left;
    height: 42px;
    margin-left: 5px;
    width: 43px;
}
.busqueda .btnLupaNegro{
    background-image: url("../images/btn-busqueda-negro.png");
    background-repeat: no-repeat;
    border: medium none;
    float: left;
    height: 42px;
    margin-left: 5px;
    width: 43px;
}
.busqueda #tipoEquipamientoCodigo {
    border-radius: 0;
    float: left;
    height: 50px;
	border:1px solid #6db40e;
}
.busqueda .tipoEquipamientoCodigo {
    border-radius: 0;
    float: left;
    height: 42px;
    width: 80%;
	border:1px solid #6db40e;
}
.busqueda .miniMenu{
	text-align:center;
	padding-top: 10px;
}
.busqueda .miniMenu .list-inline { margin-left: 0;}
.busqueda .miniMenu .list-inline>li { padding: 0;}
.busqueda a{
	color:#545659;
	font-size:12px;
}
.isCarouselProyecto{
	background-color:#FFFFFF;
}
.isCarouselProyecto h3,
.isCarouselProyecto h1{
	color: #555;
	font-size:30px;
	font-weight:300;
	padding-left: 25%;
    margin-bottom: 15px;
    margin-top: 25px;
}
.isCarouselProyecto h3 span,
.isCarouselProyecto h1 span {
	color:#6db40e;
}
.banner-top h1,
.banner-top2 h1 {
	margin-top: 2px;
    margin-bottom: 0;
    display: table;
    text-shadow: 1px 1px 1px rgb(67, 111, 10);
    padding: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	background: rgba(99, 163, 12, 0.8);
	text-transform: uppercase;
	font-weight: 300;
	font-size: 47px;
}

.banner-top3 h1 {
	margin-top: 2px;
    margin-bottom: 0;
    display: table;
    text-shadow: 1px 1px 1px rgb(67, 111, 10);
    padding: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	background: rgba(99, 163, 12, 0.8);
	text-transform: uppercase;
	font-weight: 300;
	font-size: 47px;
}

.barraMenu{
	background-color:#87cc2a;
	position:relative;
	z-index:99;
}
.barraMenu a{
	color:#FFFFFF;
	font-size:11px;
	font-weight:700;
	text-decoration:none;
}
.barraMenu .pull-left a{
	float:left;
	padding-top:16px;
	padding-bottom:15px;
	padding-right:40px;
}
.barraMenu .pull-right a{
	float:right;
}
.icoVerVideo{
	background-image:url(../images/ico-ver-video.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:35px;
	padding-top:25px;
	padding-bottom:25px;
}
.icoDescargarPlanos{
	background-image:url(../images/ico-descargar-planos.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:35px;
	padding-top:25px;
	padding-bottom:25px;
}
.icoCompartir{
	background-image:url(../images/ico-compartir.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:35px;
	padding-top:25px;
	padding-bottom:25px;
}
.icoCompartirAmarillo{
	background-image:url(../images/ico-compartir-amarillo.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:35px;
	padding-top:25px;
	padding-bottom:25px;
}
.icoConsultarAmarillo{
	background-image:url(../images/ico-consultar-amarillo.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:50px;
	padding-top:25px;
	padding-bottom:25px;
}
.icoCompartirVerde{
	background-image:url(../images/ico-compartir-verde.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:35px;
	padding-top:25px;
	padding-bottom:25px;
}
.icoAgregarAlPedido{
	background-image:url(../images/ico-agregar-al-pedido.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:55px;
	padding-top:26px;
	padding-bottom:25px;
	background-color:#584a41;
	border-left:30px solid #584a41;
	padding-right:30px;
}
.icoDescripcion{
	/*background-image:url(../images/bg-triangulo.png);*/
	background-repeat:no-repeat;
	background-position:center bottom;
	text-align:center !important;
	margin-right: 45px;
	width:76px;
}
.anchoMaximoMedio{
	max-width:1035px;
	margin:0 auto;
}
.barraMenu .icoFavoritos{
	padding:18px;
	background-color:#64a40e;
}
.proyectoDescripcion{
	background-color:#FFFFFF;
	/*padding-top:50px;*/
	padding-top:0px;
}
.proyectoDescripcion h3{
	color:#87cc2a;
	font-size:20px;
	font-weight:700;
}
.proyectoDescripcion h4{
	color:#87cc2a;
	font-weight:700;
	padding-top: 17px;
	padding-bottom: 11px;
}
.proyectoDescripcion span.pull-right{
	color:#333;
	font-size:20px;
	font-weight:700;
	margin-top:17px;
}
.proyectoDescripcion p{
	color:#333;
}
.proyectoDescripcion p.subtitulo{
	margin-top:15px;
	margin-bottom:-10px;
	font-weight:600;
}
.proyectoDescripcion .header{
	border-bottom:2px solid #f0f0f0;
	float:left;
	width:100%;
	margin-bottom:10px;
}
.proyectoDescripcion .block{
	float:left;
	width:50%;
	padding-top:10px;
}
.proyectoDescripcion .thumb-edificio {margin: 0 auto;width: auto;height: 120px;}
.img-perfil {margin: 0 auto;width: auto;height: 120px;}
.paddingTexto{
	margin-left:40px;
	margin-right:40px;
}
h2.paddingTexto{
	font-family: 'Alegreya Sans', sans-serif;
	font-size:42px;
	font-weight:600;
	margin-top: 10px;
}
h2.paddingTexto span{
	font-family: 'Alegreya Sans', sans-serif;
	font-weight:400;
	font-size:30px;
}
p.bordeInferior{
	border-bottom:2px solid #F2F2F2;
	padding-bottom:15px;
}
.bgGris{
	background-color:#efefef;
}
.proyectoDescripcion .bgGris{
	float:left;
	width:100%;
	margin-top: 19px;
}
.proyectoDescripcion .bgGris p{
	font-size:11px;
	/*width:58%;*/
	margin-left:10px;
	float:left;
	max-width: 60%;
}
.proyectoDescripcion p.bordeInferior {
    padding-bottom: 10px;
}
.padding10{
	padding:15px;
}
.proyectoDescripcion .col-md-7, .proyectoDescripcion .col-md-5{
	margin-bottom:15px;
}
.linkAsistencia{
	background-image:url(../images/ico-link-asistencia.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding: 4px 0 4px 30px;
}
.asistenciaComprador{
	background-color:#87cc2a;
	float:left;
	width:100%;
	padding:15px;
}
.proyectoDescripcion .margin-bottom-corto{
	margin-bottom: 20px;
}
.proyectoDescripcion .margin-top-corto{
	margin-top: -10px;
}
.icoTrianguloVerde{
	float:left;
	margin-left:40px;
}
.asistenciaComprador h4{
	color:#FFFFFF;
	font-size:20px;
	font-weight:600;
	margin-top:-1px;
}
.asistenciaComprador a{
	color:#FFFFFF;
	/*float:left;*/
	margin:0 auto;
	margin-top:11px;
}
.asistenciaComprador img{
	margin-bottom:10px;
}
h3.titleInspeccionCalidad{
	margin-bottom:25px;
	font-family: 'Raleway', sans-serif;
}
.inspector{
	float:left;
	width:30%;
	padding-right: 15px;
}
.inspector img{
	margin-bottom:20px;
}
.inspector span{
	float: left;
    font-size: 12px;
    margin-bottom: 15px;
}
.observaciones{
	background-image:url(../images/borde-seperador-derecho.png);
	background-repeat:no-repeat;
	background-position:left center;
	float:left;
	width:70%;
	padding-left:35px;
	padding-right:15px;
}
.verde{
	color:#87cc2a !important;
}
.inspeccionCalidad p{
	font-size:13px;
	color:#333;
}
p.borde-inferior{
	border-bottom:1px solid #CBCBCB;
	padding-bottom:10px;
}
.observaciones p.borde-inferior{
	padding-bottom:25px !important;
}
.observaciones a{
	background-color:#a6a6a6;
	padding:10px 20px;
	color:#FFFFFF;
	margin-bottom:30px;
	font-size: 12px;
}
.frmContactoAreaBis form{
	background-color:#efefef;
	padding:30px;
	border-radius:3px;
}
.frmContactoAreaBis form h5{
	font-size:20px;
	float:left;
	margin-top:0px;
}
.frmContactoAreaBis form .form-control{
	margin-bottom:10px;
}
.frmContactoAreaBis form input.submit{
	background-color:#599a02;
	color:#FFFFFF;
	padding:10px 30px;
	font-weight:700;
	margin-top:10px;
}
.entregaInmediataDataProyectoAsistido {
	background-image:url(../images/bg-productos-lote.png);
	background-repeat:repeat-x;
	background-position:center top;
	padding-left: 10px;
	margin-top: 20px;
}
.entregaInmediataDataProyectoAsistido h3{
	font-size:20px;
	color:#87cc2a;
	margin: 25px 0 15px;
}
.sombraProductosLote{
	margin-top:40px;
	padding-left: 0;
    padding-right: 0;
}
.miscelaneos .noBgImage {
	background-image:none;
	background-color:#FFFFFF;
}
.isCarouselProyecto .owl-nav .owl-prev {
    float: left;
    margin-left: 27%;
    margin-top: -18%;
    position: relative;
}
.carouselProyecto .owl-prev {
    /*background-image: url("../images/btn-carousel-proyecto-anterior.png");*/
	background-image: url("../images/btn-carousel-main-anterior.png");
    background-position: center center;
    background-repeat: no-repeat;
    color: transparent;
    height: 48px;
    width: 48px;
}
.carouselProyecto .owl-prev:hover {
    background-image: url("../images/btn-carousel-proyecto-anterior.png");
}
.isCarouselProyecto .owl-nav .owl-next {
    float: right;
    margin-right: 27%;
    margin-top: -18%;
    position: relative;
}
.carouselProyecto .owl-next {
    /*background-image: url("../images/btn-carousel-proyecto-siguiente.png");*/
	background-image: url("../images/btn-carousel-main-siguiente.png");
    background-position: center center;
    background-repeat: no-repeat;
    color: transparent;
    height: 48px;
    width: 48px;
}
.carouselProyecto .owl-next:hover {
    background-image: url("../images/btn-carousel-proyecto-siguiente.png");
}
.carouselProyecto .owl-item {
    padding-left: 0px;
	padding-right: 0px;
}
.carouselProyecto .owl-item .ficha-img-header { height: auto; width: 100% !important;}
.carouselProyecto .owl-stage .owl-item{
	opacity:0.6;
}
.carouselProyecto .owl-stage .center{
	opacity:1;
}
.carouselProyecto .boxTextoInfIzq{
	top: 29px;
	bottom:auto;
}
.carouselProyecto .marginTopCarousel{
	top: 0px;
	bottom:auto;
}
.marginBottomTituloProducto h6{
	position:absolute;
}
.marginBottomTituloProducto .col-md-3{
	padding-left: 5px;
    padding-right: 5px;
}
.carouselProyecto .owl-dots {
    float: none;
    margin: 0 auto;
    position: absolute;
    text-align: center;
	bottom:0;
    width: 100%;
    z-index: 10000;
}
.carouselProyecto .owl-dot {
    background-color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    float: none;
    height: 6px;
    margin: 0 3px;
    width: 50px;
}
.carouselProyecto .owl-dots .active{ background-color: rgba(255, 255, 255, 0.9);}
.bgVerde{
	/*background-color: rgba(97, 151, 23, 0.7);*/
	background-color: #87cc2a;
}
.bgNaranja{ background-color: rgba(238, 141, 26, 0.8);}
.bgNaranjaSolido{	background-color: #ee8d1a;}
.bgAmarilloSolido{	background-color: #ffd200;}
.bgAmarillo{	background-color: rgba(255, 210, 0, 0.8);}
.verDatosDelVendedor{	margin-bottom:5px;}
.gris{    color: #5b5b5b !important;}
.ancho25{
	border-radius:3px;
	border:1px solid #D7D7D7;
	float:left;
	height:35px;
	padding-left:10px;
	margin-bottom:10px;
	color: #555;
	margin-right: 0.5%;
    width: 24.6%;
}
.noMarginRight{
	margin-right:0px;
	float:right;
}
.formularioConsulta{	border-radius:5px;}
.formularioConsulta h3 {
    color: #87cc2a;
    font-size: 20px;
    margin: 25px 0 15px;
	font-weight: 700;
}
.formularioConsulta input.btnSubmitConsultas {	float:left;}

.formularioConsulta span {
	float:left;
	margin:20px 0 0 10px;
	font-size:11px;
	font-weight:700;
}
.bgDegrade {
    background-image: url("../images/bg-productos-lote.png");
    background-position: center top;
    background-repeat: repeat-x;
}
.amarillo{	color: #ffd200 !important;}
.bannerBusqueda{
	margin-top:86px;
	background-color:#FFFFFF;
}
.bannerBusqueda .col-md-12{
	padding-left: 0px;
	padding-right: 0px;
}
.borderTopNone{	border:none;}
.productosEncontrados{
	background-color:#FFFFFF;
}
.productosEncontrados h1 {
	color: #5e5f61;
	font-size: 25px;
	font-weight: 700;
	margin-top: 8px;
}
.productosEncontrados .col-md-10{
	padding-left:0;
	padding-right:0;
}
.productosEncontrados .col-md-10 .col-md-3{
	margin-bottom:45px;
}
.filtradoPor{
	background-color:#c2c0c1;
	padding:10px;
	border-radius: 3px;
}
.filtradoPor p{
	color:#FFFFFF;
}
.icoMasOpciones{
	padding-bottom: 4px;
    padding-right: 25px;
    padding-top: 4px;
    background-image: url("../images/ico-mas-opciones.png");
    background-position: right center;
    background-repeat: no-repeat;
}
.filtros {
	float:left;
	width:100%;
	padding:10px 0 15px 0;
	border-bottom:1px solid #cbcbcb;
	margin-bottom:10px;
}
.filtros ul{
	list-style:none;
	padding-left:0px;
	float:left;
	width:auto;
	margin:0 20px 0 0;
}
.filtros h5{
	float: left;
    font-size: 13px;
    margin: 4px 20px 0 0;
    width: auto;
}
.filtros a{
	color:#555;
	font-size: 13px;
}
.divider{
	border-bottom:1px solid #cbcbcb;
	clear:both;
}
.productosEncontrados .divider{
	margin-bottom:25px;
	padding-left:15px;
	padding-right:15px;
}
.tipoFiltros{
	background-color:#f4f4f4;
	padding:10px;
	float:left;
	width:100%;
	border-radius: 3px;
}
.tipoFiltros p{
	font-size:14px;
	font-weight:600;
	width:100%;
	float:left;
}
.tipoFiltros a{
	font-size:14px;
	width:100%;
	float:left;
	color:#555;
}
.tipoFiltros .divider{
	float: left;
    margin-top: 10px;
    width: 100%;
	margin-bottom:10px;
}
.tipoFiltros .glyphicon-menu-down:before {
	content: url("../images/icondown.svg");
}
.paginador{
	background-color:#5e5f61;
	padding-top:15px;
	padding-bottom:15px;
	margin-top:30px;
	clear:both;
}
.paginador a{
	color:#FFFFFF;
	padding:5px 7px;
}
.paginador a.active{
	background-color:#2f2f31;
	border-radius:3px;
}
.sombraProductosBusqueda{
	margin-top:25px;
}
.marginBottomMiscelaneos{
	margin-bottom:-31px;
}
.selectoresPiezas button.btn{
	background-color:#efefef;
	width:100%;
	margin-bottom:10px;
	font-weight:600;
	text-align:left;
    background-image: url("../images/ico-button.png");
    background-position: 94% center;
    background-repeat: no-repeat;
	padding-right:15px;
}
.selectoresPiezas button.active{
	background-color:#88cc2b;
	color:#FFFFFF;
    background-image: url("../images/ico-button-active.png");
    background-position: 94% center;
    background-repeat: no-repeat;
}
.tituloSillas{
	margin-bottom: 15px;
}
.contenedorPiezas {
	/*padding-left:0px;
	padding-right:0px;*/
}
.contenedorPiezas .col-md-3 {
	padding-left:0px;
	margin-bottom:15px;
}
.contenedorPiezas .col-md-3 .piezas{
	background-color:#efefef;
	padding:10px;
	border-radius:5px;
}
.contenedorPiezas .col-md-3 .active{
	background-color:#ffd200;
}
.contenedorPiezas h4{
	margin-top:0px;
	font-weight: 700;
}
.piezas h2{
	font-size:20px;
	float:left;
	width:auto;
	margin-top:10px;
}
.piezas input.checkbox{
	float:right;
	margin:15px 0 14px 0;
}
.piezas p{
	font-size:12px;
}
.selectoresPiezas a{
	color:#555;
}
.borderBottom{
	border-bottom: 2px solid #f0f0f0;
	margin:15px 0;
}
.ubicacion{
	border-radius:5px;
	height: 250px;
    overflow: hidden;
}
.ubicacion img {
	height: 180px; width: auto; margin: 0 auto;
}
.ubicacion .img-responsive {
	border-radius: 5px;
}
#map {
	height: 180px;
	margin-left: 10px;
	border-radius: 5px;
}
.img-perfil {
	height: 120px;
	width:auto;
	margin-bottom:0 !important;
}
.boxTexto{
	float:left;
	padding:10px 0 0 10px;
}
.filtroElemento{
	margin:0 3px 5px;
	background-color:#72BB25;
	border-radius:25px;
	padding:5px 13px 5px 13px;
	position: relative;
}
.filtroElemento:first-child { margin-left: 0; }
.filtroElemento span{
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 22px;
	color:#FFFFFF;
}
.ico-cerrar{
	margin:0px 4px;
}
.filtros h5 span{
	display:inline;
}
.textDecorationUnderline{
	text-decoration:underline;
}
.hiden375{
	display:block;
}
.view375{
	display:none;
}
textarea{
	min-height:80px;
}


/***************          CARRITO         ***************/
.carritoBanner{
	background: url(../images/banners/carrito.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	height:332px;
	margin-top: 3px;
}
.positionAbsolute{
	position:absolute;
	z-index:100;
}
.isBusqueda{
	background-color:rgba(241,241,241,0.7) !important;
}
.row.isBusqueda { width: 100%;}
.carritoBanner h3,
.carritoBanner h1 span {
	/*background-color: rgba(103, 168, 22, 0.6) !important;*/
	background-color: rgba(108, 187, 9, 0.6) !important;
	color:#FFFFFF;
	margin-top:0px;
	float:left;
	width:auto;
	padding:10px 10px;
	font-size:50px;
	font-weight:200;
}
.carritoBanner h1 span {
	display: inline-block;
	float: none;
    margin-bottom: 10px;
}
.seleccionProductosHeader{
	background-repeat: repeat-x;
    background-position: top center;
	background-image:url(../images/bg-carrito-header.png);
}
.bgAsistenciaCompleta{
	background-repeat: no-repeat;
    background-position: center center;
	background-image:url(../images/bg-asistencia-completa.png);
	padding:7px 29px;
	float:left;
	color:#FFFFFF;
	margin-top:10px;
}
.dataProductoCarrito p{
	float:left;
}
.dataProductoCarrito p span{
	color:#000000;
	font-weight:bold;
}
.rojo{
	color:#c11919;
}
.separador{
	float:left;
	width:100%;
	border-bottom:1px solid #D9D9D9;
}
.dias{
	background-color:#000;
	padding-top:10px;
	padding-bottom:10px;
	float:left;
	width:100%;
}
.dias p{
	color:#FFFFFF;
}
.dias p span{
	font-size:35px;
	line-height:25px;
}
.extraProductoCarrito h4{
	background-color:#6db40e;
	color:#FFFFFF;
	float:left;
	margin-top:3px;
	font-size:12px;
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	text-align:	center;
}
.extraProductoCarrito h4.btnAmarillo{
	background-color:#ffd200;
	color:#FFFFFF;
}
.seleccionProductosContenido{
	background-color:#fff;
}
.seleccionProductosContenido .fila{
	/*background-color:#f4f4f4;*/
	background-color:#f0f0f0;
	float:left;
	width:100%;
	padding:0 5px;
	margin-bottom:7px;
	font-weight: 500;
}
.seleccionProductosContenido .col-1{
	float:left;
	width:5%;
	font-size:30px;
	font-weight:bold;
	color:#6db40e;
	min-height:80px;
	padding:5px 0 0 8px;
}
.seleccionProductosContenido .col-2{
	float:left;
	width:10%;
	border-right:1px solid #e4e4e4;
	padding-right:10px;
	min-height:80px;
}
.seleccionProductosContenido .col-2 img{
	float:left;
	margin-top:10px;
}
.seleccionProductosContenido .col-3{
	float:left;
	width:25%;
	padding:10px 5px;
	border-right:1px solid #e4e4e4;
	min-height:80px;
}
.seleccionProductosContenido .col-4{
	float:left;
	width:15%;
	min-height:80px;
	border-right:1px solid #e4e4e4;
}
.seleccionProductosContenido .col-4 span{
	float:left;
	margin-top:10px;
	margin-left:10px;
}
.seleccionProductosContenido .col-5{
	float:left;
	width:11.6%;
	min-height:80px;
	border-right:1px solid #e4e4e4;
}
.seleccionProductosContenido .col-5 input{
	float:left;
	margin-top:4px;
	margin-left:25%;
	width:60%;
}
.seleccionProductosContenido .col-6{
	float:left;
	width:11.6%;
	min-height:80px;
	border-right:1px solid #e4e4e4;
}
.seleccionProductosContenido .col-6 span{
	float:left;
	margin-top:10px;
	margin-left:10px;
}
.seleccionProductosContenido .col-7{
	float:left;
	width:11.6%;
	min-height:80px;
}
.seleccionProductosContenido .col-7 span{
	float:left;
	margin-top:10px;
	margin-left:10px;
}
.seleccionProductosContenido .col-8{
	float:left;
	width:10%;
	min-height:60px;
	border-right:1px solid #e4e4e4;
}
.seleccionProductosContenido .col-8 span{
	float:left;
	margin-top:10px;
	margin-left:25%;
	width:60%;
}
.filaTrunca{
	float: left;
    margin-left: 55%;
    width: 45%;
	/*background-color:#f4f4f4;*/
	background-color:#f0f0f0;
	margin-bottom:7px;
	padding:5px 5px;
}
.filaTrunca .col-A{
	float: left;
    width: 69%;
	padding-left: 5px;
	text-align: left;
}
.filaTrunca .col-B{
	float: left;
    width: 31%;
}
.totales{
	float:left;
	margin-left:55%;
	width:45%;
}
.totales .col-A{
	float:left;
	width:50%;
	background-color:#858585;
}
.totales .col-B{
	float:left;
	width:50%;
	background-color:#343434;
}
.totales span{
	color:#FFFFFF;
	float:right;
	padding-right:30px;
	padding-top:15px;
	padding-bottom:15px;
	font-size:20px;
}
.totales p{
	float:right;
	margin-top:10px;
	text-align: justify;
}
h3.borde-inferior{
	border-bottom:1px solid #CBCBCB;
	padding-bottom:10px;
}
.seleccionProductosContenido .borde-inferior{
	border-bottom:1px solid #CBCBCB;
	padding-bottom:0px;
	margin-bottom:15px;
	margin-top:0px;
}
.registrarPedido{
	background-color:#FFFFFF;
	padding-bottom:30px;
}
.registrarPedido a{
	float:right;
	background-color:#6db40e;
	color:#FFFFFF;
	font-size:20px;
	padding:15px 53px;
	border-radius:3px;
}

/****** 	CARRITO 	******/
.modalProductos{
	border-radius:3px;
	background-color:#f2f2f2;
	padding:10px;
	margin-top:10px;
	margin-left:0px;
	margin-right:0px;
	/*float:left;
	width:100%;*/
}
.modalProductos .box{
	/*float:left;*/
	width:50%;
	padding-right:10px;
}
.btnVerde{
	background-color:#689f1d;
	color:#FFFFFF;
	font-size:12px;
	padding:5px 15px;
}
.borderBottomVerde{
	border-bottom:4px solid #689f1d;
}
.btnAmarillo{
	background-color:#f3c800;
	color:#FFFFFF;
	font-size:12px;
	padding:5px 15px;
}
.borderBottomAmarillo{
	border-bottom:4px solid #f3c800;
}
.modalProductos p{
	font-size:12px;
}
.modalProductosFormOrdenPedido{
	margin-top:25px;
}
.modalProductosFormOrdenPedido h3{
	float: left;
    font-size: 28px;
    font-weight: 200;
    margin-bottom: 0;
    margin-top: 0;
    width: auto;
}
.icoCotizarEntrega{
	background-repeat: no-repeat;
    background-position: center right;
	background-image:url(../images/ico-entrega.png);
	padding-right:50px;
}

.paso2_form_title {
    margin-top: 20px;
}

.contenedorCheckbox{
	float:left;
	width:33%;
	margin-top:10px;
	margin-bottom:10px;
}
.contenedorCheckboxFullWidth{
	float:left;
	width:100%;
	margin-top:20px;
}
.contenedorCheckboxFullWidth label{
	margin-left:5px;
	font-weight: 300;
	font-size: 13px;
}
.contenedorCheckbox label{
	margin-right:5px;
	font-weight: 300;
	font-size: 13px;
}
.modalProductosFormOrdenPedido .formCotizarEntrega{
	margin-top:25px;
	float:left;
	width:100%;
}
.modalProductosFormOrdenPedido .form-control{
	margin-bottom:5px;
	font-size: 13px;
}
.confirmarEnviar{
	background-color: #6db40e;
    border: 3px none;
    border-radius: 3px;
    color: #ffffff;
    font-size: 18px;
    padding: 15px 20px;
	background-repeat: no-repeat;
    background-position: center right;
	background-image:url(../images/ico-confirmar-enviar.png);
	padding-right:50px;
}
span.datosRequeridos{
	float:left;
	margin:15px 0 0 10px;
	font-size: 13px;
}
.modalProductosFormOrdenPedido table{
	margin-top:20px;
	float:left;
	width:100%;
	font-size: 13px;
}
.btnImprimirPedido{
	background-color:#6db40e;
	color:#FFF;
	background-repeat: no-repeat;
    background-position: center left;
	background-image:url(../images/ico-print.png);
	padding:10px 30px;
	padding-left:40px;
}

.bgContacto {
	background: url(../images/banners/contacto.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	height:402px;
}
.bgContacto-Success {
	margin-top: 87px;
	background: url(../images/banners/contacto-success.jpg) no-repeat center bottom;
	height: 166px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bgContacto2 {
	background: url(../images/bg-contacto.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	height:490px;
}
.bgContacto2 .col-md-6 p{
	margin-left:100px;
}
.bgContacto2 .col-md-6 p strong{
	font-weight:600;
}
textarea.textareaHeightMedium{
	height:150px;
}
.formularioContacto .col-md-12 span{
	margin-left:15px;}
.heightContactoGracias{
	height:302px;
}
.contactoGracias img{
	margin-top:25px;
}
.contactoGracias h4{
	font-size: 30px;
    font-weight: 300;
	margin-top:25px;
}
p.marginTop{
    margin-top: 170px;
}
.bgContacto p {
    float: left;
    font-size: 15px;
    font-weight: 300;
    padding: 10px;
    width: auto;
}
.bgContacto p span.fontWeight{
	font-size:18px;
	font-weight:600;
}
.bgContacto p span.bgVerde{
	background-color: rgba(108, 187, 9, 0.6);
}
.seleccionAccion{
	background-color:#FFFFFF;
	padding-bottom:30px;
}
.seleccionAccion a{
	background-color:#FFFFFF;
	color:#6db40e;
	border:1px solid #6db40e;
	background-repeat: no-repeat;
    background-position: center left;
	background-image:url(../images/ico-check.png);
	padding-left:30px;
	font-weight:600;
	font-size:13px;
}
.seleccionAccion a:hover{
	background-color:#6db40e;
	color:#FFFFFF;
	background-repeat: no-repeat;
    background-position: center left;
	background-image:url(../images/ico-check-over.png);
}
.seleccionAccion .selected {
	background-color:#6db40e;
	color:#FFFFFF;
	background-repeat: no-repeat;
    background-position: center left;
	background-image:url(../images/ico-check-over.png);
}
.formularioContacto{
	padding-bottom:5px;
	background-color:#FFFFFF;
}
.formularioContacto .borderRadius{
	background-color: #ececec;
	padding-bottom: 70px;
}
.formularioContacto .form-control{
	margin-bottom:5px;
}
.formularioContacto .bgVerde{
	background-color: rgba(97, 151, 23, 0.7);
	color:#FFFFFF;
	padding-left:45px;
	padding-right:45px;
}
.marginTopMiscelaneos{
	margin-top:-30px;
	margin-bottom:0 !important;
}
.bgIcoDatosVendedor{
	background-repeat: no-repeat;
    background-position: top left;
	background-image:url(../images/ico-datos-vendedor.png);
	padding-left:55px;
}
.anchoMaximoStandard{
    margin: 0 auto;
    max-width: 1100px;
}
.filtros h5.verde{
	font-weight:700;
}
.busquedaSinResultados{
	margin-top:100px;
}
.busquedaSinResultados img{
	margin-bottom:30px;
}
.busquedaSinResultados p{
	margin-bottom:30px;
	font-weight:600;
}
.busquedaSinResultados a.volverAtras{
	background-color:#6db40e;
	color:#FFF;
	padding:15px 25px;
	font-weight:600;
}

.contenedorCheckboxForm {
    margin-top:10px;
}
.contenedorCheckboxForm input {
    position: relative;
    z-index: -9999;
}
.contenedorCheckboxForm span {
    width: 20px;
    height: 20px;
    display: block;
	background:url(../images/checkbox-unchecked.png);
	height: 23px;
    width: 23px;
}
.contenedorCheckboxForm input:checked + span {
	background:url(../images/checkbox-checked.png);
	height: 23px;
    width: 23px;
}
.formularioConsulta #consulta{
	height:80px;
}
.entregaInmediataData .clear{
	margin-bottom:15px;
}
.contactoGracias{
	background-color:#FFF;
	padding:40px 0 100px 0;
}
.seleccionProductosContenido .fila span.pull-right{
	padding-right:10px;
}
.seleccionProductosContenido .filaTrunca span.pull-right{
	padding-right:12px;
}
.totales .col-B span {
    padding-right: 15px;
}
.paddingSeleccionProductosContenido{
	padding-top:10px;
}
.confirmarEnviar {
    float: left;
}
.contenedorCheckbox input{
	-ms-transform: scale(1.8); /* IE */
    -moz-transform: scale(1.8); /* FF */
    -webkit-transform: scale(1.8); /* Safari and Chrome */
    -o-transform: scale(1.8); /* Opera */
    padding: 5px;
}
.contenedorCheckboxFullWidth input{
	-ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
    padding: 5px;
}

/*****************************/

.grisBold{
	color:#5e5f61 !important;
}
.noBgImage {
	background-image:none;
	background-color:#FFFFFF;
}
.noBG{
	background-color:transparent;
	background-image:none;
}
.bgBlanco{
	background-color:#efefef;
	padding-top:10px;
	padding-bottom:30px;
}
.modal-dialog {
    max-width: 900px;
	width:100%;
}
.modal-header {
    padding: 15px;
    border-bottom: 0px solid #e5e5e5;
    background: transparent;
    background-color: transparent !important;
    /*position: absolute;*/
    width: 100%;
    /*margin-top: -50px;*/
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    top: 70px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
button.close {
	background-color:#6db40e;
    padding: 0;
    cursor: pointer;
    border: 0;
}
.close {
    float: right;
    font-size: 31px;
    font-weight: 700;
    line-height: 20px;
    color: #FFF;
    filter: alpha(opacity=20);
    opacity: 1;
    border-radius: 25px;
    background-color: #6db40e;
    padding: 0px 5px 5px 5px !important;
}
.onlyPrint{
	display:none;
}
.bgLinea{
	background-repeat: repeat-x;
    background-position: top left;
	background-image:url(../images/bg-linea-texto.png);
	float: left;
    width: 100%;
}
.bgLinea h3{
	background-color: #ffffff;
    float: left;
    padding-right: 20px;
    width: auto;
}

.bgLineaBlanca{
	background-repeat: repeat-x;
    background-position: top left;
	background-image:url(../images/bg-linea-texto-blanca.png);
	float: left;
    width: 100%;
}
.bgLineaBlanca h3{
	background-color: #584a41;
    float: left;
    padding-right: 20px;
    width: auto;
}
.marginTopQuedanDias{
	margin-top:-11px;
}
.fancybox-bg {
	background: #fff none repeat scroll 0 0 !important;
}
.fancybox-arrow {
	opacity:1 !important;
}
.fancybox-arrow::after {
    background-color: transparent !important;
    background-image: url("../images/fancybox-next.png") !important;
    background-position: 50% center;
    background-repeat: no-repeat;
    background-size: 57px 57px !important;
    content: "";
    height: 57px !important;
    position: absolute;
    top: 28px;
    width: 57px !important;
}
.fancybox-arrow--right {
    right: 40px !important;
}
.fancybox-arrow--left {
    left: 40px !important;
}
.fancybox-caption-wrap {
	top:0% !important;
	bottom: auto !important;
	color:#616264 !important;
	background:none !important;
	background-color:rgba(244,244,244,0.8) !important;
	opacity:1 !important;
	visibility: visible !important;
	padding:0 !important;
}
.fancybox-caption-wrap .fancybox-caption {
	color:#616264 !important;
}
.fancybox-caption-wrap .fancybox-caption h3 {
	text-align: center;
	font-weight: 300;
	font-family: 'Raleway', sans-serif;
	font-size: 30px !important;
	margin: 0;
}
.fancybox-caption-wrap .fancybox-caption span{
	color:#6db40e !important;
	font-size:30px !important;
	padding: 30px 0 10px !important;
	border-top:none !important;
	border-bottom: 1px solid hsla(0, 0%, 100%, 0.4) !important;
}
.fancybox-caption-wrap .fancybox-caption span.amarillo {
	color: #ffd200 !important;
}
.min-height-shadow{
	margin-bottom:-30px;
	overflow:hidden;
}
.proyectoDescripcion .col-md-4 p.verde {
	margin-bottom:5px;
}
/*.fancybox-button--play::before{
	display:none !important;
}
.fancybox-button--fullscreen::before{
	display:none !important;
}
.fancybox-button--thumbs::before{
	display:none !important;
}*/

.carrito-sin-pedido{
	background-repeat: repeat-x;
    background-image: url("../images/bg-carrito-sin-pedido.png") !important;
    background-position: center top;
	background-color:#FFF;
}
.carrito-sin-pedido h3{
	color:#5a5b5d !important;
}
.carrito-sin-pedido .margin-top-carrito {
	margin-top:25px;
}
.desplegable {
	background-color: #fff;
    position: absolute;
    z-index: 10000;
	padding:15px !important;
	border-radius:4px;
	border:1px solid #91c546;
	margin-top:25px !important;
	min-width:180px;
}
.desplegable li {
	margin-bottom:6px;
}
.desplegable-mostrar-por-pagina {
	left:300px;
}
header.header {
	background-repeat: repeat-x;
    background-image: url("../images/bg-header-new2.png") !important;
    background-position: center top;
    opacity: 0.95;
}

.carrito-sin-pedido .img-responsive {
	margin-bottom:20px;
}
.producto-nuevo .producto-imgslide {
	max-height: 440px;
	width: auto !important;
}


.carrito-sin-pedido a {
	background-color:#6db40e;
	border-radius:1px;
	color:#FFFFFF;
	padding:12px 16px;
}

/*vender vaciar con rse*/
.aranceles-box .implementacion-publicitaria .img span:first-child {
	position: absolute;
    color: #fff;
    font-weight: 800;
    top: 38px;
    left: 22px;
    font-size: 37px;
}
.aranceles-box .implementacion-publicitaria .img span:first-child small {
	font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
}
.aranceles-box .implementacion-publicitaria .img span:first-child + span {
	position: absolute;
    color: #fff;
    top: 143px;
    right: 99px;
    font-size: 13px;
}
.aranceles .implementacion-publicitaria .img span:first-child {
	position: absolute;
    color: #fff;
    font-weight: 800;
    top: 40px;
    left: 26.4%;
    font-size: 24px;
    width: 150px;
    text-align: center;
}
.aranceles .implementacion-publicitaria .img span:first-child small {
	font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
}
.aranceles .implementacion-publicitaria .img span:first-child + span {
	position: absolute;
    color: #fff;
    top: 113px;
    right: 48%;
    font-size: 14px;
}
.linkOportunidades {
	position: relative;
}
.linkOportunidades .bannerTitulo {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
    left: 0;
    bottom: 0;
	right: 0;
	display: flex;
    flex-direction: column;
    align-items: center;
}
.linkOportunidades .bannerTitulo span {
	background-color: rgba(99, 163, 12, 0.8);
    color: #ffffff;
    font-size: 25px;
    font-weight: 200;
    display: block;
	margin: auto 0;
	padding: 0 15px;
}


/********************************************************/

@media (min-width: 769px) and (max-width: 991px) {
	.bgContacto p {
		margin-left: 50px;
	}
	.formularioContacto span {
	    padding-bottom: 30px;
		float: left;
		margin-top: 15px;
	}
	.entregaProgramadaCarousel {
		background-color: #584a41;
		padding-top: 0px;
	}
}
@media (min-width: 769px) and (max-width: 1200px) {
	.seleccionProductosHeader .col-md-2{
		width:16.66%;
		float:left;
	}
	.seleccionProductosHeader .col-md-4{
		width:33.33%;
		float:left;
	}
	.registrarPedido {
		background-color: #FFFFFF;
		padding-bottom: 50px;
	}
	.modalProductosFormOrdenPedido h3 {
		clear: both;
	}
	.modalProductosFormOrdenPedido{
		margin-top:30px;
	}
	.modalProductosFormOrdenPedido .marginTopTablet{
		margin-top:30px;
		float:left;
		width:100%;
	}
	.modalProductos .box {
		float: left;
		width: 50%;
		padding-right: 10px;
	}
	.seleccionAccion a {
		margin-bottom: 5px;
	}
}
@media (min-width: 501px) and (max-width: 991px) {
	.video-banner {
    /*display: none;*/
	}
	.marginBottomTituloProducto .col-md-3 {
		width: 50%;
		float:left;
	}
}
@media (max-width: 500px) {
	.video-banner {
		/*display: none;*/
	}
	.marginBottomTituloProducto .col-md-3 {
		width: 100%;
	}
}
@media (min-width: 1200px) and (max-width: 1340px) {
	.carouselRecomendadosAreaBis {
		max-width: 1025px;
		float: left;
		margin-top: 20px;
	}
	.anchoMaximoContenidoCarousel {
		max-width: 1170px;
		margin: 0 auto;
	}
	.anchoMaximoContenido {
		max-width: 1170px;
		margin: 0 auto;
	}
	.btnRecomendadosSiguiente {
		display: none;
	}
}
@media (min-width: 1100px) and (max-width: 1200px) {
	.carouselRecomendadosAreaBis {
		max-width: 950px;
		float: left;
		margin-top: 20px;
	}
}
@media (min-width: 1000px) and (max-width: 1100px) {
	.carouselRecomendadosAreaBis {
		max-width: 850px;
		margin-top: 20px;
	}
}

@media (min-width: 900px) and (max-width: 991px) {
	.marginBottomTituloProducto .col-md-3 {
		margin-bottom: 25px;
		width: 25%;
		float: left;
	}
}
@media (min-width: 768px) and (max-width: 900px) {
	.marginBottomTituloProducto .col-md-3 {
		margin-bottom: 25px;
		width: 50%;
		float: left;
	}
}
@media (min-width: 992px){
	.margin-header { margin-top: 86px;}
	.logoWithToogle{
		display:none;
	}
.nav-menu .nav-productos .dropdown-menu {
		right:auto;
		left: -54px;

		-webkit-column-count: 3; /* Chrome, Safari, Opera */
		-moz-column-count: 3; /* Firefox */
		column-count: 3;

		-webkit-column-gap: 0px; /* Chrome, Safari, Opera */
		-moz-column-gap: 0px; /* Firefox */
		column-gap: 0px;

		-webkit-column-rule: 1px solid rgba(0,0,0,.15); /* Chrome, Safari, Opera */
		-moz-column-rule: 1px solid rgba(0,0,0,.15); /* Firefox */
		column-rule: 1px solid rgba(0,0,0,.15);
}
#tipoEquipamientoCodigo { height: 74px; font-size: 14px; }
.linkVerMasBannerHome .btnVerMas .ico-arrow {
	display: block;
	opacity: 0;
	transition: opacity 0.5s;
}
.linkVerMasBannerHome .btnVerMas > span:first-child {
	display: block;
	white-space: nowrap;
	margin-right: 1rem;
}
.linkVerMasBannerHome:hover .btnVerMas .ico-arrow {
	display: block;
	opacity: 1;
}
.linkVerMasBannerHome .btnVerMas { transition: width 0.5s; }
.linkVerMasBannerHome .btnVerMas { width: 96px; height: 31px; overflow: hidden; }
.linkVerMasBannerHome:hover .btnVerMas { width: 109px; }
.btnBanner { transition: height 0.5s; }
.linkVerMasBannerHome:hover .btnBanner { height: 5px; }
}

@media (min-width: 992px) and (max-width:1125px) {
	.frmContactoAreaBis{
		margin-top: 30px;
		float: left;
		width: 100%;
	}
	.proyectoDescripcion .col-md-7, .proyectoDescripcion .col-md-5 {
		margin-bottom: 35px;
		clear: both;
	}
	.navbar {
		min-height: inherit;
	}
	.navbar-nav li {
		padding: 10px 10px;
	}
	.nav-icons li { padding: 7px 10px;}
	.logo img{
		width:140px;
	}
	.bgHeader .logo img{
		width:140px;
	}
	.logo {
		margin-top:23px;
	}
	.navbar-nav li a {
		font-size: 10px;
		font-weight: 400;
		color: #5e5f61;
	}
	.busqueda .miniMenu {
		text-align: center;
		padding-top: 0px;
		margin-bottom: 15px;
	}
	.barraMenu{
		padding-top:18px;
	}
	.icoTrianguloVerde {
		float: left;
		margin-left: 40px;
		margin-top: 25px;
	}
	h3.titleInspeccionCalidad {
		margin-bottom: 25px;
		margin-top: 20px;
		float: left;
	}
	.entregaInmediataData .col-md-4{
		float:none;
		margin:0 auto;
		margin-bottom:10px;
		max-width:428px;
	}
	.miscelaneos {
		clear:both;
	}
	.miscelaneos .anchoMaximoContenidoCarousel .col-md-4:first-child h3 {
		padding-top:25px;
	}
	.preFooter .col-md-5{
		width: 100%;
	}
	.miscelaneos {
		background-color: #FFFFFF;
		padding-top: 0px;
	}
	.miscelaneos .col-md-4 {
		min-height: 80px;
	}
	.recomendadosAreaBisCarousel {
		background-color: #FFFFFF;
		overflow:hidden;
	}

	.recomendadosAreaBisCarousel h3 {
		margin-top: 35px;
	}
	.icoRecomendados {
		margin-top: 25px;
	}
	.entregaProgramadaCarousel h3 {
		padding-top: 10px;
	}
	.rolloverBannerHome {
		padding-top: 58px;
	}
	.bannerHome .col-md-4:first-child .rolloverBannerHome{
		padding-top: 0px;
	}
	.buscador .hidden-mobile{
		display:none;
	}
	.entregaInmediataTitulo h4 {
		color: #6db40e;
		float: left;
		font-size: 25px;
		font-weight: 300;
		margin-top: 20px;
		padding-left: 0;
	}
	.contenedorPiezas .col-md-3 {
		padding-left: 5px;
		margin-bottom: 15px;
		width: 25%;
		float: left;
		padding-right: 5px;
	}
	.productosEncontrados .col-md-10 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.productosEncontrados .col-md-2 {
		position: relative;
	    z-index: 10000;
	}
	.carouselRecomendadosAreaBis .owl-nav {
		margin-top:35px;
	}
	.miscelaneos .anchoMaximoContenidoCarousel {
	    background-color: #FFF;
	}
}

@media (min-width: 375px) and (max-width: 991px) {

	.contenedorPiezas .col-md-3 {
		padding-right: 5px;
		padding-left: 5px;
		width: 50%;
		float: left;
		position:relative;
		z-index:9999;
	}

}

@media (max-width: 991px) {
	.banner-top { height: 370px !important;}
	.banner-top video { height: 100%; width:auto;
	    transform: translate(-25%, 0%);
    	-webkit-transform: translate(-25%, 0%);
	}
	.text-gestion {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.bannerHome .linkVerMasBannerHome {
	}
	.bannerHome .linkVerMasBannerHome .btnBanner {
		width: 62%;
		height: 100%;
	}
	.linkVerMasBannerHome .btnVerMas {
		left: auto;
		right: 20px;
		bottom: 15px;
	}
	.linkVerMasBannerHome .bannerTitulo { width: 50%; font-size: 18px; left: 20px; top: 14px; }
	.linkVerMasBannerHome .tabBanner {top: auto; bottom: 10px; left: 20px; border: none; padding: 0;}

	#formBuscador.clearfix { margin-bottom: 10px;}
	.productosEncontrados { padding-top: 150px;}
	.productosEncontrados .col-md-2 {
		position: relative !important;
	    z-index: 10001 !important;
	}
	.marginBottomTituloProducto{
		margin-bottom:0px;}
	.proyectoDescripcion .margin-top-corto {
		float: left;
		margin-top: 20px;
		width: 100%;
	}
	.seleccionAccion a {
		clear: both;
		float: left;
	}
	.proyectoDescripcion .block {
		float: left;
		width: 100%;
	}
	.selectoresPiezas{
		margin-top: 10px;
		float:left;
		width: 100%;
		margin-bottom: 15px;
	}
	.formularioContacto span{
		margin-top:10px;
		float:none;
	}
	.modalProductos .box {
		padding-right: 0px;
		width: 100%;
	}
	/*
	.carritoBanner h3 {
		margin-top: 25px;
		font-size: 20px;
	}
	*/
	.contactoTitulo{margin-top: 25px !important;}
	.contactoTitulo h3{
		font-size: 20px;
	}
	.carritoBanner {
		height: 200px;
	}
	.bgContacto {
		height: 380px;
	}
	.bgContacto .col-md-6{
		float:left;
	}
	.seleccionAccion a {
		margin-bottom: 5px;
	}
	.bgContacto p.marginTop {
		margin-top: 10px;
	}
	.seleccionProductosHeader h3.borde-inferior{
		font-size:20px;
	}
	.seleccionProductosHeader .ancho-1{
		float:left;
		width:30%;
	}
	.seleccionProductosHeader .ancho-2{
		float:left;
		width:70%;
		padding-left:0px;
	}
	.seleccionProductosHeader .extraProductoCarrito{
		padding-left:0px;
		padding-right:0px;
	}
	.seleccionProductosContenido .col-md-12{
		padding-left:0px;
		padding-right:0px;
		float:left;
	}
	.seleccionProductosContenido .col-1 {
		float: left;
		width: 10%;
		min-height: 90px;
	}
	.seleccionProductosContenido .col-1 span{
		font-size: 32px;
		margin-top:20px;
	}
	.seleccionProductosContenido .col-2 {
		float: left;
		width: 40%;
		min-height: 90px;
		border:none;
	}
	.seleccionProductosContenido .col-3 {
		float: left;
		width: 50%;
		min-height: 90px;
		border:none;
	}
	.filaTrunca {
		float: left;
		margin-left: 0%;
		width: 100%;
		background-color: #f4f4f4;
		margin-bottom: 7px;
		padding: 5px 5px;
	}
	.totales {
		float: left;
		margin-left: 0%;
		width: 100%;
	}
	.totales p {
		float: right;
		margin: 0 auto;
		margin-top: 10px;
		text-align: center;
		width: 100%;
	}
	.registrarPedido a {
		float: right;
		background-color: #6db40e;
		color: #FFFFFF;
		font-size: 20px;
		padding: 15px 40px;
		border-radius: 3px;
		margin: 0 auto;
		width: 70%;
		margin-right: 15%;
		text-align:center;
	}
	.seleccionProductosContenido .col-4 {
		float: left;
		width: 100%;
		min-height: 50px;
		border:none;
	}
	.seleccionProductosContenido .col-5 {
		float: left;
		width: 25%;
		min-height: 60px;
		border:none;
	}
	.seleccionProductosContenido .col-6 {
		float: left;
		width: 25%;
		min-height: 60px;
		border:none;
	}
	.seleccionProductosContenido .col-7 {
		float: left;
		width: 25%;
		min-height: 60px;
		border:none;
	}
	.isCarouselProyecto h3,
	.isCarouselProyecto h1 {
		padding-left: 15px;
	}
	.productosEncontrados .col-md-10{
		padding-left:15px;
		padding-right:15px;
	}
	.productosEncontrados .entregaInmediataData a.linkVerMas img.imgPrincipal {
		position: relative;
		z-index: 9999;
	}
	.filtros { padding: 15px;}
	.productosEncontrados .filtros {
		padding: 15px;
		position:relative;
		z-index:10001;
	}
	.entregaInmediataData {
		float: none;
		margin-bottom: -15px;
	}
	.entregaProgramadaCarousel { padding-left: 15px; padding-right: 15px;}
	.relojArena { left: 19px;}
	.relojArenaAnimacion { left: 33px;}
	.bgLineaBlanca h3 {
		padding-left: 82px;
		font-size: 20px;
		padding-right: 15px;
		margin-bottom: 11px;
		margin-top: 27px;
	}
	.bgLineaBlanca,
	.bgLineaBlanca h3 { float: none;}
	.ancho25{
		border-radius:3px;
		border:1px solid #D7D7D7;
		float:left;
		height:35px;
		padding-left:10px;
		margin-bottom:10px;
		color: #555;
		margin-right: 0%;
		width: 100%;
	}
	.view-mobile{ display:block;}
	.Zindex{ z-index: 20000;}
	.bgHeader .logo img,
	header .logo img {	width: 130px; margin-top: 12px;}
	.hidden-mobile { display:none !important;}
	header.header { background-color: #ffffff;}
	.navbar { min-height: 58px;}
	.textoCarousel { margin-left: 5%; top: 36%;}
	.rsePrincipal h3{font-size: 20px !important;}
	.textoCarousel h5 {
		font-size: 19px;
	}
	.textoCarousel h2,
	.textoCarousel h1 {
		font-size: 16px;
	    line-height: 1.8;
		margin-top:0;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.isCarouselMain .owl-nav {
		display:none;
	}
	.isCarouselMain .owl-carousel .owl-item img { max-height: 490px; width:auto !important; max-width: none;}
	.isCarouselMain { padding-top: 33px; }

	.owl-carousel .owl-item { padding: 0;}
	.bannerHome {
		position: relative;
		top: -15px;
		z-index: 9999;
		margin-bottom: 0px;
	}
	.entregaInmediataTitulo h4 {
		margin-top:0px;
	}
	.entregaInmediataTitulo h4 {
		margin-top: 15px;
		margin-bottom: 15px;
		text-align: left;
		padding-left: 18px;
	}
	.entregaInmediataTitulo h4 span { padding-left: 0;}
	.bannerHome .col-md-4 {
		margin: 0 auto;
		max-width: 417px;
	}

	.bannerHome .linkVerMasBannerHome { margin-bottom: 15px;}
	/*.bannerHome .col-md-4{
		margin-bottom: -45px;
	    float: left;
	}*/
	.banner-home-hover.image-rollover { opacity:1;}
	.entregaInmediataData {
		/*width: 100%;
		margin: 0 auto;
		margin-bottom: 0px;*/
		padding-left:15px;
		padding-right:15px;
	}
	.entregaInmediataData .col-md-4{
		margin:0 auto;
		margin-bottom:10px;
		max-width:428px;
	}
	.btnRecomendadosAnterior{
		display:none;
	}
	.btnRecomendadosSiguiente{
		display:none;
	}
	.carouselRecomendadosAreaBis .owl-nav{
		/*display:none;*/
		text-align: center;
		padding-top: 15px;
	}
	.carouselRecomendadosAreaBis .owl-next,
	.carouselRecomendadosAreaBis .owl-prev {
		position: relative;
		display: inline-block;
		margin: 0 10px;
	}
	.carouselRecomendadosAreaBis .owl-next {
		margin-right: 60px;
		margin-top: 10px;
	}
	.carouselRecomendadosAreaBis .owl-prev {
		margin-left: 60px;
		margin-top: 10px;
	}
	.recomendadosAreaBisCarousel h3 span { display: block;}
	.empresasCarousel h3 { line-height: 1.5;}
	.miscelaneos .col-md-4{
		display:none;
	}
	.miscelaneos .displayBlock{
		display:block;
	}
	.preFooter .boxes {
		float: left;
		width: 100%;
	}
	.preFooter {
		background-color: #efefef;
		padding-top: 20px;
		padding-bottom: 30px;
	}
	.footer {
		margin-bottom: 0px;
	}
	.preFooter .boxLogos {
		float: left;
		width: 100%;
		margin-top: 20px;
	}
	.navbar-toggle {
		margin-right: 0;
	}
	.navbar-nav li {
		float: left;
		padding: 0;
		width: 100%;
	}
	.navbar-nav li a {
		padding: 10px 15px;
		font-weight:bold;
	}
	.navbar-nav li.active{
		border:none;
	}
	.navbar-nav li{
		border-top:1px dotted #ACACAC;
	}
	.navbar-nav li:last-child{
		border-bottom:1px dotted #ACACAC;
	}
	.dropdown-menu li{
		border-top:0px dotted #ACACAC;
	}
	.dropdown-menu li a{
		font-weight:normal;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a,
	.nav-menu .dropdown ul.dropdown-menu li a,
	.nav-menu .dropdown ul.dropdown-menu li { float: none;}
	.dropdown-menu li:last-child{
		border-bottom:0px dotted #ACACAC !important;
	}
	.dropdown-menu li a.verde{
		color:#6db40e !important;
	}
	a.verde {
		color:#6db40e !important;
	}
	.navbar-nav .view-mobile li a{
		padding: 10px 15px;
	    float: left;
	}

	/*.navbar-nav li.active a {
		background-color:#6db40e;
		color: #FFF;
	}*/
	.dropdown-menu li.dropdown a{
		background-color:#FFFFFF !important;
		color: #777 !important;
	}
	.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
		/*
		color: #FFF;
		background-color: #6db40e;
		*/
	}
	.navbar-header .collapsed {
		background-image:none !important;
		padding: 0;
		margin: 16px 0 0;
		border: none;
	}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover { background-color: transparent;}
	.navbar-default .navbar-toggle .icon-bar{
		background-color: #6db40e;
		width: 33px;
	}
	.navbar-toggle .icon-bar+.icon-bar { margin-top: 9px;}
	.navbar-header .navbar-toggle:not(.collapsed){
		background-image:url(../images/btn-close-menu-mobile.png);
		background-repeat:no-repeat;
		background-position:center center;
		border-color:transparent;
		background-color:transparent !important;
		width:38px;
		height:38px;
	}
	.navbar-default .navbar-toggle:not(.collapsed) .icon-bar { display: none;}
	.recomendadosAreaBisCarousel {
	    padding-top: 0px;
	    margin-top: 10px;
		clear:both;
	}
	.recomendadosAreaBisCarousel .anchoMaximoContenidoCarousel {
		background-image: url(../images/bg-recomendados-mobile.png);
		margin-right: 15px;
		background-repeat: repeat-x;
		background-position: center center;
		margin-left: 15px;
		background-color: transparent;
		/*min-height: 400px;*/
	}
	.recomendadosAreaBisCarousel .isCarousel {
		background-color: transparent;
	}
	.recomendadosAreaBisCarousel h3 {
		float: left;
		margin-left: 0px;
		font-weight: 300;
		margin-top:0;
	}
	.preFooter .col-md-5{
		width:100%;
		margin-bottom:30px;
	}

	/***************    PROYECTO ASISTIDO    ****************/
	.icoDescripcion {
		display:none;
	}
	.barraMenu .pull-left a {
		padding-right: 25px;
	}
	.icoAgregarAlPedido{
		padding-bottom: 32px;
	    padding-top: 35px;
	}
	.icoAgregarAlPedido {
		border-left: 15px solid #584a41;
		padding-right:0px;
	}
	.proyectoDescripcion .col-md-7, .proyectoDescripcion .col-md-5 {
		float: none;
		margin-bottom: 15px;
		clear: both;
	}
	.inspector {
		width: 100%;
	}
	.observaciones {
		background-image:none;
		float: left;
		padding-left: 0px;
		padding-right: 15px;
		width: 100%;
	}
	.proyectoDescripcion .bgGris p {
		float: left;
		font-size: 11px;
		margin-left: 0;
		margin-top: 15px;
		width: 100%;
	}
	.proyectoDescripcion .col-md-7 .icoImportante{
		float: right;
		position: absolute;
		right: 30px;
	}
	.proyectoDescripcion {
		padding-top: 10px;
	}
	.paddingTexto {
		padding-left: 0;
		padding-right: 0;
		margin-left: 0;
		margin-right: 0;
	}
	.barraMenu a {
		color: #ffffff;
		font-size: 9px;
		font-weight: 700;
	}
	.barraMenu .col-md-12{
		padding-right:0px;
	}
	.icoTrianguloVerde {
		float: left;
		margin-left: 40px;
		margin-top: 15px;
	}
	.linkAsistencia {
		padding: 4px 0 4px 40px;
	}
	.proyectoDescripcion h3 {
		float: left;
		margin-top: 0;
		width: 100%;
	}
	.paginador {
		clear: both;
	}
	.mobileMarginTop{
		padding-top:80px;
	}
	.formularioConsulta input.btnSubmitConsultas {
		margin-bottom: 30px;
	}
	/*.contenedorPiezas .col-md-3 {
		padding-right: 0px;
		padding-left: 0px;
	}*/
	/* COLAPSABLE */
	.panel-group .panel {
		margin-bottom: -3px;
		border-radius: 0px;
	}
	.panel-default>.panel-heading {
		color: #333;
		background-color: #f4f4f4;
		border-color: #f4f4f4;
	}
	.panel-collapse .panel-body a{
		float:left;
		width:100%;
		color:#555;
		padding-bottom:5px;
		padding-top:5px;
		border-bottom:1px solid #ddd;
	}
	.panel-heading h4.panel-title {
		background-image: url(../images/ico-colapsable-cerrado.png);
		background-repeat: no-repeat;
		background-position: right center;
		width:100%;
	    padding-top: 5px;
    	padding-bottom: 5px;
	}
	.panel-heading h4.panel-title a {
		width:100%;
	}
	.modal {
		z-index:10000;
	}
	.panel-default {
		border-color: #FFF !important;
	}
	.panel {
		border:none !important;
	}
	.modal-header {
		background-color: #c2c0c1;
		color: #FFF;
		padding: 15px;
		border-bottom: 1px solid #e5e5e5;
	}
	.modal-header .close{
		font-size:30px;
	}
	.sombraProductosLote {
		float: left;
	}
	.modal {
		background-color:#FFF;
	}
	.modal-content {
		border-radius:0px;
		border:none;
	}
	.modal-dialog {
		margin:0px;
	}
	.preFooter {
		clear: both;
	}
	.seleccionProductosContenido .col-5 input {
		float: left;
		margin-left: 15%;
		margin-top: 10px;
		width: 70%;
	}
	.formularioContacto .borderRadius {
		background-color: #ececec;
		padding-bottom: 30px;
		padding-top: 1px;
	}
	.bgContacto2 .col-md-6 p {
		margin-left: 0;
	}
	.proyectoDescripcion p.subtitulo {
		margin-bottom: 0;
	}
	.entregaInmediataData{
	    background-image: url(../images/bg-productos-lote.png);
		background-repeat: repeat-x;
		background-position: center top;
		border-top:15px solid #FFF;
	}
	.entregaInmediataData .anchoMaximoContenido{
		/*background-color:#FFFFFF;*/
		/*margin-right:-15px;
		margin-left:-15px;*/
	}
	.recomendadosAreaBisCarousel {
		padding-top: 30px !important;
	}
	.formularioConsulta {
		padding-bottom: 0px;
	}
	#search-section { margin-bottom:0; padding-top: 20px;}
	.text-gestion h4 { float: left; }
	.text-gestion .btnVerMasGris { float: right; margin-top: 10px; }
}

@media (min-width: 768px) and (max-width: 1023px) {
	.carouselRecomendadosAreaBis.owl-carousel { width: 84%;}
	.carouselRecomendadosAreaBis .owl-prev {
		float: left;
		margin-left: -60px;
		margin-top: -100px;
		position: relative;
	}
	.carouselRecomendadosAreaBis .owl-next {
		float: right;
		margin-right: -60px;
		margin-top: -100px;
		position: relative;
	}
}
@media (max-width: 991px) {
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
		border: none;
    }
    .navbar-nav {
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
	.entregaInmediataData {
	    z-index: 99 !important;
	    position: relative;
		background-image: none;
	}
	.banner-top h1,
	.banner-top2 h1 { font-size: 25px;}
}
@media (max-width: 375px) {
	.icoCompartir {
		margin-top: 5px !important;
	}
	.icoCompartirAmarillo {
		margin-top: 5px !important;
	}
	.barraMenu .col-md-12 a:last-child{
		padding-right: 0px;
	}
	.seleccionProductosContenido .col-5 input {
		float: left;
		margin-left: 10%;
		margin-top: 10px;
		width: 80%;
	}

	.textoCarousel {
		float: left;
	}
	.ubicacion {
		border-radius: 5px 0 0 5px;
		height: auto;
		overflow: hidden;
	}
	.ubicacion img {
		height: 90px;
	}
	.contenedorPiezas .col-md-3 {
		padding-right: 0px;
		padding-left: 0px;
		width: 100%;
		float: left;
		position:relative;
		z-index:9999;
	}
	.isCarouselProyecto .owl-nav .owl-prev {
		float: left;
		margin-left: 27%;
		margin-top: -25%;
		position: relative;
	}
	.isCarouselProyecto .owl-nav .owl-next {
		float: right;
		margin-right: 27%;
		margin-top: -25%;
		position: relative;
	}
	.icoAgregarAlPedido {
		background-image: url(../images/ico-agregar-al-pedido-mini.png);
		background-repeat: no-repeat;
		background-position: left center;
		padding-left: 30px;
		padding-top: 21px;
		padding-bottom: 20px;
		background-color: #584a41;
		border-left: 5px solid #584a41;
		padding-right: 5px;
	}
	.hiden375{
		display:none;
	}
	.view375{
		display:block;
	}
	.barraMenu .icoFavoritos {
		padding: 10px 5px 11px 5px;
		background-color: #64a40e;
	}
	.barraMenu .pull-left a {
		float: left;
		padding-top: 5px;
		padding-bottom: 10px;
		/*padding-top: 10px;
		padding-bottom: 20px;*/
		padding-right: 40px;
	}
	.alineacionMobile375{
		clear: both;
		float: left !important;
		margin-top: 0px !important;
	}
	.icoDescargarPlanos{
		width:100px;
	}
	.icoVerVideo{
		width:80px;
	}
	.registrarPedido a {
		width: 90%;
		margin-right: 5%;
	}
	.entregaInmediataData .col-md-12 {
		margin-top: -20px !important;
	}
}
.paddingTop{padding-top: 8px;}
.paddingTopBottomHome{padding-top: 35px;padding-bottom: 35px;}
.paddingTopBottomLote{padding-top: 5px;padding-bottom: 35px;}
.paddingTopBottomProd{padding-bottom: 35px;}
.contactoTitulo{margin-top: 170px;}
/*logo rollover*/
/*
.logoRollover:hover .overlay {
  bottom: 0;
  height: 100%;
}
.overlay {
  position: absolute;
  bottom: 100%;
  left: -14px;
  background-image: url("/assets/images/rollover-logo-areabis.png");
  overflow: hidden;
  width: 100%;
  height:0;
  transition: .5s ease;
}
*/
.imgHuella{
	 margin-top: -35%;
    margin-left: 25%;
    position: absolute;
    width: 31% !important;
}

.imgHuellaEntregaProg{
	margin-top: -35%;
    margin-left: 25%;
    position: absolute;
    width: 31% !important;
}

.imgHuellaRecomendados{
	margin-top: -44%;
    margin-left: 31%;
    position: absolute;
    width: 31% !important;
}

.imgHuellaLote{
	    margin-top: -39%;
    margin-left: 30%;
    position: absolute;
    width: 31% !important;
}

.imgHuellaProdcMismoLote{
	    margin-top: -39%;
    margin-left: 25%;
    position: absolute;
    width: 31% !important;
}
@media (max-width: 600px){
	.bannerHome + .buscador {
		top: 90%;
	}
}
@media (max-width: 767px){
	.navbar-nav .open .dropdown-menu{ position: relative !important;}
	.carouselMain .owl-dot { width: 30px;}
	.carouselMain .owl-dots { bottom: 10px;}
	.px-xs-0 { padding-left: 0px !important; padding-right: 0px !important; }

}

.d-block { display: block;}

.baulera .sombra,
.vaciar-rse .sombra {
	background-image: url("/images/baulera/sombra.png");
}
.baulera .bg-gris { background-color: #b8b8b8;}
.vaciar-rse .bg-gris { background-color: #EDEDED;}
.baulera .bg-gris .sombra { background-image: url("/images/mudanza/sombra-gris.png"); }
.vaciar-rse .bg-gris .sombra { background-image: url("/images/vender-vaciar-rse/sombra-gris.png"); }
.card {
	border-radius: 8px;
    min-height: 170px;
    vertical-align: middle;
    display: flex;
	justify-content: center;
    align-items: center;
	padding: 15px 30px;
	margin-bottom: 10px;
}
.bg-white { background-color: #fff;}
.bg-gris-2 { background-color: #f5f5f5;}
.bg-azul { background-color: #00A3E8;}

.btn-card {
	background-color: #4A4A4A;
	color: #fff;
	text-align: center;
	border-radius: 8px;
    vertical-align: middle;
    display: flex;
	justify-content: center;
    align-items: center;
}
.btn-card a {
	height: 50px;
	color: #fff;
    vertical-align: middle;
    display: flex;
	justify-content: center;
    align-items: center;
	width: 100%;
}
.bg-verde {
	background-color: #8FD903;
	color: #fff;
}
.bg-verde-2 { background-color: #33b300; color: #fff;}
.text-primary { color: #6DB40E;}
a.text-primary:hover, a.text-primary:focus { color: #333;}
.sombra-azul {
    background: url("/images/baulera/sombra-azul.png") top center no-repeat;
	background-size: 100%;
}
.bg-celeste { background-color: #99DDFB;}
.semi-bold { font-weight: 600;}
.text-indent {
	text-indent: -10px;
    padding-left: 10px;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.justify-content-start {
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
}
.justify-content-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.justify-content-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important;
}
.align-items-stretch {
    -ms-flex-align: stretch!important;
    align-items: stretch!important;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
.flex-fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important;
}
.flex-grow-1 {
    -ms-flex-positive: 1!important;
    flex-grow: 1!important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.gap-2 {
    gap: .5rem !important;
}

@media (min-width: 768px) {
	.mt-sm-0, .mx-sm-0 { margin-top: 0rem!important;}
	.mb-sm-0, .mx-sm-0 { margin-bottom: 0rem!important;}
	.mr-sm-4, .mx-sm-4 { margin-right: 1.5rem!important;}
	.ml-sm-4, .mx-sm-4 { margin-left: 1.5rem!important;}
	.mt-sm-4, .my-sm-4 { margin-top: 1.5rem!important;}
	.mb-sm-4, .my-sm-4 { margin-bottom: 1.5rem!important;}
	.mr-sm-5, .mx-sm-5 { margin-right: 3rem!important;}
	.ml-sm-5, .mx-sm-5 { margin-left: 3rem!important;}
	.mb-sm-5, .my-sm-5 { margin-bottom: 3rem!important;}
	.pl-sm-0, .px-sm-0 { padding-left: 0rem!important;}
	.pr-sm-0, .px-sm-0 { padding-right: 0rem!important;}
	.pt-sm-0, .py-sm-0 { padding-top: 0rem!important;}
	.pb-sm-0, .py-sm-0 { padding-bottom: 0rem!important;}
	.pt-sm-3, .py-sm-3 { padding-top: 1rem !important;}
	.pr-sm-3, .px-sm-3 { padding-right: 1rem !important;}
	.pb-sm-3, .py-sm-3 { padding-bottom: 1rem !important;}
	.pl-sm-3, .px-sm-3 { padding-left: 1rem !important; }
	.p-sm-4 { padding: 1.5rem !important; }
	.pt-sm-4, .py-sm-4 { padding-top: 1.5rem !important;}
	.pr-sm-4, .px-sm-4 { padding-right: 1.5rem !important;}
	.pb-sm-4, .py-sm-4 { padding-bottom: 1.5rem !important;}
	.pl-sm-4, .px-sm-4 { padding-left: 1.5rem !important;}
	.p-sm-5 { padding: 3rem !important;}
	.pt-sm-5, .py-sm-5 { padding-top: 3rem !important;}
	.pr-sm-5, .px-sm-5 { padding-right: 3rem !important;}
	.pb-sm-5, .py-sm-5 { padding-bottom: 3rem !important;}
	.pl-sm-5, .px-sm-5 { padding-left: 3rem !important;  }
	.text-sm-left { text-align: left !important;}
	.d-sm-flex {
	    display: -ms-flexbox!important;
	    display: flex!important;
	}
	.flex-sm-wrap {
	    flex-wrap: wrap !important;
	}
	.justify-content-sm-start {
		-ms-flex-pack: start!important;
		justify-content: flex-start!important;
	}
	.justify-content-sm-end {
		-ms-flex-pack: end!important;
		justify-content: flex-end!important;
	}
	.justify-content-sm-center {
		-ms-flex-pack: center!important;
		justify-content: center!important;
	}
	.justify-content-sm-between {
		-ms-flex-pack: justify!important;
		justify-content: space-between!important;
	}
	.justify-content-sm-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important;
	}
	.align-items-sm-stretch {
		-ms-flex-align: stretch!important;
		align-items: stretch!important;
	}
	.align-items-sm-end {
	    -ms-flex-align: end !important;
	    align-items: flex-end !important;
	  }
	.align-items-sm-center {
		-ms-flex-align: center!important;
		align-items: center!important;
	}
	.text-sm-right { text-align: right!important;}
	.bgContacto p {
		color: #ffffff;
	}
	.bgContacto p a {
    color: #ffffff;
	}
	.carouselMain {
		height: 440px;
		overflow: hidden;
	}
	.flex-sm-column-reverse {
	    -ms-flex-direction: column-reverse!important;
	    flex-direction: column-reverse!important;
	}
}
@media (min-width: 992px) {
	.mt-md-0, .mx-md-0 { margin-top: 0rem!important;}
	.mb-md-0, .mx-md-0 { margin-bottom: 0rem!important;}
	.mr-md-5, .mx-md-5 { margin-right: 3rem!important;}
	.pl-md-0, .px-md-0 { padding-left: 0rem!important;}
	.pr-md-0, .px-md-0 { padding-right: 0rem!important;}
	.d-md-flex {
    display: -ms-flexbox!important;
    display: flex!important;
	}
	.justify-content-md-start {
		-ms-flex-pack: start!important;
		justify-content: flex-start!important;
	}
	.justify-content-md-end {
		-ms-flex-pack: end!important;
		justify-content: flex-end!important;
	}
	.justify-content-md-center {
		-ms-flex-pack: center!important;
		justify-content: center!important;
	}
	.justify-content-md-between {
		-ms-flex-pack: justify!important;
		justify-content: space-between!important;
	}
	.justify-content-md-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important;
	}
	.align-items-md-stretch {
		-ms-flex-align: stretch!important;
		align-items: stretch!important;
	}
	.align-items-md-center {
		-ms-flex-align: center!important;
		align-items: center!important;
	}
	.text-md-right { text-align: right!important;}
	.flex-md-column {
	  -ms-flex-direction: column !important;
	  flex-direction: column !important;
	}
	.flex-md-row-reverse {
	  -ms-flex-direction: row-reverse !important;
	  flex-direction: row-reverse !important;
	}
	.flex-md-column-reverse {
	    -ms-flex-direction: column-reverse!important;
	    flex-direction: column-reverse!important;
	}
	.flex-md-wrap {
	    flex-wrap: wrap !important;
	}
	.carouselMain {
		height: 490px;
		overflow: hidden;
	}

}

.btn:active, .btn.active { box-shadow: none;}
.btn-gris {
	color: #fff;
    background-color: #666769;
    border-color: #666769;
	border-radius:0;
}
.btn-white {
	background-color: #fff;
	color: #33b300;
}
.btn-primary {
    color: #fff;
    background-color: #33b300;
    border-color: #33b300;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus,
.btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary,
.btn-primary:active:hover, .btn-primary.active:hover, .open>.dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open>.dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open>.dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #33b300;
    border-color: #33b300;
}

/*.btn-gris:focus,.btn-gris.focus{color:#fff;background-color:#31b500;border-color:#31b500}*/
.btn-gris:hover{color:#fff;}
.btn-gris:active,.btn-gris.active{color:#fff;background-color:#31b500;background-image:none;border-color:#31b500}

.btn-mi-lista { height: 100%; padding: 15px; font-size: 15px;}
.btn-mi-lista img { margin-right: 15px;}
.btn i { margin-right: 5px; font-size: 13px; vertical-align: text-bottom;}
.botonera .btn { color: #9e9e9e; font-size: 12px; font-weight: 600; padding: 7px 12px;}
.btn-default { border-color: #a7a7a7; min-width: 114px; }
.btn-default:hover, .btn-default:focus, .btn-default.focus { color: #fff; background-color: #5acd00;}
.btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default { color: #fff; background-color: #5acd00;}
.btn-default:active:hover, .btn-default.active:hover, .open>.dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open>.dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open>.dropdown-toggle.btn-default.focus { color: #fff; background-color: #5acd00;}

.btn-link:hover, .btn-link:focus, .btn-link.focus, .btn-link:active, .btn-link.active { text-decoration: none; color: #5acd00;}
.btn:not(.active) .on-active { display: none;}
.btn.active .off-active { display: none;}

.botonera .btn-link { min-width: 159px; text-align: left;}

.btn-icon { padding: 0; color: #B6B5B6;}
.btn.btn-icon i { margin:0; font-size: 23px;}
.btn-outline-primary { border-color: #7ebc03; color: #7ebc03; }
.btn-outline-primary:hover,
.btn-outline-primary:focus { color: #7cbc03; }

/* modal mi lista */
.modal-lista { z-index: 100000; font-size: 12px; color: #7b7b7b;}
.modal-lista .exit { position: absolute; top: 50%; left: 35%; text-align: center;}
.modal-lista.in ~ .modal-backdrop { background-color: #fff; z-index: 10001;}
.modal-lista .modal-dialog {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: inherit;
	max-width: 381px;
	height: 100vh;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
	background-color: #fff;
	outline: 0;
	background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
	padding: 0 0 0 20px;
}

.modal-lista .modal-content {
	top: inherit;
	width: 100%;
	box-shadow: none;
	border: none;
	max-height: 100vh;
    overflow: auto;
	padding-right: 20px;
}
.modal-lista .btn-lg { border-radius: 3px; padding: 16px;}
.modal-lista .modal-body { padding: 0; padding-bottom: 80px;}
.modal-lista .modal-footer {
	position: absolute;
	bottom:0;
	left:0;
	width: 100%;
	padding: 5px;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
	box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
.modal-lista button.close {
	 background-color: transparent;
	 padding: 0 !important;
	 outline: none;
}
.box-productos .form-inline .input-group>.form-control {
	width: 84px;
	font-size: 11px;
	color: #878787;
	border-color: #bcbcbc;
	box-shadow: none;
	padding-left: 5px;
	padding-right: 5px;
	height: 22px;
}
.box-productos .form-control { color: #7f7f7f;}
.box-productos .form-control::-moz-placeholder{ color:#878787 !important;opacity:1}
.box-productos .form-control:-ms-input-placeholder{ color:#878787 !important;}
.box-productos .form-control::-webkit-input-placeholder{ color:#878787 !important;}
.box-productos .form-inline label { margin-right: 5px; font-weight: 600; color: #434343;}
.box-productos .unidad-list { width: 154px; padding-top: 5px; }
.box-productos .img-list { width: 93px;}
.box-productos .unidad-list > * { padding:0 5px;}
.box-productos .form-control[disabled],
.box-productos .form-control[readonly] {
	padding:0 ;
	background-color: transparent;
	box-shadow: none;
	border: none;
	font-weight: 600;
}
.unidad-list input { height: 32px; border-radius:0;}
.unidad-list p { color: #434343; padding-top: 3px;}
.list-li { margin-left: -15px; background-color: rgba(200,200,200,0.1); margin-bottom: 5px; padding: 5px 15px; font-size: 12px;}
.list-li + hr { margin: -5px 0 0 !important; border-color: #c3c3c3;}
.box-productos { padding: 15px 8px 15px 15px; border-radius: 6px; margin-bottom: 15px;}
.precios-list table { font-size: 17px; line-height: 1.2;}
.calculo a { color: #7c7c7c; font-size: 13px; font-weight: 600; text-decoration: underline;}
.box-productos .small { font-size: 13px;}
.box-productos hr { margin-top: 10px; margin-bottom: 15px; margin-left: 20px; margin-right: 20px; border-color: #c3c3c3;}
.box-usados { background-color: #f5f4f5;}
.box-nuevos { background-color: #fff7d2;}
.drop-logistica { max-width: 309px;}
.btn-logistica {
	padding: 10px 20px;
	font-weight: 600;
	border-radius: 3px;
	margin-bottom: 10px;
	display: flex;
    align-items: center;
	line-height: normal;
}
.btn-logistica i { margin-right: 28px; font-size: 19px;}
.btn-logistica + .dropdown-menu {
	padding: 20px;
}
.btn-logistica + .dropdown-menu .dropdown-header {
	color: #525252;
	padding: 0;
}
.btn-logistica + .dropdown-menu .dropdown-header:after {
	content:'';
	display: inline;
	border-bottom: 1px solid #acce7a;
	width: 100%;
	margin-top: 6px;
}
.btn-logistica + .dropdown-menu .checkbox-inline {
	margin-left:0;
	margin-right: 10px;
	margin-bottom: 3px;
}
.drop-logistica.dropdown .dropdown-menu {
	display: none;
}
.drop-logistica.dropdown.open .dropdown-menu {
	display: block;
}
.busqueda-bg-verde {
	background-color: #31b500!important;
}
.busqueda .item-mi-lista {
	font-size: 30px;
	font-weight: 300;
	text-decoration: none !important;
}
.busqueda .item-mi-lista i {
	font-size: 26px;
	margin-right: 12px;
}
.precios-list table tr td:last-child,
.precios-list table tr th:last-child {
	text-align: right;
}

.button-wrap {
	position: relative;
	text-align: center;
	.btn {
	  font-family: 'Roboto', sans-serif;
	  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.5);
	  border-radius: 0px;
	  border-color: #222;
	  cursor: pointer;
	  text-transform: uppercase;
	  font-size: 1.1em;
	  font-weight: 400;
	  letter-spacing: 1px;
	  small {
		font-size: 0.8rem;
		letter-spacing: normal;
		text-transform: none;
	  }
	}
  }


  /** SPINNER CREATION **/

  .loader {
	position: relative;
	text-align: center;
	margin: 15px auto 35px auto;
	z-index: 9999;
	display: block;
	width: 80px;
	height: 80px;
	border: 10px solid rgba(0, 0, 0, .3);
	border-radius: 50%;
	border-top-color: #000;
	animation: spin 1s ease-in-out infinite;
	-webkit-animation: spin 1s ease-in-out infinite;
  }

  @keyframes spin {
	to {
	  -webkit-transform: rotate(360deg);
	}
  }

  @-webkit-keyframes spin {
	to {
	  -webkit-transform: rotate(360deg);
	}
  }


  /** MODAL STYLING **/

  .modal-content {
	border-radius: 0px;
	box-shadow: 0 0 20px 8px rgba(0, 0, 0, 0.7);
  }

  .modal-backdrop.show {
	opacity: 0.75;
  }

  .loader-txt {
	p {
	  font-size: 13px;
	  color: #666;
	  small {
		font-size: 11.5px;
		color: #999;
	  }
	}
  }

  #output {
	padding: 25px 15px;
	background: #222;
	border: 1px solid #222;
	max-width: 350px;
	margin: 35px auto;
	font-family: 'Roboto', sans-serif !important;
	p.subtle {
	  color: #555;
	  font-style: italic;
	  font-family: 'Roboto', sans-serif !important;
	}
	h4 {
	  font-weight: 300 !important;
	  font-size: 1.1em;
	  font-family: 'Roboto', sans-serif !important;
	}
	p {
	  font-family: 'Roboto', sans-serif !important;
	  font-size: 0.9em;
	  b {
		text-transform: uppercase;
		text-decoration: underline;
	  }
	}
  }

/*
  .bannerHome {
  	margin-top: 80px !Important;
  }
*/
.btn-whatsapp {
	background-color: #25D366;
	width: 60px;
	height: 60px;
	color: #ffffff !important;
	border-radius: 50%;
	box-shadow: rgba(0,0,0,0.25) 0 1px 3px 1px;
	display: flex;
	align-items: center;
    justify-content: center;
	position: fixed;
	bottom: 16px;
	left: 16px;
	cursor: pointer;
	svg {
		width: 44px;
		height: 44px;
		cursor: pointer;
	}
	z-index: 10000;
}