/*-----------------------------------------------------------------------------------
	INGENIERÍA Y MAQUINARIAS OLMOS SPA | Servicios de Ingeniería, Gestión de proyectos y Arriendo de maquinaria pesada
	About: A shiny new Blocs website.
	Author: vaduhla
	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 */


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

/* = Web Fonts
-------------------------------------------------------------- */

@font-face {
	font-family:'NunitoSans-SemiBold';
	src: url('./fonts/NunitoSans-SemiBold/NunitoSans-SemiBold.ttf');
	src: url('./fonts/NunitoSans-SemiBold/NunitoSans-SemiBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'NunitoSans-Black';
	src: url('./fonts/NunitoSans-Black/NunitoSans-Black.ttf');
	src: url('./fonts/NunitoSans-Black/NunitoSans-Black.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'NunitoSans-ExtraBold';
	src: url('./fonts/NunitoSans-ExtraBold/NunitoSans-ExtraBold.ttf');
	src: url('./fonts/NunitoSans-ExtraBold/NunitoSans-ExtraBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'NunitoSans-BoldItalic';
	src: url('./fonts/NunitoSans-BoldItalic/NunitoSans-BoldItalic.ttf');
	src: url('./fonts/NunitoSans-BoldItalic/NunitoSans-BoldItalic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

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


/* Sizes */

.bloc-lg{
	padding:100px 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 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;
}


/* = 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;
}
.navbar-toggle.menu-icon-thick-bars{
	margin-top:4px!important;
}
/* 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;
}

.btn-rd{
	border-radius: 40px;
}
.btn-style-none,.btn-style-none:hover,.btn-style-none:active,.btn-style-none:focus{
	background:none;
	box-shadow: none;
	padding:0;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}
.icon-spacer{
	margin-right:5px;
}


/*  Image Protection */
.img-protected{
	-webkit-touch-callout: none;
}


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

/* = Cards
-------------------------------------------------------------- */
.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;
}
/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}
.card-columns .card {
	display: inline-block;
	width: 100%;
}
}

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

.hide-indicators{
	display: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;
}

.close{
	color:#000;
	opacity:0.5;
}
.close:hover{
	opacity:1;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"NunitoSans-ExtraBold";
}
.container{
	max-width:1140px;
}
.navbar-brand img{
	height:50px;
}
.link-style{
	margin-left:12px;
}
.h3-style{
	font-family:"NunitoSans-ExtraBold";
}
.parrafo-style{
	font-family:"NunitoSans-SemiBold";
	width:100%;
}
.pad_nosotros{
	padding-top:56px;
	padding-bottom:56px;
}
.clase_objetivos{
	font-family:"NunitoSans-ExtraBold";
}
.texto-objetivos{
	font-family:"NunitoSans-SemiBold";
	font-size:16px;
	margin-right:30px;
	margin-left:30px;
}
.img-bloc-7-style{
	width:500px;
}
.img-5-style{
	width:500px;
}
.politicas{
	font-family:"NunitoSans-ExtraBold";
	color:#FCCE00!important;
	font-size:18px;
	padding-left:0px;
}
.p-style-2{
	font-family:"NunitoSans-Bold";
	font-size:16px;
	color:#FFD100!important;
}
.padding_mapa{
	padding-top:0px;
	padding-bottom:0px;
}
.h1-2-style{
	font-size:41px;
	margin-bottom:54px;
	color:#7F807D!important;
	font-family:"NunitoSans-Black";
}
.nmae{
	font-family:"NunitoSans-ExtraBold";
	color:var(--swatch-var-No-hay-Selección-Copy)!important;
}
.enlace{
	font-family:"NunitoSans-BoldItalic";
}
.img-bloc-11-style{
	width:238px;
}
.navbar-nav li a{
	font-family:"NunitoSans-Black";
	color:#FFFFFF!important;
}
.estilo-boton{
	font-family:"NunitoSans-ExtraBold";
	font-size:16px;
}
.mantener{
	font-family:"NunitoSans-SemiBold";
	color:#000000!important;
}
.label-style{
	font-family:"NunitoSans-Black";
}
.label-email-style{
	font-family:"NunitoSans-Black";
}
.label-name-style{
	font-family:"NunitoSans-Black";
}
.btn-margin-top{
	margin-top:26px;
}
.p-bloc-11-style{
	font-family:"NunitoSans-SemiBold";
	font-size:14px;
	margin-top:20px;
}
a{
	font-family:"NunitoSans-SemiBold";
	color:#B3B3B3!important;
}
.wassap{
	position:fixed;
	bottom:25px;
	right:25px;
	width:120px;
	height:120px;
	margin:24px 24px 24px 24px;
	padding:0px 0px 0px 0px;
}
.boton_wassap{
	right:30px;
	bottom:30px;
	position:fixed;
	width:90px;
}
.h1-contáctenos-style{
	font-size:32px;
}
.list-style{
	width:79.37%;
}
.llameya{
	font-family:"NunitoSans-Black";
	color:#000000!important;
}
.btn-style{
	width:50.59%;
	background-color:var(--swatch-var-No-hay-Selección-Copy);
	color:var(--swatch-var-No-hay-Selección-Copy-Copy)!important;
}
.pad-otros-servicios{
	margin-top:30px;
}
.row-margin-top{
	margin-top:98px;
}
.h3-padding-left{
	padding-left:0px;
	margin-left:77px;
	font-family:"NunitoSans-ExtraBold";
	color:var(--swatch-var-No-hay-Selección-Copy)!important;
	line-height:42px;
}
.p-margin-left{
	margin-left:49px;
	padding-right:28px;
	margin-bottom:40px;
	padding-left:0px;
}
.foot_style{
	font-size:18px;
	font-family:"NunitoSans-ExtraBold";
	text-decoration:none;
}
.link--569-97958549-style{
	text-decoration:none;
}
.h4-style{
	margin-top:-5px;
}
.h4-margin-top{
	margin-top:-5px;
}
.h2-style{
	width:100%;
}
.btn-contactar-style{
	width:34.44%;
	margin-top:11px;
	color:var(--swatch-var-No-hay-Selección-Copy)!important;
	padding-top:6px;
	padding-bottom:6px;
}
.card-body-padding-bottom{
	padding-bottom:40px;
}
.card-body-bloc-2-padding-bottom{
	padding-bottom:40px;
}
.card-body-1-padding-bottom{
	padding-bottom:40px;
}
.tab_style{
	font-family:"NunitoSans-Black";
	color:var(--swatch-var-No-hay-Selección-Copy)!important;
}
.div_mason{
	margin-top:40px;
}
.img-civilies-style{
	width:320px;
	padding-right:0px;
}
.img-maquinaria-style{
	width:525px;
}
.img-tierra-1j-style{
	width:320px;
}
.btn-cotizar-style{
	width:34.77%;
}
.bloc-bloc-11-padding-left{
	padding-left:0px;
}
.img-margin-left{
	width:261px;
	height:150px;
}
.img-47-style{
	width:213px;
}
.h3-margin-bottom{
	margin-bottom:24px;
	padding-bottom:45px;
	padding-top:52px;
}
.container-div-padding-top{
	padding-top:0px;
	margin-top:40px;
	background-color:var(--swatch-var-No-hay-Selección-Copy-Copy);
}
.container-div-margin-top{
	margin-top:40px;
}
.container-div-bloc-9-margin-top{
	margin-top:40px;
	background-color:var(--swatch-var-No-hay-Selección-Copy-Copy);
}
.container-div-0-margin-top{
	margin-top:40px;
	background-color:var(--swatch-var-No-hay-Selección-Copy-Copy);
}
.container-div-0-bloc-9-margin-top{
	margin-top:40px;
	background-color:var(--swatch-var-No-hay-Selección-Copy-Copy);
}
.lista_nav{
	background-color:var(--swatch-var-No-hay-Selección-Copy-copy-1);
	text-align:center;
}
.h3-bloc-11-style{
	font-size:18px;
}
.icon-padding-right{
	padding-right:10px;
}
.icon-bloc-11-padding-right{
	padding-right:0px;
	margin-right:10px;
}
.link-footer{
	font-family:"NunitoSans-Black";
	text-decoration:none;
}
.label-margin-bottom{
	margin-bottom:20px;
	padding-top:15px;
}
.label-padding-bottom{
	padding-bottom:0px;
	margin-bottom:20px;
}
.label-correo-margin-bottom{
	margin-bottom:18px;
}
.label-bloc-4-margin-bottom{
	margin-bottom:20px;
}
.label-5-margin-bottom{
	margin-bottom:30px;
}
.checkbox-margin-bottom{
	margin-bottom:32px;
}
.h3-bloc-4-padding-top{
	padding-top:19px;
	padding-bottom:10px;
}
.btn-enviar-margin-top{
	margin-top:13px;
	margin-bottom:20px;
}
.img-wass-style{
	width:75px;
	position:fixed;
	right:30px;
	bottom:60px;
	height:75px;
}
.img-equipo-style{
	width:113px;
}
.row-bloc-2-margin-top{
	margin-top:120px;
}
.img-padding-top{
	padding-top:81px;
	width:807px;
}
.row-style{
	width:100%;
}
.img-style{
	width:662px;
	margin-top:-178px;
}
.img-ingenieria-style{
	width:320px;
}
.h3-1-style{
	font-family:"NunitoSans-Black";
}
.h3-2-style{
	font-family:"NunitoSans-Black";
}
.h3-3-style{
	font-family:"NunitoSans-Black";
}
.color-opcion{
	color:var(--swatch-var-No-hay-Selección-Copy-Copy)!important;
	font-family:"NunitoSans-Regular";
}
.btn-contactar-style-2{
	color:var(--swatch-var-Muestra-sin-nombre)!important;
}
.h2-1-style{
	font-size:28px;
	width:84.02%;
}
.btn-cotizar-ahora-style{
	width:40.74%;
}
.btn-enviar-style{
	width:13.08%;
}
.card-header-margin-bottom{
	padding-bottom:16px;
	margin-top:0px;
	padding-top:16px;
}
.h3-padding-bottom{
	padding-bottom:21px;
	padding-top:20px;
	font-family:"NunitoSans-ExtraBold";
	font-size:32px;
}
.btn-eviar-style{
	width:12.62%;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-No-hay-Selección-Copy:rgba(60,60,59,1.00);
	
	--swatch-var-No-hay-Selección-Copy-copy-1:rgba(255,210,0,1.00);
	
	--swatch-var-No-hay-Selección-Copy-copy-2:rgba(180,180,180,1.00);
	
	--swatch-var-No-hay-Selección-Copy-Copy:rgba(255,255,255,1.00);
	
	--swatch-var-Muestra-sin-nombre:rgba(0,0,0,1.00);
	
	--swatch-var-No-hay-Selección-Copy-Copy-copy-1:rgba(33,33,33,1.00);
	
	--swatch-var-No-hay-Selección-Copy-Copy-copy-2:#DCDCDC;
	
	--swatch-var-Muestra-sin-nombre-copy-1:#3C3C3B;
	
	--swatch-var-Muestra-sin-nombre-copy-2:#FFD100;
	
}


/* Background colour styles */

.bgc-1524{
	background-color:var(--swatch-var-Muestra-sin-nombre-copy-1);
}
.bgc-4721{
	background-color:var(--swatch-var-No-hay-Selección-Copy-copy-1);
}
.bgc-3998{
	background-color:var(--swatch-var-No-hay-Selección-Copy-copy-2);
}
.bgc-6682{
	background-color:var(--swatch-var-No-hay-Selección-Copy);
}
.bgc-3932{
	background-color:var(--swatch-var-No-hay-Selección-Copy-Copy);
}
.bgc-5690{
	background-color:var(--swatch-var-No-hay-Selección-Copy-Copy-copy-2);
}
.bgc-7372{
	background-color:var(--swatch-var-No-hay-Selección-Copy-Copy-copy-1);
}

/* Text colour styles */

.tc-6455{
	color:var(--swatch-var-Muestra-sin-nombre)!important;
}
.tc-6682{
	color:var(--swatch-var-No-hay-Selección-Copy)!important;
}
.tc-3998{
	color:var(--swatch-var-No-hay-Selección-Copy-copy-2)!important;
}
.tc-4721{
	color:var(--swatch-var-No-hay-Selección-Copy-copy-1)!important;
}
.tc-3932{
	color:var(--swatch-var-No-hay-Selección-Copy-Copy)!important;
}

/* Button colour styles */

.btn-c-6143{
	background:var(--swatch-var-Muestra-sin-nombre-copy-2);
	color:rgba(0,0,0,.5)!important;
}
.btn-c-6143:hover{
	background:#CC9E00!important;
	color:rgba(0,0,0,.5)!important;
}
.btn-c-6682{
	background:var(--swatch-var-No-hay-Selección-Copy);
	color:#FFFFFF!important;
}
.btn-c-6682:hover{
	background:#090908!important;
	color:#FFFFFF!important;
}
.btn-c-6455{
	background:var(--swatch-var-Muestra-sin-nombre);
	color:#FFFFFF!important;
}
.btn-c-6455:hover{
	background:#000000!important;
	color:#FFFFFF!important;
}
.btn-c-4721{
	background:var(--swatch-var-No-hay-Selección-Copy-copy-1);
	color:rgba(0,0,0,.5)!important;
}
.btn-c-4721:hover{
	background:#CC9F00!important;
	color:rgba(0,0,0,.5)!important;
}

/* Link colour styles */

.ltc-6682{
	color:var(--swatch-var-No-hay-Selección-Copy)!important;
}
.ltc-6682:hover{
	color:#090908!important;
}

/* Icon colour styles */

.icon-1524{
	color:var(--swatch-var-Muestra-sin-nombre-copy-1)!important;
	border-color:var(--swatch-var-Muestra-sin-nombre-copy-1)!important;
}
.icon-6682{
	color:var(--swatch-var-No-hay-Selección-Copy)!important;
	border-color:var(--swatch-var-No-hay-Selección-Copy)!important;
}

/* Bloc image backgrounds */

.bg-CUCHARA{
	background-image:url("img/CUCHARA.svg");
	background-image: -webkit-image-set(url("img/CUCHARA.webp") 1x,
url("img/CUCHARA.webp") 2x);background-image: image-set(url("img/CUCHARA.svg") 1x,
url("img/CUCHARA.svg") 2x,url("img/CUCHARA.webp") 1x,
url("img/CUCHARA.webp") 2x);
}
.bg-div-1-a{
	background-image:url("img/div_1_a.jpg");
	background-image: -webkit-image-set(url("img/div_1_a.webp") 1x,
url("img/div_1_a.webp") 2x);background-image: image-set(url("img/div_1_a.jpg") 1x,
url("img/div_1_a.jpg") 2x,url("img/div_1_a.webp") 1x,
url("img/div_1_a.webp") 2x);
}
.bg-div-2-a{
	background-image:url("img/div_2_a.jpg");
	background-image: -webkit-image-set(url("img/div_2_a.webp") 1x,
url("img/div_2_a.webp") 2x);background-image: image-set(url("img/div_2_a.jpg") 1x,
url("img/div_2_a.jpg") 2x,url("img/div_2_a.webp") 1x,
url("img/div_2_a.webp") 2x);
}



/* = 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){
	.boton_wassap{
		width:90px;
		position:fixed;
		right:15px;
		bottom:15px;
	}
	.pad_tablet_hero{
		padding-top:0px;
	}
	.img-bloc-7-style{
		width:900px;
		padding-bottom:97px;
		padding-right:0px;
		margin-right:360px;
	}
	.bloc-bloc-7-padding-top{
		padding-top:54px;
	}
	.img-5-style{
		width:900px;
	}
	.p-bloc-8-style{
		padding-top:0px;
		margin-bottom:64px;
	}
	.img-placeholder-us-style{
		width:200px;
	}
	.img-8-style{
		width:200px;
	}
	.img-7-style{
		width:200px;
	}
	.img-bloc-11-style{
		padding-top:12px;
	}
	.p-margin-left{
		padding-bottom:14px;
		margin-bottom:16px;
		margin-top:-22px;
		padding-left:0px;
		margin-left:20px;
		font-size:14px;
		padding-top:19px;
	}
	.bloc-padding-left{
		padding-left:0px;
	}
	.h3-padding-left{
		font-size:24px;
		padding-left:0px;
		margin-left:20px;
	}
	.btn-cotizar-ahora-style{
		width:74.93%;
	}
	.img-maquinaria-style{
		width:359px;
	}
	.h2-1-style{
		width:100%;
		font-size:24px;
	}
	.p-style{
		font-family:"NunitoSans-Regular";
	}
	
}

@media (max-width: 767px){
	.parrafo-style{
		width:100%;
	}
	.p-bloc-8-style{
		width:88.59%;
	}
	.bloc-padding-top{
		padding-top:52px;
	}
	.img-placeholder-us-style{
		width:200px;
		padding-top:30px;
	}
	.img-7-style{
		width:200px;
		padding-top:61px;
	}
	.img-8-style{
		width:200px;
		padding-top:60px;
	}
	.h3-padding-top{
		padding-top:0px;
		margin-top:-36px;
	}
	.img-bloc-11-style{
		width:159px;
		padding-top:32px;
	}
	.h4-style{
		width:100%;
	}
	.h1-contáctenos-style{
		margin-top:-54px;
	}
	.h1-2-style{
		font-size:35px;
		margin-top:-45px;
	}
	.politicas{
		padding:0px 75px 0px 75px;
	}
	.texto-objetivos{
		font-family:"NunitoSans-Bold";
	}
	.img-wass-style{
		opacity:1.0;
		width:60px;
		position:fixed;
		right:30px;
		bottom:20px;
	}
	.h3-bloc-11-style{
		margin-bottom:24px;
	}
	.h2-padding-top{
		margin-top:52px;
	}
	.img-equipo-style{
		width:217px;
	}
	.img-style{
		width:334px;
	}
	.img-civilies-style{
		width:431px;
	}
	.img-ingenieria-style{
		width:427px;
	}
	.img-tierra-1j-style{
		width:442px;
	}
	.h2-1-style{
		width:100%;
	}
	
}

@media (max-width: 575px){
	.footer-link{
		text-align:center;
	}
	
}

