/*Estilos Mantencion Tecnoboga by PropulsoW*/

@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&display=swap');

/*VARIABLES*/
:root {
  	--color-blue: #1c344c;
	--color-yellow: #d7b040;
	--color-white: #fff;
	--color-green: #0c673a;
	--color-greenDark: #0b4428;
	--color-black: #000;
	--border-blue: 1px solid #303642;
	--border-yellow: 1px solid #d7b040;
}

body{
  font-family: 'Heebo', sans-serif;
  }

#home-extra-top{
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-gap: 20px;
  }
.newsletter p {display: none;}
.newsletter fieldset {/* margin-top: 20%; */}
.fullbanner {margin-bottom: 15px;}
  
@media(max-width:768px){
    
    #home-extra-top{
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(3, 1fr);  
  }
    
  }
  

#box-bread-brumb li:before {content:'>'}
  
/* == AJUSTES GENERALES == */

/*--- C A R R I T O  D E  C O M P R A S ---*/

/*.header .mini-cart {top: 0;}
.compare, .quem-somos .titulo-institucional,
.footerSku .second a, footer .col-politicas {display: none;}*/

  
/*---NUEVO HEADER---*/
  
.header .logo a svg {
    overflow: inherit;
    width: 110px;
    /*margin: 2px 0 0 0;*/
}
header.header-container.navbar-fixed-top.sticky .logo a svg {
	width: 85px;
    margin-top: 0;
    margin-left: 20px;
}
header .navbar-default .navbar-nav>li>a {
    color: var(--color-black);
    font-size: 13px;
}
.header .search .fulltext-search-box {
    border: 1px solid var(--color-black);
}  
.dropdown-menu>div>.col-sm-3 .multi-column-dropdown,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:active,
.header fieldset.busca:before,
.header .mini-cart span.badge{
	background-color: var(--color-black);
    color: var(--color-white);
}
#home-vanguardia a.btn,
#modulo-tecnologia .btn, #marcas-vermas,
header, #contenido-quienessomos>div.row,
.showcase-default h2 {
	background-color: var(--color-blue);
}
  
.pantone-azul {
	/*background-color: #606060;*/
    background-image: url(/arquivos/Banner-marcas.jpg);
    background-size: cover;
}  
#marcas-vermas:hover, #modulo-tecnologia .btn:hover {
  	background-color: var(--color-yellow);
}
header .multi-column-dropdown li a,
.header .sing-in a .fa,
.footer li {
	color: var(--color-blue);
}
header .col-sm-9 .multi-column-dropdown li a {
    color: var(--color-black);
    font-size: 11px;
}
.multi-column-dropdown li h4 {
    font-size: 14px;
}  
.dropdown-menu>div>.col-sm-3 .multi-column-dropdown li a:hover {
    color: var(--color-yellow)!important;
}
#home-vanguardia hr {border-color: var(--color-green);}

.header .mini-cart {
    position: initial;
    display: inline-block;
    /* width: 100%; */
    /*margin-top: 1rem;*/
}  
   
.header .sing-in li {
	width: calc(100%/5);
}
.header .sing-in ul {
	display: flex;
	justify-content: center;
	align-items: center;
}
.header .mini-cart>.btn {
	top: 0;
}
#mini-cart-admake .mini-cart-item .imagem img {
    width: 50px;
    height: auto;
}
#bs-example-navbar-collapse-1 .nav.navbar-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    float: none;
    /*margin: 0;*/
}

  
/* FOOTER */
  .footer .col-logos img.logo-footer3 {
    border: none;
    width: 90%;
    margin-top: 20px;
}
  
/* --H O M E -- */

header.header-container.navbar-fixed-top {
    background-color: var(--color-white)!important;
    padding: 0;
}
header.header-container.navbar-fixed-top.sticky {
	padding: 0;
}
header.header-container.navbar-fixed-top::after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: var(--color-yellow);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
#home-vanguardia2 {
    margin: 8rem 0;
    overflow: hidden;
}
  .categorias-home-des {
    margin: 15px 0;
}

.categorias-home-des .col-12 {
    margin-bottom: 30px;
}
.fullbanner {background: #1c344c;}

/*--- VITRINA HOME ---*/

#home-page .slick-showcase h2 {
    color: inherit;
    font-size: 3rem;
    margin: 15px 20px;
    text-transform: uppercase;
}
#home-page .prateleira.vitrine ul {
	margin: 0 auto;
 	padding: 0;
}
#home-page.slick-initialized.slick-slider .slick-arrow {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    border: 0 !important;
    background: transparent !important;
    z-index: 1; 
}
.slick-initialized.slick-slider .slick-arrow svg {
    height: auto;
	width: 25px;
}
.slick-initialized.slick-slider .slick-next {
	right: 0;
    top: 50%;
	background: transparent;
	border: none;
	position: absolute;
	z-index: 99;
	transform: translate(0, -50%);
}
.slick-initialized.slick-slider .slick-prev {
	left: 0;
    top: 50%;
	background: transparent;
	border: none;
	position: absolute;
	z-index: 99;
	transform: translate(0, -50%);
}
  

/*---DEPARTAMENTO Y CATEGORIA---*/

.prateleira .btn-add-buy-button-asynchronous {
    border-radius: 0;
    background: var(--color-black);
    border: 1px solid var(--color-black);
    color: white;
    width: 80%;
}
.prateleira .btn-add-buy-button-asynchronous:hover {
    background: var(--color-white);
    color: var(--color-black);
    font-weight: 800;
}
.prateleira .price .out-of-stock {
    color: #D0021B;
    display: none!important;
}
.price a {
	color: var(--color-blue);
}

