/*-----------------------------------------------------------------------------------
	LDS_WEB_v7
	About: A shiny new Blocs website.
	Author: Blueboystudio
	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 */


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = 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-lg{
	padding:100px 20px;
}
.bloc-md{
	padding:50px 20px;
}
.bloc-sm{
	padding:20px;
}

/* = 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;
}


/* Background Styles */

.bg-center,.bg-l-edge,.bg-r-edge,.bg-t-edge,.bg-b-edge,.bg-tl-edge,.bg-bl-edge,.bg-tr-edge,.bg-br-edge,.bg-repeat{
	-webkit-background-size: auto!important;
	-moz-background-size: auto!important;
	-o-background-size: auto!important;
	background-size: auto!important;
}
.bg-center{
	-webkit-background-size: auto;
}


/* 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);
}


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

/* = 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;
}

/* Full Screen Navigation */
.nav-special.fullscreen-nav{
	width: 100%;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	z-index: 1000;
	position: fixed;
	transition: all .2s linear;
}
 .nav-special.fullscreen-nav.open-up{
	transform: translateY(1000px);
}
 .nav-special.fullscreen-nav.open-down{
	transform: translateY(-1000px);
}
 .nav-special.fullscreen-nav.open-left{
	transform: translateX(-1000px);
}
 .nav-special.fullscreen-nav.open-right{
	transform: translateX(1000px);
}
 .nav-special.fullscreen-nav .nav > li a,.nav-special.fullscreen-nav .nav .dropdown-menu > li > a{
	color:rgba(255,255,255,.8);
	text-align: center;
	font-size: 28px;
}
 .nav-special.fullscreen-nav .nav > li a:hover{
	color:#FFF;
}
 .open.nav-special.fullscreen-nav{
	opacity: 1;
	transition: all .2s linear;
}
.nav-special.fullscreen-nav .site-navigation{
	text-align:center;
	margin-top:10%!important;
}
.nav-special.fullscreen-nav .close-special-menu{
	right:20px;
}
 .open.nav-special.fullscreen-nav.open-left,  .open.nav-special.fullscreen-nav.open-right,  .open.nav-special.fullscreen-nav.open-down, .open.nav-special.fullscreen-nav.open-up{
	transform: translateY(0);
}
/* 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-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}

/* = 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;
}

.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}

/* = Icons
-------------------------------------------------------------- */
.icon-md{
	font-size:30px!important;
}


/* = Text Widths
-------------------------------------------------------------- */
.text-w-90{
	max-width:90%;
}
.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;
}



