@font-face {
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
	src: url("fa-solid-900.eot");
	src: url("fa-solid-900.eot?#iefix") format("embedded-opentype"), 
		url("fa-solid-900.woff2") format("woff2"), 
		url("fa-solid-900.woff") format("woff"), 
		url("fa-solid-900.ttf") format("truetype"), 
		url("fa-solid-900.svg#fontawesome") format("svg"); 
}
@font-face {
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 400;
	src: url("fa-regular-400.eot");
	src: url("fa-regular-400.eot?#iefix") format("embedded-opentype"), 
		url("fa-regular-400.woff2") format("woff2"), 
		url("fa-regular-400.woff") format("woff"), 
		url("fa-regular-400.ttf") format("truetype"), 
		url("fa-regular-400.svg#fontawesome") format("svg"); 
}
@font-face {
	font-family: 'Font Awesome 5 Brands';
	font-style: normal;
	font-weight: normal;
	src: url("fa-brands-400.eot");
	src: url("fa-brands-400.eot?#iefix") format("embedded-opentype"), 
		url("fa-brands-400.woff2") format("woff2"), 
		url("fa-brands-400.woff") format("woff"), 
		url("fa-brands-400.ttf") format("truetype"), 
		url("fa-brands-400.svg#fontawesome") format("svg");
}
.fab {font-family: 'Font Awesome 5 Brands';}
.far, #menu_productos li:before {font-family: 'Font Awesome 5 Free';font-weight: 400; }
.fa, .fas, #menu_productos li:before {font-family: 'Font Awesome 5 Free'; font-weight: 900;}
/* FRONTEND CSS
*********************************************/

html {
	/* scrollbar fix (prevent ugly left pull for lower content sites) */
	overflow-y: scroll;
}

body {
	font-family: 'Prompt', sans-serif;
	line-height: 1.6em;
	color: #444;
	font-size: 11pt;
	font-weight: 300;
}



.g-recaptcha {
    transform: scale(0.65);
    -webkit-transform: scale(0.65);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    text-decoration: none;
    cursor: pointer;
    color: #0067c3;
}
img {
    width: auto;
    height: auto;
    max-width: 100%;    
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

/* Wraper and sections
*********************************************/
.wrapper {width: 100%;max-width: 1310px;margin: 0 auto;padding: 0 50px;}
.section {padding: 70px 0;clear: both;overflow: hidden;}
.section-color {background: #333333;height: 100%;color: #fff;padding: 30px;}

/* Titles
*********************************************/
h1, h2, h3, h4, h5 {line-height: 1.2em;margin: 0.75em 0;}
h1 {font-size: 28pt;font-family: 'Michroma', sans-serif;}
h2 {font-size: 24pt;font-family: 'Michroma', sans-serif;}
h3 {
	font-size: 13pt;
    font-family: 'Michroma', sans-serif;
    letter-spacing: 0.1em;
}
h4 {font-size: 14pt;}
h5 {font-size: 10pt;}



.color-default {
    color: #000;
}
.color-red {
    color: #0067c3;
}

.title-module strong {
    display: block;
    font-size: 50pt;
    line-height: 1em;
}
.title-module {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.2em;
	font-family: 'Michroma', sans-serif;
}
	

/* Transitions hovers
*********************************************/
a, i, #menu_productos li:before {
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
}
/* Columnas
*********************************************/
.row {overflow: hidden;margin: -1% -1% 0;}
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {float: left;padding: 0 1%;margin: 1% 0;}
.col1 {width: 8.333333333333332%;}
.col2 {width: 16.666666666666664%;}
.col3 {width: 25%;}
.col4 {width: 33.33333333333333%;}
.col5 {width: 41.66666666666667%;}
.col6 {width: 50%;}
.col7 {width: 58.333333333333336%;}
.col8 {width: 66.66666666666666%;}
.col9 {width: 75%;}
.col10 {width: 83.33333333333334%;}
.col11 {width: 91.66666666666666%;}
.col12 {width: 100%;}

/* alineaciones
*********************************************/
.center {text-align: center;}
.left {float: left;}
.right {float: right;}
.align-left {text-align: left;}
.align-right {text-align: right;}




/* Botones
*********************************************/
.btn {
    font-size: 1em!important;
    padding: 1em 2em!important;
    letter-spacing: 0.15em!important;
    border-radius: 5px;
    font-weight: 800!important;
	font-family: 'Michroma', sans-serif;
	display: inline-block;
}

.btn-default {
    background: #0067c3;
    color: #fff!important;
}

.cta {
    display: table;
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
}
.cta .btn {
    font-size: 9pt!important;
}

/* Header
*********************************************/
.header * {
	color: #000;
	font-size: 10pt;
}
.header ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.header {
    display: table;
    width: 100%;
    padding: 5px 0;
}
.logo {
    display: block;
    float: left;
    width: 100%;
    max-width: 220px;
}

.showcase {
    clear: both;
}
/* Menú principal
*********************************************/
.moduletable_menu {
    display: table;
    width: 100%;
}
#menu {
    list-style: none;
    margin: 0;
    padding: 0;
}