/*--- P R O D U C T O S ---*/

/*breadcrumb*/
/*#box-bread-brumb li:before {
	content: '>';
}
.product-details .product-name h1 .productName {
	font-size: 18px;
}
.seletorSku .skuList {
    display: flex;
    justify-content: stretch;
    align-items: center;
    padding: 1.25rem 2rem;
 	margin: .1rem;
}
.nomeSku {
	font-size: 17px;
	padding: 0;
}
.nomeSku + div {
    margin: 0;
  	width: 25%;
    display: inline-block;
}
.nomeSku + div + div {
    margin: 0;
    padding: 0;
  	width: 50%;
	display: inline-block;
}
.product-details .price-box {
	padding: 0;
 	margin-bottom: 0.8rem
}
a.minus, a.more {
    height: 24px;
}
a.minus {border-top-left-radius: 50%;border-bottom-left-radius: 50%;padding: 0;}

a.more {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}

input.qtdeInput {
    min-height: 20px!important;
  	padding-left: 0;
	width: 38px;
    margin-top: 7px !important;
}

.qtde .qtButtons {
    display: flex;
    justify-content: center;
    align-items: center;
}
.footerSku {
	margin: .1rem 0;
    background-color: #28313c;
}
.footerSku .second {
    background-color: var(--color-green);
    padding: 9px 25px;
}
.footerSku .second::before {content: "Agregar al carro";font-size: 12px;display: block;padding: 10% 0;}
.footerSku .second a:before {content: ""; padding: 0;}

.product-details .seletor-sku .skuList {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 2rem;
    margin: .1rem;
    background: #f2f2f2;
}
.product-description .col-md-4 td.value-field.Documentacion a { display: block; }
  div#product-extra-details-1 {display: none}*/
  
/*--- P R O D U C T O S ---*/

/*breadcrumb*/
#box-bread-brumb li:before {
	content: '>';
}

.product-info div#box-bread-brumb {
    display: none;
}
  
.product-details .product-name h1 .productName {
	font-size: 2.1rem;
	margin: 10px 0px 20px;
	color:  black;
	line-height: 2.5rem;
}
.seletorSku .skuList {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    justify-content: stretch;
    align-items: center;
    padding: 1.25rem 2rem;
    margin: .1rem;
    border: 1px solid #0000001c;
}
.nomeSku {
	font-size: 17px;
	padding: 0;
}
.nomeSku + div {
    margin: 0;
  	width: 23%;
    display: inline-block;
}
.nomeSku + div + div {
    margin: 0;
    padding: 0;
  	width: 23%;
	display: inline-block;
}
.product-details .price-box {
	padding: 0;
 	margin-bottom: 0.8rem
}
a.minus {
    /* border-top-left-radius: 50%; */
    /* border-bottom-left-radius: 50%; */
    padding: 0;
}
a.more {
}
input.qtdeInput {
    min-height: 20px!important;
    padding-left: 0;
    width: 25px;
}

.qtde .qtButtons {
    display: flex;
    justify-content: center;
    align-items: center;
}
.footerSku {
	margin: .1rem 0;
	background-color: revert;
	padding: 10px 0px 10px 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footerSku .second {
    background: black;
    font-size: 0;
    text-align: center;
    border-radius: 0px;
    max-width: 220px;
    padding: 0;
}

.footerSku .second:hover{ background: #5c6575; box-shadow: 1px 2px 5px #afafaf6d }
.footerSku .second a::before {content: "Agregar al carro";font-size: 12px;font-family: inherit;font-weight: 600;text-align: center;padding: 15px 30px;}
  
.footer .col-logos .logo-footer {background-color: var(--color-black);}
  
.valor-por {display:block!important;margin-bottom:0; font-size:13px; font-style:normal;}
  
a.more {margin-right: 0;}
  
.qtde {width: 100px;}

/* --- T E M P L A T E  P R O D U C T O --- */

/* Detalle de producto */

.skuList {
	position: relative;
	/* border-left: 5px solid #000000; */
	margin: 1rem 0;
	padding: 1rem 2rem;
	background: #f2f2f2;
}

.nomeSku {
    font-weight: bold;
    font-size: 2.5rem;
    color: #000000;
    float: left;
    /* margin-right: 1.2rem; */
    padding: 8px 0px;
    grid-row: 1;
    text-align: center;
}

.nomeSku + div {
	margin-top: .4rem;
}

.nomeSku + div span {
	font-weight: 700;
    color: #5c6575;
  	font-size: 12px;
}

.nomeSku + div + div {
	position: relative;
	margin-top: .3rem;
	display: none;
}

.nomeSku + div + div:before {
	content: 'Sku: ';
	font-weight: 700;
	color: #000000;
}

.qtde {
    /* right: 0; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
    grid-row: 2;
    position: relative;
    width: revert;
}

input.qtdeInput {
	margin: 0 !important;
	min-height: 30px !important;
	text-align: center;
	background: #171717;
	border: none;
	color: white;
	padding-left: 3px;
	font-weight: 600;
}

a.minus, a.more {
    width: 25px;
    font-size: 19px;
    height: 30px;
    text-align: center;
    font-weight: 400;
    color: #ffffff;
    background: #171717;
    margin-top: 0;
    display: flex !important;
    justify-content: center;
    align-items: center;
    line-height: 1;
    /* border: 1px solid #00000012; */
}
.product-description .col-md-4 td.value-field.Documentacion a {
    display: block;
}

.seletorSku.clearfix .imageSku,
.nomeSku + div,
span.seller-data,
span.seller-data + a,
em.valor-dividido,  
#product-extra-details-1 a {
    display: none;
}

/*---A C C O U N T---*/

.account #account-content {
    margin: 50px auto!important;
}
.account main .flex-row-ns {
    margin-top: -1px;
}
.account aside.vtex-account__menu {
    padding: 0 15px;
}
.account .t-heading-2,
.footer a,
header .multi-column-dropdown li a,
.footer address {
    color: var(--color-white);
}
.account .pa4-s {
    padding: 0;
}
.account .b--muted-4 {
    border: var(--border-blue)!important;
	border-radius: 0;
}
.account .w-40-ns.w-100-s .pr5-ns {
    padding-right: 0;
}
.account .b--action-primary {
    border-color: var(--color-black);
    background-color: var(--color-green);
    color: var(--color-white);
    letter-spacing: 1px;
    font-weight: 500;
}
.account .vtex-account__user-image {
    display: block;
    width: 100%;
}
.account .t-action--small {
    background: var(--color-black);
    color: var(--color-white);
    margin: 15px 0;
}
#root {padding: .5rem;}  
#root > form > div.w-100 > div {
    margin-bottom: 20px!important;
}
.skuList .preco em.valor-por {
    margin-bottom: 0;
}
  