/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-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:"Helvetica";
}
.container{
	max-width:1140px;
}
.img-style{
	width:664px;
	padding-bottom:100px;
	margin-top:-100px;
}
.text-area-style{
	width:100%;
	margin-left:-570px;
	background-color:rgba(0,0,0,0.75);
}
.img-artboard-1-style{
	width:364px;
}
.img-image-style{
	width:512px;
	height:514px;
}
.img-7-style{
	border-radius:0px 0px 0px 0px;
}
.img-image-10-style{
	width:514px;
}
.img-12-style{
	width:514px;
}
.navbar-brand img{
	height:80px;
}
.tit_sec{
	font-family:"Montserrat";
	font-weight:800;
	font-size:100px;
	letter-spacing:-10px;
	color:#898A8D!important;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:-200px;
}
.text-cont{
	font-family:"Montserrat";
	font-size:18px;
	color:#5E5F5E!important;
	text-align:left;
	text-indent:6px;
	line-height:22px;
	font-weight:200i;
	padding:0px 0px 0px 0px;
}
.tit-cont2{
	font-size:60px;
	color:var(--swatch-var-6455)!important;
	text-align:left;
	font-family:"Montserrat";
	text-decoration:none;
	border-style:none;
	display:block;
	overflow:visible;
	float:none;
	border-color:rgba(0,0,0,0.60)!important;
	background-position:left center;
	padding-left:20px;
	background-clip:padding-box!important;
	-webkit-background-clip:padding-box!important;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:-0px;
	background-repeat:repeat;
	width:100%;
	height:180px;
	font-weight:100;
	padding-bottom:20px;
	padding-top:20px;
}
.image_style1{
	margin-top:-100px;
}
.text_area{
	background-color:rgba(0,0,0,0.75);
}
.title-over{
	font-size:60px;
	letter-spacing:1px;
	padding-top:55px;
	padding-left:20px;
	font-family:"Montserrat";
}
.text_over{
	margin-left:20px;
	font-size:14px;
	font-family:"Montserrat";
	color:#FEFFFE!important;
}
.h2-prendas-style{
	width:100%;
	font-family:Montserrat;
	font-weight:800;
	font-size:100px;
	letter-spacing:-10px;
}
.p-style{
	text-indent:6px;
}
.h1-style{
	font-size:150px;
	font-family:Montserrat;
	font-weight:100;
}
.menu_style_0{
	font-family:"Montserrat";
	font-weight:600;
	color:#000000!important;
	font-size:16px;
}
.menu_style_1{
	font-family:"Montserrat";
	font-weight:300;
	font-size:16px;
}
.menu_style_2{
	margin-top:8px;
	font-family:"Montserrat";
	font-weight:300;
	font-size:16px;
}
.image_menu{
	;
}
.h2-style{
	font-family:Montserrat;
	font-weight:800;
	font-size:100px;
	letter-spacing:-10px;
	line-height:168px;
}
.p-prendas-style{
	line-height:22px;
	letter-spacing:0px;
	font-size:18px;
	text-indent:6px;
	font-family:Montserrat;
	font-weight:200i;
}
.p-proteccion-style{
	font-family:Montserrat;
	font-weight:200i;
	font-size:18px;
	line-height:22px;
	text-indent:6px;
}
.img-mask-group-9-p-style{
	width:1318px;
}
.h2-chalecos-style{
	font-family:Montserrat;
	font-weight:800;
	font-size:140px;
	text-indent:px;
	letter-spacing:-10px;
	line-height:168px;
}
.fotter_image{
	margin-top:120px;
}
.catalogo_over{
	margin-top:-170px;
	background-color:rgba(95,95,95,0.43);
	font-family:"Montserrat";
	font-weight:100i;
	color:#FEFFFE!important;
	text-align:center;
	font-size:23px;
	margin-left:75px;
	margin-right:-40px;
}
.h2-4-style{
	font-family:Montserrat;
	font-weight:800;
	font-size:100px;
	letter-spacing:-10px;
	width:69.43%;
	line-height:168px;
}
.h2-seguridad-style{
	font-family:Montserrat;
	font-weight:800;
	font-size:100px;
	letter-spacing:-10px;
}
.h4-style{
	font-family:Montserrat;
	font-weight:800;
}
.p-foother-style{
	font-family:Montserrat;
	font-weight:500;
}
.foother-style{
	padding-top:20px;
	margin-bottom:-30px;
}
.p-15-style{
	font-family:Montserrat;
	font-weight:600;
}
.navbar-logo{
	text-transform:none;
	text-decoration:none;
	font-size:20px;
}
.btn-style{
	background-color:var(--swatch-var-1582);
	color:var(--swatch-var-3116)!important;
	font-weight:bold;
}
.column-pos{
	flex-direction:row;
	justify-content:flex-end;
	display:flex;
}
.nav-link{
	font-size:14px;
	margin-bottom:0px;
	margin-top:0px;
	color:var(--swatch-var-6455)!important;
}
.link-style{
	font-weight:bold;
	color:var(--swatch-var-6455)!important;
}
.menu-icon-stroke{
	stroke:var(--swatch-var-6455)!important;
	fill:var(--swatch-var-6455)!important;
}
.btn-style:hover{
	background-color:var(--swatch-var-5898);
}
.menu-icon-bloc-0-stroke{
	stroke:var(--swatch-var-6455)!important;
	fill:var(--swatch-var-6455)!important;
}
.paragraph-div{
	padding:40px 40px 40px 40px;
	width:70%;
}
.h3-style{
	color:var(--swatch-var-6455)!important;
	font-family:"Montserrat";
	font-size:36px;
	text-align:center;
	font-weight:100;
}
.icons-pos{
	display:flex;
	justify-content:space-around;
}
.blocsapp-special-menu blocsnav{
	background-color:var(--swatch-var-3116);
	color:var(--swatch-var-6455)!important;
}
.close-special-menu .close-icon{
	color:var(--swatch-var-6455)!important;
	stroke:var(--swatch-var-6455);
	fill:var(--swatch-var-6455);
	background-color:var(--swatch-var-6455);
}
.div-bkgrnd{
	background-color:var(--swatch-var-338);
	width:100%;
	position:absolute;
	justify-content:center;
	background-image:url("img/Image_3.jpg");
	background-image: -webkit-image-set(url("img/Image_3.webp") 1x,
url("img/Image_3.webp") 2x);background-image: image-set(url("img/Image_3.jpg") 1x,
url("img/Image_3.jpg") 2x,url("img/Image_3.webp") 1x,
url("img/Image_3.webp") 2x);
	background-image: -webkit-image-set(url("img/Image_3.webp") 1x,
url("img/Image_3.webp") 2x);background-image: image-set(url("img/Image_3.jpg") 1x,
url("img/Image_3.jpg") 2x,url("img/Image_3.webp") 1x,
url("img/Image_3.webp") 2x);
	background-size:cover;
	height:100vh;
}
.div-form{
	width:70%;
	padding:30px 30px 30px 30px;
}
.div-whatsapp{
	padding-right:30px;
	padding-bottom:30px;
	position:fixed;
	bottom:30px;
	right:30px;
	z-index:3;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-5898:rgba(242,145,97,1.00);
	
	--swatch-var-6455:rgba(0,0,0,1.00);
	
	--swatch-var-7827:rgba(255,220,54,1.00);
	
	--swatch-var-3406:rgba(155,156,158,1.00);
	
	--swatch-var-3116:rgba(255,255,255,1.00);
	
	--swatch-var-1582:rgba(233,81,30,1.00);
	
	--swatch-var-2639:rgba(242,145,97,1.00);
	
	--swatch-var-338:rgba(0,0,0,0.31);
	
}


