/*-----------------------------------------------------------------------------------
	piedras-rukam
	About: Piedras decorativas Rukam
	Author: Chicuelo
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: :0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */
nav .dropdown-menu .nav-link{color:rgba(0,0,0,0.6)!important;} /* Maintain Downdown Menu Link Color in Navigation */
[data-bs-theme="dark"] nav .dropdown-menu .nav-link{color:var(--bs-dropdown-link-color)!important;} /* Maintain Downdown Menu Link Color in Navigation in Darkmode */

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
}


/* Sizes */

.bloc-xxl{
	padding:200px 20px;
}
.bloc-lg{
	padding:100px 20px;
}
.bloc-sm{
	padding:20px;
}

/* = Full Screen Blocs 
-------------------------------------------------------------- */

.bloc-fill-screen{
	min-height:100vh;
	display: flex;
	flex-direction: column;
	padding-top:20px;
	padding-bottom:20px;
}
.bloc-fill-screen > .container{
	align-self: flex-middle;
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
}
.bloc-fill-screen > .container > .row{
	flex-grow: 1;
	align-self: center;
	width:100%;
}
.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
	flex-grow: 0;
}
.bloc-fill-screen .fill-bloc-top-edge{
	align-self: flex-start;
}
.bloc-fill-screen .fill-bloc-bottom-edge{
	align-self: flex-end;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Edge Dividers */

.bloc-shape-divider{
	position: absolute;
	width:100%;
	text-align:center;
	left:0;
	right:0;
	z-index: 0;
	display: flex;
	pointer-events: none;
}
.svg-divider{
	width:100%;
	height:100px;
	fill:#000000;
}
.bloc-divider-top{
	top:-1px;
	align-items: flex-start;
}
.bloc-divider-bottom{
	bottom:-1px;
	align-items: flex-end;
}


/* Background Effects */

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}
.voffset-lg{
	margin-top:80px;
}


/* = NavBar
-------------------------------------------------------------- */

.navbar-dark .nav .dropdown-menu .nav-link{
	color: rgb(64, 64, 64);
}
/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-nav.sticky{
	position:fixed;
	top:0;
	z-index:1000;
	box-shadow:0 1px 2px rgba(0,0,0,.3);
	 transition: all .2s ease-out;
}
/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}

/* Nav Special Classes */
.nav-special{
	overflow-y:scroll;
}
.nav-special .site-navigation{
	top:0;
	left:0;
	width:100%;
	position: relative!important;
	max-width: 100%!important;
	z-index: 1000;
}
.nav-special .nav > li{
	width:100%;
	background: none!important;
	border:0!important;
}
.nav-special.collapsing{
	-webkit-transition: none;
	transition: none;
	height:100%!important;
	background: none!important;
}
.nav-special .navbar-nav .dropdown-menu.show{
	position: relative!important;
	transform: none!important;
	float: none;
	width: 100%;
	margin-top: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}
.nav-special .nav .dropdown-menu .nav-link{
	color:#FFF;
}
.blocsapp-special-menu{
	position: absolute;
	z-index:10000;
}
.nav-special.fullscreen-nav .caret,.nav-special.fullscreen-nav .dropdown-menu .dropdown .caret{
	border-width: 8px;
}
.nav-special .navbar-nav .show>.nav-link{
	color:#FFF;
}

/* Animate Menu Symbol */
.navbar-toggle{
	transition: all .1s linear;
}
.selected-nav{
	opacity: 0;
	transform: scale(0.3);
	transition: all .1s linear;
}


/* Special Menu Close Button */
.close-special-menu{
	position: absolute;
	display: block;
	width: 25px;
	height:25px;
	top:16px;
	right:10px;
	z-index: 10000;
}
.nav-invert .sidebar-nav .close-special-menu{
	left:260px;
}
.close-special-menu .close-icon{
	display: block;
	width:100%;
	height:1px;
	transform: rotate(45deg);
	margin-top:12px;
}
.close-special-menu .close-icon:after{
	content:"";
	display:inherit;
	width:inherit;
	height:inherit;
	background: inherit;
	transform: rotate(90deg);
}
.lock-scroll{
	overflow:hidden;
	transition: background .3s linear;
}
.nav-special::-webkit-scrollbar{
	-webkit-appearance: none;
	width:0;
	height:0;
}
.nav-special .dropdown-menu .dropdown .caret{
	border-top-color: rgba(255,255,255,.8);
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	margin: 0 0 0 5px;
	float: none;
}
.blocsapp-special-menu .site-navigation.pull-right{
	float:none!important;
}

/* Nav Special Close Button */
.close-special-menu .close-icon{
	background:#fff;
}
.blocsapp-special-menu blocsnav{
	background: #000;
}