@media (min-width: 981px) {
.menu li {
    display: inline-block;
    margin-left: 60px;
    position: relative;
    padding: 1em 0;
}
.menu li:first-child {
    margin: 0;
}
.mainmenu a {
    color: #222;
    text-transform: uppercase;
    font-family: 'Michroma',sans-serif;
    letter-spacing: 0.1em;
    font-size: 10pt;
}

.mainmenu {
    padding: 0;
    border-top: 1px solid #efefef;
    width: 100%;
    text-align: center;
}

.enlace-especial {
    margin-left: 0;
    padding-left: 30px;
    border-left: 1px solid #ddd;
}
.enlace-especial img {
    display: none;
}
.enlace-especial span {
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    margin-left: 10px;
}

.enlace-especial, .enlace-especial span {
    color: #0067c3;
    font-size: 20pt;
}
#menu li.parent:hover ul {
    left: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: left 0s linear,transform .2s ease-out,opacity .2s ease-out;
    -moz-transition: left 0s linear,transform .2s ease-out,opacity .2s ease-out;
    -ms-transition: left 0s linear,transform .2s ease-out,opacity .2s ease-out;
    -o-transition: left 0s linear,transform .2s ease-out,opacity .2s ease-out;
    transition: left 0s linear,transform .2s ease-out,opacity .2s ease-out;
}

#menu li ul {
    list-style: none;
    margin: 0 0 0 -1.8em;
    text-align: center;
    position: absolute;
    top: 100%;
    left: -99999px;
    background: #f1f1f1;
    padding: 20px 15px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0,10px,0);
    -moz-transform: translate3d(0,10px,0);
    -ms-transform: translate3d(0,10px,0);
    -o-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
    -webkit-transition: left 0s .2s linear,transform 0s .2s linear,opacity .2s ease-out;
    -moz-transition: left 0s .2s linear,transform 0s .2s linear,opacity .2s ease-out;
    -ms-transition: left 0s .2s linear,transform 0s .2s linear,opacity .2s ease-out;
    -o-transition: left 0s .2s linear,transform 0s .2s linear,opacity .2s ease-out;
    transition: left 0s .2s linear,transform 0s .2s linear,opacity .2s ease-out;
    z-index: 99;
    max-width: 250px;
    min-width: 250px;
}

#menu > li > ul > li a {
	font-size: 9pt;
	font-family: 'Prompt', sans-serif;
}
#menu > li > ul > li:hover a {
    opacity: 0.5;
}
#menu > li > ul > li {
    float: none;
    display: block;
    text-align: left;
    margin: 0;
    padding: 7px 10px;
}


}




/* Slider
*********************************************/
.tp-bullets {
    opacity: 1!important;
}
.bullet {
    background: #fff!important;
    border-radius: 50%;
    width: 12px!important;
    height: 12px!important;
    margin: 0 5px!important;
}
.bullet.selected, .bullet:hover {
    background: #0067c3!important;
}




.header-section {
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-ms-background-size: cover!important;
	background-size: cover!important;
}