/*.prateleira .btn-add-buy-button-asynchronous, .footerSku, .qtde, .preco {display: none!important}*/
  
/*KIT*/
  
.product-especial2 .skuList {height: 40px;}

.botonExtraCheck a {
    background: var(--color-green);
    color: var(--color-white);
    padding: 13px 30px;
    margin-top: 2rem;
    display: inline-block;
    border-radius: 3px;
    float: right
}
.portal-notify-me-ref,
.product-especial2 .skuList .imageSku,
.tpl-right.contentpreco,
.container-sku-selection .container h2 {
    display: none!important;
}


/*---INSTITUCIONAL---*/
  
#institucional-content {background-color: #dbe4e4;}
#contenido-quienessomos .col-md-6 {padding-left: 0;padding-right: 0;}
#contenido-quienessomos {margin-top: 0!important;}
#contenido-quienessomos h2 {font-size: 20px!important;}
  
/*---VIDEO BUNZL---*/

.institucional.video #interior-certificaciones .col-md-4 {
    display: none;
}
.institucional.video #interior-certificaciones .col-md-8 {
    width: 100%;
    margin-top: 5%;
}
.institucional.video #interior-certificaciones .col-md-8 #content-video {
    height: 100%;
}
.institucional.video #interior-certificaciones .col-md-8 #content-video #video-bunzl {
    position: initial;
}
#sidebar .titulo-institucional {
    font-weight: 500;
}
  

/*---MEDIA QUERY---*/

@media (min-width:768px) {  
    .header .logo{
      text-align: center;
    }
}

@media (max-width:768px) {

	#home-vanguardia h3 {font-size: 25px;}
    #home-vanguardia p {line-height: 1.3em;}
    .preco {margin-left: 15px;}
    .footerSku {height: 100px;display: flex;justify-content: center;align-items: center;}
    .footerSku .first {margin-right: 15px;}
  	.header .logo a svg {margin: 12px 0 0 0};
    
    /*Popup Seguir*/
    
    .popCartMessage,
    .btns { width: 80%; text-align: start; }
    .btns { display: flex; justify-content: space-between; align-items: center; padding: 40px 15px; }
    .btns span { min-height: 60px; }
    span.continueshopping a,
    span.goCart a,
    span.quoting a { font-size: 12px; margin: 0; }
    .btns .continueshopping,
    .btns .goCart { display: flex; justify-content: center; align-items: center; margin: 0; }
    .btns .goCart i { display: none; }
}
  
 /*ESCONDER CANCELAR PEDIDO*/
.account a.myo-cancel-btn.c-danger.hover-c-danger.pa0.bg-transparent.bn.cf.db.link.tl.w5.f6.fw4.flex.items-center.mb5 {
    display: none;
}
.account span.db.pv2.c-link.hover-c-link.link {
    display: none;
}
a.myo-cancel-btn {
   display: none!important;
}

 /*ficha producto*/  
  
.product-description #caracteristicas td.value-field.Guia-de-tallas img {
   width: 100%;
}
  
.col-md-4.des-dos #caracteristicas td.value-field.Guia-de-tallas img  {
   display:none;
}

/*landing marcas*/ 
  
#marcas-texto-destacado h4 {
    padding: 0 10%;
    line-height: 1.4em;
    font-weight: 500;
    color: #303542;
    font-size: 17px;
}
#marcas-texto-destacado {
    background: #edf0f1;
    padding: 20px;
    text-align: center;
}
  
@media (min-width: 767px) { 
  
/*#marcas-page.marca-redbrick .owl-item {
    width: 50% !important;
}*/
}
  
