/*
	Theme Name: t466jHjHxHAGxHAGqd_agsa
	Text Domain: t466jHjHxHAGxHAGqd_agsa
*/
@font-face 
{
    font-family: 'extrabold';
    src: url('fonts/Poppins-ExtraBold.eot');
    src: url('fonts/Poppins-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Poppins-ExtraBold.woff2') format('woff2'),
        url('fonts/Poppins-ExtraBold.woff') format('woff'),
        url('fonts/Poppins-ExtraBold.ttf') format('truetype'),
        url('fonts/Poppins-ExtraBold.svg#Poppins-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face
{
	font-family:'bold';
	src:url('fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Poppins-Bold.woff') format('woff'),
		url('fonts/Poppins-Bold.ttf')format('truetype'),
		url('fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
	font-weight:normal;
	font-style:normal;
}
@font-face
{
	font-family:'semibold';
	src:url('fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Poppins-SemiBold.woff') format('woff'),
		url('fonts/Poppins-SemiBold.ttf')format('truetype'),
		url('fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
	font-weight:normal;
	font-style:normal;
}
@font-face{
	font-family:'medium';
	src:url('fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
		url('fonts/Poppins-Medium.woff') format('woff'),
		url('fonts/Poppins-Medium.ttf')format('truetype'),
		url('fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
	font-weight:normal;
	font-style:normal;
}
@font-face
{
	font-family:'regular';
	src:url('fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/Poppins-Regular.woff') format('woff'),
		url('fonts/Poppins-Regular.ttf')format('truetype'),
		url('fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
	font-weight:normal;
	font-style:normal;
}
@font-face
{
	font-family:'light';
		src:url('fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/Poppins-Light.woff') format('woff'),
		url('fonts/Poppins-Light.ttf')format('truetype'),
		url('fonts/Poppins-Light.svg#Poppins-Light') format('svg');
	font-weight:normal;
	font-style:normal;
}


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body ,
.layer-slider,
.layer-banner
{
    font-size: 14.75px;  
}

::placeholder 
{ 
  color:  #000;
}
:-ms-input-placeholder 
{ 
  color:  #000;
}
::-ms-input-placeholder 
{ 
  color:  #000;
}
::-webkit-scrollbar 
{
	-webkit-appearance: none;
}
::-webkit-scrollbar:vertical 
{
	width:15px;
}
::-webkit-scrollbar-button:increment,
::-webkit-scrollbar-button 
{
	display: none;
} 
::-webkit-scrollbar:horizontal 
{
	height: 10px;
}
::-webkit-scrollbar-thumb 
{
	background-color: #062565;
	border: 0px solid #062565;
}
::-webkit-scrollbar-track 
{
	border-radius: 0px;  
}

img
{
	border:none;
	display:block;
}
li
{
	list-style:none;
}
a
{
	text-decoration:none;
}
p 
{
	margin:0;
}
.relative 
{
	position:relative;
}
.center
{
	width: 95em;
    margin: 0 auto;
}
.center-full
{
	width: 87%;
    margin: 0 auto;
}
.flexbox 
{
    display: flex; 
    flex-flow: row wrap; 
}
.flexbox-between 
{
    display: flex;   
	flex-flow: row wrap; 
	justify-content: space-between;
}
.clear
{
	clear:both;
}
.alignright 
{
    float: right;
    margin-left: 2em;
    margin-bottom: 1em;
}
.alignleft 
{
    float: left;
    margin-right: 2em;
    margin-bottom: 1em;
}
.aligncenter 
{
    margin: 0 auto;
    text-align: center;
    display: inherit;
}
* 
{
	box-sizing: border-box;
}
*:focus
{
	outline:none;
}
header 
{ 
	width:100%;
}
#container-module-header 
{
    width: 100%;
    padding: 1.5em 0;
    position: relative;
    z-index: 999;
	background: #062565;
}


#container-module-bar
{
    width: 100%;
    padding: 1em 0;
    position: fixed;
    z-index: 999;
	background: #062565;  
    top: -100%;
    transition: all 0.3s ease-in-out;
}
#container-module-bar .column-menu > div > ul > li > a
{
	color: #fff;   
	font: 1.235em/1em regular;
}
.activebar
{
	top:0 !important;
}


.row-header 
{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.column-logo
{
	width:15%;
}
.column-logo img 
{
	width:20em;
	height:auto;
	filter: brightness(0) invert(1);
}
.column-menu > div > ul
{
    display: flex;
    align-items: center;
}
.column-menu > div > ul > li 
{
    margin-left: 3.2375em;
	position:relative;
	padding: 1.5em 0px;
}
.column-menu > div > ul > li > a
{
    font:1.235em/1em regular;
	color:#fff;
}
.column-menu > div > ul > li > a:hover
{
	color:#e51111 !important;
}
.column-menu > div > ul > li.active > a ,
.current_page_item  a
{
	color:#e51111 !important;
}


.sub-menu
{
	position: absolute;
    top: 3.5em;
    width: 16em;
    background: #062565;
    z-index: 99;
	display:none;
}
.column-menu > div > ul > li:hover > .sub-menu
{
	display:block;
}
.column-menu > div > ul > li:hover > a
{
	color:#e51111;
}
.sub-menu a
{
    font: 1.135em/1.2em regular;
    color: #fff;
    padding: 1.25em 1em;
	display: block;
}
.sub-menu > ul
{
   display:none !important;
}
.sub-menu li a:hover
{
    background:#000;
}
.sub-menu .sub-menu
{
	top: 0em;
	left: 100%;
	width: 16em;
}
.column-menu div > ul > li:hover > .sub-menu > li:hover .sub-menu
{
	display: block;
}


.btn-whatsapp a img
{
	width: 3em;
	filter: brightness(0) saturate(100%) invert(16%) sepia(80%) saturate(3032%) hue-rotate(187deg) brightness(90%) contrast(98%);
	filter: brightness(0) invert(1);
}

.column-data 
{
    display: flex;
}
.column-phone 
{
    display: flex;
    margin-right: 2em;
}
.column-phone a
{
	font: 1.235em/1em regular;
    color: #fff;
	display: flex;
    align-items: center;
	margin-left: 0.5em;
}
.phoneHeader
{
	width: 1.2em;
    height: 1.2em;
    padding: 0;
	background:url('images/iconsPhone.png') no-repeat left center / contain;
	padding-left: 1.5em;
    filter: brightness(0) invert(1);
}


#container-module-serviceCat
{
	width:100%;
	padding:4.775em 0 3.375em 0;
}
.row-serviceCat
{
	width:100%;
}
.title-serviceCat 
{
    width: 60%;
    margin: 0 auto;
}
.title-serviceCat h2
{
	font: 2.5em/1em semibold;
    color: #000;
    text-align: center;
    letter-spacing: -0.75px;
}
.title-serviceCat p
{
    font: 1.4em / 1.5em regular;
    color: #000;
    text-align: center;
    margin: 0.75em 0 2em 0
}
.row-group-serviceCat
{
	width:100%;
	display:flex;
	flex-flow:row wrap;
}
.column-serviceCat
{
	width: 48%;
	margin: 1em 1%;
	position: relative;
	overflow: hidden;
}
.columnimage-serviceCat img
{
	width: 100%;
	height: 27em;
}
.more-serviceCat
{
    background: #062565;
    position: absolute;
    bottom: 9em;
    padding: 0.67em 1em;
    display: flex;
    align-items: center;
    justify-content: space-around;
    transition: all .35s;
    left: 0;
}
.more-serviceCat span
{
	font: 1.3em / 1em light;
    color: #fff;
    transition: all .35s;
    width: 0;
    overflow: hidden;
	white-space: nowrap;
}
.column-serviceCat:hover .more-serviceCat span
{
    width: 4.5em;
	margin-right: 0.75em;
}
.more-serviceCat i
{
	font: 1.4em/1em regular;
	color: #fff;
}
.text-serviceCat 
{
    padding: 1em 0.5em;
}
.text-serviceCat h3 
{
    font: 1.5em / 1em semibold;
    color: #000;
    text-align: center;
    margin-bottom: 0.5em;
}


.title-contact h2 
{
	font: 2.5em/1em semibold;
	color: #000;
	text-align: center;
	margin-bottom: 1.5em;
}



#container-module-listCat
{
	width: 100%;
	padding: 5em 0;
}
.title-listCat
{
	width: 60%;
	margin: 0 auto;
}
.title-listCat h2
{
	font: 2.5em/1em semibold;
	color: #000;
	text-align: center;
	margin-bottom: 0.5em;
}
.title-listCat p
{
	font: 1.4em/1.5em regular;
	color: #000;
	text-align: center;
	margin-bottom: 1.5em;
}
.row-listCat
{
	width: 100%;
	display: flex;
    flex-flow: row wrap;
}
.row-listCat > div
{
	width: 48%;
	margin: 1em 1%;
	position: relative;
	overflow: hidden;
}
.more
{
    background: #062565;
    position: absolute;
    bottom: 9em;
    padding: 0.67em 1em;
    display: flex;
    align-items: center;
    justify-content: space-around;
    transition: all .35s;
    left: 0;
}
.more span
{
	font: 1.3em / 1em light;
    color: #fff;
    transition: all .35s;
    width: 0;
    overflow: hidden;
	white-space: nowrap;
}
.column-listCat:hover .more span
{
    width: 4.5em;
	margin-right: 0.75em;
}
.more i
{
	font: 1.4em/1em regular;
	color: #fff;
}
.column-image-listCat img
{
	width: 100%;
	height: 27em;
}
.columncontent-listCat
{
	padding: 1em 0.5em;
}
.columncontent-listCat h3
{
	font: 1.5em/1em semibold;
	color: #000;
	text-align: center;
	margin-bottom: 0.5em;
}
.columncontent-listCat p
{
	font: 1.4em/1.5em regular;
	color: #7C7C7C;
	text-align: center;
}


#container-module-cat
{
	width:100%;
	padding: 5em 0;
}
.row-cat
{
	width:100%;
	display:flex;
	flex-flow:row wrap;
	justify-content:space-between;
}
.row-title h3 
{
    font: 2.25em / 1.3em semibold;
    color: #204E51;
    text-align: center;
	margin-bottom: 1em;
}
.column-cat
{
	width:31%; 
	border:1px solid #C7C7C7;
	position:relative; 
	overflow: hidden;
	margin-bottom: 2em;
}
.column-cat a 
{
    display: flex;
    justify-content: flex-end;	
}
.column-cat:nth-child(3) a,
.column-cat:nth-child(4) a
{
    justify-content:flex-start;
}
.column-cat:nth-child(4) 
{
    position: relative;
}
.column-cat:hover span
{
    background:#FD8552;
}
.column-cat img
{
    width: 100%;
    height: 32em;
    object-fit: cover;
}
.columncontent-cat
{
    width: 100%;
    height: 32em;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease-in-out;
    padding: 2em 1em;
}
.btn-cat 
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1em;
}
.btn-cat h3 
{
    font: 1.2em / 1.2em bold;
    color: #000;
    position: relative;
    padding-left: 1em;
}
.btn-cat h3:before
{
    content: "";
    width: 11px;
    height: 11px;
    position: absolute;
    left: 0;
    top: 0.2em;
    background: #02507E;
}
.btn-cat span
{
    font: 1.2em / 1.2em bold;
    color: #fff;
	padding: 0.5em;
	background: #02507E;
}
.columncontent-cat p 
{
    font: 1.4em / 1.2em regular;
    color: transparent;
	position: absolute;
    top: 7em;
}


.column-cat:hover .columncontent-cat
{
    background: rgb(89 93 96 / 70%);
}

.numero 
{
    transform: rotateZ(270deg);
    position: absolute;
    right: 0;
    bottom: 15px;
	font: 9em/1em regular;
    color: #EFEEEE;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	color: transparent;
}
.columncontent-cat:hover .numero
{
	font: 11em/1em regular;
	color: #fff;
}

.column-cat:hover .columncontent-cat p 
{
	color: #fff;
}


#container-module-option
{
	width: 100%;
	position: relative;
	background: #000;
}
#container-module-option > img
{
	width: 100%;
	height: auto;
	opacity: 0.5;
}
.column-option 
{
    width: 23%;
    margin: 0 1%;
}
.content-option
{
	position: absolute;
    top: 0;
    width: 90%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
	flex-flow: row wrap;
}
.content-option img
{
	width: 7em;
	height: 5em;
	margin: 0 auto;
}
.content-option h2
{
	font: 1.5em/1em semibold;
	color: #fff;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	text-align: center;
}
.content-option p
{
	font: 1.235em/1.5em regular;
	color: #fff;
	text-align: center;
}
.content-option .column-option:last-child .icon-option img
{
	width: 4em;
}

#container-module-banner
{
	width: 100%;
	position: relative;
	background: #000;
}
#container-module-banner > img
{
	width: 100%;
	height: auto;
	opacity: 0.6;
}
.content-banner
{
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	left: 8.5%;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
}
.content-banner img
{
	width: 20em;
	height: auto;
}
.content-banner h2
{
	font: 3.5em/1em semibold;
	color: #fff;
	margin-bottom: 0.5em;
	margin-top: 2em;
}
.content-banner p
{
	font: 1.4em/1.5em regular;
	color: #fff;
}
.content-banner a
{
    font: 1.3em / 1em regular;
    color: #fff;
    padding: 0.75em 1.5em;
    display: table;
    margin-top: 2em;
    border: 1px solid #062565;
	display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
    background: #062565;
}
.content-banner a:hover
{
    background: #e51111;
    border: 1px solid #e51111;
}


.content-banner a i
{
	margin-left:1em;
	width:0.8em;
	height:0.8em;
    background: url("images/flechaHome.png") no-repeat center / contain;	
}




/* #container-module-product 
{
    width: 100%;
    padding: 5.75em 0;
    background: #fff;
}
.row-title
{
	width:100%;
}
.row-title h3 
{
    font: 2.25em/1.3em semibold;
    color: #0157AC;
	text-align:center;
	margin-bottom: 0.5em;
}
.row-title p
{
    font: 1.5em/1em light;
    color: #939291;
	text-align:center;
} */


.row-tab-product
{
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
	margin-top: 2em;
	margin-bottom: 1em;
}
.row-tab-product a
{
	font: 1.3em / 1em regular;
    background: #F5F5F5;
    color: #fff;
    display: table;
    width: 18%;
    margin: 0.5em 1%;
	padding: 0.75em 0;
	transition: all 0.3s ease-in-out;
}
.row-tab-product a img
{
	width: 8em;
    height: 3em;
    object-fit: contain;
    margin: 0 auto;
}
.row-tab-product a:hover
{
	background: #0157AC;
}
.row-tab-product a:hover img
{
	filter: brightness(0) invert(1);
}









.row-product
{
    width: 100%;
	margin-top:3.5em;
}
.marcas_subcategorias 
{
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
}
.column-product
{
    width: 28%;
    margin-right: 2.5%;
    margin-left: 2.5%;
    margin-bottom: 2.5%;
    background: #fff;
    position: relative;
}
.column-product a
{
    width: 100%;
    height: 25em;
	position:absolute;
	top:0;
	left:0;
	background: rgb(15 79 118 / 80%);
	display: flex;
    align-items: center;
    justify-content: center;
	
	visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.column-product:hover a  
{
	visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}


.column-product a span 
{
    font: 1.15em / 1em medium;
    padding: 0.5em 1.25em;
    color: #2E6FAA;
    background: #F8C807;
}
.image-product
{
    width: 100%;
}
.image-product img
{
    width: 100%;
    height: 25em;
    object-fit: cover;
}
.column-product h3 
{
    font: 1.2em / 1.2em semibold;
    color: #0157AC;
    text-align: center;
    padding: 0.25em 2em 1.5em 2em;
}


.column-productCat
{
    width: 28%;
    margin-right: 2.5%;
    margin-left: 2.5%;
    margin-bottom: 2.5%;
    background: #fff;
    position: relative;
}
.column-productCat a
{
    width: 100%;
    height: 25em;
	position:absolute;
	top:0;
	left:0;
	background: rgb(15 79 118 / 80%);
	display: flex;
    align-items: center;
    justify-content: center;
	
	visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.column-productCat:hover a  
{
	visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}
.column-productCat a span 
{
    font: 1.15em / 1em medium;
    padding: 0.5em 1.25em;
    color: #2E6FAA;
    background: #F8C807;
}
.image-productCat
{
    width: 100%;
}
.image-productCat img
{
    width: 100%;
    height: 25em;
    object-fit: cover;
}
.column-productCat h3 
{
    font: 1.2em / 1.2em semibold;
    color: #0157AC;
    text-align: center;
    padding: 0.25em 2em 1.5em 2em;
}
 
 
#container-module-contact 
{
    width: 100%;
    padding: 5.75em 0;
    background: #f8f8f8;
}
.row-title
{
	width:100%;
}
.row-title h3 
{
	font: 3.1em / 1em bold;
    color: #282828;
    text-align: center;
    letter-spacing: -0.75px;
}
.row-title h4
{
    font: 1.435em / 1.3em light;
    color: #545454;
    text-align: center;
    margin: 0.75em 0 2em 0
}


.title-tab
{
	padding:1em 0;
	display:flex;
	justify-content:center;
}
.title-tab a
{
	font: 1.475em / 1em regular;
    color: #282828;
    text-transform: uppercase;
	margin:0 2em;
	display: none;
}
.title-tab a.active 
{
    color: #FD8552 !important;
	font: 1.575em / 1em bold !important;
}


.row-contact-tab
{
	margin:3.75em 0 7em 0;
	display:flex;
	flex-flow:row wrap;
	justify-content:space-between;
}
.column-left-contact-tab
{
    width: 30%;
    padding-right: 5em;
}


.row-contact
{
    width: 100%;
	display:flex;
	justify-content:space-between;
	flex-flow:row wrap;
}
.columnright-contact
{
    width: 65%;
}
.row-field-contact
{
    width: 100%;
}
.row-field-contact p
{
	margin-bottom:1em;
	width: 49%;
}
.row-field-contact form 
{
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}
.row-field-contact br 
{
	display:none;
}
.row-field-contact input[type="text"] , 
.row-field-contact input[type="tel"] , 
.row-field-contact input[type="email"]
{
    width: 100%;
    border: 1px solid #282828;
    height: 2.85em;
    font: 1.15em / 1em regular;
    background: none;
    padding-left: 1em;
    padding-right: 1em;
}
.row-field-contact select
{
    width: 100%;
    border: 1px solid #282828;
    height: 2.85em;
    font: 1.15em / 1em regular;
    background: none;
    padding-left: 1em;
    padding-right: 1em;
}
.row-field-contact textarea
{
    width: 100%;
    border: 1px solid #282828;
    font: 1.15em/1em regular;
    background: none;
    padding-left: 1em;
    padding-right: 1em;
	height: 8em;    
	resize: none;
	padding-top: 1em;
}
.row-field-contact input[type="submit"]
{
    border: none;
    font: 1.35em / 1em regular;
    background: #062565;
    color: #fff;
    padding-left: 2em;
    padding-right: 2em;
    display: table;
    cursor: pointer;
    height: 2.5em;
}
.row-field-contact input[type="submit"]:hover
{
    background: #e51111;
}
.fullwidth 
{
	width:100% !important;
}
.wpcf7-spinner
{
	display:none !important;
}
.wpcf7-not-valid-tip 
{
    color: #0157AC !important;
    font: 1em / 1em light !important;
    padding: 0.25em 1em !important;
    background: #e5e5e5 !important;
}

.wpcf7 form .wpcf7-response-output 
{
    margin: 0 !important;
    border: none;
    color: #ffffff !important;
    font: 1em / 1em light !important;
    padding: 0.25em 1em !important;
    background: #fd8552 !important;
}






.columnleft-contact
{
    width: 30%;
}
.contact
{
    width: 100%;
}
.contact h3
{
	font: 1.7em / 1.3em bold;
    color: #000; 
}
.contact h4
{
	font: 1.2em / 1.35em regular;
    color: #000;
    padding: 0.75em 0;
}
.row-datacontact ul li 
{
	margin:1em 0;
} 
.row-contact-tab .row-datacontact ul li 
{
	margin: 0;
} 

.row-datacontact ul li span
{
	font: 1.2em / 1.35em regular;
    color: #000;	
} 
.row-datacontact ul li a
{
	font: 1.2em / 1.35em regular;
    color: #000;
    display: block;
} 
.row-datacontact ul li a:hover
{
    color: #e51111;	
	text-decoration:underline;
} 
.row-socialcontact  
{
	display:flex;
	margin-top:0.75em;
}
.row-contact-tab .row-socialcontact 
{
	margin-top:1.75em;
}
.row-socialcontact img 
{
	width: 2.25em;
    margin-right: 0.5em;
}
.row-datacontact ul li 
{
    margin-bottom: 2.25em;
    padding-left: 3.25em;
}
.row-contact-tab .row-datacontact ul li 
{
    margin-bottom: 0;
    padding-left: 0;
}
.row-contact-tab .row-datacontact ul li 
{
	border-bottom: 1px solid #545454;
    padding-left: 3em;
    padding-top: 2em;
    padding-bottom: 2em;
}


.columnright-contact h2
{
    font: 3.1em / 1.1em bold;
    color: #e51111;
    text-align: center;    
}
.columnright-contact h3
{
    font: 2.875em/1em light;
    color: #545454;
    text-align: center;
	margin-bottom:1em;
}


.direction
{
	background:url("images/icon_ubicacion.svg") no-repeat left center / 1.5em;
}
.email
{
	background:url("images/icon_mensaje.svg") no-repeat left center / 1.5em;
}
.phone
{
	background:url("images/icon_whatsapp.svg") no-repeat left center / 1.5em;
}
 

 
#container-module-post 
{
    width: 100%;
    padding: 5.75em 0;
}
#container-module-post  .slick-slider 
{
    margin:0 -25px;
}
#container-module-post  .slick-slide
{
    margin-right:25px;
    margin-left:25px;
} 
.title-post h2
{
    font: 2.5em / 1em semibold;
    color: #000;
    text-align: center;
    margin-bottom: 0.5em;
}
.title-post p
{
    font: 1.4em / 1.5em regular;
    color: #000;
    text-align: center;
    margin-bottom: 1.5em;
}



.row-listpost
{
	margin-top:3.75em;
	margin-bottom:1.25em;
}
.column-post
{
    width: 32%;
    position: relative;
}

.image-post
{
	width: 100%;
    position: relative;
    overflow: hidden;
    background: #fff;
}
.image-post img
{
    width: 100%;
    height: 30em;
    transition: all 0.35s ease-in-out;
    margin: 0 auto;
    object-fit: cover;
}
.column-post:hover .image-post img 
{
    transform: scale(1.05);
}
.content-post  
{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
	padding: 2em 1em;
}
.content-post span 
{
    font: 1.15em / 1.2em regular;
    color: #686868;
    margin: 0.25em 0 0.5em 0;
    display: block;
}
.content-post h4
{
    font: 1.4em/1.2em semibold;
    color: #000;
}
.content-post .textpost
{
	font: 1.15em/1.2em regular;
    color: #686868;
    margin: 0.5em 0 1em 0;
}
.content-post h5
{
	font: 1.2em / 1em regular;
    color: #fff;
	background: #062565;
    border: 1px solid #062565;
    padding: 0.85em 2em;
    display: table;
	margin-top: 2em;
	transition: all 0.3s ease-in-out;
}
.column-post:hover .content-post  h5 
{
    background:#e51111;
	border: 1px solid #e51111;
}
 
 
#container-module-footer
{
    width: 100%;
    padding: 5em 0;
    background: #062565;
}
.row-footer
{
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}
.column-left-footer
{
	width:25%;
}
.row-logo-footer
{
	width:100%;
}
.row-logo-footer img
{
	width:17em;
	filter: brightness(0) invert(1);
}
.row-social-footer
{
	display:flex;
	margin-top:0.75em;
}
.row-social-footer img 
{
	width: 2.5em;
    margin-right: 0.75em;
	filter: brightness(0) invert(1);
}
.row-text-footer
{
    font: 1.1em/1.6em light;
    color: #fff;
    margin: 2em 0;
}

.column-right-footer
{
	width:60%;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}
.column-footer:first-child
{
	width:40%;
}
.column-footer
{
	width:20%;
}
.column-footer h3 
{
    font: 1.4em/1.2em medium;
    color: #fff;
	margin-bottom:2.15em;
}
.data-footer ul li 
{
    margin-bottom:2.25em;	
	padding-left:3.25em;
}
.data-footer ul li span
{
    font: 1.135em/1.1em light;
    color: #fff;
	display: block;
}
.data-footer ul li a
{
    font: 1.135em/1.1em light;
    color: #fff;	
	margin-top:0.25em;
}
.data-footer ul li a:hover 
{
	color:#e51111;
}
.data-footer .whatsapp
{
	background:url('images/icon_whatsapp2.svg') no-repeat left center / 2em;
}
.data-footer .email
{
	background:url('images/icon_mensaje2.svg') no-repeat left center / 1.9em;
}
.data-footer .maps
{
	background:url('images/icon_ubicacion2.svg') no-repeat left center / 1.6em;
}
.menu-footer li
{
    font: 1.1em/1.3em light;
    color: #fff;	
	margin-bottom:1.25em;
	position:relative;
	padding-left:1em;
}
.menu-footer li a 
{
    color: #fff;	
}
.menu-footer li a:hover 
{
	color:#e51111;
}
.menu-footer li:before
{
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 0.5em;
    background: #fff;
    border-radius: 50%;
}
 
/* SERVICES */
 
#container_module_lineTypes
{
	width: 100%;
	padding-top: 1em;
}
.group_lineTypes
{
	width: 100%;
}
.group_lineTypes ul
{
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.group_lineTypes ul li
{
	width: 49%;
	height: 27em;
	margin-bottom: 7em;
}

.container_image
{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	box-shadow: 5px 5px 5px #dddddd;
}
.container_image img
{
	width: 100%;
    height: 27em;
    object-fit: cover;
}
.content_lineTypes p
{
	font: 1.25em/1.5em regular;
    color: #fff;
	margin-bottom: 1em;
}
.content_lineTypes span 
{
    font: 1.2em / 1em medium;
    color: #fff;
    padding: 0.5em 1.15em;
    background: #e51111;
}
.content_lineTypes 
{
	display: flex;
    align-items: center;
	text-align: center;
	flex-direction: column;
    position: absolute;
    z-index: 9;
    padding: 0.5em 1em;
	
	
	background: rgb(6 37 101 / 75%);
	overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.5s, opacity 0.5s linear;
	
	width: 100%;
    height: 100%;
	justify-content: center;
    top: 0;
    left: 0;

}
.container_image:hover .content_lineTypes
{
    visibility: visible !important;
    opacity: 1 !important;
    transition-delay: 0s !important;
}
.content_title_project
{
	position: absolute;
	bottom: 1em;
	background: #fff;
    padding: 0.5em 1em 0.5em 2em;
	left: 0;
	display: flex;
}
.container_text 
{
    width: 100%;
    padding: 2em;
}
.container_text h2
{
	font: 1.3em / 1.5em bold;
    color: #000;
    padding-left: 1.5em;
    position: relative;
	text-transform: uppercase;
}
.container_text h2:before
{
    content: "";
    width: 11px;
    height: 11px;
    position: absolute;
    left: 0;
    top: 5px;
    background: #e51111;
}
 
 
#container-module-internal-banner  
{
    width: 100%;
	position:relative; 
	background: #000;
}
#container-module-internal-banner img 
{
    width: 100%;
    height: 25em;
	object-fit:cover;
	opacity: 0.9;
}
.layer-internal-banner
{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    display: flex;
    align-items: center;
    z-index: 9;
    justify-content: center;
    text-align: center;
}
.layer-internal-banner h1 
{
    font: 2.5em / 1.3em semibold;
    color: #fff;
    text-transform: uppercase;
    width: 35%;
}
.centerbanner
{
    width: 95em;
    margin: 0 auto;
}

.listpost
{
    width: 100%;
    padding: 5em 0;
    display: flex;
    flex-flow: row wrap;
}
.listpost  .column-post
{
	width:31%;
    margin-right:2%;
}
.listpost  .content-post 
{
    padding: 1.25em 2em 2em 2em;
}
.listpost .content-post h5 
{
    margin: inherit;
}


#container-module-about
{
    width: 100%;
    padding: 5.75em 0;
    background: #fff;
}
.row-about
{
    display: flex;    
	align-items: center;
    justify-content: space-between;
    flex-flow: row wrap;
}
.columimage-about
{
    width: 45%;
	height: auto;
	background: #F8F8F8;
}
.columimage-about img
{
    width: 100%;
	height: auto;
}
.columcontent-about
{
    width: 45%;
}
.columcontent-about h2 
{
    font: 3.5em/1.3em semibold;
    color: #000;
}
.columcontent-about .text 
{
	font: 1.235em/1.5em regular;
    color: #000;
    margin: 1em 0 1.75em 0;
}


#container-module-vision
 {
    width: 100%;
    padding: 3.75em 0;
    background: #F8F8F8;
}
#container-module-vision ul 
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: row wrap;
    width: 70%;
    margin: 0 auto;
}
#container-module-vision ul li
{
    width: 37%;
}
.icon-vision img
{
    width: 6em;  
	margin: 0 auto;
}
.data-vision 
{
    margin-top: 2em;
}
.data-vision h2
{
	font: 2em/1em bold;
    color: #000;
	text-align: center;
	margin-bottom: 0.5em;
}
.data-vision p
{
    font: 1.235em/1.5em regular;
    color: #000;
	text-align: center;
}


#container-module-category
{
    width: 100%;
    padding: 5.75em 0;
    background: #fff;
}
.row-category
{
    width: 100%;
    display: flex;    
    justify-content: space-between;
    flex-flow: row wrap;
}
.columnleft-category
{
    width: 25%;
}
.row-search
{
	background:#F4F4F4;
	padding:1.25em;
}
.row-search form 
{
	background:#fff;
	padding:0.5em;
    display: flex;    
    justify-content: space-between;	
}
.row-search form input[type="text"]
{
	font: 1.1em/1em regular;
    color: #0157AC;	
	border:none;
}
.row-search form input[type="submit"]
{
    width: 1.75em;
    height:  1.75em;
    background: url("images/icon-search.svg") no-repeat center / contain;	
	border:none;
	color:transparent;
	cursor:pointer;
}
.row-list-category
{
	width: 100%;
	background:#F4F4F4;
	padding:1.25em;
	margin-top:1.5em;
}
.row-list-category ul li
{
	position:relative;
	margin:1.25em 0;
}
.row-list-category ul li a
{
	font: 1.1em/1em regular;
    color: #000;	
	border:none;
}
.row-list-category ul li a:hover
{
	color: #FD8552;
    text-decoration: underline;
}
.row-list-category ul li.active a
{
    background: url("images/icon-menuactive.svg") no-repeat center right / 0.5em  !important;	
	color: #FD8552 !important;
}

.columnright-category
{
    width: 70%;
}
.row-breadcrumb
{
    width: 100%;
    background: #F4F4F4;
    padding: 1.25em;
	display:flex;
	flex-flow:row wrap;
}
.row-breadcrumb a
{
	font: 1.1em/1em regular;
    color: #0157AC;	   
}
.row-breadcrumb a:hover
{
	color: #FD8552;
    text-decoration: underline;  
}
.row-breadcrumb i
{
	font: 1.1em/1em regular;
    color: #0157AC;	 
	margin:0 0.5em;	
}
.row-breadcrumb span
{
	font: 1.1em/1em regular;
    color: #0157AC;	   
}
 
 
.row-menu-tabs
{
    width: 100%;
	display:flex;
	margin:1.5em 0;
}
.row-menu-tabs a
{
    font: 1.1em/1.2em regular;
	background: #F4F4F4;
    color: #fff;
    padding: 0.5em 1em;
    margin-right: 0.5em;
    text-align: center;
}
.row-menu-tabs a img 
{
    width: 8em;
    height: 3em;
    object-fit: contain;
    margin: 0 auto;
}
.row-menu-tabs a:hover img
{
	filter: brightness(0) invert(1);
}
.row-menu-tabs a:hover
{
    background: #0157AC !important;
	color:#FFF !important;
}
.row-menu-tabs a
{
    background: #F4F4F4 !important;
	color:#0157AC !important;
}
.row-menu-tabs a.active
{
    background: #0157AC !important;
    color: #fff !important;
}
.row-menu-tabs a.active img
{
    filter: brightness(0) invert(1);
}
 
 
 
 
.row-product-list
{
    width: 100%;
    display: flex;
    flex-flow: row wrap;
}
.row-product-list div
{
	display: flex;
	flex-flow: row wrap;
}

.column-product-cat
{
    width: 31%;
	margin-right:3%;
	margin-bottom:2.5%;
	background:#fff;
	position:relative;
}
.column-product-cat a
{
    width: 100%;
    height: 22em;
	position:absolute;
	top:0;
	left:0;
	background:rgb(25 65 67 / 85%); 
	display: flex;
    align-items: center;
    justify-content: center;
	
	visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.column-product-cat:hover a  
{
	visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}
.column-product-cat a span 
{
    font: 1.15em / 1em medium;
    color: #fff;
    padding: 0.5em 1.25em;
    background: #FD8552;
    border-radius: 2em;
}
.column-product-cat:nth-child(3n)
{
	margin-right:0%;
}
.image-product-cat
{
    width: 100%;
	border:1px solid #DDDDDD;
}
.image-product-cat img
{
    width: 100%;
    height: 22em;
    object-fit: cover;
}
.column-product-cat h3 
{
    font: 1.1em / 1.2em regular;
    color: #545454;
    text-align: center;
	margin-top:1em;
}
.column-product-cat h4
{
    font: 1.2em / 1.2em semibold;
    color: #0157AC;
    margin: 0 auto;
    margin-bottom: 1em;
    padding-top: 1em;
} 
.box
{
	position:sticky;
	top:3.5em;
}
 

#container-module-breadcrumb  
{
    width: 100%;
    height: auto;
	padding:3.5em 0;
	background:#0157AC;
}
#container-module-breadcrumb a
{
	font: 1.2em/1.3em regular;
    color: #fff;	   
}
#container-module-breadcrumb a:hover
{
	color: #FD8552;
    text-decoration: underline;  
}
#container-module-breadcrumb i
{
	font: 1.2em/1.3em regular;
    color: #fff;	 
	margin:0 0.5em;	
}
#container-module-breadcrumb span
{
	font: 1.2em/1.3em regular;
    color: #fff;	   
}
.breadcrumbpage
{
	display:flex;
}
#content_tabs1, 
#content_tabs2,
#content_tabs3
{
    padding-top: 1em;
}

.container_wrapper ul li
{
    font: 1.235em / 1em light;
    color: #000;
    margin-bottom: 1em;
    position: relative;
    margin-left: 2em;
}
.container_wrapper ul li:before
{
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    background: #02507E;
    border-radius: 100%;
    top: 0.20em;
    left: -1em;
}

 
 
#container-module-detailproduct 
{
    width: 100%;
    padding: 5.75em 0;
    background: #fff;
}
#container-module-detailproduct h2
{
    font: 2.5em/1.2em semibold;
    color: #02507E;
	margin-bottom: 1.5em;
}
.row-detailproduct
{
    width: 100%;
    display: flex;    
    justify-content: space-between;
    flex-flow: row wrap;
	align-items: center;
}
.columnleft-product
{
    width: 48%;
}
.columnleft-product h2
{
    font: 2.5em/1.2em semibold;
    color: #0157AC;
    margin-bottom: 1em;
}
.columnleft-product p
{
    font: 1.235em/1.5em regular;
    color: #000;
	text-align: justify;
}
.columnleft-product p strong
{
    font: 1em/1.5em bold;
    color: #000;
	text-align: justify;
}
.columnleft-product ul li
{
    font: 1.235em / 1.5em regular;
    color: #000;
    position: relative;
    margin-left: 2em;
	margin-bottom: 0.5em;
}
.columnleft-product ul li strong
{
    font: 1em / 1.5em bold;
    color: #000;
}

.columnleft-product ul li:before
{
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 100%;
    top: 0.45em;
    left: -1em;
}

.columnright-product
{
    width: 48%;
}
.columnright-product img
{
    width: 100%;
	height: 30vw;
}


.row-product-form h4 
{
    font: 1.6em / 1.2em semibold;
    color: #0157AC;
    margin-top: 2.25em;
    margin-bottom: 1.5em;
}

.row-postdetail
{
    width: 100%;  
	padding: 5em 0;
    display: flex;    
    justify-content: space-between;
    flex-flow: row wrap;
}
.columnleft-postdetail
{
    width: 70%;
}
.image-postdetail
{
	width:100%;
}
.image-postdetail img
{
	width:100%;
	height: 35em;
}
.columnleft-postdetail  h1 
{
    font: 1.8em / 1.2em semibold;
    color: #0157AC;
	margin-top: 1em;
}
.thecontent-postdetail
{
    font: 1.1em/1.4em regular;
    color: #686868;	
	margin:3em 0;
}
.thecontent-postdetail div ,
.thecontent-postdetail p
{
	margin:1em 0;
}
.thecontent-postdetail h2 ,
.thecontent-postdetail h3
{
	font-family:bold;
	color:#0157AC;
}
.thecontent-postdetail b ,
.thecontent-postdetail strong
{
	font-family:bold;
	color:#0157AC;
}

.columnright-postdetail
{
    width: 25%;
}
.row-list-postdetail
{
	width: 100%;
	background:#F4F4F4;
	padding:1.25em;
	position:sticky;
	top:5em;
}
.row-list-postdetail h3 
{
    font: 1.8em / 1.2em semibold;
    color: #0157AC;
    margin-top: 1em;
}
.row-list-postdetail ul li
{
	position:relative;
	margin:1.25em 0;
}
.row-list-postdetail ul li a
{
	font: 1.1em/1.3em regular;
    color: #000;	
	border:none;
}
.row-list-postdetail ul li a:hover
{
	color: #FD8552;
    text-decoration: underline;
} 
.row-imagebanner-postdetail
{
	width:100%;
}
.row-imagebanner-postdetail img
{
	width:100%;
}

.menu-mobile
{
	display:none;
}
#container-module-mobile
{
	display:none;
}




#container-module-404
{
    width: 100%;
    background: #114447;
    padding: 15em 0;	
}
#container-module-404 h1
{
    font: 10em/1em bold;
    color: #fff;
    letter-spacing: -2px;
    text-transform: uppercase;	
}
#container-module-404 h2
{
    font: 1.8em/1.2em light;
    color: #fff;
	margin:2em 0;
}
#container-module-404 a
{
    font: 1.3em/1em regular;
    color: #fff;
    border-radius: 3em;
    width: 8em;
    text-align: center;
    padding: 0.5em 0;
	background:#FD8552;
}


#container-content-map 
{
    width: 100%;
}
#container-content-map iframe
{
    width: 100% !important;
    height: 450px !important;
}

#container-content-dataContact
{
	width: 100%;
	background: #ECF2F8;
	padding: 5em 0;
}
.row-dataContact
{
	width: 100%;
	display: flex;
	flex-flow: row wrap;
}
.icono-dataContact 
{
    margin-right: 2em;
}
.column-dataContact
{
	width: 28%;
	margin: 0 2.66%;
	display: flex;
	justify-content: space-between;
}
.icono-dataContact img
{
	width: 4em;
}
.content-dataContact h2 
{
	font: 1.5em/1.2em bold;
    color: #000;
	margin-bottom: 0.5em;
}
.content-dataContact p
{
	font: 1.2em/1.5em regular;
    color: #000;
}

.icoWhatsapp
{
	display: block;
	background: url("images/icoWhatsapp.png");
	background-repeat: no-repeat;
	position: fixed;
	bottom: 130px;
	right: 8px;
	width: 85px;
	height: 85px;
	background-position: center;
	border-radius: 50%;
	z-index: 999999;
	background-size: 85%;
}


#container-module-title 
{
	width: 100%;
	margin-top: 3em;
}
#container-module-title h1
{
	font: 2.5em / 1em semibold;
    color: #000;
    text-align: center;
    letter-spacing: -0.75px;
	margin-bottom: 1em;
}


#container-module-projects
{
	width: 100%;
	margin-bottom: 3em;
}
.title-projects h2 
{
	font: 2.5em / 1em semibold;
    color: #000;
    text-align: center;
    letter-spacing: -0.75px;
	margin-bottom: 1em;
}
.row-projects
{
	width: 100%;
}
.column-projects
{
	width: 49%;
	height: 27em;
}
.more-projects
{
    padding: 0.67em 1em;
}
.more-projects span
{
	font: 1.3em / 1em light;
    color: #000;
    text-align: center;
    display: block;
}
.columnimage-projects
{
	width: 100%;
	height: 100%;
}
.columnimage-projects img
{
	width: 100%;
	height: 27em;
}
#container-module-projects .slick-slider 
{
    margin: 0 -15px;
}
#container-module-projects .slick-slide
{
    margin-right: 15px;
    margin-left: 15px;
} 
#container-module-projects .slick-prev
{
    position: absolute;
    width: 2.5em;
    height: 2.5em;
    top: 45%;
    left: -6%;
    border: none;
    color: transparent;
    padding: 0;
    cursor: pointer;
    z-index: 99;
    background: url("images/flechaIzquierdaTestimonio.svg") no-repeat center / 1.3em;
}
#container-module-projects .slick-next
{
    position: absolute;
    width: 2.5em;
    height: 2.5em;
    top: 45%;
    right: -6%;
    border: none;
    color: transparent;
    padding: 0;
    cursor: pointer;
    z-index: 99;
	background: url("images/flechaDerechaTestimonio.svg") no-repeat center / 1.3em;
}


#container-module-tabs
{
	width: 100%;
	padding: 5em 0;
}
.row-tabs
{
	width: 100%;
}
.title-tabs
{
    width: 100%;
    border-bottom: 3px solid #02507E;
    display: flex;
    justify-content: center;
}
.title-tabs a
{
    font: 1.2em / 1.2em regular;
    color: #fff;
    padding: 0.25em 3em;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em; 
	display: flex;
	align-items:center;
	margin: 0 0.23em;
	background: #02507E;
	transition: background 0.3s;
}
.title-tabs a:hover 
{
    background: #000; 
}

.title-tabs a.active 
{
    background: #000;
}

.container_wrapper h2
{
	padding-top: 1.5em;
}
.container_wrapper h2
{
	font: 1.7em / 1.35em regular;
    color: #000;
	margin-bottom: 0.5em;
}
.container_wrapper p
{
	font: 1.235em / 1.35em regular;
    color: #000;
}
















.movil
{
	display: none !important;
}


@media screen and (max-width: 1760px)
{
	body ,
	.layer-slider,
	.layer-banner
	{
		font-size: 12.75px;
	}

	
}

@media screen and (max-width: 1400px)
{
	body ,
	.layer-slider ,
	.layer-banner
	{
		font-size: 11.75px;
	}

	
}


@media screen and (max-width: 1100px)
{
	body ,
	.layer-slider ,
	.layer-banner
	{
		font-size: 8px;
	}
	.center
	{
		width: 90%;
	}

	

}

@media screen and (max-width: 760px)
{
	
	body ,
	.layer-slider ,
	.layer-banner ,
	.row-slider
	{
		font-size: 9.75px; 
	}
	#container-module-bar 
	{
		display:none !important;
	}
	.column-menu 
	{
		display:none;
	}
	#container-module-header 
	{
		position: fixed;
		top: 0;  
		z-index: 9999;
	}
	body 
	{
	    padding-top: 5.75em;	
	}
	.layer-slider div h2 
	{
		font: 2.25em / 1.3em regular;
	}		
	.column-cat 
	{
		width: 100%;
		height: auto;
		margin-top: 0 !important;
	}
	.layer-banner > div 
	{
		width: 90%;
	}
	.layer-banner div h3
	{
		font: 2.25em / 1.3em semibold;
	}	
	.textbanner
	{
		font: 1.35em / 1.2em regular;
		width: 50%;
	}
	.row-tab-product a 
	{
		width: 0%;
		margin: 0.5em 0.1em;
	}
	.column-product 
	{
		width: 100%;
		margin-right: 1% !important;
		margin-bottom: 1em;
		margin-left: 1% !important;
	}

	.columnleft-contact
	{
		width: 100%;
	}
	.columnright-contact
	{
		width: 100%;
	}	
	.row-field-contact p 
	{
		margin-bottom: 1em;
		width: 100%;
	}	
	.columnleft-contact .text 
	{
		font: 1.35em / 1.2em regular;
	}	
	.row-field-contact ,
	.content-post
	{
		font-size: 11.75px;
	}	
	
	
	#container-module-post  .slick-dots  
	{ 
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		left: 0em;
		position: relative;
		bottom: -1.25em;
		z-index: 99;
	}
	#container-module-post .slick-dots button 
	{
		border: none;
		padding: 0;
		width: 0.7em;
		height: 0.7em;
		background: #0157AC;
		margin: 0 0.25em;
		cursor: pointer;
		border-radius: 50%;
		display: block;
		color: transparent;
	}
	#container-module-post .slick-active button 
	{
		background:#FD8552 !important;  
		transform: scale(1.1);
	}
	#container-module-post .slick-slider {
		margin: 0 !important;
	}
	
	.column-left-footer ,
	.column-right-footer 
	{
		width:100%;
	}
	.column-footer 
	{
		width: 100% !important;
	}
	#container-module-footer 
	{
		font-size: 11.75px;
	}	
	.column-footer h3
	{
		font: 1.75em / 1.2em medium;
		margin-bottom: 1em;
		margin-top: 1em;
	}
	#container-module-post .slick-slide {
		margin-right: 0;
		margin-left: 0;
	}
	.data-footer ul li 
	{
		margin-bottom: 1.75em;;
	}
	.menu-footer ul 
	{
		display: flex;
		flex-flow: row wrap;
	}
	.menu-footer li 
	{
		font: 1.135em/1.3em light;
		width: 48%;
		margin-bottom: 1em;
	}	
	.layer-internal-banner h1
	{
		font: 2em / 1.1em semibold;
		width: 40%;
	}
	.image-product-cat img 
	{
		width: 100%;
		height: 15em;
	}
	.column-product-cat a
	{
		height: 15em;
	}
	#container-module-breadcrumb a 
	{
		font: 1.375em / 1.3em regular;
	}
	.columnright-product h1 
	{
		font: 2.25em / 1.1em semibold;
		letter-spacing: -0.5px;
	}
	
	.row-breadcrumb i
	{
		display: none;
	}
	.row-breadcrumb a
	{
		width: 100%;
		margin-bottom: 1em;
	}
	.centerbanner
	{
		width: 90%;
	}
	.columimage-about
	{
		width: 100%;
	}
	.columcontent-about 
	{
		width: 100%;
		margin-top: 2em;
	}	
	.columcontent-about .text
	{
		font: 1.35em / 1.35em regular;
	}
	#container-module-bardata ul li {
		width: 45%;
	}
	.icon-bardata img
	{
		width: 5em;
		margin: 0 auto;
		margin-bottom: 1em;
	}
	.row-category
	{
		font-size:12px;
	}
	.columnleft-category
	{
		display: none;
	}
	.columnright-category 
	{
		width: 100%;
		margin-top:2.25em;
	}
	#container-module-category 
	{
		padding-top: 0;
	}
	.row-menu-tabs
	{
		display: flex;
		flex-flow: row wrap;
	}
	.row-menu-tabs a 
	{
		font: 1.1em / 1.2em regular;
		padding: 1em 1em;
		margin-right: 0;
		width: 100%;
		margin-bottom: 0.25em;
	}
	.column-product-cat 
	{
		width: 48%;
		margin-right: 2% !important;
		margin-bottom: 1.5em;
	}
	
	
	.columnleft-product
	{
		width: 100%;
	}
	.columnright-product 
	{
		width: 100%;
		margin-top:5.25em;
	}
	
	.row-detailproduct
	{
		font-size:12px;
	}

	.image-relationproduct img
	{
		width: 100%;
		height: 15em;
	}
	#container-module-breadcrumb 
	{
		padding: 2.5em 0;
	}	
	

	.breadcrumbpage 
	{
		display: flex;
		flex-flow: row wrap;
	}
	
	.menu-mobile
	{
		display:flex;
		width:40px;  
		flex-flow: row wrap;
	}	
	.menu-mobile span 
	{
		width:100%;
		height:3px;
		margin:2px 0;
		background:#02507E;
	}
	#container-module-clients 
	{
		padding: 3.75em 0 7em 0;
	}
	.listpost .column-post 
	{
		width: 100%;
		margin-right: 0;
	}	
	.columnleft-postdetail
	{
		width: 100%;
		font-size: 12px;
	}	
	.columnright-postdetail		
	{
		width: 100%;
		font-size: 12px;
	}		
	
	
	
	.btnclose-menu 
	{
	    transform: scale(0.8);
	}	
	.btnclose-menu span 
	{
	    width:110%;
	}	
	.btnclose-menu span:nth-child(1)
	{
		opacity:0;
	}
	.btnclose-menu span:nth-child(2)
	{
		transform:rotate(45deg);
		margin-bottom:-6px;
	}
	.btnclose-menu span:nth-child(3)
	{
		transform:rotate(-45deg);
	}
	
	.activeheader-mobile 
	{
		background: #0157AC !important;
	}
	.activeheader-mobile .column-logo img 
	{
	    filter: brightness(0) invert(1);
	}	
	.activeheader-mobile .menu-mobile span
	{
	    background:#fff !important;
	}
	
	#container-module-mobile
	{
		width: 100%;
		height: 100%;
		background: #0157AC;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 999;
		padding-top: 7em;
		display:none;
	}
	.row-menu-mobile
	{
		width: 100%;
		margin-top:3em;
	}
	.row-menu-mobile ul li 
	{
		margin-bottom: 1em;
		width: 100%;
	}	
	.row-menu-mobile ul li a 
	{
		font: 1.6em/1em light;
		color: #fff;
		position: relative;
		width: 100%;
		text-align: center;
		display: block;
	}	
	.row-book-mobile
	{
		width: 100%;
		display: flex;
		justify-content: center;   
		margin-top: 2.75em;
	}	
	.row-book-mobile img
	{
		width: 10em;   
	}
	
	
	.row-data-mobile ul 
	{
		width: 100%;
		display: flex;
		justify-content: center;
		flex-flow: row wrap;
	}
	.row-data-mobile ul li 
	{
		margin: 1em 0; 
		width: 100%;   
		text-align: center;
	}
	.row-data-mobile ul li b 
	{
		font: 1.5em/1.4em medium;
		color: #fff;
	}
	.row-data-mobile ul li  a ,
	.row-data-mobile ul li  span 
	{
		font: 1.5em/1.4em light;
		color: #fff;
	}
	.row-social-mobile
	{
		display: flex;
		justify-content:center;
		margin-top: 1.5em;
	}
	.row-social-mobile img 
	{
		width: 3.5em;
		margin-right: 0.5em;   
		filter: brightness(0) invert(1);
	}
	
	.layer-slider h2 
	{
		font: 2em / 1.3em regular;
	}
	.columncontent-cat p 
	{
		font: 1.4em / 1.5em regular;
		padding-left: 1em;
		top: 5em;
	}
	.group_lineTypes ul li 
	{
		width: 100%;
	}
	.column_image_detail 
	{
		width: 100%;
	}
	.column_content_detail 
	{
		width: 100%;
		padding-left: 0;
	}
	.column-productCat 
	{
		width: 45%;
	}
	.image-product img 
	{
		height: 15em;
	}
	.column-productCat a 
	{
		height: 15em;
	}
	.column_content_detail p 
	{
		font: 1.35em / 1.5em regular;
	}
	.title-listCat 
	{
		width: 90%;
	}
	#container-module-banner > img 
	{
		height: 28em;
	}
	.content-banner
	{
		width: 98%;
		left: 0;
		right: 0;
		flex-direction: column;
		margin: 0 auto;
	}
	.content-banner
	{
		width: 90%;
		left: 0;
		right: 0;
		flex-direction: column;
		margin: 0 auto;
	}
	.content-banner h2 
	{
		font: 2.5em / 1em semibold;
		margin-top: 0.5em;
	}
	.title-serviceCat 
	{
		width: 90%;
	}
	.column-serviceCat
	{
		width: 100%;
	}
	.contact
	{
		margin-bottom: 2em;
	}
	.column-dataContact 
	{
		width: 100%;
		margin: 2em 0%;
	}
	#container-module-vision ul li 
	{
		width: 100%;
		margin-bottom: 2em;
	}
	.columimage-about div:first-child 
	{
		top: 0em;
		left: 0em;
	}
	.columimage-about div:last-child 
	{
		top: 12em;
		right: 0em;
	}
	#container-module-option > img 
	{
		height: 35em;
	}
	.column-option 
	{
		width: 48%;
	}
	.movil
	{
		display: block !important;
	}
	.destok
	{
		display: none !important;
	}
	.btn-whatsapp
	{
		display: none;
	}
	#container-module-listCat .slick-dots
	{ 
		display: flex !important;
		justify-content: center;
		align-items: center;
		width: 100%;
		left: 0em;
		position: absolute;
		bottom: 13em;
	}
	
	#container-module-listCat .slick-dots button,
	{
		border: none;
		padding: 0;
		margin: 0;
		font-size: 0;
		width: 16px;
		height: 16px;
		background: none;
		border-radius: 50%;
		margin: 0 4px;
		cursor: pointer;
		border: 2px solid #282828;
		background: #282828;
	}
	#container-module-listCat .slick-active button
	{
		background: #fff;
	}
	.title-tab 
	{
		display: flex;
		justify-content: center;
		flex-flow: column;
		align-items: center;
	}
	.title-tab a 
	{
		font: 1.475em / 1em regular;
		margin: 0.5em 0;
	}
	.column-left-contact-tab 
	{
		width: 100%;
		border: none;
		padding-right: 0;
	}
	.column-right-contact-tab
	{
		width: 100%;
	}
	.columnright-contact h3 
	{
		font: 2em / 1em light;
	}
	.row-socialcontact img 
	{
		width: 3em;
	}
	.contact h3 
	{
		font: 2em / 1.3em bold;
	}
	.contact h4 
	{
		font: 1.5em / 1.35em regular;
	}
	.row-datacontact ul li span 
	{
		font: 1.5em / 1.35em regular;
	}
	.row-datacontact ul li a 
	{
		font: 1.5em / 1.35em regular;
	}
	.content-dataContact h2 
	{
		font: 1.8em / 1.2em bold;
	}
	.content-dataContact p 
	{
		font: 1.5em / 1.5em regular;
	}
	.column-phone
	{
		display: none;
	}
	
	.columnleft-product h2 
	{
		font: 2em / 1.2em semibold;
	}
	.columnright-product img 
	{
		height: 70vw;
	}
	.title-tabs a 
	{
		padding: 0.25em 5em;
	}
	.title-tabs 
	{
		flex-flow: row wrap;
	}
	#container-module-tabs 
	{
		padding-top: 0;
	}
	#container-module-detailproduct h2 
	{
		font: 1.8em / 1.2em semibold;
		text-align: center;
	}
	.columimage-about img 
	{
		height: 102vw;
		object-fit: cover;
	}
	
	
}


@media screen and (max-width: 320px)
{
	
	body ,
	.layer-slider,
	.layer-banner
	{
		font-size: 8.75px;  
	}

	
}