/* About home
*********************************************/
#about {
    position: relative;
    background: #f5f5f5;
}


#about:before, #about:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
	position: absolute;
	background-size: 45%!important;
}



#about:before {
    top: 0;
    right: 0;
/*     background: url(../images/layer1.png) no-repeat bottom left; */
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}


#about:after {
    bottom: 0;
    left: 0;
/*     background: url(../images/layer1.png) no-repeat bottom left; */
}




.moduletableabout {
    padding: 2em 0;
    font-size: 14pt;
    line-height: 1.6em;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}





#marcas {

}

.section-marcas {
    padding: 0 50px;
}




#footer * {color: #ddd;}

#footer {
    display: table;
    width: 100%;
    background: #303030;
    padding: 5em 0;
}
#footer input, #footer textarea {
    background-color: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.05);
}
input, textarea {
    width: 100%;
    border: 1px solid #ddd;
    padding: 1em 1.5em;
    margin-bottom: 15px;
    border-radius: 5px;
    outline: none;
}
.recaptcha-left {
    float: left;
}
.button-right {
    float: right;
}
.button {
    background: #0067c3!important;
    color: #fff;
    width: auto;
}




.panel-info p {
    margin-top: 0;
}
.panel-info h3 {
    margin-bottom: 0;
    line-height: normal;
}
.panel-info p, .panel-info h3 {
    overflow: hidden;
}

.panel-info {
    display: table;
    width: 100%;
    margin: 20px 0;
}
.icon_info i {
    color: #fff!important;
}
.icon_info {
    background: #0067c3;
    font-size: 15pt;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 14px 8px;
    text-align: center;
    float: left;
    margin-right: 20px;
    margin-top: 15px;
}

.panel-icon {float: left;margin-right: 10px;}
.panel-icon a {
    background-color: rgba(255, 255, 255, 0.14);
    width: 40px;
    height: 40px;
    border-radius: 5px;
    padding: 10px 8px;
    text-align: center;
    font-size: 15pt;
    margin-top: 10px;
    display: block;
}
.panel-social {
    margin-top: 6em;
}



#copyright {
    background: #1a1c1f;
    display: table;
    width: 100%;
    color: #ccc;
    font-size: 9pt;
    letter-spacing: 1px;
    padding: 2em 0;
}









.header-section {
    display: table;
    width: 100%;
    color: #fff;
    padding: 3em 0;
}
.title-cat {
	text-align: center;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}



.moduletablemenu_left {
    float: left;
    width: 100%;
    max-width: 250px;
    margin-right: 30px;
}
.body-productos {
    overflow: hidden;
}
#menu_productos {
    list-style: none;
    margin: 0;
    padding: 0;
}

#menu_productos li {
	margin-bottom: 15px;
}
#menu_productos li:before {
    content: '\f192';
    display: inline-block;
    font-weight: 400!important;
    float: left;
    margin-right: 10px;
}
#menu_productos li.current, #menu_productos li.current a, #menu_productos li:hover, #menu_productos li:hover a {
    color: #0067c3;
}

#menu_productos li a {
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    padding-bottom: 10px;
    display: block;
    border-bottom: 1px solid #ededed;
}


.panel-products {
    padding: 0 5%;
}
a.title-item-default {
    color: #000;
    font-weight: 400;
        font-size: 11pt;
}
.panel-text {
    font-size: 9pt;
}

.btn-full {
    width: 100%!important;
    display: block;
}
.margin-top {
    margin-top: 2em!important;
    display: table;
    width: 100%;
}








.top * {
	color: #fff;
	font-size: 10pt;
}


.top {
    display: table;
    width: 100%;
    background: #303030;
    color: #fff;
    padding: 15px 0;
}
.top ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.top li img {
    display: none;
}


.moduletablemenu-contacto {
    float: left;
}

#menu_contacto span {
    font-family: 'Oswald',sans-serif;
    font-weight: 400;
    margin-left: 10px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
#menu_contacto li {
    float: left;
    margin-right: 40px;
}
#menu_contacto li a:before {
    color: #0067c3;
}