/* Background colour styles */

.bgc-3116{
	background-color:var(--swatch-var-3116);
}
.bgc-7827{
	background-color:var(--swatch-var-7827);
}
.bgc-5898{
	background-color:var(--swatch-var-5898);
}
.bgc-6455{
	background-color:var(--swatch-var-6455);
}

/* Text colour styles */

.tc-3116{
	color:var(--swatch-var-3116)!important;
}
.tc-3406{
	color:var(--swatch-var-3406)!important;
}
.tc-6455{
	color:var(--swatch-var-6455)!important;
}
.tc-7827{
	color:var(--swatch-var-7827)!important;
}

/* Icon colour styles */

.icon-7827{
	color:var(--swatch-var-7827)!important;
	border-color:var(--swatch-var-7827)!important;
}

/* Bloc image backgrounds */

.bg-Image-6-1{
	background-image:url("img/Image_6.jpg");
	background-image: -webkit-image-set(url("img/Image_6.webp") 1x,
url("img/Image_6.webp") 2x);background-image: image-set(url("img/Image_6.jpg") 1x,
url("img/Image_6.jpg") 2x,url("img/Image_6.webp") 1x,
url("img/Image_6.webp") 2x);
}
.bg-bk-seg-ind-2x{
	background-image:url("img/bk_seg_ind@2x.jpg");
	background-image: -webkit-image-set(url("img/bk_seg_ind@2x.webp") 1x,
url("img/bk_seg_ind@2x.webp") 2x);background-image: image-set(url("img/bk_seg_ind@2x.jpg") 1x,
url("img/bk_seg_ind@2x.jpg") 2x,url("img/bk_seg_ind@2x.webp") 1x,
url("img/bk_seg_ind@2x.webp") 2x);
}
.bg-Image-18{
	background-image:url("img/Image_18.png");
	background-image: -webkit-image-set(url("img/Image_18.webp") 1x,
url("img/Image_18.webp") 2x);background-image: image-set(url("img/Image_18.png") 1x,
url("img/Image_18.png") 2x,url("img/Image_18.webp") 1x,
url("img/Image_18.webp") 2x);
}
.bg-Image-3{
	background-image:url("img/Image_3.jpg");
	background-image: -webkit-image-set(url("img/Image_3.webp") 1x,
url("img/Image_3.webp") 2x);background-image: image-set(url("img/Image_3.jpg") 1x,
url("img/Image_3.jpg") 2x,url("img/Image_3.webp") 1x,
url("img/Image_3.webp") 2x);
	background-image: -webkit-image-set(url("img/Image_3.webp") 1x,
url("img/Image_3.webp") 2x);background-image: image-set(url("img/Image_3.jpg") 1x,
url("img/Image_3.jpg") 2x,url("img/Image_3.webp") 1x,
url("img/Image_3.webp") 2x);
}
.bg-Image-19{
	background-image:url("img/Image_19.jpg");
	background-image: -webkit-image-set(url("img/Image_19.webp") 1x,
url("img/Image_19.webp") 2x);background-image: image-set(url("img/Image_19.jpg") 1x,
url("img/Image_19.jpg") 2x,url("img/Image_19.webp") 1x,
url("img/Image_19.webp") 2x);
}
.bg-image-10-1{
	background-image:url("img/image_10.jpg");
	background-image: -webkit-image-set(url("img/image_10.webp") 1x,
url("img/image_10.webp") 2x);background-image: image-set(url("img/image_10.jpg") 1x,
url("img/image_10.jpg") 2x,url("img/image_10.webp") 1x,
url("img/image_10.webp") 2x);
}
.bg-front-view-protective-glasses-with-hard-hat-headphones{
	background-image:url("img/front-view-protective-glasses-with-hard-hat-headphones.jpg");
	background-image: -webkit-image-set(url("img/front-view-protective-glasses-with-hard-hat-headphones.webp") 1x,
url("img/front-view-protective-glasses-with-hard-hat-headphones.webp") 2x);background-image: image-set(url("img/front-view-protective-glasses-with-hard-hat-headphones.jpg") 1x,
url("img/front-view-protective-glasses-with-hard-hat-headphones.jpg") 2x,url("img/front-view-protective-glasses-with-hard-hat-headphones.webp") 1x,
url("img/front-view-protective-glasses-with-hard-hat-headphones.webp") 2x);
}

