/*-----------------------------------------------------------------------------------
	asts-EN-B6
	About: A shiny new Blocs website.
	Author: NICO LA ROSA
	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-xl{
	padding:150px 20px;
}
.bloc-lg{
	padding:100px 20px;
}
.bloc-md{
	padding:50px 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;
}


/* 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-md{
	margin-top:50px;
}
.voffset-lg{
	margin-top:80px;
}


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

/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-bloc.sticky,.sticky-nav.sticky{
	position:fixed;
	z-index:1000;
	transition: all .2s ease-out;
}
.sticky-nav.sticky{
	box-shadow: 0 1px 2px rgba(0,0,0,.3);
}
/* 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;
}
/* 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-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}
img.mg-sm,img.mg-md,img.mg-lg{
	margin-top: 0;
}
img.mg-sm{
	margin-bottom:10px;
}
img.mg-md{
	margin-bottom:30px;
}
img.mg-lg{
	margin-bottom:50px;
}

/* = 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-rd{
	border-radius: 40px;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}

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



/* = Lists
-------------------------------------------------------------- */
.list-horizontal-layout li{
	display:inline-block;
	margin:0 10px;
}
.list-sp-md li:last-child,.list-sp-lg li:last-child,.list-sp-xl li:last-child{
	padding-bottom:0;
}

.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;
}



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

.carousel-caption-center{
	top: 50%;
	bottom: initial;
	transform: translateY(-50%);
}