ul.lang-inline li {
    float: left;
    margin-left: 10px;
    letter-spacing: 0.1em;
}
.moduletableidiomas {
    float: right;
	font-family: 'Oswald', sans-serif;
}









.moduletablemenu-social-media {
    float: right;
    padding-right: 25px;
    margin-right: 15px;
    border-right: 1px solid #7b7b7b;
}
#social_media_menu span {display: none;}
#social_media_menu li a:before {
    font-size: 9pt;
}
#social_media_menu li {
    float: left;
    margin-left: 10px;
}
#social_media_menu li a {
    background: #0067c3;
    display: block;
    width: 23px;
    height: 23px;
    text-align: center;
    padding: 5px 3px;
    border-radius: 5px;
}






.moduletablesearch {
    float: right;
    min-width: 380px;
    padding: 1.7em 0;
}

.moduletablesearch input {
    background: #f5f5f5;
    border-color: #f5f5f5;
    margin-bottom: 0;
    float: left;
    height: 47px;
}
.moduletablesearch input:first-child {
    width: calc(100% - 54px);
    border-radius: 5px 0 0 5px;
}
.search input.button {
    background: url(../images/searchIcon.png) center center no-repeat #f5f5f5!important;
    border: 0;
    text-indent: -999px;
    border-radius: 0 5px 5px 0;
    background-size: 16px!important;
    padding-right: 2.5em;
    width: auto;
}




#menu-productos {
    display: table;
    width: 100%;	
}

#menu-productos, #menu-productos ul, #menu-marcas {
	list-style: none;
    padding: 0;
    margin: 0;

}
#menu-productos li > ul {
    margin: 30px -15px 0;
    overflow: hidden;
    text-align: center;
}
#menu-productos > li {
    margin-bottom: 70px;
}

#menu-productos > li.parent span {
    margin-left: -25%;
}


#menu-productos li > ul > li {
    width: 25%;
    display: inline-block;
    margin: 10px 0;
    padding: 0 15px;
}
#menu-productos span.image-title, #menu-marcas li span.image-title {
    display: none;
}

/*
#menu-productos li > ul > li:last-child {
    width: 100%;
    float: none;
    clear: both;
    text-align: center;
    padding: 0;
    margin-top: 30px;
    display: inline-block;
    overflow: hidden;
}
*/

/*
#menu-productos li > ul > li:last-child a {
    display: inline-block;
    cursor: pointer;
}
*/


#menu-productos a, #menu-productos span {
    font-weight: 700;
    color: #222;
    font-size: 20pt;
    text-align: left;
    display: block;
    letter-spacing: 0.1em;
}




#menu-marcas li {
    width: 33.33%;
    display: inline-block;
    margin: 10px 0;
    padding: 0 10px;
	position: relative;
}
#menu-marcas li:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
}








.category-product {

}
.moduletablemenu-marcas {
    text-align: center;
}



.ug-thumbs-grid, .ug-thumbs-grid-inner {
    width: 100%!important;
    left: 0!important;
    height: auto!important;
    display: table!important;
    position: static!important;
}
.ug-thumb-wrapper {
    width: 25%!important;
    height: 0!important;
    padding: 10% 0!important;
    position: static!important;
    float: left;
}
.ug-thumb-wrapper {
    width: 25%!important;
    height: auto!important;
    padding: 0.5%!important;
    position: static!important;
    float: left;
    box-shadow: none!important;
    background-color: #fff!important;
    border: 0!important;
}


.ug-thumb-wrapper.ug-tile img.ug-thumb-image {
    position: static!important;
    width: 100%!important;
    height: auto!important;
    border: 1px solid #ededed!important;
    display: block!important;
}
.ug-thumb-overlay {
    width: 100%!important;
    height: auto!important;
    position: static!important;
    display: none!important;
}
.unite-gallery.ug-gallery-wrapper {
    height: auto!important;
}

.moduletablegaleria {
    overflow: hidden;
    margin: 3em 0;
}




.Title_white_INDIMSA {
    font-size: 6vw!important;
}

.Sutbtitle_white_IDIMSA {
    font-size: 3vw!important;
}
.ug-slider-control {
    display: none!important;
}