/* Side Bar Navigation */
.nav-special.sidebar-nav{
	position: fixed;
	right: -300px;
	top: 0;
	bottom: 0;
	width: 300px;
	z-index: 1000;
	transition: all .2s linear;
}
.nav-invert .nav-special.sidebar-nav{
	right: auto;
	left: -300px;
}
 .nav-special.sidebar-nav .site-navigation{
	margin-top:15px;
	padding-left:15px;
}
.nav-special.sidebar-nav .nav > li a{
	color:rgba(255,255,255,.8);
}
 .nav-special.sidebar-nav .nav > li a:hover{
	color:#FFF;
}
 .open.nav-special.sidebar-nav{
	right: 0;
	transition: all .2s linear;
}
.nav-invert .open.nav-special.sidebar-nav{
	left: 0;
	transition: all .2s linear;
}
.navbar-toggler:focus{
	box-shadow:none;
}
;
	
/* Content Tint */
.content-tint{
	z-index: -1;
	transition: background .2s linear;
}
.content-tint.on{
	display: block;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	background: transparent;
	z-index: 1001;
	background:rgba(0,0,0,.4);
}
.content-tint.on:hover{
	background:rgba(0,0,0,.1);
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-sq{
	border-radius: 0px;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}



/* = Text Widths
-------------------------------------------------------------- */
.text-w-80{
	max-width:80%;
}
.text-center.text-w-sm, .text-center.text-w-md, .text-center.text-w-lg, .text-center.text-w-90, .text-center.text-w-80, .text-center.text-w-70, .text-center.text-w-60, .text-center.text-w-50{
	margin-left: auto;
	margin-right: auto;
}


.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}


/* = Forms
-------------------------------------------------------------- */

.form-control{
	border-color:rgba(0,0,0,.1);
	box-shadow:none;
}