.hide-indicators{
	display:none;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1170px;
}
.contacto-top{
	background-color:#C53434;
	font-family:"Open Sans";
	font-weight:400;
	font-size:14px;
	color:#FFFFFF!important;
	margin-bottom:0px;
	margin-top:0px;
	padding-bottom:0px;
	height:41px;
}
.contacto-top-icon{
	margin-right:10px;
	margin-top:15px;
}
.bloc-contacto-top-margin-bottom{
	margin-bottom:0px;
}
.navbar-link{
	color:#1F201F!important;
	font-family:"Open Sans";
	font-weight:400;
	font-size:12px;
	text-align:center;
	background-size:auto 100%;
	margin-right:3px;
	margin-left:3px;
	letter-spacing:1px;
	margin-top:8px;
}
.navbar-link:hover{
	background-color:transparent;
	color:#C53334!important;
	font-family:"Open Sans";
	font-weight:400;
	text-align:center;
	background-size:auto auto;
}
.bloc-navbar-margin-bottom{
	;
}
.e-commerce-icon{
	font-family:"Open Sans";
	font-weight:600;
	font-size:12px;
	letter-spacing:1px;
	width:22px;
}
.navbar-brand img{
	height:50px;
}
.servicios-termicos-1{
	background-image:url("img/servicios-acusticos-6-en.jpg");
	background-image: -webkit-image-set(url("img/servicios-acusticos-6-en.webp") 1x,
url("img/servicios-acusticos-6-en.webp") 2x);background-image: image-set(url("img/servicios-acusticos-6-en.jpg") 1x,
url("img/servicios-acusticos-6-en.jpg") 2x,url("img/servicios-acusticos-6-en.webp") 1x,
url("img/servicios-acusticos-6-en.webp") 2x);
	background-repeat:no-repeat;
	background-position:right center;
	color:#FFFFFF!important;
	text-transform:uppercase;
	font-family:"Montserrat";
	font-weight:500;
	text-align:center;
	font-size:16px;
	letter-spacing:0px;
	line-height:60px;
	background-size:100% 100%;
	border-width:0px 0px 0px 0px;
}
.servicios-termicos-1:hover{
	background-image:url("img/servicios-acusticos-6-hover-en.jpg");
	background-image: -webkit-image-set(url("img/servicios-acusticos-6-hover-en.webp") 1x,
url("img/servicios-acusticos-6-hover-en.webp") 2x);background-image: image-set(url("img/servicios-acusticos-6-hover-en.jpg") 1x,
url("img/servicios-acusticos-6-hover-en.jpg") 2x,url("img/servicios-acusticos-6-hover-en.webp") 1x,
url("img/servicios-acusticos-6-hover-en.webp") 2x);
	background-size:100% 100%;
	background-position:center center;
	background-repeat:no-repeat;
	border-width:0px 0px 0px 0px;
}
.servicios-text{
	width:90%;
	text-align:center;
	color:#4B4C4B!important;
	font-family:"Open Sans";
	font-weight:400;
	font-size:13px;
	margin:20px auto 20px auto;
}
.servicios-text:hover{
	background-size:auto auto;
}
.productos-menu{
	height:240px;
	box-shadow:0px 2px 4px rgba(0,0,0,0.3);
	background-color:#FFFFFF;
	border-style:solid;
	border-color:#E6E6E6!important;
	border-width:1px 0px 1px 0px;
}
.productos-menu-title-red{
	font-family:"Open Sans";
	font-weight:800;
	font-size:12px;
	margin-top:12px;
	margin-bottom:5px;
	letter-spacing:1px;
	color:#C53234!important;
}
.productos-menu-title-gray{
	font-family:"Open Sans";
	font-weight:700;
	font-size:11px;
	color:#6D6C6C!important;
	margin-bottom:5px;
	margin-top:5px;
}
.productos-menu-link{
	font-family:"Open Sans";
	font-weight:400;
	font-size:11px;
	color:#717476!important;
}
.productos-menu-link:hover{
	color:#C53334!important;
}
.navbar-link-ecommerce{
	color:#EA3334!important;
	font-family:"Open Sans";
	font-weight:600;
	font-size:15px;
	text-align:center;
	background-size:auto 100%;
	margin-right:6px;
	margin-left:6px;
	margin-top:8px;
}
.navbar-link-ecommerce:hover{
	background-color:transparent;
	color:#46484B!important;
	font-family:"Open Sans";
	font-weight:600;
	text-align:center;
	background-size:auto auto;
}
.titulo-main-gray{
	font-weight:500;
	font-family:"Montserrat";
	font-size:40px;
	color:#666666!important;
	margin-bottom:20px;
	letter-spacing:2px;
	text-transform:uppercase;
}
.text-main-gray{
	font-family:"Open Sans";
	font-weight:400;
	font-size:13px;
	color:#717476!important;
}
.p-margin-top{
	margin-top:35px;
	margin-left:45px;
	width:43.42%;
	margin-bottom:70px;
}
.p-quienes-margin-top{
	margin-top:20px;
	width:87.89%;
	margin-left:45px;
}
.titulo-main-white{
	font-weight:500;
	font-family:"Montserrat";
	font-size:40px;
	color:#FFFFFF!important;
	margin-bottom:30px;
	letter-spacing:2px;
	text-transform:uppercase;
}
.p-margin-bottom{
	margin-bottom:40px;
	margin-top:45px;
}
.servicios-termicos-2{
	background-image:url("img/servicios-acusticos-5-en.jpg");
	background-image: -webkit-image-set(url("img/servicios-acusticos-5-en.webp") 1x,
url("img/servicios-acusticos-5-en.webp") 2x);background-image: image-set(url("img/servicios-acusticos-5-en.jpg") 1x,
url("img/servicios-acusticos-5-en.jpg") 2x,url("img/servicios-acusticos-5-en.webp") 1x,
url("img/servicios-acusticos-5-en.webp") 2x);
	background-repeat:no-repeat;
	background-position:right center;
	color:#FFFFFF!important;
	text-transform:uppercase;
	font-family:"Open Sans";
	font-weight:bold;
	text-align:center;
	font-size:16px;
	letter-spacing:0px;
	line-height:85px;
	background-size:100% 100%;
	border-width:0px 0px 0px 0px;
}
.servicios-termicos-2:hover{
	background-image:url("img/servicios-acusticos-5-hover-en.jpg");
	background-image: -webkit-image-set(url("img/servicios-acusticos-5-hover-en.webp") 1x,
url("img/servicios-acusticos-5-hover-en.webp") 2x);background-image: image-set(url("img/servicios-acusticos-5-hover-en.jpg") 1x,
url("img/servicios-acusticos-5-hover-en.jpg") 2x,url("img/servicios-acusticos-5-hover-en.webp") 1x,
url("img/servicios-acusticos-5-hover-en.webp") 2x);
	background-size:100% 100%;
	background-position:center center;
	background-repeat:no-repeat;
	border-width:0px 0px 0px 0px;
}
.servicios-termicos-3{
	background-image:url("img/servicios-acusticos-7-en.jpg");
	background-image: -webkit-image-set(url("img/servicios-acusticos-7-en.webp") 1x,
url("img/servicios-acusticos-7-en.webp") 2x);background-image: image-set(url("img/servicios-acusticos-7-en.jpg") 1x,
url("img/servicios-acusticos-7-en.jpg") 2x,url("img/servicios-acusticos-7-en.webp") 1x,
url("img/servicios-acusticos-7-en.webp") 2x);
	background-repeat:no-repeat;
	background-position:right center;
	color:#FFFFFF!important;
	text-transform:uppercase;
	font-family:"Open Sans";
	font-weight:bold;
	text-align:center;
	font-size:16px;
	letter-spacing:0px;
	line-height:85px;
	background-size:100% 100%;
	border-width:0px 0px 0px 0px;
}
.servicios-termicos-3:hover{
	background-image:url("img/servicios-acusticos-7-hover-en.jpg");
	background-image: -webkit-image-set(url("img/servicios-acusticos-7-hover-en.webp") 1x,
url("img/servicios-acusticos-7-hover-en.webp") 2x);background-image: image-set(url("img/servicios-acusticos-7-hover-en.jpg") 1x,
url("img/servicios-acusticos-7-hover-en.jpg") 2x,url("img/servicios-acusticos-7-hover-en.webp") 1x,
url("img/servicios-acusticos-7-hover-en.webp") 2x);
	background-size:100% 100%;
	background-position:center center;
	background-repeat:no-repeat;
	border-width:0px 0px 0px 0px;
}
.servicios-acusticos-1{
	background-repeat:no-repeat;
	background-position:right center;
	color:#FFFFFF!important;
	text-transform:uppercase;
	font-family:"Montserrat";
	font-weight:500;
	text-align:center;
	font-size:12px;
	letter-spacing:0px;
	background-size:100% 100%;
	background-image:url("img/servicios-acusticos-1-en.jpg");
	background-image: -webkit-image-set(url("img/servicios-acusticos-1-en.webp") 1x,
url("img/servicios-acusticos-1-en.webp") 2x);background-image: image-set(url("img/servicios-acusticos-1-en.jpg") 1x,
url("img/servicios-acusticos-1-en.jpg") 2x,url("img/servicios-acusticos-1-en.webp") 1x,
url("img/servicios-acusticos-1-en.webp") 2x);
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
}
.servicios-acusticos-1:hover{
	background-image:url("img/servicios-acusticos-1-hover-en.jpg");
	background-image: -webkit-image-set(url("img/servicios-acusticos-1-hover-en.webp") 1x,
url("img/servicios-acusticos-1-hover-en.webp") 2x);background-image: image-set(url("img/servicios-acusticos-1-hover-en.jpg") 1x,
url("img/servicios-acusticos-1-hover-en.jpg") 2x,url("img/servicios-acusticos-1-hover-en.webp") 1x,
url("img/servicios-acusticos-1-hover-en.webp") 2x);
	background-size:100% 100%;
	background-position:center center;
	background-repeat:no-repeat;
	border-width:0px 0px 0px 0px;
}
.servicios-acusticos-2{
	background-image:url("img/servicios-acusticos-2-en.jpg");
	background-image: -webkit-image-set(url("img/servicios-acusticos-2-en.webp") 1x,
url("img/servicios-acusticos-2-en.webp") 2x);background-image: image-set(url("img/servicios-acusticos-2-en.jpg") 1x,
url("img/servicios-acusticos-2-en.jpg") 2x,url("img/servicios-acusticos-2-en.webp") 1x,
url("img/servicios-acusticos-2-en.webp") 2x);
	background-repeat:no-repeat;
	background-position:right center;
	color:#FFFFFF!important;
	text-transform:uppercase;
	font-family:"Montserrat";
	font-weight:500;
	text-align:center;
	font-size:12px;
	letter-spacing:0px;
	background-size:100% 100%;
	height:auto;
	width:auto;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
}
.servicios-acusticos-2:hover{
	background-image:url("img/servicios-acusticos-2-hover-en.jpg");
	background-image: -webkit-image-set(url("img/servicios-acusticos-2-hover-en.webp") 1x,
url("img/servicios-acusticos-2-hover-en.webp") 2x);background-image: image-set(url("img/servicios-acusticos-2-hover-en.jpg") 1x,
url("img/servicios-acusticos-2-hover-en.jpg") 2x,url("img/servicios-acusticos-2-hover-en.webp") 1x,
url("img/servicios-acusticos-2-hover-en.webp") 2x);
	background-size:100% 100%;
	background-position:center center;
	background-repeat:no-repeat;
	border-width:0px 0px 0px 0px;
}
.servicios-acusticos-3{
	background-image:url("img/servicios-acusticos-3-en.jpg");
	background-image: -webkit-image-set(url("img/servicios-acusticos-3-en.webp") 1x,
url("img/servicios-acusticos-3-en.webp") 2x);background-image: image-set(url("img/servicios-acusticos-3-en.jpg") 1x,
url("img/servicios-acusticos-3-en.jpg") 2x,url("img/servicios-acusticos-3-en.webp") 1x,
url("img/servicios-acusticos-3-en.webp") 2x);
	background-repeat:no-repeat;
	background-position:right center;
	color:#FFFFFF!important;
	text-transform:uppercase;
	font-family:"Open Sans";
	font-weight:bold;
	text-align:center;
	font-size:16px;
	letter-spacing:0px;
	line-height:85px;
	background-size:100% 100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
}
.servicios-acusticos-3:hover{
	background-image:url("img/servicios-acusticos-3-hover-en.jpg");
	background-image: -webkit-image-set(url("img/servicios-acusticos-3-hover-en.webp") 1x,
url("img/servicios-acusticos-3-hover-en.webp") 2x);background-image: image-set(url("img/servicios-acusticos-3-hover-en.jpg") 1x,
url("img/servicios-acusticos-3-hover-en.jpg") 2x,url("img/servicios-acusticos-3-hover-en.webp") 1x,
url("img/servicios-acusticos-3-hover-en.webp") 2x);
	background-size:100% 100%;
	background-position:center center;
	background-repeat:no-repeat;
	border-width:0px 0px 0px 0px;
}
.servicios-acusticos-4{
	background-image:url("img/servicios-acusticos-4-en.jpg");
	background-image: -webkit-image-set(url("img/servicios-acusticos-4-en.webp") 1x,
url("img/servicios-acusticos-4-en.webp") 2x);background-image: image-set(url("img/servicios-acusticos-4-en.jpg") 1x,
url("img/servicios-acusticos-4-en.jpg") 2x,url("img/servicios-acusticos-4-en.webp") 1x,
url("img/servicios-acusticos-4-en.webp") 2x);
	background-repeat:no-repeat;
	background-position:right center;
	color:#FFFFFF!important;
	text-transform:uppercase;
	font-family:"Open Sans";
	font-weight:bold;
	text-align:center;
	font-size:16px;
	letter-spacing:0px;
	line-height:85px;
	background-size:100% 100%;
	border-width:0px 0px 0px 0px;
}
.servicios-acusticos-4:hover{
	background-image:url("img/servicios-acusticos-4-hover-en.jpg");
	background-image: -webkit-image-set(url("img/servicios-acusticos-4-hover-en.webp") 1x,
url("img/servicios-acusticos-4-hover-en.webp") 2x);background-image: image-set(url("img/servicios-acusticos-4-hover-en.jpg") 1x,
url("img/servicios-acusticos-4-hover-en.jpg") 2x,url("img/servicios-acusticos-4-hover-en.webp") 1x,
url("img/servicios-acusticos-4-hover-en.webp") 2x);
	background-size:100% 100%;
	background-position:center center;
	background-repeat:no-repeat;
	border-width:0px 0px 0px 0px;
}
.p-bloc-4-margin-top{
	margin-top:90px;
	margin-bottom:60px;
}
.bloc-0-margin-top{
	margin-top:90px;
}
.servicios-titulo{
	font-family:"Montserrat";
	font-weight:500;
	text-transform:uppercase;
	font-size:22px;
	color:#C53334!important;
	margin-bottom:20px;
	letter-spacing:2px;
}
.servicios-icono{
	height:50px;
	margin-top:30px;
	margin-bottom:10px;
}
.servicios-row-bg{
	background-image:url("img/servicios-bg-2.jpg");
	background-image: -webkit-image-set(url("img/servicios-bg-2.webp") 1x,
url("img/servicios-bg-2.webp") 2x);background-image: image-set(url("img/servicios-bg-2.jpg") 1x,
url("img/servicios-bg-2.jpg") 2x,url("img/servicios-bg-2.webp") 1x,
url("img/servicios-bg-2.webp") 2x);
	margin-bottom:0px;
}
.aislaciones-row{
	padding-top:150px;
	padding-bottom:150px;
}
.text-main-white{
	font-family:"Open Sans";
	font-weight:400;
	font-size:13px;
	color:#FEFFFE!important;
}
.productos-box{
	box-shadow:12px 12px 10px rgba(0,0,0,0.3);
	width:98%;
}
.servicios-padding{
	padding-bottom:70px;
}
.mapa-button{
	font-family:"Montserrat";
	font-weight:600;
	background-color:#FEFFFE;
	color:#C53434!important;
	font-size:15px;
	text-align:center;
	letter-spacing:0px;
	margin-right:auto;
	margin-left:auto;
	padding:10px 30px 10px 30px;
}
.p-style{
	width:100%;
}
.mapa-title{
	font-family:"Montserrat";
	font-weight:500;
	color:#FEFFFE!important;
	font-size:20px;
	letter-spacing:2px;
}
.container-div-margin-top{
	margin-top:25px;
}
.mapa-button:hover{
	background-color:transparent;
	color:#FFFFFF!important;
	border-color:#FFFFFF!important;
	border-style:solid;
	border-width:2px 2px 2px 2px;
}
.clientes-title{
	font-family:"Montserrat";
	font-weight:500;
	font-size:25px;
	color:#666666!important;
	letter-spacing:2px;
	text-transform:uppercase;
}
.clientes-title:hover{
	font-family:"Montserrat";
	font-weight:600i;
}
.p-partners-margin-bottom{
	margin-bottom:30px;
}
.e-commerce-icon:hover{
	color:#46484B!important;
}
.p-noticias-margin-top{
	margin-top:40px;
	margin-bottom:0px;
}
.link-margin-top{
	margin-top:50px;
}
.contacto-link-mail{
	color:#C53334!important;
}
.contacto-link-mail:active{
	color:#C53334!important;
}
.form-field{
	background-color:#2A2B2A;
	color:#FEFFFE!important;
	font-family:"Open Sans";
	font-weight:400;
	border-style:solid;
	border-color:#FEFFFE!important;
	height:55px;
	margin-top:10px;
	margin-bottom:30px;
	font-size:15px;
	text-indent:20px;
	border-radius:28px 28px 28px 28px;
	border-width:1px 1px 1px 1px;
}
.form-field:hover{
	background-color:#2A2A29;
	border-color:#C53334!important;
}
.form-field:active{
	background-color:#2A2A29;
	border-color:#C53334!important;
}
.form-field-big{
	background-color:#2A2B2A;
	color:#FEFFFE!important;
	font-family:"Open Sans";
	font-weight:400;
	border-style:solid;
	border-color:#FEFFFE!important;
	margin-top:10px;
	margin-bottom:30px;
	font-size:15px;
	text-indent:20px;
	padding-top:15px;
	border-radius:28px 28px 28px 28px;
	border-width:1px 1px 1px 1px;
}
.form-field-big:hover{
	color:#FEFFFE!important;
	background-color:#2A2A29;
	border-color:#C53334!important;
}
.form-field-big:active{
	border-color:#C53334!important;
	background-color:#292A29;
}
.form-button{
	background-color:#C53334;
	color:#FFFFFF!important;
	font-family:"Montserrat";
	font-weight:600;
	font-size:16px;
	letter-spacing:1px;
	padding:10px 30px 10px 30px;
}
.form-button:hover{
	color:#C53234!important;
	border-color:#C53234!important;
	border-style:solid;
	background-color:transparent;
	border-width:1px 1px 1px 1px;
}
.noticias-link{
	color:#C53334!important;
	font-size:15px;
	font-family:"Montserrat";
	font-weight:500;
	letter-spacing:1px;
}
.noticias-link:hover{
	font-size:15px;
	color:#C53334!important;
}
.noticias-link:active{
	color:#C53234!important;
}
.noticias-title{
	font-family:"Montserrat";
	font-weight:500;
	font-size:18px;
	color:#4C4C4C!important;
	text-transform:uppercase;
	letter-spacing:1px;
}
.h3-margin-bottom{
	margin-bottom:0px;
	margin-top:20px;
}
.h3-toyota-margin-bottom{
	margin-bottom:0px;
	margin-top:20px;
}
.h3-torres-margin-bottom{
	margin-bottom:0px;
	margin-top:20px;
}
.p-32-margin-top{
	margin-bottom:10px;
}
.p-noticias-2-margin-bottom{
	margin-bottom:10px;
}
.p-36-margin-bottom{
	margin-bottom:10px;
}
.text-main-gray:hover{
	;
}
.row-margin-bottom{
	margin-bottom:50px;
}
.row-quienes-margin-top{
	margin-top:0px;
}
.link-style{
	font-style:italic;
	font-family:"Open Sans";
	font-weight:400;
	font-size:14px;
	text-decoration:none;
}
.quienes-imagen{
	width:85%;
}
.carousel-nav-controls{
	background-color:transparent;
}
.carousel-nav-controls:hover{
	background-color:rgba(0,0,0,0.2);
}
.p-quienes-margin-left{
	margin-left:58px;
}
.img-style{
	margin-bottom:12px;
}
.servicios-acusticos-0{
	background-size:100% 100%;
	background-repeat:no-repeat;
}
.servicios-termicos-0{
	;
}
.img-margin-right{
	margin-right:72px;
}
.row-margin-left{
	margin-bottom:80px;
	padding-right:7%;
	padding-left:7%;
}
.servicios-acusticos-title{
	color:#FFFFFF!important;
	font-family:"Montserrat";
	font-weight:500;
	letter-spacing:2px;
	text-align:center;
	line-height:28px;
	font-size:21px;
}
.servicios-text-padding{
	padding-top:10px;
	padding-left:5px;
	padding-right:5px;
}
.p-49-margin-bottom{
	margin-bottom:0px;
	margin-top:0px;
}
.p-50-margin-bottom{
	margin-bottom:15px;
}
.obras-title-red{
	font-family:"Montserrat";
	font-weight:600;
	color:#C53234!important;
	font-size:15px;
}
.obras-title-main{
	font-family:"Montserrat";
	font-weight:700;
	color:#FFFFFF!important;
	letter-spacing:5px;
	font-size:45px;
	text-align:left;
}
.p-noticias-style{
	font-size:12px;
	margin-bottom:5px;
}
.img-noticias-style{
	height:1px;
}
.img-28-style{
	height:1px;
}
.img-29-style{
	height:1px;
}
.p-noticias-margin-bottom{
	margin-bottom:0px;
}
.p-345-margin-top{
	margin-top:10px;
}
.navbar-link-active{
	color:#C53435!important;
	font-family:"Open Sans";
	font-weight:600;
	font-size:12px;
	text-align:center;
	background-size:auto 100%;
	margin-right:6px;
	margin-left:6px;
	margin-top:8px;
	letter-spacing:1px;
}
.navbar-link-active:hover{
	background-color:transparent;
	font-family:"Open Sans";
	font-weight:600;
	text-align:center;
	background-size:auto auto;
}
.productos-descripcion-row{
	border-style:solid;
	border-color:#C0C0C0!important;
	margin-top:30px;
	border-width:0px 0px 1px 0px;
}
.text-main-black{
	font-family:"Open Sans";
	font-weight:400;
	font-size:13px;
	color:#000000!important;
}
.text-main-black:hover{
	;
}
.productos-descripcion-row-red{
	border-style:solid;
	border-color:#C53234!important;
	margin-bottom:15px;
	margin-top:15px;
	border-width:0px 0px 2px 0px;
}
.p-producto-margin-bottom{
	margin-bottom:5px;
}
.row-producto-margin-top{
	margin-top:50px;
}
.productos-soluciones-imagen:hover{
	box-shadow:0px 3px 10px rgba(0,0,0,0.3);
}
.productos-accesorio-text{
	font-family:"Open Sans";
	font-weight:400;
	font-size:11px;
	color:#717476!important;
}
.productos-accesorio-text:hover{
	;
}
.row-332-margin-top{
	margin-top:30px;
}
.row-328-margin-top{
	margin-top:10px;
}
.row-340-margin-top{
	margin-top:10px;
}
.productos-menu-link-active{
	font-family:"Open Sans";
	font-weight:400;
	font-size:11px;
	color:#C53334!important;
}
.productos-menu-link-active:hover{
	;
}
.mapa{
	width:100%;
	overflow:visible;
	height:900px;
}
.img-289-style{
	width:70px;
}
.img-288-style{
	width:70px;
}
.productos-title-red{
	font-family:"Open Sans";
	font-weight:800;
	font-size:12px;
	margin-top:12px;
	margin-bottom:12px;
	letter-spacing:1px;
	color:#C53234!important;
}
.h1-modal{
	font-family:"Montserrat";
	font-weight:700;
	font-size:20px;
	color:#6D6C6C!important;
}
.btn-enter{
	background-color:#C53334;
	color:#FFFFFF!important;
	font-family:"Montserrat";
	font-weight:600;
	font-size:16px;
	letter-spacing:1px;
	padding:10px 30px 10px 30px;
}
.btn-enter:hover{
	color:#C53234!important;
	border-color:#C53234!important;
	border-style:solid;
	background-color:transparent;
	border-width:1px 1px 1px 1px;
}
.h2-modal{
	font-family:"Open Sans";
	font-weight:400;
	font-size:13px;
	color:#717476!important;
}
.h2-modal:hover{
	;
}
.img-bloc-147-style{
	width:160px;
}
.form-control:focus{
	background-color:transparent;
	color:#FFFFFF!important;
}
.link-es-style{
	font-weight:bold;
}
.img-flag--style{
	width:22px;
}
.img-social{
	margin-right:7px;
	margin-left:7px;
	margin-top:11px;
}
.footer-icon{
	width:23px;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-6024:rgba(255,255,255,0.9);
	
	--swatch-var-3646:rgba(76,76,76,1.0);
	
	--swatch-var-7614:rgba(197,53,53,1.0);
	
	--swatch-var-5222:rgba(255,255,255,1.0);
	
	--swatch-var-1805:rgba(242,242,242,1.0);
	
	--swatch-var-2:rgba(255,255,255,1.0);
	
	--swatch-var-2869:rgba(30,30,50,1.0);
	
	--swatch-var-7929:rgba(113,116,118,1.0);
	
}