@media (max-width: 768px) { 
    .product-description #caracteristicas td.value-field.Guia-de-tallas img {
      width: 95%;
    }
    #marcas-texto-destacado h4 {
        padding: 0 0%;
        line-height: 1.4em;
        font-weight: 400;
        color: #303542;
        font-size: 1.2rem;
    }
    #marcas-texto-destacado {
        background: #edf0f1;
        padding: 12px;
        text-align: center;
    } 
    #modulo-tecnologia h2,
    #modulo-video h2 {
    font-size: 3rem;
    }
    #marcas-texto-destacado hr {
    border-top: #303542 solid 2px;
    width: 100px;
    margin: 12px auto 10px;
    }
}

div#modulo-video h2.text-center {
    text-transform: uppercase;
    color: #293340;
    font-weight: 800;
    padding: 40px 0;
    display: block !important;
}  
  
#home-logos .list-justified li {
    width: 13.6%;
    padding: 13px 0;
    text-align: center;
}
  
  
@media (min-width: 767px) { 
  #marcas-page.marca-lotto .owl-item {
      width: 50% !important;
  }   
    
  /*  
  div#marcas-banner {
      margin-top: 6rem;
  } 
  */  
    
  /*  
  .fullbanner {
    margin-top: 6rem;
  }  
  */  
}
  
 /*INICIO CORTINA */

#CortinaCyber {
    display: none !important;
    background-image: url(/arquivos/cortina-01-cyber.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100vh;
    width: 100vw;
    z-index: 9999999999;
}

@media (max-width:768px) {
    #CortinaCyber {
        height: 100vh;
        background-image: url(/arquivos/cortina-cyber-mobile_02.jpg);
        background-color: white;
    }
    div#home-logos .col { width: 20% !important;  }
}  
div#home-logos {padding: 0; margin: 15px}
div#home-logos div.col-lg-1 {padding: 0;}
div#home-logos img { margin: 0;}
  div#home-logos .col {
    float: left;
    width: 10%;
    padding: .6rem;
}
  
  #
  
  
  /*Carrousel marcas style*/
  
  
  @import url(https://fonts.googleapis.com/css?family=Lato:400,300,900,700);

html {
  font-size: 16px;
}

h3 {
  font-family: 'Lato', sans-serif;
  font-size: 2.125rem;
  font-weight: 700;
  color: #444;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 55px 0 35px;
}

.carousel-inner { margin: auto; width: 99%; }
  
@media (min-width: 768px) {
  	.carousel-inner {
    	padding: 0 10rem;
	}
}

.carousel-control 			 { width:  4%; }
.carousel-control.left,
.carousel-control.right {
  background-image:none;
}
 
.glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
  margin-top:-10px;
  margin-left: -10px;
  color: #444;
}

.carousel-inner {
  a {
    display:table-cell;
    height: 180px;
    width: 200px;
    vertical-align: middle;
  }
  img {
    max-height: 150px;
    margin: auto auto;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
      left: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
      left: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
  }

}
@media (min-width: 767px) and (max-width: 992px ) {
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
      left: 0;
      -webkit-transform: translate3d(50%, 0, 0);
      transform: translate3d(50%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
      left: 0;
      -webkit-transform: translate3d(-50%, 0, 0);
      transform: translate3d(-50%, 0, 0);
  }
}
@media (min-width: 992px ) {
  
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
      left: 0;
      -webkit-transform: translate3d(16.7%, 0, 0);
      transform: translate3d(16.7%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
      left: 0;
      -webkit-transform: translate3d(-16.7%, 0, 0);
      transform: translate3d(-16.7%, 0, 0);
  }
  
}
  .footer {background-color: #000;}

.footer li, .footer p, .footer a, .footer address {
    line-height: 1.6em;
    padding-bottom: 7px;
    color: white !important ;
}

  .newsletter-title{
  display:none;
  }
  
  
/* BÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡SQUEDAS */
#extra-footer-middle h3,
#extra-footer-middle .Genero,
#extra-footer-middle .Colores,
#extra-footer-middle .Descripcion-Tecnica{
    display: none !important;
}
#extra-footer-middle li{
	display: inline-block;
	margin: 0 5px;
	font-size: 1.3rem;
	font-style: none;
	padding: 2px 0;
}
#extra-footer-middle{
    background: black;
 
    text-align: center;
    text-transform: uppercase;
}

@media (min-width: 991px){
	
	 #extra-footer-middle{
        background: black;
         padding: 0 90px 20px 90px !important;
        text-align: center;
        text-transform: uppercase;
    }
}

#extra-footer-middle .container-fluid{
	padding: 0 30px !important;
}
#extra-footer-middle:after
    {content: '';
    display: block;
    margin: auto;
    position: relative;
    width: 60%;
    height: 1px;
    background: #6666665c;
    margin-top: 20px;
    margin-bottom: 20px;
    }
#extra-footer-middle h5{
	color: white;
	font-size: 1.28rem;
	letter-spacing: 2px;
	text-align: center;
	padding: 5px
}
#extra-footer-middle li a{
    color: #ccc;
    font-size: 1rem
}
#extra-footer-middle li:after{
	margin-left: 10px;
    color: #d0d0d0;
    content: ' |'
}
#extra-footer-middle .container-fluid div{
	display: inline-block;
}

.footer {
    padding: 40px 0 50px 0;
    margin-top: 0;
    font-size: 13px;
    letter-spacing: .02em;
}