.carousel-nav-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Lato";
	font-weight:300;
	font-size:17px;
	color:#838383!important;
	line-height:30px;
}
.container{
	max-width:1140px;
}
.nav-bg{
	background-position:center bottom;
	background-size:100% auto;
	background-repeat:repeat-y;
	background:linear-gradient(90deg, #DCDCDC  41%, #699C79 41%);
	padding-top:5px;
	padding-bottom:5px;
}
.hero-bg{
	background-position:center bottom;
	background-size:100% auto;
	background:linear-gradient(90deg, #DBDBDB 41%, #699C79 41%);
}
.hero{
	border-style:_popUpItemAction:;
	border-top-right-radius:100px;
	background-image:url("img/hero-img.jpg");
	background-image: -webkit-image-set(url("img/hero-img.webp") 1x,
url("img/hero-img.webp") 2x);background-image: image-set(url("img/hero-img.jpg") 1x,
url("img/hero-img.jpg") 2x,url("img/hero-img.webp") 1x,
url("img/hero-img.webp") 2x);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	padding-left:6%;
}
p{
	font-family:"Lato";
	font-weight:400;
	color:#838383!important;
	font-size:17px;
	line-height:30px;
	letter-spacing:0.01em;
}
h1{
	font-family:"Montserrat";
	font-weight:500;
	font-size:90px;
	letter-spacing:1px;
	line-height:100px;
	text-align:left;
}
h2{
	font-family:"Lato";
	font-weight:400;
	font-size:25px;
	letter-spacing:0.05rem;
}
.boton{
	font-family:"Lato";
	font-weight:700;
	letter-spacing:1px;
	font-size:16px;
	color:#17181A!important;
	background-color:#E5CE71;
	padding:10px 40px 10px 40px;
}
.btn-margin-top{
	margin-bottom:6%;
	margin-top:4%;
}
.text-white{
	color:#FFFFFF!important;
}
.text-gray-light{
	color:#DBDBDB!important;
}
.body-bg{
	background-repeat:repeat-y;
	background:linear-gradient(90deg, #699C79 50%, #DBDBDB  50%);
}
h3{
	font-family:"Montserrat";
	font-weight:600;
	font-size:65px;
	letter-spacing:1px;
	line-height:70px;
}
.text-green{
	color:#689B79!important;
}
.text-gray{
	color:#838383!important;
}
.text-gray-dark{
	color:#303030!important;
}
.nosotros-img-2{
	border-bottom-left-radius:50px;
}
.nosotros-bg{
	background-image:url("img/logo-nosotros.svg");
	background-repeat:no-repeat;
	background-position:center top;
	background-size:length;
	padding-top:100px;
	padding-bottom:150px;
}
.productos-img{
	border-top-left-radius:50px;
	box-shadow:0px 20px 30px rgba(0,0,0,0.50);
}
.madera-bg{
	background-image:url("img/madera-bg.jpg");
	background-image: -webkit-image-set(url("img/madera-bg.webp") 1x,
url("img/madera-bg.webp") 2x);background-image: image-set(url("img/madera-bg.jpg") 1x,
url("img/madera-bg.jpg") 2x,url("img/madera-bg.webp") 1x,
url("img/madera-bg.webp") 2x);
	background-image: -webkit-image-set(url("img/madera-bg.webp") 1x,
url("img/madera-bg.webp") 2x);background-image: image-set(url("img/madera-bg.jpg") 1x,
url("img/madera-bg.jpg") 2x,url("img/madera-bg.webp") 1x,
url("img/madera-bg.webp") 2x);
	background-image: -webkit-image-set(url("img/madera-bg.webp") 1x,
url("img/madera-bg.webp") 2x);background-image: image-set(url("img/madera-bg.jpg") 1x,
url("img/madera-bg.jpg") 2x,url("img/madera-bg.webp") 1x,
url("img/madera-bg.webp") 2x);
	background-image: -webkit-image-set(url("img/madera-bg.webp") 1x,
url("img/madera-bg.webp") 2x);background-image: image-set(url("img/madera-bg.jpg") 1x,
url("img/madera-bg.jpg") 2x,url("img/madera-bg.webp") 1x,
url("img/madera-bg.webp") 2x);
	background-image: -webkit-image-set(url("img/madera-bg.webp") 1x,
url("img/madera-bg.webp") 2x);background-image: image-set(url("img/madera-bg.jpg") 1x,
url("img/madera-bg.jpg") 2x,url("img/madera-bg.webp") 1x,
url("img/madera-bg.webp") 2x);
	background-repeat:no-repeat;
	background-position:center bottom;
	padding-top:115px;
	padding-bottom:115px;
}
.h3-margin-top{
	margin-top:130px;
	margin-bottom:70px;
}
.nav-link{
	font-family:"Lato";
	font-weight:500;
	font-size:17px;
	color:#2F3030!important;
	letter-spacing:0.03rem;
	margin-right:2px;
	margin-left:2px;
}
.text-invisible{
	color:transparent!important;
}
.nav-link:active{
	color:transparent!important;
}
.nav-link:hover{
	color:#FFFFFF!important;
}
.nav-img{
	margin-top:10px;
	margin-right:6px;
	margin-left:6px;
}
.boton:hover{
	background-color:#FFFFFE;
	box-shadow:0px 15px 25px rgba(0,0,0,0.25);
}
.contacto-height{
	padding-top:150px;
	padding-bottom:150px;
	border-bottom-left-radius:150px;
	padding-left:10%;
}
.contact-icon{
	margin-top:5px;
	margin-right:10px;
}
.contact-bg{
	padding-top:130px;
	background-image:url("img/contacto-bg.jpg");
	background-image: -webkit-image-set(url("img/contacto-bg.webp") 1x,
url("img/contacto-bg.webp") 2x);background-image: image-set(url("img/contacto-bg.jpg") 1x,
url("img/contacto-bg.jpg") 2x,url("img/contacto-bg.webp") 1x,
url("img/contacto-bg.webp") 2x);
	background-image: -webkit-image-set(url("img/contacto-bg.webp") 1x,
url("img/contacto-bg.webp") 2x);background-image: image-set(url("img/contacto-bg.jpg") 1x,
url("img/contacto-bg.jpg") 2x,url("img/contacto-bg.webp") 1x,
url("img/contacto-bg.webp") 2x);
	background-image: -webkit-image-set(url("img/contacto-bg.webp") 1x,
url("img/contacto-bg.webp") 2x);background-image: image-set(url("img/contacto-bg.jpg") 1x,
url("img/contacto-bg.jpg") 2x,url("img/contacto-bg.webp") 1x,
url("img/contacto-bg.webp") 2x);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
.align-right{
	float:right;
}
.nosotros-rocks-img{
	height:150px;
	margin-top:70px;
}
.contacto-offset{
	top:-80px;
}
.form-field{
	font-family:"Lato";
	font-size:17px;
	color:#838383!important;
	font-weight:400;
	border-radius:0px 0px 0px 0px;
}
.field-margin-top{
	margin-top:30px;
	margin-bottom:20px;
}
.text-area-margin-top{
	margin-top:0px;
	margin-bottom:20px;
}
.text-gray-semidark{
	color:#3A3A3A!important;
}
.bloc-divider-b-fill{
	fill:#679B78;
	width:100%;
	height:180px;
}
.blocsapp-special-menu blocsnav{
	background-color:#9CBEF6;
}
.contacto-whatsapp{
	position:fixed;
	right:25px;
	bottom:15px;
	width:65px;
}
.form-field-padding{
	width:90%;
}
.navbar-brand img{
	width:100px;
}
.align-left{
	float:left;
}
.nosotros-padding{
	padding-left:50px;
}
.productos-adhesivos{
	border-style:_popUpItemAction:;
	border-top-right-radius:100px;
	background-image:url("img/adhesivos-hero.jpg");
	background-image: -webkit-image-set(url("img/adhesivos-hero.webp") 1x,
url("img/adhesivos-hero.webp") 2x);background-image: image-set(url("img/adhesivos-hero.jpg") 1x,
url("img/adhesivos-hero.jpg") 2x,url("img/adhesivos-hero.webp") 1x,
url("img/adhesivos-hero.webp") 2x);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	padding-left:6%;
	box-shadow:0px 23px 30px rgba(0,0,0,0.15);
}
.h1-hero-margin-top{
	margin-top:90px;
	margin-bottom:90px;
}
h4{
	font-family:"Montserrat";
	font-weight:400;
	font-size:45px;
	line-height:60px;
}
.bloc-divider-b-0-fill{
	fill:#FFFFFF;
	height:180px;
}
.otros-productos-bg{
	background-image:url("img/madera-bg.jpg");
	background-image: -webkit-image-set(url("img/madera-bg.webp") 1x,
url("img/madera-bg.webp") 2x);background-image: image-set(url("img/madera-bg.jpg") 1x,
url("img/madera-bg.jpg") 2x,url("img/madera-bg.webp") 1x,
url("img/madera-bg.webp") 2x);
	background-image: -webkit-image-set(url("img/madera-bg.webp") 1x,
url("img/madera-bg.webp") 2x);background-image: image-set(url("img/madera-bg.jpg") 1x,
url("img/madera-bg.jpg") 2x,url("img/madera-bg.webp") 1x,
url("img/madera-bg.webp") 2x);
	background-image: -webkit-image-set(url("img/madera-bg.webp") 1x,
url("img/madera-bg.webp") 2x);background-image: image-set(url("img/madera-bg.jpg") 1x,
url("img/madera-bg.jpg") 2x,url("img/madera-bg.webp") 1x,
url("img/madera-bg.webp") 2x);
	background-image: -webkit-image-set(url("img/madera-bg.webp") 1x,
url("img/madera-bg.webp") 2x);background-image: image-set(url("img/madera-bg.jpg") 1x,
url("img/madera-bg.jpg") 2x,url("img/madera-bg.webp") 1x,
url("img/madera-bg.webp") 2x);
	background-image: -webkit-image-set(url("img/madera-bg.webp") 1x,
url("img/madera-bg.webp") 2x);background-image: image-set(url("img/madera-bg.jpg") 1x,
url("img/madera-bg.jpg") 2x,url("img/madera-bg.webp") 1x,
url("img/madera-bg.webp") 2x);
	background-size:contain;
	background-position:center bottom;
	padding-top:80px;
	padding-bottom:60px;
}
.h4-margin-bottom{
	margin-bottom:80px;
}
.productos-sustratos{
	border-style:_popUpItemAction:;
	border-top-right-radius:100px;
	background-image:url("img/sustratos-hero.jpg");
	background-image: -webkit-image-set(url("img/sustratos-hero.webp") 1x,
url("img/sustratos-hero.webp") 2x);background-image: image-set(url("img/sustratos-hero.jpg") 1x,
url("img/sustratos-hero.jpg") 2x,url("img/sustratos-hero.webp") 1x,
url("img/sustratos-hero.webp") 2x);
	background-image: -webkit-image-set(url("img/sustratos-hero.webp") 1x,
url("img/sustratos-hero.webp") 2x);background-image: image-set(url("img/sustratos-hero.jpg") 1x,
url("img/sustratos-hero.jpg") 2x,url("img/sustratos-hero.webp") 1x,
url("img/sustratos-hero.webp") 2x);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	padding-left:6%;
	box-shadow:0px 23px 30px rgba(0,0,0,0.15);
}
.productos-revestimientos{
	border-style:_popUpItemAction:;
	border-top-right-radius:100px;
	background-image:url("img/revestimientos-hero.jpg");
	background-image: -webkit-image-set(url("img/revestimientos-hero.webp") 1x,
url("img/revestimientos-hero.webp") 2x);background-image: image-set(url("img/revestimientos-hero.jpg") 1x,
url("img/revestimientos-hero.jpg") 2x,url("img/revestimientos-hero.webp") 1x,
url("img/revestimientos-hero.webp") 2x);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	padding-left:6%;
	box-shadow:0px 23px 30px rgba(0,0,0,0.15);
}
.productos-piedras{
	border-style:_popUpItemAction:;
	border-top-right-radius:100px;
	background-image:url("img/piedras-hero.jpg");
	background-image: -webkit-image-set(url("img/piedras-hero.webp") 1x,
url("img/piedras-hero.webp") 2x);background-image: image-set(url("img/piedras-hero.jpg") 1x,
url("img/piedras-hero.jpg") 2x,url("img/piedras-hero.webp") 1x,
url("img/piedras-hero.webp") 2x);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	padding-left:6%;
	box-shadow:0px 23px 30px rgba(0,0,0,0.15);
}
.contact-link{
	font-family:"Lato";
	font-weight:400;
	color:#3A3A3A!important;
	font-size:17px;
	line-height:30px;
	letter-spacing:0.01em;
	margin-bottom:15px;
}
.contact-link:active{
	color:#3A3A3A!important;
}
.contact-link:hover{
	color:#2E2F2F!important;
}

/* = Colour
-------------------------------------------------------------- */

/* Swatch Variables */
:root{
	
	--swatch-var-5396:#009C53;
	
	--swatch-var-3707:#DBDBDB;
	
	--swatch-var-1797:rgba(47,48,49,1.00);
	
	--swatch-var-4728:rgba(229,206,114,1.00);
	
	--swatch-var-6503:rgba(255,255,255,1.0);
	
	--swatch-var-6761:#71AA66;
	
	--swatch-var-282:#074030;
	
	--swatch-var-406:#699C7A;
	
	--swatch-var-2740:rgba(30,31,32,1.00);
	
	--swatch-var-2386:#EDEDED;
	
}


/* Background colour styles */

.bgc-6503{
	background-color:var(--swatch-var-6503);
}
.bgc-2740{
	background-color:var(--swatch-var-2740);
}
.bgc-2386{
	background-color:var(--swatch-var-2386);
}
.bgc-6761{
	background-color:var(--swatch-var-6761);
}
.bgc-406{
	background-color:var(--swatch-var-406);
}
.bgc-4728{
	background-color:var(--swatch-var-4728);
}
.bgc-1797{
	background-color:var(--swatch-var-1797);
}

/* Bloc image backgrounds */

.bg-galeria-1{
	background-image:url("img/galeria-1.jpg");
	background-image: -webkit-image-set(url("img/galeria-1.webp") 1x,
url("img/galeria-1.webp") 2x);background-image: image-set(url("img/galeria-1.jpg") 1x,
url("img/galeria-1.jpg") 2x,url("img/galeria-1.webp") 1x,
url("img/galeria-1.webp") 2x);
}
.bg-galeria-2{
	background-image:url("img/galeria-2.jpg");
	background-image: -webkit-image-set(url("img/galeria-2.webp") 1x,
url("img/galeria-2.webp") 2x);background-image: image-set(url("img/galeria-2.jpg") 1x,
url("img/galeria-2.jpg") 2x,url("img/galeria-2.webp") 1x,
url("img/galeria-2.webp") 2x);
}
.bg-galeria-3{
	background-image:url("img/galeria-3.jpg");
	background-image: -webkit-image-set(url("img/galeria-3.webp") 1x,
url("img/galeria-3.webp") 2x);background-image: image-set(url("img/galeria-3.jpg") 1x,
url("img/galeria-3.jpg") 2x,url("img/galeria-3.webp") 1x,
url("img/galeria-3.webp") 2x);
}
.bg-mapa{
	background-image:url("img/mapa.jpg");
	background-image: -webkit-image-set(url("img/mapa.webp") 1x,
url("img/mapa.webp") 2x);background-image: image-set(url("img/mapa.jpg") 1x,
url("img/mapa.jpg") 2x,url("img/mapa.webp") 1x,
url("img/mapa.webp") 2x);
}
.bg-galeria-4{
	background-image:url("img/galeria-4.jpg");
	background-image: -webkit-image-set(url("img/galeria-4.webp") 1x,
url("img/galeria-4.webp") 2x);background-image: image-set(url("img/galeria-4.jpg") 1x,
url("img/galeria-4.jpg") 2x,url("img/galeria-4.webp") 1x,
url("img/galeria-4.webp") 2x);
}
.bg-galeria-5{
	background-image:url("img/galeria-5.jpg");
	background-image: -webkit-image-set(url("img/galeria-5.webp") 1x,
url("img/galeria-5.webp") 2x);background-image: image-set(url("img/galeria-5.jpg") 1x,
url("img/galeria-5.jpg") 2x,url("img/galeria-5.webp") 1x,
url("img/galeria-5.webp") 2x);
}
.bg-galeria-xs-1{
	background-image:url("img/galeria-xs-1.jpg");
	background-image: -webkit-image-set(url("img/galeria-xs-1.webp") 1x,
url("img/galeria-xs-1.webp") 2x);background-image: image-set(url("img/galeria-xs-1.jpg") 1x,
url("img/galeria-xs-1.jpg") 2x,url("img/galeria-xs-1.webp") 1x,
url("img/galeria-xs-1.webp") 2x);
}
.bg-galeria-xs-2{
	background-image:url("img/galeria-xs-2.jpg");
	background-image: -webkit-image-set(url("img/galeria-xs-2.webp") 1x,
url("img/galeria-xs-2.webp") 2x);background-image: image-set(url("img/galeria-xs-2.jpg") 1x,
url("img/galeria-xs-2.jpg") 2x,url("img/galeria-xs-2.webp") 1x,
url("img/galeria-xs-2.webp") 2x);
}
.bg-galeria-xs-3{
	background-image:url("img/galeria-xs-3.jpg");
	background-image: -webkit-image-set(url("img/galeria-xs-3.webp") 1x,
url("img/galeria-xs-3.webp") 2x);background-image: image-set(url("img/galeria-xs-3.jpg") 1x,
url("img/galeria-xs-3.jpg") 2x,url("img/galeria-xs-3.webp") 1x,
url("img/galeria-xs-3.webp") 2x);
}
.bg-galeria-xs-4{
	background-image:url("img/galeria-xs-4.jpg");
	background-image: -webkit-image-set(url("img/galeria-xs-4.webp") 1x,
url("img/galeria-xs-4.webp") 2x);background-image: image-set(url("img/galeria-xs-4.jpg") 1x,
url("img/galeria-xs-4.jpg") 2x,url("img/galeria-xs-4.webp") 1x,
url("img/galeria-xs-4.webp") 2x);
}
.bg-galeria-xs-5{
	background-image:url("img/galeria-xs-5.jpg");
	background-image: -webkit-image-set(url("img/galeria-xs-5.webp") 1x,
url("img/galeria-xs-5.webp") 2x);background-image: image-set(url("img/galeria-xs-5.jpg") 1x,
url("img/galeria-xs-5.jpg") 2x,url("img/galeria-xs-5.webp") 1x,
url("img/galeria-xs-5.webp") 2x);
}
.bg-sustratos-hero{
	background-image:url("img/");
}



/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	h1{
		font-size:53px;
		line-height:60px;
	}
	h2{
		font-size:17px;
	}
	.contacto-height{
		border-bottom-left-radius:100px;
		padding-left:6%;
		padding-top:120px;
		padding-bottom:120px;
	}
	.blocsapp-special-menu blocsnav{
		background-color:#DBDBDB;
	}
	.nav-img{
		margin-bottom:10px;
	}
	.close-special-menu .close-icon{
		background-color:#2F3030;
	}
	.close-special-menu .close-icon:hover{
		background-color:#689B79;
	}
	.nav-bg{
		background:linear-gradient(90deg, #DCDCDC 55%, #699C79 55%);
	}
	.navbar-brand img{
		width:110px;
	}
	.hero-bg{
		background:linear-gradient(90deg, #DBDBDB 55%, #699C79 55%);
	}
	.nav-link:hover{
		color:#689B79!important;
	}
	h3{
		font-size:50px;
		line-height:60px;
	}
	.contacto-offset{
		top:0px;
	}
	.contact-bg{
		padding-top:90px;
		padding-bottom:50px;
		background-image:url("img/contacto-bg.jpg");
	background-image: -webkit-image-set(url("img/contacto-bg.webp") 1x,
url("img/contacto-bg.webp") 2x);background-image: image-set(url("img/contacto-bg.jpg") 1x,
url("img/contacto-bg.jpg") 2x,url("img/contacto-bg.webp") 1x,
url("img/contacto-bg.webp") 2x);
	background-image: -webkit-image-set(url("img/contacto-bg.webp") 1x,
url("img/contacto-bg.webp") 2x);background-image: image-set(url("img/contacto-bg.jpg") 1x,
url("img/contacto-bg.jpg") 2x,url("img/contacto-bg.webp") 1x,
url("img/contacto-bg.webp") 2x);
	background-image: -webkit-image-set(url("img/contacto-bg.webp") 1x,
url("img/contacto-bg.webp") 2x);background-image: image-set(url("img/contacto-bg.jpg") 1x,
url("img/contacto-bg.jpg") 2x,url("img/contacto-bg.webp") 1x,
url("img/contacto-bg.webp") 2x);
		background-size:cover;
	}
	.nosotros-bg{
		padding-top:10px;
		padding-bottom:100px;
	}
	.footer-img{
		margin-bottom:40px;
		margin-top:10px;
	}
	.nosotros-rocks-img{
		height:120px;
	}
	h4{
		font-size:35px;
		line-height:50px;
	}
	.otros-productos-bg{
		padding-bottom:40px;
	}
	.h4-margin-bottom{
		margin-bottom:60px;
	}
	.img-space{
		margin-bottom:50px;
	}
	.shadow{
	}
	.menu-icon-navbar-stroke{
		stroke:var(--swatch-var-4728)!important;
		fill:var(--swatch-var-4728)!important;
	}
	.hero-logo{
		width:55%;
	}
	.madera-bg{
		background-image:url("img/madera-bg.jpg");
	background-image: -webkit-image-set(url("img/madera-bg.webp") 1x,
url("img/madera-bg.webp") 2x);background-image: image-set(url("img/madera-bg.jpg") 1x,
url("img/madera-bg.jpg") 2x,url("img/madera-bg.webp") 1x,
url("img/madera-bg.webp") 2x);
	background-image: -webkit-image-set(url("img/madera-bg.webp") 1x,
url("img/madera-bg.webp") 2x);background-image: image-set(url("img/madera-bg.jpg") 1x,
url("img/madera-bg.jpg") 2x,url("img/madera-bg.webp") 1x,
url("img/madera-bg.webp") 2x);
	background-image: -webkit-image-set(url("img/madera-bg.webp") 1x,
url("img/madera-bg.webp") 2x);background-image: image-set(url("img/madera-bg.jpg") 1x,
url("img/madera-bg.jpg") 2x,url("img/madera-bg.webp") 1x,
url("img/madera-bg.webp") 2x);
	background-image: -webkit-image-set(url("img/madera-bg.webp") 1x,
url("img/madera-bg.webp") 2x);background-image: image-set(url("img/madera-bg.jpg") 1x,
url("img/madera-bg.jpg") 2x,url("img/madera-bg.webp") 1x,
url("img/madera-bg.webp") 2x);
	background-image: -webkit-image-set(url("img/madera-bg.webp") 1x,
url("img/madera-bg.webp") 2x);background-image: image-set(url("img/madera-bg.jpg") 1x,
url("img/madera-bg.jpg") 2x,url("img/madera-bg.webp") 1x,
url("img/madera-bg.webp") 2x);
	}
	
	/* MD Text Margin Offsets */
	.mg-md-md{
		margin-top:10px;
		margin-bottom:20px;
	}
	
}

@media (max-width: 767px){
	.navbar-brand img{
		width:100px;
	}
	.nav-bg{
		background:linear-gradient(90deg, #DCDCDC 60%, #699C79 60%);
	}
	.hero-bg{
		background:linear-gradient(90deg, #DBDBDB 60%, #699C79 60%);
	}
	.align-right{
		float:none;
	}
	.form-field-padding{
		width:100%;
	}
	h3{
		font-size:45px;
		line-height:55px;
	}
	h1{
		font-size:45px;
		line-height:55px;
	}
	h2{
		font-size:15px;
	}
	.contacto-height{
		border-bottom-left-radius:0px;
		padding:80px 0px 80px 0%;
	}
	.contacto-offset{
		top:-80px;
	}
	.hero{
		border-top-right-radius:80px;
		padding-bottom:100px;
		padding-top:100px;
	}
	.contact-bg{
		padding-bottom:50px;
		background-image:url("img/contacto-bg.jpg");
	background-image: -webkit-image-set(url("img/contacto-bg.webp") 1x,
url("img/contacto-bg.webp") 2x);background-image: image-set(url("img/contacto-bg.jpg") 1x,
url("img/contacto-bg.jpg") 2x,url("img/contacto-bg.webp") 1x,
url("img/contacto-bg.webp") 2x);
	background-image: -webkit-image-set(url("img/contacto-bg.webp") 1x,
url("img/contacto-bg.webp") 2x);background-image: image-set(url("img/contacto-bg.jpg") 1x,
url("img/contacto-bg.jpg") 2x,url("img/contacto-bg.webp") 1x,
url("img/contacto-bg.webp") 2x);
	background-image: -webkit-image-set(url("img/contacto-bg.webp") 1x,
url("img/contacto-bg.webp") 2x);background-image: image-set(url("img/contacto-bg.jpg") 1x,
url("img/contacto-bg.jpg") 2x,url("img/contacto-bg.webp") 1x,
url("img/contacto-bg.webp") 2x);
		background-size:cover;
	}
	.btn-margin-bottom{
		margin-top:20px;
	}
	.nosotros-padding{
		padding-left:0px;
		padding-right:0px;
	}
	.footer-img{
		margin-top:0px;
	}
	.productos-img{
		margin-bottom:50px;
	}
	.madera-bg{
		padding-bottom:65px;
		background-image:url("img/madera-bg.jpg");
	background-image: -webkit-image-set(url("img/madera-bg.webp") 1x,
url("img/madera-bg.webp") 2x);background-image: image-set(url("img/madera-bg.jpg") 1x,
url("img/madera-bg.jpg") 2x,url("img/madera-bg.webp") 1x,
url("img/madera-bg.webp") 2x);
	background-image: -webkit-image-set(url("img/madera-bg.webp") 1x,
url("img/madera-bg.webp") 2x);background-image: image-set(url("img/madera-bg.jpg") 1x,
url("img/madera-bg.jpg") 2x,url("img/madera-bg.webp") 1x,
url("img/madera-bg.webp") 2x);
	background-image: -webkit-image-set(url("img/madera-bg.webp") 1x,
url("img/madera-bg.webp") 2x);background-image: image-set(url("img/madera-bg.jpg") 1x,
url("img/madera-bg.jpg") 2x,url("img/madera-bg.webp") 1x,
url("img/madera-bg.webp") 2x);
	background-image: -webkit-image-set(url("img/madera-bg.webp") 1x,
url("img/madera-bg.webp") 2x);background-image: image-set(url("img/madera-bg.jpg") 1x,
url("img/madera-bg.jpg") 2x,url("img/madera-bg.webp") 1x,
url("img/madera-bg.webp") 2x);
	background-image: -webkit-image-set(url("img/madera-bg.webp") 1x,
url("img/madera-bg.webp") 2x);background-image: image-set(url("img/madera-bg.jpg") 1x,
url("img/madera-bg.jpg") 2x,url("img/madera-bg.webp") 1x,
url("img/madera-bg.webp") 2x);
	}
	.nosotros-img-2{
		margin-bottom:80px;
		margin-top:80px;
	}
	.h3-margin-bottom{
		margin-bottom:70px;
		margin-top:30px;
	}
	.productos-adhesivos{
		border-top-right-radius:80px;
		padding-bottom:50px;
		padding-top:50px;
	}
	.h1-hero-margin-top{
		margin-top:20px;
		margin-bottom:20px;
	}
	h4{
		font-size:30px;
		line-height:45px;
	}
	.otros-productos-bg{
		background-size:200% auto;
		background-repeat:no-repeat;
		padding-top:60px;
		padding-bottom:20px;
	}
	.h4-margin-bottom{
		margin-bottom:60px;
	}
	.productos-sustratos{
		border-top-right-radius:80px;
		padding-bottom:50px;
		padding-top:50px;
	}
	.productos-revestimientos{
		border-top-right-radius:80px;
		padding-bottom:50px;
		padding-top:50px;
	}
	.productos-piedras{
		border-top-right-radius:80px;
		padding-bottom:50px;
		padding-top:50px;
	}
	.nosotros-bg{
		background-size:70% auto;
	}
	.menu-icon-stroke{
		stroke:var(--swatch-var-4728)!important;
		fill:var(--swatch-var-4728)!important;
	}
	.hero-logo{
		width:50%;
	}
	.sidebar-nav{
		width:230px!important;
	}
	.nav-special.sidebar-nav .nav > li{
		width:80%;
	}
	.nav-invert .sidebar-nav .close-special-menu{
		left:200px;
	}
	
}

@media (max-width: 575px){
	.navbar-brand img{
		width:80px;
	}
	.nav-bg{
		background:linear-gradient(90deg, #DCDCDC 70%, #699C79 70%);
	}
	.hero-bg{
		background:linear-gradient(90deg, #DBDBDB 70%, #699C79 70%);
	}
	.align-right{
		float:none;
	}
	h3{
		font-size:40px;
		line-height:50px;
	}
	h1{
		font-size:40px;
		line-height:50px;
	}
	h2{
		font-size:14px;
	}
	.hero{
		border-top-right-radius:0px;
		background-size:cover;
		background-position:left center;
		padding-top:80px;
		padding-bottom:80px;
		padding-left:0%;
	}
	.align-left{
		float:none;
	}
	.btn-margin-top{
		margin-top:10%;
	}
	.btn-margin-bottom{
		margin-top:20px;
	}
	.contact-bg{
		padding-top:100px;
		background-size:cover;
	}
	.contacto-height{
		padding-right:0px;
	}
	.nosotros-padding{
		padding-left:0px;
		padding-right:0px;
	}
	.contacto-offset{
		top:0px;
	}
	.footer-img{
		margin-top:20px;
	}
	.madera-bg{
		padding-top:100px;
		padding-bottom:45px;
		background-image:url("img/madera-bg.jpg");
	background-image: -webkit-image-set(url("img/madera-bg.webp") 1x,
url("img/madera-bg.webp") 2x);background-image: image-set(url("img/madera-bg.jpg") 1x,
url("img/madera-bg.jpg") 2x,url("img/madera-bg.webp") 1x,
url("img/madera-bg.webp") 2x);
	background-image: -webkit-image-set(url("img/madera-bg.webp") 1x,
url("img/madera-bg.webp") 2x);background-image: image-set(url("img/madera-bg.jpg") 1x,
url("img/madera-bg.jpg") 2x,url("img/madera-bg.webp") 1x,
url("img/madera-bg.webp") 2x);
	background-image: -webkit-image-set(url("img/madera-bg.webp") 1x,
url("img/madera-bg.webp") 2x);background-image: image-set(url("img/madera-bg.jpg") 1x,
url("img/madera-bg.jpg") 2x,url("img/madera-bg.webp") 1x,
url("img/madera-bg.webp") 2x);
	background-image: -webkit-image-set(url("img/madera-bg.webp") 1x,
url("img/madera-bg.webp") 2x);background-image: image-set(url("img/madera-bg.jpg") 1x,
url("img/madera-bg.jpg") 2x,url("img/madera-bg.webp") 1x,
url("img/madera-bg.webp") 2x);
	background-image: -webkit-image-set(url("img/madera-bg.webp") 1x,
url("img/madera-bg.webp") 2x);background-image: image-set(url("img/madera-bg.jpg") 1x,
url("img/madera-bg.jpg") 2x,url("img/madera-bg.webp") 1x,
url("img/madera-bg.webp") 2x);
	}
	.productos-img{
		margin-bottom:70px;
	}
	.nosotros-img-2{
		width:85%;
		margin-top:50px;
	}
	.productos-adhesivos{
		border-top-right-radius:0px;
		background-size:cover;
		background-position:left center;
		padding-top:30px;
		padding-bottom:30px;
		padding-left:0%;
	}
	.h1-hero-margin-top{
		margin-top:50px;
		margin-bottom:50px;
	}
	h4{
		font-size:25px;
	}
	.otros-productos-bg{
		background-size:300% auto;
		padding-bottom:0px;
	}
	.h4-margin-bottom{
		margin-bottom:55px;
	}
	.productos-sustratos{
		border-top-right-radius:0px;
		background-size:cover;
		background-position:left center;
		padding-top:30px;
		padding-bottom:30px;
		padding-left:0%;
	}
	.productos-revestimientos{
		border-top-right-radius:0px;
		background-size:cover;
		background-position:left center;
		padding-top:30px;
		padding-bottom:30px;
		padding-left:0%;
	}
	.productos-piedras{
		border-top-right-radius:0px;
		background-size:cover;
		background-position:left center;
		padding-top:30px;
		padding-bottom:30px;
		padding-left:0%;
	}
	.img-space{
		margin-bottom:30px;
	}
	.contact-link{
		text-align:center;
	}
	.nosotros-bg{
		background-size:70% auto;
	}
	.menu-icon-stroke{
		stroke:var(--swatch-var-4728)!important;
		fill:var(--swatch-var-4728)!important;
	}
	.hero-logo{
		float:none;
		width:75%;
	}
	.contact-icon{
		margin-right:0px;
	}
	
}