/* Background colour styles */

.bgc-6024{
	background-color:var(--swatch-var-6024);
}
.bgc-1805{
	background-color:var(--swatch-var-1805);
}
.bgc-2{
	background-color:var(--swatch-var-2);
}

/* Text colour styles */

.tc-5222{
	color:var(--swatch-var-5222)!important;
}

/* Bloc image backgrounds */

.bg-contacto-bg{
	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);
}
.bg-contacto-mapa{
	background-image:url("img/contacto-mapa.jpg");
	background-image: -webkit-image-set(url("img/contacto-mapa.webp") 1x,
url("img/contacto-mapa.webp") 2x);background-image: image-set(url("img/contacto-mapa.jpg") 1x,
url("img/contacto-mapa.jpg") 2x,url("img/contacto-mapa.webp") 1x,
url("img/contacto-mapa.webp") 2x);
}
.bg-footer-bg{
	background-image:url("img/footer-bg.jpg");
}
.bg-quienes-bg{
	background-image:url("img/quienes-bg.jpg");
	background-image: -webkit-image-set(url("img/quienes-bg.webp") 1x,
url("img/quienes-bg.webp") 2x);background-image: image-set(url("img/quienes-bg.jpg") 1x,
url("img/quienes-bg.jpg") 2x,url("img/quienes-bg.webp") 1x,
url("img/quienes-bg.webp") 2x);
}
.bg-productos-bg{
	background-image:url("img/productos-bg.jpg");
	background-image: -webkit-image-set(url("img/productos-bg.webp") 1x,
url("img/productos-bg.webp") 2x);background-image: image-set(url("img/productos-bg.jpg") 1x,
url("img/productos-bg.jpg") 2x,url("img/productos-bg.webp") 1x,
url("img/productos-bg.webp") 2x);
}
.bg-obras-bg{
	background-image:url("img/obras-bg.jpg");
	background-image: -webkit-image-set(url("img/obras-bg.webp") 1x,
url("img/obras-bg.webp") 2x);background-image: image-set(url("img/obras-bg.jpg") 1x,
url("img/obras-bg.jpg") 2x,url("img/obras-bg.webp") 1x,
url("img/obras-bg.webp") 2x);
}
.bg-noticias-bg{
	background-image:url("img/noticias-bg.jpg");
	background-image: -webkit-image-set(url("img/noticias-bg.webp") 1x,
url("img/noticias-bg.webp") 2x);background-image: image-set(url("img/noticias-bg.jpg") 1x,
url("img/noticias-bg.jpg") 2x,url("img/noticias-bg.webp") 1x,
url("img/noticias-bg.webp") 2x);
}
.bg-productos-termicos-bg{
	background-image:url("img/productos-termicos-bg.jpg");
	background-image: -webkit-image-set(url("img/productos-termicos-bg.webp") 1x,
url("img/productos-termicos-bg.webp") 2x);background-image: image-set(url("img/productos-termicos-bg.jpg") 1x,
url("img/productos-termicos-bg.jpg") 2x,url("img/productos-termicos-bg.webp") 1x,
url("img/productos-termicos-bg.webp") 2x);
}
.bg-mapa-interactivo-bg-2{
	background-image:url("img/mapa-interactivo-bg-2.jpg");
	background-image: -webkit-image-set(url("img/mapa-interactivo-bg-2.webp") 1x,
url("img/mapa-interactivo-bg-2.webp") 2x);background-image: image-set(url("img/mapa-interactivo-bg-2.jpg") 1x,
url("img/mapa-interactivo-bg-2.jpg") 2x,url("img/mapa-interactivo-bg-2.webp") 1x,
url("img/mapa-interactivo-bg-2.webp") 2x);
}
.bg-social-bg{
	background-image:url("img/social-bg.jpg");
	background-image: -webkit-image-set(url("img/social-bg.webp") 1x,
url("img/social-bg.webp") 2x);background-image: image-set(url("img/social-bg.jpg") 1x,
url("img/social-bg.jpg") 2x,url("img/social-bg.webp") 1x,
url("img/social-bg.webp") 2x);
}