.dropdown-menu>div>.col-sm-3 .multi-column-dropdown{
	height: 300px;
}
#myCarousel{
	margin-right: 10px;
}
#myCarousel2{
	margin-left: 10px;
}
ul.nav li.dropdown ul.dropdown-menu>li>a{
	font-weight: 400;
}
.btn-terreno{
	text-transform: uppercase;
	padding: 20px;
	border-radius: 0px !important;
}
.btn-terreno:hover{
	background: #488A2B;
	box-shadow: 2px 3px 2px #0000002e;
}
#home-content > div:nth-child(2) > div > div.col-md-5.col-xs-12.my-auto{
    position: relative;
 
}

#bs-example-navbar-collapse-1 > ul > li:nth-child(2) > ul{
	grid-template-columns: repeat(4, 220px);
	padding: 20px;
	text-align: center;
	justify-content: center;
	align-items: center;
}
#bs-example-navbar-collapse-1 > ul > li:nth-child(2) > ul > li{
	padding: 0px 40px;
}
#bs-example-navbar-collapse-1 > ul > li:nth-child(2) > ul > li > a{
	padding: 10px;
	font-weight: bolder;
}
#bs-example-navbar-collapse-1 > ul > li:nth-child(2) > ul > li > a:hover,
#bs-example-navbar-collapse-1 > ul > li:nth-child(2) > ul > li:hover{
	background-color: white;
}

#bs-example-navbar-collapse-1 > ul > li:nth-child(2) > ul img{
	display: block;
	position: relative;
	margin: 0 auto;
	width: 200px;
	height: auto;
	margin-bottom: 10px;
}

#bs-example-navbar-collapse-1 > ul > li:nth-child(2) > ul{
	left: -200px;
}

#product-extra-description-1{
	background: var(--color-black);
}
#product-extra-description-1 h3{
	font-size: 1.5em;
	margin-bottom: 2rem;
}

#product-extra-description-1 hr {
    border-top: solid 3px #fff;
    width: 170px;
    margin-top: -5px;
}

.col-md-8 #caracteristicas > table{
	flex: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.col-md-8 #caracteristicas > table > tbody{
	display: contents;
}

@media (max-width: 991px){
	.col-md-8 #caracteristicas > table{
		flex: 1;
		display: grid;
		grid-template-rows: 1fr 1fr;
        grid-template-columns: revert;
	}
	.col-md-8 #caracteristicas > table > tbody > tr:nth-child(4){
		grid-row: 2 !important;
		grid-column: revert !important;
	}
	#product-extra-description-1 h3{
		margin-top: 1rem;
	}
	#product-extra-description-1{
		padding: 50px 0;
	}
	
}

.col-md-8 #caracteristicas > table > tbody > tr:nth-child(2){
	grid-column: 1/2;
	grid-row: auto;
}

.col-md-8 #caracteristicas > table > tbody > tr:nth-child(4){
	grid-column: 2/3;
	grid-row: 1;
}

.product-description #caracteristicas tr.even, .product-description #caracteristicas tr{
	border: none;
}

.col-md-3 #caracteristicas > table > tbody > tr:nth-child(2) > td,
.col-md-3 #caracteristicas > table > tbody > tr:nth-child(4){
	/*display: none;*/
}

.product-description .col-md-3 td.value-field.Documentacion a {
    background-color: #282e3c;
    max-width: 149px;
    padding: 7px 15px;
    border-radius: 3px;
    border: solid 1px #999;
    color: #fff !important;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 1.2em;
    display: block;
}

.product-description .col-md-3 td.value-field.Documentacion a:hover {
    color: #282e3c !important;
    background: white;
    border: 1px solid #282e3c;

}

.product-description .col-md-3 td.value-field.Documentacion a:before {
    content: "\f0f6";
    display: inline-block;
    font: normal normal normal 14px/2 FontAwesome;
    font-size: 14px;
    padding: 0 8px 0 0;
}

.col-md-3 #caracteristicas > table > tbody > tr:nth-child(3){
	/*display: none;*/
}
  
  
.carousel .left > .fa,
.carousel .right > .fa {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.carousel .right > .fa {
  left: auto;
  right: 25px;
}

#caracteristicas > table > tbody > tr:nth-child(6) > td{
	/*display: none;*/
}

#myCarousel .item{
	-webkit-transition: -webkit-transform .1s ease-in-out;
    -o-transition: -o-transform .1s ease-in-out;
    transition: transform .1s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}


#myCarousel2 .item{
	-webkit-transition: -webkit-transform .1s ease-in-out;
    -o-transition: -o-transform .1s ease-in-out;
    transition: transform .1s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

#myCarousel3 .item{
	-webkit-transition: -webkit-transform .1s ease-in-out;
    -o-transition: -o-transform .1s ease-in-out;
    transition: transform .1s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
  
div.seletorSku > div> span{
	font-size: 1rem
}

.seletorSku{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 2px;
}

div.seletorSku.clearfix > div.skuList:nth-child(1){
    grid-column: 1/2;
}

.footerSku .first p.msg{
	color: black;
	font-size: 12px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	font-weight: bold;
}

.footerSku .first{
	/*padding-top: revert;*/
}

.product-details .product-name .brandName a{
    color: black;
    margin-top: 5px;
    font-weight: 600;
    letter-spacing: 1px;
}

#product-page #product-extra-top{
	padding-top: 0;
}