/* = Custom Bric Data
-------------------------------------------------------------- */

.img-text-overlay-container{
	position:relative;
}
.text-label-overlay{
	position:absolute;
	top: 50%;
	transform: translateY(-50%);
	width:100%;
	 text-align:center;
	font-size:40px;
}
.text-overlay-light-text{
	color:rgba(255,255,255,.5);
}


/* = 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){
	.img-artboard-1-style{
		width:300px;
	}
	.h1-style{
		font-size:100px;
	}
	
}

@media (max-width: 767px){
	.tit-cont2{
		padding-left:200px;
	}
	.h1-style{
		font-size:60px;
	}
	.tit_sec{
		font-size:60px;
		letter-spacing:-7px;
	}
	.h2-seguridad-style{
		letter-spacing:-5px;
		font-size:60px;
	}
	.h2-prendas-style{
		letter-spacing:-5px;
		font-size:60px;
	}
	.h2-4-style{
		font-size:60px;
		letter-spacing:-5px;
	}
	.text-cont{
		text-indent:6px;
	}
	.paragraph-div{
		padding-left:0px;
	}
	.h2-style{
		font-size:60px;
		letter-spacing:-5px;
	}
	
}

@media (max-width: 575px){
	.footer-link{
		text-align:center;
	}
	.navbar-logo{
		font-size:18px;
	}
	.h2-seguridad-style{
		font-size:40px;
		letter-spacing:-3px;
	}
	.h2-prendas-style{
		font-size:40px;
		letter-spacing:-3px;
	}
	.title-over{
		font-size:30px;
	}
	.text_area{
		background-color:rgba(0,0,0,0.56);
	}
	.tit-cont2{
		font-size:40px;
		padding-left:0px;
		margin-left:0px;
	}
	.paragraph-div{
		padding:20px 20px 20px 20px;
		width:100%;
	}
	.h1-style{
		font-size:40px;
		font-weight:400;
	}
	.tit_sec{
		font-size:40px;
		letter-spacing:-3px;
	}
	.h2-4-style{
		font-size:40px;
		letter-spacing:-3px;
		line-height:100px;
	}
	.h2-style{
		font-size:40px;
		letter-spacing:-3px;
	}
	
}