/* = Toggle Visibility
-------------------------------------------------------------- */

.toggled-item{transition: height 350ms ease-in-out, padding 350ms ease-in-out, opacity 350ms ease-in-out;overflow: hidden;}
.toggled-item-hidden{padding-top:0!important;padding-bottom:0!important;border-top:0!important;border-bottom:0!important;outline:0!important;opacity: 0;}
.object-hidden{display:none;}


/* = 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){
	.contacto-top{
		font-size:14px;
	}
	.navbar-brand img{
		height:40px;
	}
	.p-quienes-margin-top{
		margin-top:0px;
		margin-left:0px;
		width:100%;
	}
	.productos-menu-link{
		font-size:9px;
	}
	.productos-menu-title-gray{
		margin-bottom:3px;
		margin-top:3px;
		font-size:10px;
	}
	.productos-menu-title-red{
		font-size:11px;
	}
	.productos-menu{
		height:230px;
	}
	.p-margin-top{
		margin-left:0px;
		width:100%;
		margin-bottom:45px;
	}
	.p-margin-left{
		margin-left:18px;
		margin-bottom:0px;
	}
	.servicios-titulo{
		text-align:center;
	}
	.titulo-main-gray{
		text-align:center;
		font-size:30px;
	}
	.servicios-row-bg{
		background-image:url("img/placeholder-image.png");
	background-image: -webkit-image-set(url("img/placeholder-image.webp") 1x,
url("img/placeholder-image.webp") 2x);background-image: image-set(url("img/placeholder-image.png") 1x,
url("img/placeholder-image.png") 2x,url("img/placeholder-image.webp") 1x,
url("img/placeholder-image.webp") 2x);
	background-image: -webkit-image-set(url("img/placeholder-image.webp") 1x,
url("img/placeholder-image.webp") 2x);background-image: image-set(url("img/placeholder-image.png") 1x,
url("img/placeholder-image.png") 2x,url("img/placeholder-image.webp") 1x,
url("img/placeholder-image.webp") 2x);
	background-image: -webkit-image-set(url("img/placeholder-image.webp") 1x,
url("img/placeholder-image.webp") 2x);background-image: image-set(url("img/placeholder-image.png") 1x,
url("img/placeholder-image.png") 2x,url("img/placeholder-image.webp") 1x,
url("img/placeholder-image.webp") 2x);
	}
	.aislaciones-row{
		padding-top:100px;
		padding-bottom:100px;
	}
	.p-margin-bottom{
		margin-top:0px;
	}
	.titulo-main-white{
		font-size:30px;
		letter-spacing:2px;
	}
	.mapa-button{
	}
	.btn-margin-top{
		margin-top:20px;
	}
	.text-main-white{
	}
	.form-field{
		font-size:15px;
		height:45px;
		border-radius:23px 23px 23px 23px;
	}
	.form-field-big{
		border-radius:23px 23px 23px 23px;
	}
	.form-button{
		font-size:14px;
	}
	.noticias-link:active{
		;
	}
	.noticias-title{
		font-size:20px;
	}
	.row-margin-bottom{
		margin-bottom:70px;
	}
	.noticias-link{
		letter-spacing:1px;
	}
	.quienes-imagen{
		width:100%;
		margin-top:20px;
	}
	.row-margin-left{
		margin-bottom:50px;
		padding-right:5%;
		padding-left:5%;
	}
	.obras-title-main{
		text-align:center;
		font-size:30px;
		letter-spacing:4px;
	}
	.productos-icono{
		height:60px;
	}
	.productos-accesorio-text{
		font-size:9px;
	}
	.p-406-margin-bottom{
		margin-bottom:5px;
	}
	.row-332-margin-top{
		margin-top:40px;
	}
	.productos-menu-link-active{
		font-size:9px;
	}
	.mapa{
		height:700px;
	}
	.productos-title-red{
		font-size:11px;
	}
	.btn-enter{
		font-size:14px;
	}
	.h1-modal{
		font-size:15px;
	}
	.img-flag--style{
		margin-top:0px;
		padding-left:0px;
	}
	
	/* MD Row Margin Offsets */
	.voffset-md{
		margin-top:30px;
	}
	
}