.preco{
	display: none;
}
div.footerSku > div.first > .msg{
	font-size: 2rem;
}
div.footerSku > div.first > div.totalMsg{
	color: black;
	font-size: 1.5rem;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.price-box.precio-nombre{
	font-size: 2.5rem;
	margin-bottom: 15px;
	font-weight: bold;
	color: #000000c7;
}

@media (max-width: 991px){
	.seletorSku{
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 2px;
	}
    body.produto {
        padding-bottom: 0px;
    }
}
@media (min-width: 991px){
	#product-page > div.page > footer > div.container > div > div.col-contacto.col-xs-6.col-sm-2 > ul{
		padding-left: 35px;
	}
}

/* p r o d u c t o | guia de tallas */

.des-dos .Tallas, .des-dos .Tecnologias{
	display: none;
}

.col-guia-prod #caracteristicas .Caracteristicas{
	display: none !important;
}

.col-guia-prod #caracteristicas h4.Tallas{
	display: none !important;
}

.col-guia-prod #caracteristicas td.value-field.Guia-de-tallas img{
	display: block !important;
	width: 90%;
}

.col-desc-prod #caracteristicas h4.Tallas{
	display: none !important;
}

.col-desc-prod #caracteristicas td.value-field.Guia-de-tallas img{
	display: none !important;
}

.col-desc-prod .Descripcion-Tecnica{
	display: block !important;
}

.col-desc-prod .Documentacion{
	display: none;
}
  
td.value-field.Descripcion-Tecnica ul li {
    list-style: disc !important;
}
  
div.contenedor-tablas{
  display: flex;
  justify-content: space-between;
}
  

  
div.contenedor-tabla{
 width: 32%;
 height: 550px;
 overflow: auto;
 margin-bottom: 35px;
}
  
div.contenedor-tabla-grande{
 width: 100%;
 height: 550px;
 overflow: auto;
 margin-bottom: 35px;
}
  
div.contenedor-tabla table thead tr th{
    position: sticky;
    top: 45px;
    background: white;
}
  

  
.contenedor-tablas .contenedor-tabla h2{
    text-transform: uppercase;
    text-align: center;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
}
  
div.contenedor-tabla-grande{
    	display: none;
}

@media (max-width: 950px){
	/*
    div.contenedor-tablas{
  		display: flex;
  		flex-direction: column;
	}
    
    div.contenedor-tabla{
 		width: 100%;
 		height: 550px;
 		overflow: auto;
 		margin-bottom: 35px;
	}
    
    */
    
    div.contenedor-tabla-grande{
    	display: block;
    }
    
    
    div.contenedor-tabla{
    	display: none;
    }
    
    div.contenedor-tabla-grande table thead tr th{
      position: sticky;
      top: 0;
      background: white;
	}
}
  
  
.product-description .product-extra-description-1 .container-fluid .row{
    margin-top: 40px !important;
}
  
.product-description #product-extra-description-1{
	display: flex;
    align-items: center;  	
}
  
@media (min-width: 1200px){
  .produto #product-content.container {
    	width: 85%;
	}
}
  

/* subir boton formulario de contacto*/  
form#co_form .form-field input#commit {
    float: right;
    background: #333;
    width: 70%;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    border-color: #333;
    margin-bottom: 40px;
}
  
.col-md-4 {
    margin-top: 35px;
}
  
 /* Seguimiento de Pedidos | Inicia */

section.seguimiento-pedido {
    margin: 4em 0;
}

.BuscadorDePedido{
	width: 60vw;
}
  
.col-12.tracking-1 {
    display: flex;
    justify-content: center;
}
  
.tracking-title {
    display: flex;
    align-items: center;
    margin: .5rem 0;
    justify-content: flex-start;
}
  
.tracking-title span {
    color: var(--color-green)!important;
    text-transform: capitalize;
}
  
.tracking-icon svg {
    width: 45px;
    height: 45px;
    margin-right: 10px;
    margin-bottom: 10px;
}
  
.tracking-title h2 {
    padding: 10px 0;
    color: #000;
    font-size: 2.5rem;
    margin: 0;
}
  
span.bold {
    color: #000;
    font-weight: 700;
}

p.message.message-margin {
    margin-top: 2rem;
    margin-bottom: .5rem;
}
  
input#mitracking {
    width: 100%;
    height:40px;
    border: 0;
    border-radius: 3px;
    box-shadow: 2px 4px 8px 2px rgb(0 0 0 / 10%);
    outline:none;
    margin: 1rem 0 .5rem 0;
    padding: 0 2rem;
    border: 1px solid #0c673a;
}

.buscador-btn {
    display: flex;
    justify-content: center;
}

input#btn-trackear {
    width: 40%;
    background-color: var(--color-yellow);
    color: white;
    margin-top: 1rem;
    font-size: 1.4rem;
    padding: .5rem 0;
    font-weight: 600;
    border: none;
    cursor: pointer;
}

.BuscadorDePedido p {
    margin-bottom: 1rem;
}
  
.info {
    display: flex;
    align-items: center;
	justify-content: flex-start;
    margin: 2rem 0;
}

a.info-link {
    margin-left: .5rem;
    text-decoration: underline!important;
	color: #000;
	font-weight: 500;
}

@media (max-width: 768px) {
  .BuscadorDePedido {
    width: 90vw;
    text-align: center;
  }
    
  input#btn-trackear {
    width: 100%;
  }
    
  .tracking-title {
    justify-content: center;
  }
    
  .info{
    justify-content: center;
  }
}
  
span.info-icon {
    width: 15px;
}

.info-title {
    font-size: 1.4rem;
}
  
.info-text {
    font-size: 1rem;
    margin-bottom: 1rem;
}