/* MEDIA QUERIES
*********************************************/

@media (max-width: 1240px) {
	.menu li {
	    float: left;
	    margin-left: 40px;
	}
	.enlace-especial, .enlace-especial span {
	    font-size: 14pt;
	}
}


@media (max-width: 1024px) {
	.logo {
	    max-width: 190px;
	}
	#about {
	    background-position: 50% 50%;
	}
	.moduletableabout {
	    width: 65%;
	}

#menu-productos li > ul > li {
    width: 33.33%;
}
.section-cat-description .col5, .section-cat-description .col7 {
    width: 100%;
}


}


@media (max-width: 980px) {
nav.mainmenu {
    display: none!important;
}	

.Title_white_INDIMSA {
    font-size: 8vw!important;
    margin-top: -0.5em!important;
}
.Sutbtitle_white_IDIMSA {
    font-size: 4vw!important;
}

.moduletablemenu_left {
    display: none;
}
.logo {
    position: relative;
    z-index: 99999999;
}
.enlace-especial {
    border-left: 0;
}
h1 {font-size: 26pt;}
h2 {font-size: 20pt;}
h3 {font-size: 14pt;}
h4 {font-size: 12pt;}
h5 {font-size: 9pt;}
.title-module strong {
    font-size: 45pt;
}

}

@media (max-width: 768px) {

.ug-thumb-wrapper {
    width: 33.33%!important;
}

.moduletablesearch {
    min-width: 320px;
}

.moduletablemenu-social-media {
    display: none;
}
.wrapper {
    padding: 0 30px;
}
	.moduletableabout {
	    font-size: 16pt;
	}
	.moduletableabout {
	    font-size: 14pt;
	}

h1 {
    font-size: 24pt;
}

}


@media (max-width: 767px) {
#menu-productos > li.parent span {
    margin-left: 0;
}
.item-section .col2, .item-section .col8 {
    width: 100%;
}
h1 {
    font-size: 20pt;
}
.moduletableabout {
    font-size: 12pt;
}
.moduletablesearch {
    display: none;
}
.logo {
    max-width: 220px;
    margin: 0 auto;
    float: none;
}
.section-products .col4 {
    width: 50%;
}
.top * {
    font-size: 9pt;
}
#menu_contacto li {
    margin-right: 20px;
}

#about {
    background: #fff;
}
#marcas {
    background: #fff;
}
.moduletableabout {
    width: 100%;
    padding: 0 0;
}
.section {
    padding: 40px 0;
}
.section-marcas-wrap .col4, .section-marcas-wrap .col8 {
    width: 100%;
}
.title-module {
    font-size: 18pt;
}
.title-module strong {
    font-size: 30pt;
}
.section-footer .col6 {
    width: 100%;
}
#footer {
    padding: 2em 0;
}
.panel-social {
    margin-top: 3em;
    margin-bottom: 3em;
}
.section-marcas .col3 {
    width: 33.33%;
}
.button {
    width: 100%;
}

}

@media (max-width: 500px) {
h1 {
    font-size: 16pt;
}
.ug-thumb-wrapper {
    width: 50%!important;
}
.Title_white_INDIMSA {
    font-size: 12vw!important;
    margin-top: -0.7em!important;
}
.Sutbtitle_white_IDIMSA {
    font-size: 5.5vw!important;
}

.top * {
    font-size: 11pt;
}
.top {
    padding: 10px 0;
    text-align: center;
    display: block;
    overflow: hidden;
    height: 44px;
}
.moduletableidiomas {
    float: none;
    display: inline-block;
}
ul.lang-inline li {
    margin-right: 10px;
}
.moduletablemenu-contacto {
    display: none;
}
.wrapper {
    padding: 0 30px;
}
.mean-container a.meanmenu-reveal {
    padding-right: 30px!important;
}

.section-marcas {
    padding: 0 30px;
}
.section-marcas .col3 {
    width: 50%;
}

}

/* for higher resolutions (android and retina) */
@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (max--moz-device-pixel-ratio: 1.5) {
  
}