@media (max-width: 767px){
	.navbar-brand img{
		height:30px;
	}
	.contacto-top{
		font-size:10px;
		height:41px;
	}
	.p-quienes-margin-top{
		margin-top:0px;
		margin-left:0px;
		width:100%;
	}
	.text-main-gray{
		font-size:12px;
		text-align:center;
	}
	.servicios-text{
		font-size:12px;
	}
	.productos-menu-link{
		font-size:9px;
	}
	.productos-menu{
		height:400px;
	}
	.titulo-main-gray{
		text-align:center;
		font-size:35px;
	}
	.titulo-main-white{
		font-size:20px;
		text-align:center;
	}
	.icon-margin-top{
		margin-top:5px;
	}
	.p-bloc-4-margin-top{
		margin-top:30px;
		margin-bottom:30px;
	}
	.servicios-row-bg{
		background-image:url("img/placeholder-image.png");
	background-image: -webkit-image-set(url("img/placeholder-image.webp") 1x,
url("img/placeholder-image.webp") 2x);background-image: image-set(url("img/placeholder-image.png") 1x,
url("img/placeholder-image.png") 2x,url("img/placeholder-image.webp") 1x,
url("img/placeholder-image.webp") 2x);
	background-image: -webkit-image-set(url("img/placeholder-image.webp") 1x,
url("img/placeholder-image.webp") 2x);background-image: image-set(url("img/placeholder-image.png") 1x,
url("img/placeholder-image.png") 2x,url("img/placeholder-image.webp") 1x,
url("img/placeholder-image.webp") 2x);
	background-image: -webkit-image-set(url("img/placeholder-image.webp") 1x,
url("img/placeholder-image.webp") 2x);background-image: image-set(url("img/placeholder-image.png") 1x,
url("img/placeholder-image.png") 2x,url("img/placeholder-image.webp") 1x,
url("img/placeholder-image.webp") 2x);
	}
	.aislaciones-row{
		padding-top:50px;
		padding-bottom:50px;
	}
	.text-main-white{
		font-size:12px;
		text-align:center;
	}
	.p-margin-bottom{
		margin-bottom:5px;
	}
	.servicios-icono{
		height:40px;
	}
	.servicios-titulo{
		font-size:20px;
	}
	.mapa-button{
		margin-left:auto;
		margin-right:auto;
	}
	.container-div-margin-top{
		margin-top:25px;
	}
	.mapa-title{
		text-align:center;
	}
	.btn-margin-top{
		margin-top:0px;
	}
	.p-style{
		width:100%;
	}
	.form-field-big{
		border-width:1px 1px 1px 1px;
	}
	.form-field{
		border-width:1px 1px 1px 1px;
	}
	.form-button{
		margin-left:auto;
	}
	.link-margin-top{
		margin-top:45px;
	}
	.noticias-title{
		text-align:center;
	}
	.row-margin-bottom{
		margin-bottom:70px;
	}
	.row-servicios-margin-top{
		;
	}
	.footer-align-mobile{
		margin-left:auto;
		margin-right:auto;
	}
	.noticias-link{
		letter-spacing:1px;
	}
	.productos-menu-title-red{
		font-size:11px;
	}
	.p-margin-top{
		width:100%;
		margin-bottom:60px;
	}
	.quienes-imagen{
		width:60%;
		margin-left:auto;
	}
	.row-margin-left{
		margin-bottom:30px;
		padding-right:0%;
		padding-left:0%;
	}
	.img-style{
		margin-bottom:0px;
	}
	.contacto-link-mail{
		margin-bottom:20px;
		text-align:center;
	}
	.obras-title-red{
		text-align:center;
	}
	.obras-title-main{
		text-align:center;
		font-size:30px;
	}
	.p-50-margin-bottom{
		margin-bottom:25px;
	}
	.p-noticias-style{
		margin-bottom:5px;
		margin-top:15px;
	}
	.text-main-black{
		font-size:12px;
		text-align:center;
	}
	.img-margin-bottom{
		margin-bottom:25px;
	}
	.row-producto-margin-top{
		margin-top:30px;
	}
	.productos-icono{
		height:60px;
		margin-bottom:20px;
	}
	.productos-accesorio-text{
		font-size:9px;
	}
	.productos-menu-link-active{
		font-size:9px;
	}
	.mapa{
		height:500px;
	}
	.productos-title-red{
		font-size:13px;
		text-align:center;
		margin-bottom:15px;
	}
	.img-288-style{
		margin-left:50%;
		margin-right:50%;
		width:60px;
	}
	.btn-enter{
		margin-left:auto;
	}
	.h2-modal{
		font-size:12px;
		text-align:center;
	}
	
}