img.swal2-image {
    width: 150px;
    height: auto;
}
  
 /* Seguimiento de Pedidos | Termina */
  
  section#contact-content a {
    font-size: 1.3em;
}

li.dropdown.tracking-link {
    background-color: #000;
}

.tracking-link a {
    color: #fff!important;
}
 
/* Fooeter Logos */
  
#extra-footer-bottom img {
    width: 100% !important;
}  
  
ul.list-inline.pull-right {
    display: flex;
    align-items: center;
}
  
.extra-footer-bottom-container {
    display: flex;
    align-items: center;
}

.logo-vtex svg {
	max-width: 9rem;
}
  
img.logo-camara-comercio {
    max-width: 4rem;
}

img.logo-propulso {
    max-width: 11rem;
}  

.logo-vtex svg, .logo-camara-comercio, img.logo-propulso {
	display: block;
    margin: auto;
}
  
li.list-inline-item.iconWebpay, li.cel_margin_v {
    padding-right: 0;
    padding-left: 0;
}

.col-lg-5.col-md-5.col-xs-12.cel_nopad {
    display: flex;
    justify-content: center;
}

ul.list-inline.pull-right li {
    margin: 0 .5rem;
}  
  
@media (max-width: 768px) {
	.extra-footer-bottom-container {
    	flex-direction: column-reverse;
    	text-align: center;
	}
}

/*  
@media (min-width: 769px) {
	div#category-extra-middle {
    	margin-top: 11rem;
	}
}

@media (min-width: 1210px) {
	div#category-extra-middle {
    	margin-top: 9rem;
	}
}
  
@media (min-width: 1306px) {
	div#category-extra-middle {
    	margin-top: 8rem;
	}
}
  
@media only screen and (min-width: 1000px) and (max-width: 1075px)  {
	div#category-extra-middle {
    	margin-top: 8.5rem;
	}
}   
*/ 
  
/*Descripción nueva de productos*/  
  
.product-description {
    margin-top: 3rem;
    background: #fff;
    text-align: justify;
}
  
.product-description .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.container {
    width: 90%;
    margin: 0 auto;
    max-width: 1440px;
}
  
.product-description .container>div:nth-child(1) {
    width: 40%;
    line-height: 1.2rem;
    margin-right: 1rem;
}
  
.product-description .container>div:nth-child(2) {
    width: 56%;
    line-height: 1.2rem;
    margin-left: 1rem;
}
  
.product-description .container>div:nth-child(3) {
    width: 100%;
    display: none;
}
  
.product-description .container>div>h3 {
    font-size: 1.4em;
    font-weight: 700;
    margin-bottom: 1rem;
}

.product-description .container>div h4.group.Caracteristicas {
    display: none;
}
  
.product-description .container>div #caracteristicas>table>tbody>tr {
    display: flex;
    border-top: solid 1px #ddd;
}
  
.product-description .container>div tbody th.name-field {
    width: 30%;
    /*border-top: solid 1px #ddd;*/
    text-align: left;
    padding: 5px;
}
  
.product-description .container>div tbody th, .product-description .container>div h4 {
    display: block;
}
  
.product-description .container>div tbody td.value-field {
    width: 70%;
    /*border-top: solid 1px #ddd;*/
    padding: 5px;
}
  
.product-description #caracteristicas th, .product-description #caracteristicas td {
    color: #333;
    display: flex;
}
  
.product-description #caracteristicas td {
    margin-left: 1rem;
}
  
.product-description .productDescription {
    color: #888888;
}
  
h4.group.Tallas, h4.group.Ficha-Tecnica {
    display: none !important;
}
  
td.value-field.Tecnologias {
    flex-wrap: wrap;
}
  
@media (max-width: 767px) {
    .product-description .container>div:nth-child(1) {
    	width: 100%;
      	line-height: 1.2rem;
      	margin-right: 0;
      	
	}
    
    .product-description .container>div {
    	margin-bottom: 1.3rem;
	}
    
    .product-description .container>div:nth-child(2) {
    	width: 100%;
      	line-height: 1.2rem;
      	margin-left: 0;
	}
}
  

ul.Talla.Tallas {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding-bottom: 2rem;
}
  
img#image-main {
    width: 45rem;
}
  
.price-box.precio-original {
    text-decoration: line-through;
    color: #777;
}
  
#caracteristicas td.value-field.Guia-de-Tallas img {
    width: auto;
}    

.container-menu {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}
  
.header .search {
    margin: 0;
}
  
/*Menu*/  
@media only screen and (min-width: 768px) and (max-width: 1075px) {
    header .navbar-default .navbar-nav>li>a {
    	font-size: 10px;
	}
    
    li a.dropdown-toggle {
    	padding: 10px 8px;
	}
}
  
@media only screen and (min-width: 768px) and (max-width: 880px) {
    #bs-example-navbar-collapse-1 .nav.navbar-nav {
    	display: block;
	}
}

li a.dropdown-toggle {
    padding: 10px;
}
  

@media (min-width: 769px) {
    body#marcas-page .page section#content .row article#main-content div#collections .showcase-default.showcase-owl .prateleira.vitrine.n3colunas ul.owl-carousel.owl-theme .owl-wrapper-outer .owl-wrapper .owl-item {
    	margin: 0 3rem;
	}
}
  