@media (max-width: 575px){
	.navbar-brand img{
		height:30px;
	}
	.bloc-contacto-top-margin-bottom{
		margin-left:10px;
	}
	.footer-link{
		text-align:center;
	}
	.text-main-gray{
		text-align:center;
		font-size:11px;
	}
	.titulo-main-white{
		text-align:center;
		font-size:24px;
	}
	.titulo-main-gray{
		font-size:24px;
	}
	.servicios-termicos-1{
		font-size:12px;
		line-height:60px;
	}
	.btn-style{
		width:100%;
	}
	.contacto-top{
		font-family:"Open Sans";
		font-weight:600;
		font-size:8px;
		padding-bottom:0px;
		margin-bottom:0px;
		line-height:1px;
		text-align:center;
		height:41px;
	}
	.productos-menu{
		height:450px;
	}
	.productos-menu-title-red{
		text-align:left;
		font-size:11px;
		margin-top:7px;
	}
	.productos-menu-link{
		font-size:9px;
		line-height:15px;
		margin-left:0px;
		padding-right:5px;
	}
	.productos-menu-title-gray{
		margin-top:2px;
		margin-bottom:2px;
		font-size:9px;
	}
	.icon-margin-top{
		margin-top:5px;
	}
	.servicios-termicos-2{
		font-size:12px;
		line-height:60px;
	}
	.servicios-termicos-3{
		font-size:12px;
		line-height:60px;
	}
	.servicios-acusticos-1{
		font-size:12px;
		line-height:60px;
	}
	.servicios-acusticos-2{
		font-size:12px;
		line-height:60px;
	}
	.servicios-acusticos-3{
		font-size:12px;
		line-height:60px;
	}
	.servicios-acusticos-4{
		font-size:12px;
		line-height:60px;
	}
	.p-bloc-4-margin-top{
		margin-bottom:25px;
		margin-top:20px;
	}
	.servicios-titulo{
		font-size:17px;
	}
	.p-margin-left{
		margin-bottom:0px;
	}
	.aislaciones-row{
		padding-top:30px;
	}
	.text-main-white{
		text-align:center;
		font-size:11px;
	}
	.servicios-icono{
		height:40px;
	}
	.mapa-title{
		text-align:center;
		font-size:18px;
	}
	.mapa-button{
		font-size:13px;
	}
	.btn-margin-top{
		margin-top:0px;
	}
	.mapa-button:hover{
		color:#FEFFFE!important;
		background-color:#4C4C4C;
	}
	.form-field{
		border-width:1px 1px 1px 1px;
	}
	.form-field-big{
		border-width:1px 1px 1px 1px;
	}
	.noticias-link:hover{
		;
	}
	.noticias-link{
		font-size:10px;
		letter-spacing:1px;
	}
	.link-margin-top{
		margin-top:50px;
	}
	.row-margin-bottom{
		margin-bottom:0px;
	}
	.servicios-row-bg{
		background-image:url("img/placeholder-image.png");
	background-image: -webkit-image-set(url("img/placeholder-image.webp") 1x,
url("img/placeholder-image.webp") 2x);background-image: image-set(url("img/placeholder-image.png") 1x,
url("img/placeholder-image.png") 2x,url("img/placeholder-image.webp") 1x,
url("img/placeholder-image.webp") 2x);
	background-image: -webkit-image-set(url("img/placeholder-image.webp") 1x,
url("img/placeholder-image.webp") 2x);background-image: image-set(url("img/placeholder-image.png") 1x,
url("img/placeholder-image.png") 2x,url("img/placeholder-image.webp") 1x,
url("img/placeholder-image.webp") 2x);
	background-image: -webkit-image-set(url("img/placeholder-image.webp") 1x,
url("img/placeholder-image.webp") 2x);background-image: image-set(url("img/placeholder-image.png") 1x,
url("img/placeholder-image.png") 2x,url("img/placeholder-image.webp") 1x,
url("img/placeholder-image.webp") 2x);
	}
	.row-servicios-margin-top{
		margin-top:0px;
	}
	.clientes-title{
		font-size:20px;
	}
	.servicios-text{
		font-size:11px;
	}
	.p-margin-top{
		width:100%;
		margin-bottom:35px;
		margin-top:40px;
	}
	.row-margin-left{
		margin-bottom:10px;
		padding-right:0%;
	}
	.contacto-link-mail{
		text-align:center;
	}
	.obras-title-main{
		font-size:25px;
		letter-spacing:4px;
	}
	.obras-title-red{
		font-size:14px;
	}
	.text-main-black{
		text-align:center;
		font-size:11px;
	}
	.img-margin-bottom{
		margin-bottom:20px;
	}
	.row-producto-margin-top{
		margin-top:20px;
	}
	.productos-icono{
		height:50px;
		margin-bottom:20px;
	}
	.productos-accesorio-text{
		font-size:9px;
		line-height:15px;
		margin-left:-10px;
		padding-right:5px;
		text-align:center;
	}
	.productos-menu-link-active{
		font-size:9px;
		line-height:15px;
		margin-left:-10px;
		padding-right:5px;
	}
	.mapa{
		height:300px;
	}
	.productos-title-red{
		text-align:center;
		font-size:13px;
		margin-top:7px;
	}
	.img-288-style{
		margin-right:50%;
		margin-left:50%;
		width:60px;
	}
	.h2-modal{
		text-align:center;
		font-size:11px;
	}
	
}