@media (min-width: 992px) {
    body#marcas-page .page section#content .row article#main-content div#collections .showcase-default.showcase-owl .prateleira.vitrine.n3colunas ul.owl-carousel.owl-theme .owl-wrapper-outer .owl-wrapper .owl-item {
    	margin: 0 4rem;
	}
}  
  
@media (min-width: 1200px) {
    body#marcas-page .page section#content .row article#main-content div#collections .showcase-default.showcase-owl .prateleira.vitrine.n3colunas ul.owl-carousel.owl-theme .owl-wrapper-outer .owl-wrapper .owl-item {
    	margin: 0 5rem;
	}
}   
  
@media (min-width: 1400px) {
    body#marcas-page .page section#content .row article#main-content div#collections .showcase-default.showcase-owl .prateleira.vitrine.n3colunas ul.owl-carousel.owl-theme .owl-wrapper-outer .owl-wrapper .owl-item {
    	margin: 0 6rem;
	}
}    
  
@media only screen and (min-width: 769px) and (max-width: 991px) {
    .prateleira .btn-add-buy-button-asynchronous {
    	width: 100%;
	}
}
    
ul.list-inline.list-justified {
    display: flex;
    align-items: center;
}

ul.list-inline.list-justified li a svg {
    margin: 0 1rem;
}

@media (max-width: 991px) { 
	ul.list-inline.list-justified li a svg {
    	margin: 0 .5rem;
	}
}
  
td.value-field.Documentacion {
    display: flex;
    flex-direction: column;
}  
  
#newsletterClientName, .resultado-busca-filtro .compare, .col-newletter h3, .col-newletter .newsletter p, .owl-controls .owl-pagination, #collections>div>div>div:nth-child(5), #calculoFrete .contentWrapper, .menu-navegue, fieldset.filterBy, h4.group.Caracteristicas, option[value="OrderByBestDiscountDESC"], option[value="OrderByTopSaleDESC"], option[value="OrderByPriceASC"], option[value="OrderByPriceDESC"], option[value="OrderByBestDiscountDESC"], ul.productClusterSearchableIds.even, a.ver-filtros, p.didyoumean {
    display: none !important;
}  
  
#contact-content {
    padding-top: 0 !important;
}  
  
@media (max-width: 767px) {
	#contact-content {
    	padding-top: 0 !important;
	}    
} 
  
.dropdown-menu {
    padding-right: 10px;
} 
 
/* Inicio opciones menu certificaciones*/  
.dropdown-cert-btn {
  color: white;
  padding: 16px;
  border: none;
}

.dropdown-cert {
  position: relative;
  display: inline-block;
}

.dropdown-cert-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 160px;
  z-index: 1;
}

.dropdown-cert-content a {
  color: #434a54 !important;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-cert-content a:hover {
    font-weight: 500;
    color: #434a54 !important;
}

.dropdown-cert:hover .dropdown-cert-content {
    display: block;
}

.dropdown-cert:hover .dropdown-cert-btn {
    background-color: #f5f5f5; 
    font-weight: 700 !important;
    min-width: 230px;
    color: #434a54 !important;
}
  
.dropdown-cert-content li {
    margin: 1rem;
}  
/* Fin opciones menu certificaciones*/   

.search-single-navigator h3.prueba, .search-single-navigator h3.test {
    display: none !important;
}
  
.fullbanner .box-banner img {
    width: 100% !important;
}
  
section#interior-certificaciones {
    margin-top: 0 !important;
}  
  
/* Inicio seccion headband */  
div#headband {
    width: 100%;
    font-size: 14px;
    height: 30px;
    background-color: #050505;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
} 

#headband p {
    margin: 0;
} 
  
#headband p span {
    text-transform: uppercase;
}

@media (max-width: 767px) {
	div#headband {
    	height: 40px;
	} 
}  
/* Fin seccion headband */ 

  
/* Inicio carrousel colaboradores */ 
#owl-carrousel-colaboradores {
	width: 80%;
    margin: 0 auto;
}
			
#owl-carrousel-colaboradores .item {
    margin: 4px 10px;
}

#owl-carrousel-colaboradores .item img {
  display: block;
    width: 100%;
    height: auto;
}

#owl-carrousel-colaboradores .owl-prev {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    font-size: 2rem;
    margin-left: -10rem;
}

#owl-carrousel-colaboradores .owl-next {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    font-size: 2rem;
    margin-right: -10rem;
}

@media (max-width: 767px) {
    #owl-carrousel-colaboradores {
    	padding: 1rem 0;
	}
    
    #owl-carrousel-colaboradores .owl-prev {
        margin-left: -5rem;
      	margin-top: -.5rem;
    }

    #owl-carrousel-colaboradores .owl-next {
        margin-right: -5rem;
      	margin-top: -.5rem;
    }
}
/* Fin carrousel colaboradores */
 
.prateleira .price {
    margin-bottom: 2rem;
}
  
a.wrapperSvgBuy {
    background: var(--color-black);
    color: white;
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 15px;
    padding: 7px 55px;
}
  
/* Inicio landing plantillas intercambiables */ 
.certificado-info h3 {
    margin: 55px 0 35px 30px;
}  
  
@media (max-width: 767px) {
	#interior-certificaciones .plantillas-intercambiables li {
    	height: 160px;
	}
    
    .certificado-info h3 {
    	margin: 30px 0 0;
	}
    
    .tabla-certificados .img-responsive {
    	max-width: 90%;
	}
}  
/* Fin landing plantillas intercambiables */  
 