/*
	Theme Name: RUN4QCZ6C66jHxHAGqds
	Text Domain: RUN4QCZ6C66jHxHAGqds
*/
@font-face {
    font-family: 'light';
    src: url('fonts/Montserrat-Light.eot');
    src: url('fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Montserrat-Light.woff2') format('woff2'),
        url('fonts/Montserrat-Light.woff') format('woff'),
        url('fonts/Montserrat-Light.ttf') format('truetype'),
        url('fonts/Montserrat-Light.svg#Montserrat-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'medium';
    src: url('fonts/Montserrat-Medium.eot');
    src: url('fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Montserrat-Medium.woff2') format('woff2'),
        url('fonts/Montserrat-Medium.woff') format('woff'),
        url('fonts/Montserrat-Medium.ttf') format('truetype'),
        url('fonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'regular';
    src: url('fonts/Montserrat-Regular.eot');
    src: url('fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Montserrat-Regular.woff2') format('woff2'),
        url('fonts/Montserrat-Regular.woff') format('woff'),
        url('fonts/Montserrat-Regular.ttf') format('truetype'),
        url('fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'bold';
    src: url('fonts/Montserrat-Bold.eot');
    src: url('fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Montserrat-Bold.woff2') format('woff2'),
        url('fonts/Montserrat-Bold.woff') format('woff'),
        url('fonts/Montserrat-Bold.ttf') format('truetype'),
        url('fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



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 
{
	font-size:16px;
	overflow:hidden;
}
img
{
	border:none;
    display: block;
}
p 
{
	margin:0;
}
a
{
	text-decoration:none;
}
*:focus
{
	outline:none;
}
*
{
	box-sizing: border-box;
}
li 
{
	list-style: none;	
}

.popup_video
{
	z-index:999999;
	background: #fff;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	object-fit: cover;
	overflow:hidden;
}
.popup_video video
{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	object-fit: cover;
}



.center
{
	width: 92em;
    margin: 0 auto;
}
.center-full
{
	width: 90%;
    margin: 0 auto;
}
.clear
{
	clear:both;
}


header 
{ 
	width:100%;
}


::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: #026CB6;
	border: 0px solid #026CB6;
}
::-webkit-scrollbar-track 
{
	border-radius: 0px;  
}


#container-module-header 
{
    width: 100%;
    padding: 1.75em 0;
    z-index: 999;
	position: fixed;
	top:0;
	background: rgb(4 86 122 / 75%);
	transition: all 0.5s ease-in-out;
}


.activesticky
{
	background:#026CB6 !important;
}

.row-header 
{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.column-logo
{
	width:22%;
}
.column-logo img 
{
	width:100%;
	height:auto; 
	transition: all 0.35s ease-in-out;
}
 
 

.column-menu 
{
    display: flex;
    align-items: center;
}
.columnMenu > div > ul
{
    display: flex;
    align-items: center;
	position: relative;
}
.columnMenu > div > ul > li 
{
    margin-right: 1.5em;
}
.columnMenu > div > ul > li.menu-item-has-children
{
    margin-right: 3.25em;
}


.columnMenu > div > ul > li > a
{
	font: 1.15em / 1.2em light;
    color: #fff;
    padding: 1.5em 0 1.5em 0em;
    letter-spacing: 1px;
    transition: all 0.5s ease-in-out;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.columnMenu > div > ul > li.menu-item-has-children > a:after
{
	content: "";
	width:1em;
	height:1em;
	background:red;
    position: absolute;	
	right: -1em;
	background: url("images/icoSelect.svg") no-repeat right / 0.75em;
}


.columnMenu > div > ul > li > a:before
{
	content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0.5em;
    background: #EA8127;
    opacity: 0;
}
.columnMenu > div > ul > li > a:hover:before
{
	opacity: 1;
}
.columnMenu > div > ul > li:hover .sub-menu
{
	display:flex;
}
.columnMenu > div > ul > li:hover > a:before
{
	opacity: 1;
}

.columnMenu > div > ul > li > .sub-menu
{
	position: absolute;
    top: 4.5em;
    background: #fff;
    display: none;
    z-index: 99;
    left: 0;
	flex-flow:row wrap; 
	padding: 0.75em 0 1.25em 0;
}
.columnMenu > div > ul > li > .sub-menu.count1  ,
.columnMenu > div > ul > li > .sub-menu.count2 ,
.columnMenu > div > ul > li > .sub-menu.count3 
{
    width: 15em;
}
.columnMenu > div > ul > li > .sub-menu.count1 li ,
.columnMenu > div > ul > li > .sub-menu.count2 li ,
.columnMenu > div > ul > li > .sub-menu.count3 li
{
	width:100%;
}

.columnMenu > div > ul > li > .sub-menu.count4 ,
.columnMenu > div > ul > li > .sub-menu.count5 ,
.columnMenu > div > ul > li > .sub-menu.count6 
{
    width: 26em;
    padding: 1em;
}
.columnMenu > div > ul > li > .sub-menu.count4 li ,
.columnMenu > div > ul > li > .sub-menu.count5 li ,
.columnMenu > div > ul > li > .sub-menu.count6 li
{
	width:50%;
}
.columnMenu > div > ul > li.menu-item-158
{
	position:relative;
}
.columnMenu > div > ul > li > .sub-menu.count7 ,
.columnMenu > div > ul > li > .sub-menu.count8 , 
.columnMenu > div > ul > li > .sub-menu.count9 
{
    width: 60em;
}
.columnMenu > div > ul > li > .sub-menu.count7 li ,
.columnMenu > div > ul > li > .sub-menu.count8 li , 
.columnMenu > div > ul > li > .sub-menu.count9 li
{
	width:23%;
}

.columnMenu > div > ul > li > .sub-menu > li
{
    width: 100%; 
}
.columnMenu > div > ul > li > .sub-menu > li > a
{
    font: 1em / 1.3em light;
    color: #545454;
    padding: 1em 1em 0.25em 3.5em;
    letter-spacing: 1px;
    transition: all 0.35s ease-in-out;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
	min-height: 4em;
}


#menu-item-722,
#menu-item-723
{
	border-bottom: 1px solid #B3B3B3;
	padding-bottom: 1em;
}


.current_page_item.menu-item-247 > a,
.current-page-ancestor.menu-item-247 > a {
    background: url("images/icon-sectores-selected.svg") no-repeat 1em / 2em 2em !important;
	
}



.columnMenu > div > ul > li > .sub-menu > li.current_page_item.menu-item-214 a
{
	background: url("images/icon-menu-staff.svg") no-repeat 1em / 2em 2em;
	filter: brightness(0) saturate(100%) invert(71%) sepia(24%) saturate(6483%) hue-rotate(342deg) brightness(94%) contrast(94%);
}
.columnMenu > div > ul > li > .sub-menu > li.current_page_item.menu-item-215 a
{
	background: url("images/icon-menu-sedes.svg") no-repeat 1em / 2em 2em;
	filter: brightness(0) saturate(100%) invert(71%) sepia(24%) saturate(6483%) hue-rotate(342deg) brightness(94%) contrast(94%);
}
.columnMenu > div > ul > li > .sub-menu > li.current_page_item.menu-item-732 a
{
	background: url("images/icon-transporte-aereo.svg") no-repeat 1em / 2em 2em;
	filter: brightness(0) saturate(100%) invert(71%) sepia(24%) saturate(6483%) hue-rotate(342deg) brightness(94%) contrast(94%);
}
.columnMenu > div > ul > li > .sub-menu > li.current_page_item.menu-item-733 a
{
	background: url("images/icon-transporte-maritimo.svg") no-repeat 1em / 2em 2em;
	filter: brightness(0) saturate(100%) invert(71%) sepia(24%) saturate(6483%) hue-rotate(342deg) brightness(94%) contrast(94%);
}
.columnMenu > div > ul > li > .sub-menu > li.current_page_item.menu-item-734 a
{
	background: url("images/icon-transporte-terrestre.svg") no-repeat 1em / 2em 2em;
	filter: brightness(0) saturate(100%) invert(71%) sepia(24%) saturate(6483%) hue-rotate(342deg) brightness(94%) contrast(94%);
}
.columnMenu > div > ul > li > .sub-menu > li.current_page_item.menu-item-735 a
{
	background: url("images/icon-agenciamiento-aduanero.svg") no-repeat 1em / 2em 2em;
	filter: brightness(0) saturate(100%) invert(71%) sepia(24%) saturate(6483%) hue-rotate(342deg) brightness(94%) contrast(94%);
}
.columnMenu > div > ul > li > .sub-menu > li.current_page_item.menu-item-736 a
{
	background: url("images/icon-almacenamiento-distribucion.svg") no-repeat 1em / 2em 2em;
	filter: brightness(0) saturate(100%) invert(71%) sepia(24%) saturate(6483%) hue-rotate(342deg) brightness(94%) contrast(94%);
}
.columnMenu > div > ul > li > .sub-menu > li.current_page_item.menu-item-737 a
{
	background: url("images/icon-courier-internacional.svg") no-repeat 1em / 2em 2em;
	filter: brightness(0) saturate(100%) invert(71%) sepia(24%) saturate(6483%) hue-rotate(342deg) brightness(94%) contrast(94%);
}
.columnMenu > div > ul > li > .sub-menu > li.current_page_item.menu-item-738 a
{
	background: url("images/icon-seguro-internacional.svg") no-repeat 1em / 2em 2em;
	filter: brightness(0) saturate(100%) invert(71%) sepia(24%) saturate(6483%) hue-rotate(342deg) brightness(94%) contrast(94%);
}
.columnMenu > div > ul > li > .sub-menu > li.current_page_item.menu-item-720 a
{
	background: url("images/icon-logistica-integral.svg") no-repeat 1em / 2em 2em;
	filter: brightness(0) saturate(100%) invert(71%) sepia(24%) saturate(6483%) hue-rotate(342deg) brightness(94%) contrast(94%);
}
.columnMenu > div > ul > li > .sub-menu > li.current_page_item.menu-item-721 a
{
	background: url("images/icon-seguro-internacional.svg") no-repeat 1em / 2em 2em;
	filter: brightness(0) saturate(100%) invert(71%) sepia(24%) saturate(6483%) hue-rotate(342deg) brightness(94%) contrast(94%);
}
.columnMenu > div > ul > li > .sub-menu > li.current_page_item.menu-item-722 a
{
	background: url("images/icon-transporte-multimodal.svg") no-repeat 1em / 2em 2em;
	filter: brightness(0) saturate(100%) invert(71%) sepia(24%) saturate(6483%) hue-rotate(342deg) brightness(94%) contrast(94%);
}
.columnMenu > div > ul > li > .sub-menu > li.current_page_item.menu-item-723 a
{
	background: url("images/icon-carga-proyecto.svg") no-repeat 1em / 2em 2em;
	filter: brightness(0) saturate(100%) invert(71%) sepia(24%) saturate(6483%) hue-rotate(342deg) brightness(94%) contrast(94%);
}
.columnMenu > div > ul > li > .sub-menu > li.current_page_item.menu-item-247 a
{
	background: url("images/icon-sectores.svg") no-repeat 1em / 2em 2em;
	filter: brightness(0) saturate(100%) invert(71%) sepia(24%) saturate(6483%) hue-rotate(342deg) brightness(94%) contrast(94%);
}

.columnMenu > div > ul > li > .sub-menu > li.menu-item-214 a
{
	background: url("images/icon-menu-staff.svg") no-repeat 1em / 2em 2em;
}
.columnMenu > div > ul > li > .sub-menu > li.menu-item-215 a
{
	background: url("images/icon-menu-sedes.svg") no-repeat 1em / 2em 2em;
}
.columnMenu > div > ul > li > .sub-menu > li.menu-item-732 a
{
	background: url("images/icon-transporte-aereo.svg") no-repeat 1em / 2em 2em;
}
.columnMenu > div > ul > li > .sub-menu > li.menu-item-733 a
{
	background: url("images/icon-transporte-maritimo.svg") no-repeat 1em / 2em 2em;
}
.columnMenu > div > ul > li > .sub-menu > li.menu-item-734 a
{
	background: url("images/icon-transporte-terrestre.svg") no-repeat 1em / 2em 2em;
}
.columnMenu > div > ul > li > .sub-menu > li.menu-item-735 a
{
	background: url("images/icon-agenciamiento-aduanero.svg") no-repeat 1em / 2em 2em;
}
.columnMenu > div > ul > li > .sub-menu > li.menu-item-736 a
{
	background: url("images/icon-almacenamiento-distribucion.svg") no-repeat 1em / 2em 2em;
}
.columnMenu > div > ul > li > .sub-menu > li.menu-item-737 a
{
	background: url("images/icon-courier-internacional.svg") no-repeat 1em / 2em 2em;
}
.columnMenu > div > ul > li > .sub-menu > li.menu-item-738 a
{
	background: url("images/icon-seguro-internacional.svg") no-repeat 1em / 2em 2em;
}
.columnMenu > div > ul > li > .sub-menu > li.menu-item-720 a
{
	background: url("images/icon-logistica-integral.svg") no-repeat 1em / 2em 2em;
}
.columnMenu > div > ul > li > .sub-menu > li.menu-item-721 a
{
	background: url("images/icon-seguro-internacional.svg") no-repeat 1em / 2em 2em;
}
.columnMenu > div > ul > li > .sub-menu > li.menu-item-722 a
{
	background: url("images/icon-transporte-multimodal.svg") no-repeat 1em / 2em 2em;
}
.columnMenu > div > ul > li > .sub-menu > li.menu-item-723 a
{
	background: url("images/icon-carga-proyecto.svg") no-repeat 1em / 2em 2em;
}
.columnMenu > div > ul > li > .sub-menu > li.menu-item-247 a
{
	background: url("images/icon-sectores.svg") no-repeat 1em / 2em 2em;
}	



.columnMenu > div > ul > li > .sub-menu > li.menu-item-214 a:hover,
.columnMenu > div > ul > li > .sub-menu > li.menu-item-215 a:hover,
.columnMenu > div > ul > li > .sub-menu > li.menu-item-732 a:hover,
.columnMenu > div > ul > li > .sub-menu > li.menu-item-733 a:hover,
.columnMenu > div > ul > li > .sub-menu > li.menu-item-734 a:hover,
.columnMenu > div > ul > li > .sub-menu > li.menu-item-735 a:hover,
.columnMenu > div > ul > li > .sub-menu > li.menu-item-736 a:hover,
.columnMenu > div > ul > li > .sub-menu > li.menu-item-737 a:hover,
.columnMenu > div > ul > li > .sub-menu > li.menu-item-738 a:hover,
.columnMenu > div > ul > li > .sub-menu > li.menu-item-720 a:hover,
.columnMenu > div > ul > li > .sub-menu > li.menu-item-721 a:hover,
.columnMenu > div > ul > li > .sub-menu > li.menu-item-722 a:hover,
.columnMenu > div > ul > li > .sub-menu > li.menu-item-723 a:hover,
.columnMenu > div > ul > li > .sub-menu > li.menu-item-247 a:hover
{
	filter: brightness(0) saturate(100%) invert(71%) sepia(24%) saturate(6483%) hue-rotate(342deg) brightness(94%) contrast(94%);
}


.columnMenu > div > ul > li:last-child a
{
	background: #EA8127;
	border-radius: 25px;
	font: 1.15em / 1.2em regular;
	color: #fff !important;
	padding: 0.5em 1em;
}
.columnMenu > div > ul > li:last-child a:before
{
	display: none;
}


.current_page_item  > a
{
	color:#FF6C09 !important;
}
.current-page-ancestor > a
{
    color: #EA8127 !important;
}


.lang 
{
	position: relative;
    margin-left: 1.5em;
	background: url("images/icoSelect.svg") no-repeat 90% / 1.1em;
}
.lang div
{
	border-left: 2px solid #EA8127;
	padding-left: 1.5em;
	
	cursor: pointer;
	padding-right: 30px;
}
.lang div span
{
    color: #fff;
    font: 1.175em / 1em light;
	letter-spacing: 1px;
	background: url("images/mundo.png") no-repeat left center / 1.15em;
	padding-left: 2.5em;
}
.lang:hover
{
	color:#ED4629;
}
.links-lang-container {
    position: absolute;
    right: 0;
    top: 2em;
    background: #fff;
    display: none;
    width: 150px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    z-index: 100;
}
.link-lang
{
	display: block;
    width: 100%;
    font: 1em / 1.3em light;
    color: #545454;
    padding: 0.8em 0.5em 0.8em 2.5em;
    background-position: 0.5em center;
    background-size: 1.5em;
    background-repeat: no-repeat;
    text-decoration: none;
    transition: background-color 0.3s;
}
.link-lang:hover {
    background-color: #f5f5f5;
}
.link-en {
    background-image: url("images/EE.UU.png");
}
.link-pt {
    background-image: url("images/portugues.svg");
}
.link-zh {
    background-image: url("images/mandarin.svg");
}
.link-ja {
    background-image: url("images/japones.svg");
}
.link-he {
    background-image: url("images/hebreo.svg");
}
.link-de {
    background-image: url("images/aleman.svg");
}
.link-es {
    background-image: url("images/PERU.png");
}


.support
{
	display: none;
}
.box-support
{
    width: 355px;
    position: fixed;
    right: 12px;
    bottom: 100px;
    z-index: 9999;  
}
.link-support
{
    margin-bottom: 1em;
    height: 45em;
    overflow: auto;
    width: 100%;
    padding: 5em 4em;
    background: #fff url('images/icon-onda.svg') no-repeat bottom center / contain;
    border-radius: 20px;
}
.link-support ul li a
{
    display: flex;
	align-items:center;
    width: 100%;  
	border-bottom: 1px solid #f5f5f5;
	padding:0.5em 0.35em;
	border-radius:0.5em;
}
.link-support ul li a:hover
{
    background:#f5f5f5;
}
.link-support ul li a h3
{
	font: 0.85em/1.1em bold;
    color: #000;
}
.link-support ul li a span 
{
	font: 0.75em/1em regular;
    color: #999;
}
.link-support ul li div:first-child
{
    width: 3.5em;
    position: relative;
    margin-right: 1em;
}
.link-support ul li div:before
{
	content:"";
	width: 10px;
    height: 10px;
    position: absolute;
    z-index: 999999;
    bottom: 3px;
    right: 3px;
    border-radius: 50%;
    background-color: #4CAF50;
}
.link-support ul li div:first-child img
{
	width:100%;
}
.link-support ul li div:last-child
{
	width:10em;
}
.title-support-close
{
	width: 100%;
    border-radius: 8px 8px 0 0;
	background-color: #34b949;
	height:2.5em;
}
.button-support
{
    display: flex;
    float: right;
    background:  url("images/wwhatsapp.png") no-repeat center / contain;
    cursor:pointer;
	width: 5em;
    height: 5em;
	
	position: relative;
    z-index: 99;
}
.button-support-close 
{
    width: 28px;
    height: 28px;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    right: 1em;
    top: 0.5em;  
	background: url("images/icon-cerrar.svg") no-repeat center / 40%;
}
.support
{
	box-shadow: 0 0 50px rgba(0,0,0,0.2);
}
.box-support ::-webkit-scrollbar:vertical 
{
	width:5px;
}
.box-support ::-webkit-scrollbar-thumb
{
	background-color: #026CB6;
	border: 0px solid #026CB6;
}

#container-module-chackBot
{
	width: 100%;
}
#container-module-chackBot h2
{
	font: 1.235em / 1.2em regular;
    color: #000;
    margin-bottom: 1.5em;
	text-align: center;
	letter-spacing: 0.5px;
}
.row-form-chackBot form
{
	display: flex;
    flex-direction: column;
}
.row-form-chackBot p
{
	width: 100%;
	margin-bottom: 0.75em;
}	
.row-form-chackBot p input[type="text"] ,
.row-form-chackBot p input[type="email"] ,
.row-form-chackBot p input[type="number"] ,
.row-form-chackBot p input[type="tel"]
{
    width: 100%;
    border: 1px solid #dbdbdb;
    font: 1.135em / 1em regular;
    color: #4b5b68;
    padding: 0.75em 1em 0.75em 2em;
    background: url('images/icon-flecha.svg') no-repeat 0.5em center / 1em;
	border-radius: 0.5em;
}
.row-form-chackBot p input[type="submit"]  
{
    font: 1.135em / 1em regular;
    color: #fff;
    padding: 0.80em 3.5em;
    background: #F7931E;
    display: table;
    border: 1px solid #dbdbdb;
    cursor: pointer;
    border-radius: 2em;
    margin: 0 auto;
}
.row-form-chackBot p input[type="checkbox"]
{
	width:1em;
	height: 1em;
	min-width:1em;
	min-height: 1em;
	border: 1px solid #aca3d0d4;
	box-sizing: border-box;
	cursor: pointer;
	margin: 0;
	margin-right: 7px;
}

p.checkbox 
{
    margin-top: 1em;
	margin-bottom: 1em;
	font: 1em / 1em regular;
    color: #4b5b68;
}
p.checkbox label
{
    display: flex;
    align-items: center;
}
.row-form-chackBot span.wpcf7-spinner 
{
    display: none;
}
.row-form-chackBot .wpcf7 form .wpcf7-response-output
{
	margin: 0;
	padding: 0;
}
.icon-support{
	width: 8em;
    height: 8em;
	background: url("images/icon-check.gif") no-repeat center / cover;
}
.message-sent 
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff; 
    display: flex;
    align-items: center;
    justify-content: center;
	text-align: center;
	flex-direction: column;
    z-index: 9999; 
    font-weight: bold;
    visibility: hidden; 
	border-radius: 20px;
}
#message-sent h3
{
	font: 1.5em / 1.2em bold;
    color: #026CB6;
    margin-bottom: 0.5em;
	margin-top: 0.5em;
}
#message-sent h4
{
    font: 1.2em / 1.2em bold;
    color: #545454;
}
.support 
{
    position: relative;
}

.wpcf7-form.sent 
{
    /*display: none;*/
}

.message-sent.show 
{
    visibility: visible; 
}

/*.support .link-support,
.support .button-support-close 
{
    position: relative;
    z-index: 1; 
}*/





#container-module-slider
{
	width:100%;
	height: 100vh;
	position:relative;
	background: #000;
	overflow:hidden;
}
#container-module-slider video
{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit:cover;
}
.contentBanner
{
    width: 90%;
    position: absolute;
    bottom: 5em;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-left: 6em;
}
.contentBanner h2 
{
    font: 3.5em / 1.2em bold;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -0.75px;
    width: 60%;
}
.contentBanner .text 
{
    display: flex;
    justify-content: end;
	flex-direction: column;
}
.contentBanner .text p
{
    font: 2em / 1.3em light;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0.5em;
    letter-spacing: -0.75px;
}
.contentBanner .text p strong
{
    font: 1em / 1.3em regular;
    color: #00A4E2;
    font-weight: 400;
}


#container-module-cat
{
	width: 100%;
	
	display: flex;
	flex-flow: row wrap;
}
.column-cat
{
	width: 14.285%;
	
	position: relative;
}
.imageBackground
{
	width: 100%;
}
.imageBackground img 
{
    width: 100%;
    height: 15em;
    object-fit: cover;
}
.contentCat 
{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
	background: rgb(78 78 117 / 71%);
}
.contentCat a
{
	position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.column-cat:hover
{
    background: #fff;
	transform: scale(1.2);
    transition: transform 0.3s ease;
	z-index: 999;
}
.content-cat h2
{
    font: 1.135em / 1.2em regular;
    color: #fff;
}
.image-cat
{
    position: absolute;
    bottom: 4.5em;
    left: 1em;
}
.image-cat img
{
	width: 5em;
    height: 5em;
    max-width: 70%;
    max-height: 4.5em;
    object-fit: contain;
	filter: brightness(0) invert(1);
}
.content-cat
{
    position: absolute;
    bottom: 2em;
    left: 1em;
}


#container-module-homeAbout
{
	width: 100%;
	padding-top: 5em;
}
.title-homeAbout h2
{
	font: 3em / 1.2em regular;
    color: #000;
    text-align: center;
}
.title-homeAbout h2 strong:first-child
{
	font: 0.95em / 1.2em regular;
	font-weight: 600;
}
.title-homeAbout h2 strong:last-child
{
	font: 0.95em / 1.2em regular;
	color: #026CB6;
	font-weight: 600;
}


.row-homeAbout
{
	width: 100%;
	margin-top: 6.5em;
	
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}
.columnLeft-homeAbout
{
	width: 100%;
    display: flex;
    flex-flow: row wrap;
	justify-content: space-between;
}
.columnLeft-homeAbout p:first-child strong:first-child
{
    font: 1.2em / 1.2em regular;
    color: #fff;
    margin-bottom: 0.5em;
    background: #00A4E2;
    padding: 0.25em 0.2em;
    border-radius: 5px;
    margin-right: 0.5em;
} 
.columnLeft-homeAbout .content
{
    width: 40%;
}
.columnRight-homeAbout .content
{
    width: 51%;
}
.columnLeft-homeAbout .content p
{
    font: 1.335em/1.7em light;
	font-weight: 600;
    color: #545454;
	text-align: justify;
}
.columnLeft-homeAbout .content p strong
{
    font: 1em / 1.2em light;
    color: #00A4E2;
    font-weight: 600;
}
.columnLeft-homeAbout .image img
{
    width: 100%;
    height: auto;
}
.columnRight-homeAbout .image img
{
    width: 100%;
    height: auto;
}
.columnRight-homeAbout
{
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}
.columnRight-homeAbout .content p
{
    font: 1.335em/1.7em light;
    color: #545454;
	font-weight: 600;
	text-align: justify;
	margin-bottom: 2em;
}
.columnRight-homeAbout .content 
{
    padding-top: 3em;
    padding-bottom: 4em;
    padding-left: 3.5em;
    padding-right: 2em;
}
.columnRight-homeAbout p strong
{
    font: 1em / 1.2em light;
    color: #00A4E2;
    font-weight: 600;
}
.columnLeft-homeAbout .image
{
	width: 51%;
	position: relative;
	margin-bottom: 4em;
    margin-top: -2em;
}
.columnLeft-homeAbout .image:before 
{
    content: "";
    position: absolute;
    width: 90%;
    height: 9em;
    background: #026CB6;
    bottom: -0.75em;
    right: 1em;
    border-radius: 10px;
    z-index: -9;
}
.columnLeft-homeAbout .image:after 
{
    content: "";
    position: absolute;
    width: 86%;
    height: 23.5em;
    background: #00A4E2;
    top: -0.75em;
    right: -0.75em;
    border-radius: 10px;
    z-index: -9;
}
.columnLeft-homeAbout .image img
{
    width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    object-fit: cover;
}
.columnRight-homeAbout .image
{
	width: 35%;
}
.columnRight-homeAbout .image img
{
	width: 100%;
	height: auto;
}

#container-module-wrapper
{
	width: 100%;
	padding-bottom: 5em;
}
#container-module-wrapper .center-full
{
	width: 93%;
	margin: 0 auto;
}
.row-wrapper
{
	width: 100%;
	
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.column-titleWrapper
{
	width: 100%;
}
.column-titleWrapper.active
{
	margin-bottom:50px;
}

.box-wrapper.active2
{
	margin-top:100px;
}





.column-titleWrapper h2
{
    font: 3em / 1.2em regular;
    color: #000;
    text-align: center;
	margin-bottom: 1em;
	margin-top: 2em;
}
.column-titleWrapper h2 strong:first-child
{
	font: 0.95em / 1.2em regular;
	font-weight: 600;
}
.column-titleWrapper h2 strong:last-child
{
	font: 0.95em / 1.2em regular;
	color: #026CB6;
    font-weight: 600;
}
.column-titleWrapper p
{
    color: #545454;
	font: 1.335em / 1.5em light;
    font-weight: 600;
	text-align: center;
	margin-bottom: 3em;
}
.column-titleWrapper p strong 
{
    font: 1em / 1.2em light;
    color: #00A4E2;
    font-weight: 600;
}
.column-groupWrapper
{
	width: 100%;
	display: flex;
	flex-flow: row wrap;
    align-items: flex-end;
}
.container-wrapper 
{
    width: 18%;
	height: 15.75em;
    margin: 1em 1%;	
	transition: all 0.5s ease-in-out;
}
.content-wrapper 
{
	height: 100%;
	
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
	
	background: #F4FCFF;
    border-radius: 12px;
	
	position: relative;
}
.content-wrapper img
{
	width: 5em;
	height: auto;
	margin-bottom: 1.5em;
	filter: brightness(0) saturate(100%) invert(53%) sepia(83%) saturate(440%) hue-rotate(345deg) brightness(91%) contrast(101%);
}
.content-wrapper h2
{
    font: 1.235em/1.5em light;
	font-weight: 600;
    color: #545454;
	position: absolute;
	bottom: 2em;
}
.box-wrapper
{
	background: #026CB6;
    overflow: hidden;
    padding-left: 1em;
	border-top-left-radius: 8px;
    border-top-right-radius: 8px;
	
	transition: all 0.5s ease-in-out;
    visibility: hidden;
    height: 0;
    opacity: 0;
	
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10; 
}
.container-wrapper 
{
    position: relative; 
}
.container-wrapper:hover
{
	height: 24em;
} 
.container-wrapper:hover .box-wrapper 
{
    visibility: visible !important;
    height: 24em;
    opacity: 1;
}
.imageWrapper
{
	width: 12em;
    height: 12em;
    border-radius: 100%;
    overflow: hidden;
    position: absolute;
    top: -3.5em;
    right: -1em;
}
.imageWrapper img
{
	width: 100%;
    height: 100%;
    object-fit: cover;

}
.iconWrapper 
{
	width: 3.5em;
    position: absolute;
    bottom: 0;
}
.iconWrapper img
{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.rowWrapper 
{
    position: relative;
    width: 100%;
    height: 7em;
}
.box-iconWrapper h2
{
    font: 1.4em / 1.2em regular;
    color: #fff;
    margin-bottom: 2em;
}
.box-iconWrapper p
{
    font: 1.135em/1.3em light;
    color: #fff;
}
.box-iconWrapper 
{
    margin-top: 3em;
    padding-right: 1em;
}

.active_hoverWrapper 
{
    top: -80px !important;
    position: relative;
}
.column-titleWrapper 
{
    transition: all .5s linear;
    top: 0;
    position: relative;
}










#container-module-box
{
	width: 100%;
	background: #F78E1E;
	padding: 5em 0;
}
.row-box
{
	width: 100%;
}
.row-box ul
{
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}
.row-box ul li
{
	width: 23%;
}
.column-box h2
{
	font: 3.5em/1em bold;
    color: #fff;
	padding-bottom: 0.5em;
}
.column-box span
{
	font: 1.2em / 1em regular;
    color: #fff;
    letter-spacing: 0.5px;
}
.column-box 
{
    text-align: center;
    padding: 1em;
}
.row-box ul li h2:before
{
	content:"+";
}


#container-module-contact
{
	width: 100%;
	margin: 5em 0;
}
.titleContact h2
{
    font: 2.5em / 1.2em regular;
    color: #000;
	text-align: center;
	margin-bottom: 1em;
}
.titleContact h2 strong:first-child
{
	font: 0.95em / 1.2em regular;
	font-weight: 600;
	color: #026CB6;
}
.titleContact h2 strong:last-child
{
	font: 0.95em / 1.2em regular;
    font-weight: 600;
}
.titleContact p
{
    font: 1.335em / 1.5em light;
    font-weight: 600;
    color: #545454;
    text-align: center;
	margin-bottom: 1.5em;
}
.titleContact p strong
{
    font: 1em / 1.2em light;
    color: #00A4E2;
    font-weight: 600;
}
.content-contact
{
	width: 97%;
    display: flex;
    flex-flow: row wrap;
	justify-content: center;
	align-items: end;
}
.column-dataContact
{
	width: 40%;
    margin-right: -4em;
    z-index: 9;
}
.column-dataContact img
{
	width: 100%;
    height: auto;
}
.column-contact
{
	width: 55%;
	
	background: #fff;
	padding: 1.5em;
	box-shadow: 0px 5px 5px 5px #48529944;
	border-radius: 0.5em;
	
    position: relative;
}
.row-field-contact
{
    width: 100%;
}
.column-contact h3 
{
    font: 1.335em / 1.2em regular;
    color: #0C456F;
    margin-bottom: 1.5em;
    border-bottom: 1px solid #0C456F;
    padding-bottom: 0.85em;
}
.row-field-contact p
{
	width: 29%;
    margin: 0.85em 2.16%;
}
.row-field-contact p:nth-child(7)
{
	position: relative;
}

.row-field-contact form p label 
{
    font: 1em / 1em regular;
    color: #0C456F;
}
.row-field-contact form 
{
    display: flex;
    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 #0C456F;
    height: 2em;
    font: 1.2em / 1em regular;
    background: none;
    border-radius: 0.85em;
    padding-left: 1em;
    padding-right: 1em;
	margin-top: 0.5em;
	color: #0C456F;
}
.row-field-contact select
{
    width: 100%;
    border: 1px solid #0C456F;
    height: 2.5em;
    font: 1.2em / 1em regular;
    background: none;
    border-radius: 0.85em;
    padding-left: 1em;
    padding-right: 1em;
	margin-top: 0.5em;
	color: #0C456F;
}
.row-field-contact textarea
{
    width: 100%;
    border: 1px solid #0C456F;
    font: 1.2em / 1em regular;
    background: none;
    border-radius: 0.85em;
    padding-left: 1em;
    padding-right: 1em;
	height:6em;    
	resize:none;
	padding-top:1em;
	margin-top: 0.5em;
	color: #0C456F;
}
.row-field-contact input[type="submit"]
{
    font: 1.275em / 1em light;
    color: #fff;
    padding: 0.5em 1.75em;
    background: #026CB6;
    border-radius: 0.3em;
    display: inline-block;
	border:none;
	cursor:pointer;
	transition: all 0.35s ease-in-out;
	
	position: absolute;
    right: 0;
    margin-right: 2.2em;
}
.row-field-contact input[type="submit"]:hover
{
	background:#FF6C09 !important;
}

.row-field-contact input[type="submit"]:hover
{
    background:#007930;
}
.fullwidth 
{
	width:100% !important;
}

.lineaContact
{
    width: 99%;
    height: 97%;
    position: absolute;
    background: #026CB6;
    bottom: -1em;
    border-radius: 10px;
	z-index: -9;
}


#container-module-sectors
{
	width: 100%;
	padding: 5em 0;
}
#container-module-sectors .center
{
	width: 93em;
    margin: 0 auto;
}
.row-sectors
{
	width: 100%;
}
.title-sectors 
{
    margin-bottom: 5em;
}
.title-sectors h2
{
    font: 3em / 1.2em regular;
    color: #000;
	text-align: center;
	margin-bottom: 1em;
}
.title-sectors h2 strong:first-child
{
	font: 0.95em / 1.2em regular;
	font-weight: 600;
	color: #026CB6;
}
.title-sectors p
{
    font: 1.335em / 1.5em light;
	font-weight: 600;
    color: #545454;
    text-align: center;
}
.title-sectors p strong 
{
    font: 1em / 1.2em light;
    color: #00A4E2;
    font-weight: 600;
}

.column-sectors
{
	width: 15.66%;
    margin: 0 0.5%;
	border-radius: 5px;
    overflow: hidden;
	
    position: relative;
}
.image-sectors 
{
    width: 100%;
}
.image-sectors img 
{
    width: 100%;
    height: 31em;
    object-fit: cover;
}
.box-sectors
{
    width: 100%;
    height: 31em;
	background: rgb(3 3 17 / 55%);
	position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: end;
    flex-flow: column;
    padding-left: 2em;
}
.icons-sectors
{
    padding-bottom: 1em;
	transition: all 0.5s ease-in-out;
}
.icons-sectors img
{
	width: 4.25em;
    height: 4.25em;
	filter: brightness(0) invert(1);
}
.content-sectors
{
	padding-bottom: 1em;
	transition: all 0.5s ease-in-out;
}
.content-sectors h2
{
    font: 1.435em/1.2em bold;
    color: #fff;
}
.text-sectors 
{
	padding-bottom: 1em;
}
.text-sectors p
{
    font: 1.135em/1.2em light;
	font-weight: 600;
    color: #fff;
	transition: all 0.5s ease-in-out;
    visibility: hidden;
    height: 0;
    opacity: 0;
}
.box-sectors .ico-next
{
	padding-bottom: 2em;
	transition: all 0.5s ease-in-out;
}
.box-sectors .ico-next img
{
	width: 2em;
}


.column-sectors:hover .box-sectors
{
	background: rgb(3 92 142 / 70%);
} 
.column-sectors:hover .text-sectors p
{
	visibility: visible !important;
	height: auto;
	height: 12em;
	opacity: 1;
} 

#container-module-sectors .slick-slider 
{
    margin: 0 -6px;
}
#container-module-sectors .slick-slide
{
    margin-right: 6px;
    margin-left: 6px;
}


#container-module-clients
{
	width: 100%;
	margin-bottom: 5em;
	margin-top: 2em;
}
#container-module-clients .center
{
	width: 110em;
}
.row-clients
{
	width: 100%;
}
.title-clients 
{
    margin-bottom: 5em;
}
.title-clients h2
{
    font: 3em / 1.2em regular;
    color: #000;
	text-align: center;
	margin-bottom: 1em;

}
.title-clients h2 strong:first-child
{
	font: 0.95em / 1.2em regular;
	font-weight: 600;
	color: #026CB6;
}
.title-clients h2 strong:last-child
{
	font: 0.95em / 1.2em regular;
    font-weight: 600;
}
.title-clients p 
{
    font: 1.335em / 1.5em light;
    color: #545454;
	font-weight: 600;
    text-align: center;
}
.title-clients p strong 
{
    font: 1em / 1.2em light;
    color: #00A4E2;
    font-weight: 600;
}
.group-clients
{
    width: 95%;
	margin:0 auto;
	margin-top:1.85em;
}
.row-clients div img
{
	width: auto;
	max-width: 90%;
	object-fit: contain;
    height: 3.5em;
    margin: 0 auto; 
	margin-bottom: 3.5em;	
}


#container-module-testimonials
{
	width: 100%;

	position: relative;
}
#container-module-testimonials > img
{
	width: 100%;
	height: auto;
}
.row-testimonials
{
	position: absolute;
    width: 75%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.title-testimonials 
{
    margin-bottom: 2em;
}
.title-testimonials h2
{
    font: 3em / 1.2em regular;
    color: #fff;
	text-align: center;
	margin-bottom: 2em;
}
.title-testimonials h2 strong:first-child
{
	font: 0.95em / 1.2em regular;
	font-weight: 600;
}
.title-testimonials h2 strong:last-child
{
	font: 0.95em / 1.2em regular;
	color: #EA8127;
    font-weight: 600;
}
.title-testimonials p
{
    font: 1.335em / 1.5em light;
	font-weight: 600;
    color: #fff;
    text-align: center;
}
.title-testimonials p strong 
{
    font: 1em / 1.2em light;
    color: #00A4E2;
    font-weight: 600;
}
.group-testimonials
{
	width: 100%;
}
.column-testimonials
{
	height: 30em;
	padding: 2.5em 2.5em 1em 2.5em;
	transition: all 0.3s ease-in-out;
	box-shadow: 0px 3px 3px 3px #48529944;
	margin: 4em 0.5em;
	background: #fff;
	border-radius: 10px;
	
	position: relative;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#container-module-testimonials .slick-slider 
{
    margin:0 -8px;
}
#container-module-testimonials .slick-slide 
{
    margin-right:8px;
    margin-left:8px;
}
.star-testimonials 
{
    display: flex;
	margin-top: 1em;
}
.star-testimonials div
{
    margin-right: 0.3em;
}
.star-testimonials img
{
	width: 1.5em;
	height: 1.5em;
}
.content-testimonials 
{
    font: 1.2em / 1.5em regular;
    color: #545454;
    margin: 1.2em 0;
}
.icons-testimonials
{
	width: 7em;
    height: 7em;
    background: #fff;
    position: absolute;
    top: -3.75em;
    right: 0;
	left: 0;
	margin: 0 auto;
    border-radius: 50%;
    border: 6px solid #fff;
	display:flex;
	justify-content:center;
	align-items:center;	
	overflow: hidden;
	transition: all 0.35s ease-in-out;
}
.icons-testimonials img
{
    width: 6em;
	height: 6em;
}
.text-testimonials span
{
	font: 1.2em/1em bold;
    color: #545454;
}
.text-testimonials p
{
	font: 1em/1em regular;
    color: #545454;
	margin-top: 0.85em;
}
.text-testimonials 
{
    margin-top: 1em;
}
.fondo
{
	width: 100%;
    height: 100%;
    background: #026cb6cc;
    position: absolute;
}


#container-module-post 
{
    width: 100%;
    padding: 4.75em 0;
	background: #F5FCFF;
}
#container-module-post .center
{
    width: 97em;
  	margin: 0 auto;
}
#container-module-post  .slick-slider 
{
    margin:0 -15px;
}
#container-module-post  .slick-slide
{
    margin-right:15px;
    margin-left:15px;
}
.row-post h2
{
    font: 3em/1.2em bold;
    color: #026CB6;
	text-align: center;
	margin-bottom: 2.5em;
}
.row-listpost
{
	width:100%;
}
.column-post
{
    width: 32%;
    position: relative;
}
.column-post:hover .content-post  h5 
{
    background:#FD8552;
}
.image-post
{
	width: 100%;
    position: relative;
    overflow: hidden;
	border-radius: 1em;
}
.image-post img
{
    width: 100%;
    height: 19.5em;
    transition: all 0.35s ease-in-out;
    margin: 0 auto;
    object-fit: cover;
    border-radius: 1em;
}
.column-post:hover .image-post img 
{
    transform: scale(1.05);
}
.textpost 
{
    position: absolute;
    top: 8em;
}
.content-post  
{
    width: 100%;
	height: 20em;
    padding:1.25em 0;
	position:relative;
}
.content-post p 
{
    font: 1em / 1.2em light;
	font-weight: 600;
    color: #989696;
    margin: 0.25em 0 0.25em 0;
    display: block;
}
.content-post h4
{
    font: 1.575em / 1.175em regular;
    color: #000;
    margin: 0.25em 0;
}
.content-post .textpost p
{
	font: 1.3em / 1.25em light;
	font-weight: 600;
    color: #545454;  
	margin-top: 0.85em;
}

.categoryPost 
{
    position: absolute;
    top: 1em;
	left: 1em;
}
.categoryPost h3
{
    font: 1em / 1.175em light;
    font-weight: 400;
    color: #fff;
    background: #026CB6;
    border-radius: 5px;
    padding: 0.5em 0.85em;
	transition: all 0.35s ease-in-out;
}
.content-post span
{
    font: 1.1em / 1.175em regular;
    background: #026CB6;
    color: #fff;
    padding: 0.5em 1.5em;
    display: table;
    margin-top: 2em;
    border-radius: 5px;
	transition: all 0.35s ease-in-out;
	position: absolute;
    bottom: 0;
}
.content-post span:hover 
{
	background: #EA8127;
}


#container-module-category .listpost
{
	display: flex;
	flex-flow: row wrap;
}
#container-module-category .column-post 
{
    width: 29%;
    position: relative;
    margin: 2em 2.16%;
} 

#container-module-category .slick-dots  
{ 
	position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
#container-module-category .slick-dots button 
{
	margin:0 4px;
	border: 1px solid #026CB6;
	width: 40px;
	height: 40px;
	cursor:pointer;
}
#container-module-category .slick-active button 
{
	background: #026CB6;
	color: #fff;
}


#container-module-category .slick-slider 
{
    margin:0 -15px;
}

#container-module-category .slick-slide 
{
    margin-right:15px;
    margin-left:15px;
} 




#container-module-postdetail
{
	width: 100%;
	padding: 5em 0;
}
.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: auto;
	border-radius: 1em;
    overflow: hidden;
}
.columnleft-postdetail  h1 
{
    font: 1.8em / 1.2em light;
	font-weight: 600;
    color: #0157AC;
	margin-top: 1em;
}
.thecontent-postdetail
{
	font-weight: 600;
	margin-top: 2em;
}
.columnleft-postdetail span
{
    font: 1.1em / 1.7em bold;
    font-weight: 600;
    color: #54595f;	
}
.thecontent-postdetail div ,
.thecontent-postdetail p
{
	margin:1em 0;
	color: #54595f;	
	font: 1.1em / 1.7em light;
	font-weight: 600;
}
.thecontent-postdetail p strong
{
	color: #026CB6;	
	font-weight: 600;
}
.thecontent-postdetail h2 
{
	font-family:bold;
	color:#54595f;
}
.thecontent-postdetail h3
{
	font-family:bold;
	color:#54595f;
}
.thecontent-postdetail h4
{
	font-family:bold;
	color:#54595f;
}
.thecontent-postdetail h5
{
	font: 1.1em / 1.7em bold;
	color:#54595f;
	margin-left: 2em;
}
.thecontent-postdetail table 
{
    margin-top: 2em;
}
.thecontent-postdetail table thead
{
    margin-bottom: 1em;
}
.thecontent-postdetail table tbody tr td
{
    margin: 1em 0;
    color: #54595f;
    font: 1.1em / 1.7em light;
	
}
.thecontent-postdetail b
{
	font-family:bold;
	color:#54595f;
}
.thecontent-postdetail ul
{
	padding: 1.5em 0;
	margin-left: 4em;
}
.thecontent-postdetail ul li
{
    font: 1em/1.7em light;
    color: #000;
    padding-bottom: 0.5em;
	position:relative;
    padding-left: 1em;
}
.thecontent-postdetail ul li:before
{
    content:"";
    width: 6px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 0.5em;
    background: #54595f;
	border-radius: 50%;
}



.columnright-postdetail
{
    width: 25%;
}
.row-list-postdetail
{
	width: 100%;
	background:#F4F4F4;
	padding:1.25em;
	position:sticky;
	top:6em;
}
.row-list-postdetail h3 
{
    font: 1.8em / 1.2em light;
    color: #026CB6;
    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%;
}

















#button-load-more
{
    width: 100%;
    padding: 0 0 5em 0;
}
#button-load-more span 
{
    cursor: pointer;   
	display: flex;
    justify-content: center;
}
#button-load-more span img
{
   width: 2em;
	height: auto;
	filter: brightness(0) saturate(100%) invert(29%) sepia(72%) saturate(1711%) hue-rotate(183deg) brightness(91%) contrast(98%);
}
#container-module-category 
{
    margin-top: 5em;
}
#container-module-category h2
{
    font: 3em/1.2em regular;
    color: #000;
	text-align: center;
	margin-bottom: 1.5em;
}
#container-module-category h2 strong:first-child
{
    font: 0.95em / 1.2em regular;
    font-weight: 600;
	color: #026CB6;
}


#container-module-footer
{
	width: 100%;
	background: #026CB6;
}
.row-footer
{
	width: 100%;
	padding: 3em 0;
	
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.row-footer > div:nth-child(1)
{
	width: 20%;
}
.row-footer > div:nth-child(2)
{
	width: 46%;
}
.row-footer > div:nth-child(3)
{
	width: 30%;
}
.links-services
{
	display: flex;
	flex-flow: row wrap;
}
.links-services a
{
	width: 50%;
} 
.links-services ul li a
{
	font: 1.235em / 1.175em regular;
    color: #fff;
}

.row-footer > div h3
{
	font: 1.5em / 1.175em medium;
    color: #fff;
	margin-bottom: 2em;
	
	position: relative;
}
.row-footer > div h3:before
{
    content: "";
    position: absolute;
    width: 3em;
    height: 2px;
    bottom: -0.5em;
    left: 0;
	right: 0;
    background: #EA8127;
}
.links-footer ul li
{
	margin-bottom: 1.5em;
}
.links-footer ul li a
{
	font: 1.235em / 1.175em regular;
    color: #fff;
}
.data-footer ul li
{
	margin-bottom: 1.5em;
} 

.links-services a
{
	font: 1.235em / 1.175em regular;
    color: #fff;
	margin-bottom: 1.5em;
}

.ubication
{
	width: 2em;
    height: 2em;
    padding: 0;
	background:url('images/ubicacion.png') no-repeat left center / contain;
	padding-left: 2.5em;
}
.phone
{
	width: 2em;
    height: 2em;
    padding: 0;
	background:url('images/telefono.png') no-repeat left center / contain;
	padding-left: 2.5em;
}
.mail
{
	width: 2em;
    height: 2em;
    padding: 0;
	background:url('images/correo.png') no-repeat left center / contain;
	padding-left: 2.5em;
}

.links-footer ul li a:hover,
.links-services a:hover 
{
    color:#FF6C09;
} 
.row-search
{
	background: #fff;
    padding: 0.5em;
    border-radius: 25px;
	overflow: hidden;
	margin-bottom: 2em;
}
.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: #204E51;	
	border:none;
}
.row-search form input[type="submit"]
{
    width: 1.75em;
    height:  1.75em;
    background: url("images/buscar.svg") no-repeat center / contain;	
	border:none;
	color:transparent;
	cursor:pointer;
}
.data-footer ul li span
{
	font: 1.235em/1em regular;
    color: #fff;
	
	display: flex;
	align-items: center;
}
.data-footer ul li a
{
	font: 1.235em/1em regular;
    color: #fff;
	display: flex;
    align-items: center;
}

.data-footer ul li a:hover 
{
    color:#FF6C09;
} 
.links 
{
    display: flex;
}
.links a
{
	margin-right: 1em;
}
.links a img
{
	width: 2.2em;
	height: 2.2em;
}
.row-copy
{
	padding: 0.85em 0;
	border-top: 1px solid #fff;
	
	display: flex;
	justify-content: space-between;
    align-items: center;
}
.row-copy span
{
	font: 1.1em/1em regular;
	color: #fff;
}


#row-search-category
{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.column-category
{
	width: 17%;
}
.text-catfilter 
{
    width: 100%;
    background: #F5FCFF url("images/flecha-hacia-abajo-para-navegar.png") no-repeat 9em center / 1em;
    padding: 1em;
	font: 1.335em/1em regular;
	color: #026CB6;
	border-bottom: 1px solid #026CB6;
	cursor: pointer;
}
.row-category {
    display: none; /* Esto oculta el contenedor inicialmente */
}
.row-category ul li
{
	border-bottom: 1px solid #026CB6;
}
.row-category ul li a
{
	width: 100%;
    background: #F5FCFF;
    padding: 1em;
	font: 1.335em/1em regular;
	color: #026CB6;
	display: block;
}

#container-module-resultfilter #column-list-post
{
	display: flex;
	flex-flow: row wrap;
}
#container-module-resultfilter .column-post
{
    width: 29%;
    position: relative;
    margin: 2em 2.16%;
}


.row-search-category 
{
    display: flex;
    justify-content: space-between;
}
.column-search
{
	width: 30%;
	background: #fff;
    padding: 0.5em;
    border-radius: 25px;
	overflow: hidden;
	margin-bottom: 2em;
}
.column-search form 
{
	border: 1px solid #026CB6;
    border-radius: 5em;
	background:#fff;
	padding:0.5em;
    display: flex;    
    justify-content: space-between;	
}
.column-search form input[type="text"]
{
	font: 1.1em/1em regular;
    color: #204E51;	
	border:none;
}
.column-search form input[type="submit"]
{
    width: 1.75em;
    height:  1.75em;
    background: url("images/buscar.svg") no-repeat center / contain;	
	border:none;
	color:transparent;
	cursor:pointer;
}
.column-search ::placeholder
{
    color: #026CB6;
}
.column-search :-ms-input-placeholder
{
    color: #026CB6;
}
.column-search ::-ms-input-placeholder
{
    color: #026CB6;
}


#container-module-bannerInternal
{
	width: 100%;
	height: auto;
    position: relative;
}
#container-module-bannerInternal img
{
	width:100%;
	height: 80vh !important;;
}
.row-bannerInternal
{
    width: 90%;
    position: absolute;
    top: 0;
    left: 8%;
    right: 0;
    margin: 0 auto;
    height: 100%;
}
.row-bannerInternal p
{
    font: 2em / 1.3em light;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0.5em;
    letter-spacing: -0.75px;
	margin-top: 13em;
}
.row-bannerInternal p strong
{
    font: 1em / 1.3em regular;
    color: #EA8127;
    font-weight: 400;
}
.row-bannerInternal h2 
{
    font: 3.5em / 1.2em bold;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -0.75px;
}


#container-module-listCat
{
	width: 100%;
	margin-top: 3em;
}
.row-listCat
{
	width: 100%;
	
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.column-listCat
{
	width: 13.2%;
    min-height: 10em;
	border-right: 1px solid #545454;
    border-top: 1px solid #545454;
	border-bottom: 2px solid #026CB6;
}
.column-listCat:first-child
{
	border-top-left-radius: 10px;
	border-left: 1px solid #545454;
}
.column-listCat:last-child
{
	border-top-right-radius: 10px;
}

.column-listCat:hover
{
	border-top: 2px solid #026CB6;
    border-right: 2px solid #026CB6;
    border-left: 2px solid #026CB6;
	border-bottom: 2px solid #fff;
}

.column-listCat.activeCat  
{
    border-top: 10px solid #026CB6;
    border-right: 2px solid #026CB6;
    border-left: 2px solid #026CB6;
	border-bottom: 2px solid #fff;
}
.column-listCat:hover h2
{
	color: #026CB6;
}
.column-listCat:hover .image-listCat img
{
	filter: none;
}
.content-listCat h2
{
    font: 1.135em/1.2em regular;
    color: #545454;
    text-align: center;  
	margin: 0;
	padding:0 1em;
}
.image-listCat
{
    width: 100%;
    margin: 1.5em 0 1em 0;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.image-listCat img
{
	width: 4.25em;
    height: 4.25em;
    max-width: 70%;
    max-height: 4.5em;
    object-fit: contain;
}
.content-listCat
{
	width: 100%;
} 


#container-module-detailsServices
{
	width: 100%;
	border-top: 2px solid #026CB6;
	margin-top: -2px;
}
.row-detailsServices
{
	width: 100%;
}
.title-detailsServices 
{
    margin-top: 5em;
}
.title-detailsServices h2
{
    font: 2.5em/1.2em medium;
    color: #000;
	text-align: center;
	margin-bottom: 2.5em;
}
.title-detailsServices h2 strong
{
    font: 0.95em / 1.2em regular;
    color: #026CB6;
    font-weight: 600;
}
.group-detailsServices
{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.column-left-detailsServices
{
	width: 45%;
}
.column-left-detailsServices > p
{
	font: 1.235em / 1.7em light;
    font-weight: 600;
    color: #545454;
    margin-bottom: 1em;
	text-align: justify;
}
.column-left-detailsServices strong
{
	font: 1em / 1.2em light;
    color: #00A4E2;
    font-weight: 600;
}
.column-right-detailsServices
{
	width: 50%;
}
.sizeimage_21 img
{
	position: absolute;
    right: 0;
    width: 50vw !important;
    max-height: inherit !important;
}
.column-right-detailsServices img
{
	width: 100%;
	height: auto;
	max-height: 40em;
    object-fit: contain;
}
/* .row-courier ul
{
	margin-top: 2em;
}
.row-courier ul li
{
	font: 1.235em / 1.2em regular;
    color: #5579B6;
    margin-bottom: 1em;
}
.row-courier ul li i 
{
	background:url('images/Recurso 36@2x.png') no-repeat left center / contain;
	padding-left: 1.5em;
}  */

.row-courier 
{
    width: 57%;
}
.row-courier ul li 
{
	font: 1.2em / 1.25em regular;
    color: #545454;
    padding: 0.5em;
    margin-bottom: 1.5em;
    border-radius: 8px;
    box-shadow: 0px 5px 5px 5px #48529944;
	background: #fff;
	
	display: flex;
	align-items: center;
	
    position: relative;
	transition: all 0.5s ease-in-out;
}
.iconTabCourier
{
	width: 6em;
}
.iconTabCourier img
{
	width: auto;
    height: 2.5em;
    object-fit: contain;
	margin: 0 auto;
}
.row-courier ul li:hover .iconTabCourier img
{
	filter: brightness(0) saturate(100%) invert(46%) sepia(100%) saturate(1795%) hue-rotate(164deg) brightness(95%) contrast(101%);
}
.row-courier ul li:nth-child(1) .iconTabCourier img
{
	margin-right: 1.5em;
}
.row-courier ul li:hover
{
	color: #00A4E2
}
.row-courier ul li:hover:before
{
    background: #00A4E2;
}
.row-courier ul li:before
{
	content: "";
    position: absolute;
    width: 4em;
    height: 100%;
    background: #026CB6;
    left: -0.5em;
    top: 0;
    z-index: -9;
    border-radius: 8px;
}













.row-acordeon
{
	width: 100%;
}
.row-acordeon ul li,
.row-acordeonExporter ul li
{
    color: #000;
    cursor: pointer;
    background: #fff;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #4C8FC8;
}
.row-acordeon ul li:last-child,
.row-acordeonExporter ul li:last-child
{
    border-bottom: inherit;
}
.title-blockaccordion,
.title-blockaccordionExporter
{
    padding: 1em 0;
    display: flex;
	align-items: center;
	padding-left: 0.5em;
	height: 4em;
}
.title-blockaccordion h3, 
.title-blockaccordionExporter h3 
{
    font: 1.3em / 1.5em regular;
    color: #026CB6;
}
.text-blockaccordion,
.text-blockaccordionExporter
{
    width: auto;
	font: 1.335em / 1.7em light;
    font-weight: 600;
    color: #545454;
    display: none;
	padding: 1em 0;
}
.icon-blockaccordion,
.icon-blockaccordionExporter
{
    width: 12px;
    height: 12px;
	margin-right: 0.5em;
	filter: brightness(0) saturate(100%) invert(49%) sepia(36%) saturate(727%) hue-rotate(166deg) brightness(99%) contrast(88%);
}
.icon-blockaccordion img,
.icon-blockaccordionExporter img
{
    width: 100%;
    height: auto;
}
.row-acordeon .icon-blockaccordion:after,
.row-acordeonExporter .icon-blockaccordionExporter:after
{
    content: "";
	display:none;
}


#container-module-mainAirlines
{
	width: 100%;
	padding-top: 5em;
	background: #F5FBFF;
}
.row-mainAirlines
{
	width: 100%;
}
.title-mainAirlines h2
{
	font: 2.5em / 1.2em regular;
    color: #000;
}
.title-mainAirlines h2 strong:first-child
{
	font: 0.95em / 1.2em regular;
	font-weight: 600;
}
.title-mainAirlines h2 strong:last-child
{
	font: 0.95em / 1.2em regular;
	color: #026CB6;
    font-weight: 600;
}


.mainAirlines
{
	width: 90%;
    padding: 5em 0;
	margin: 0 auto;
}
.mainAirlines img
{
    width: 100%;
    height: 6em;
    object-fit: contain;
}


#container-module-burden
{
	width: 100%;
	margin-top: 6em;
}
.row-burden
{
	background: #F5FBFF;
	border-radius: 20px;
    display: flex;
    align-items: center;
    padding-top: 2em;
    padding-bottom: 1em;
    justify-content: center;
	
	border-radius: 10px;
    border: 1px solid #026CB6;
}
.column-titleBurden
{
	width: 40%;
}
.column-titleBurden h2
{
	font: 2.3em / 1.2em light;
    color: #000;
    margin-bottom: 2em;
    width: 70%;
	
	position: relative;
}
.column-titleBurden h2:before
{
    content: "";
    position: absolute;
    width: 3em;
    height: 2px;
    bottom: -0.5em;
    left: 0;
    background: #EA8127;
	margin: 0 auto;
}
.column-titleBurden h2 strong
{
	font: 0.95em / 1.2em regular;
    font-weight: 600;
	color: #026CB6;
}
.column-contentBurden
{
	width: 48%;
	
	display: flex;
	flex-flow: row wrap;
	text-align: center;
	justify-content: space-between;
}
.column-contentBurden > div
{
	width:46%;
	margin-bottom: 3em;
}
.icons-burden img
{
	width: 5em;
    height: 6em;
    margin: 0 auto;
    object-fit: contain;
}
.title-burden h2
{
	font: 1.235em / 1.175em light;
    color: #000;
    margin-top: 1em;
}



#container-module-btnMainAirlines
{
	width: 100%;
}
#container-module-btnMainAirlines a
{
    font: 1.375em/1em regular;
    color: #fff;
    padding: 0.775em 1.75em;
    background: #026CB6;
    border-radius: 2em;
    display: table;
	margin: 2em auto;
	transition: all 0.35s ease-in-out;
}
#container-module-btnMainAirlines:hover a
{
	background: #EA8127;
}


#container-module-booking
{
	width: 100%;
	margin: 5em 0;
	margin-top: 8em;
	
	display: flex;
    justify-content: end;
}
.row-booking
{
	width: 75%;
	background: radial-gradient(circle at 118.3% 68.3%, #0086da 0, #005d9c 50%, #005095 100%);
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	
	display: flex;
}
.content-booking
{
	width: 28%;

    display: flex;
    flex-direction: column;
    justify-content: center;
}
.content-booking h2
{
	font: 2.3em / 1.175em light;
    color: #fff;
	margin-bottom: 2em;
	
    position: relative;
}
.content-booking h2 strong
{
	font: 0.95em / 1.2em regular;
    font-weight: 600;
}
.content-booking h2:before
{
    content: "";
    position: absolute;
    width: 3em;
    height: 2px;
    bottom: -0.5em;
    left: 0;
	right: 0;
    background: #EA8127;
}
.content-booking p
{
	font: 1.235em/1.7em light;
    color: #fff;
	text-align: justify;
}
.content-booking p strong 
{
    font: 1em / 1.2em light;
    color: #fff;
    font-weight: 600;
}
.btn-booking
{
	margin-top: 2em;
}
.btn-booking a
{
    font: 1.375em / 1em regular;
    color: #fff;
    padding: 0.775em 1.75em;
    background: #F78E1E;
    border-radius: 2em;
    display: table;
}
.imagen-booking
{
	width: 50%;
	padding-left: 9em;
}
.imagen-booking img {
    width: 168%;
    height: auto;
    max-height: 67vh;
    margin-top: -9em;
    margin-left: -10em;
    object-fit: contain;
}


#container-module-aduanero
{
	width: 100%;
	margin-top: 12em;
}
.row-aduanero
{
	background: radial-gradient(circle at 118.3% 68.3%, #0086da 0, #005d9c 50%, #005095 100%);
	
	display: flex;
	flex-flow: row wrap;
}
.imagen-aduanero
{
	width: 50%;
	position: relative;
}
.imagen-aduanero img
{
	width: 100%;
    height: auto;
    margin-top: -10em;
    object-fit: cover;
}
.imagen-aduanero .text
{
	position: absolute;
    width: 100%;
    height: 50%;
    top: 0;
    left: 22%;
    padding-top: 3em;
}
.imagen-aduanero .text h2 
{
    font: 1.235em / 1.175em medium;
    color: #fff;
    margin-top: 1em;
}
.imagen-aduanero .text p
{
	font: 1.235em / 1.175em medium;
    color: #fff;
    margin-top: 1em;
    padding: 0.75em 2em;
    background: #EA8127;
    display: table;
    border-radius: 2em;
}



.content-aduanero
{
	width: 40%;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.content-aduanero h2
{
	font: 2em / 1.175em light;
    color: #fff;
	margin-bottom: 2em;
	text-align: center;
	
    position: relative;
}
.content-aduanero h2 strong
{
	font: 1em / 1.5em regular;
    color: #fff;
}
.content-aduanero h2:before
{
    content: "";
    position: absolute;
    width: 3em;
    height: 2px;
    bottom: -0.5em;
    left: 0;
	right: 0;
	margin: 0 auto;
    background: #EA8127;
}
.content-aduanero p
{
	font: 1.235em / 1.5em light;
    color: #fff;
}
.content-aduanero p strong
{
	font: 1em / 1.5em regular;
    color: #fff;
}
.btn-aduanero
{
	margin-top: 2em;
}
.btn-aduanero a
{
    font: 1.375em / 1em regular;
    color: #fff;
    padding: 0.775em 1.75em;
    background: #026CB6;
    border-radius: 5px;
    display: table;
}



#container-module-containers
{
	width: 100%;
	background: #F5FBFF;
	padding: 5em 0;
	margin-top: 6em;
}
.row-containers
{
	width: 100%;
}
.title-containers h2
{
    font: 2.5em/1.2em medium;
    color: #000;
	margin-bottom: 2em;
	text-align: center;
}
.title-containers h2 strong
{
    font: 0.95em / 1.2em regular;
    color: #026CB6;
    font-weight: 600;
}
.group-containers 
{
    width: 95%;
    margin: 0 auto;
}
.column-containers
{
	width: 100%;
	height: 24em;
	background: #fff;
	border-radius: 10px;
	border: 2px solid #026CB6;
	box-shadow: 0px 2px 2px 2px #48529944;
}
.image-containers
{
    width: 85%;
    margin: 0 auto;
    padding: 1em 0;
    height: 13em;
    display: flex;  
	justify-content: center;
    align-items: center;
}
.image-containers img
{
    width: 100%;
    height: auto;
    max-height: 25em;
}
.content-containers
{
	width: 100%;
    padding: 0 1em 1em 1em;
}
.content-containers h3
{
    font: 1.2em/1em medium;
    color: #026CB6;
    margin-bottom: 1em;
}
.content-containers p
{
    font: 1.1em/1.2em regular;
    color: #545454;
}
#container-module-containers .slick-slider 
{
    margin: 0 -5px;
}
#container-module-containers .slick-slide
{
    margin-right: 5px;
    margin-left: 5px;
}

#container-module-containers .slick-prev
{
    position: absolute;
    width: 2.5em;
    height: 2.5em;
    top: 43%;
    left: -4.5%;
    border: none;
    color: transparent;
    padding: 0;
    cursor: pointer;
    z-index: 99;
    background: url("images/icon-prev.svg") no-repeat center / contain;
}
#container-module-containers .slick-next
{
    position: absolute;
    width: 2.5em;
    height: 2.5em;
    top: 43%;
    right: -4.5%;
    border: none;
    color: transparent;
    padding: 0;
    cursor: pointer;
    z-index: 99;
	background: url("images/icon-next.svg") no-repeat center / contain;
}


#container-module-shipments
{
	width: 100%;
	padding-top: 5em;
	padding-bottom: 3em;
}
.row-shipments
{
	width: 100%;
}
.column-leftShipments
{
	width: 80%;
    background: radial-gradient(circle at 118.3% 68.3%, #0086da 0, #005d9c 50%, #005095 100%);
    border-radius: 15px;
    padding: 5em;
	
    display: flex;
    align-items: center;
	justify-content: space-between;
}
.column-rightShipments
{
	width: 80%;
    background: radial-gradient(circle at 118.3% 68.3%, #0086da 0, #005d9c 50%, #005095 100%);
    border-radius: 15px;
    padding: 5em;
	position: relative;
	left: 20%;
	margin-top: -3em;
	
    display: flex;
    align-items: center;
	justify-content: space-between;
}
.title-shipments
{
	width: 30%;
}
.title-shipments > h2
{
	font: 2em / 1.175em light;
    color: #fff;
	margin-bottom: 2em;
	
	position: relative;
}
.title-shipments > h2 strong
{
	font: 0.95em / 1.2em regular;
    font-weight: 600;;
}
.title-shipments h2:before
{
    content: "";
    position: absolute;
    width: 4em;
    height: 2px;
    bottom: -0.5em;
    left: 0;
	right: 0;
    background: #EA8127;
}
.content-shipments
{
	width: 60%;
}
.content-shipments p
{
	font: 1.235em / 1.7em light;
    font-weight: 400;
    color: #fff;
	text-align: justify;
}
.column-imageShipments
{
	width: 70%;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    margin-top: -3em;
	box-shadow: 0px 0px 5px 5px #90929bb5;
}
.column-imageShipments img
{
	width: 100%;
	height: 25vw;
	object-fit:cover;
}


#container-module-places
{
	width: 100%;
	margin: 6em 0;
	
	display: flex;
    justify-content: end;
}
.row-places
{
	width: 75%;
	background: #134066;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	
	display: flex;
}
.content-places
{
	width: 28%;

    display: flex;
    flex-direction: column;
    justify-content: center;
}
.imagen-places
{
	width: 50%;
}
.imagen-places img
{
	width: 85%;
    height: 25vw;
    margin-top: -9em;
    padding-left: 7em;
    object-fit: cover;
}

.content-places h2
{
	font: 2em / 1.175em medium;
    color: #fff;
	margin-bottom: 1.35em;
	
    position: relative;
}
.content-places h2:before
{
    content: "";
    position: absolute;
    width: 3em;
    height: 2px;
    bottom: -0.5em;
    left: 0;
	right: 0;
    background: #EA8127;
}
.listPlaces
{
	width: 100%;
}
.listPlaces ul
{
	display: flex;
    align-items: center;
    justify-content: center;
}
.listPlaces ul li
{
    font: 1.2em / 1em regular;
    color: #545454;
    width: 10em;
    height: 10em;
    background: #fff;
    border-radius: 100%;
    margin: 0 4%;
	
	display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.listPlaces > div:last-child
{
	margin-top: 2em;
}
.listPlaces > div p
{
	font: 1.235em / 1em regular;
    color: #fff;
	margin-bottom: 2em;
}
.listPlaces > div span
{
	font: 1.2em / 1em regular;
    color: #fff;
    padding: 0.775em 1.75em;
    background: #026CB6;
    border-radius: 5px;
}
.iconsPlaces
{
	width: 3em;
	height: 3em;
	background: url("images/Recurso 136.png") no-repeat center / contain;
	margin-bottom: 0.5em;
}


#container-module-processes
{
	width: 100%;
	margin-top: 5em;
	margin-bottom: 10em;
}
.row-processes
{
	width: 100%;
	margin: 0 auto;
	background: #F4FCFF;
	border-radius: 10px;
    padding: 3em;
	border: 1px solid #026CB6;
}
.title-processes h2
{
	font: 2.5em / 1.175em regular;
    color: #000;
	margin-bottom: 3em;
	text-align: center;
	
	position: relative;
}
.title-processes h2 strong:first-child 
{
    font: 0.95em / 1.2em regular;
    font-weight: 600;
}
.title-processes h2 strong:last-child 
{
    font: 0.95em / 1.2em regular;
    font-weight: 600;
	color: #026CB6;
}
.title-processes h2:before
{
    content: "";
    position: absolute;
    width: 3em;
    height: 2px;
    bottom: -0.5em;
    left: 0;
	right: 0;
    background: #EA8127;
	margin: 0 auto;
}
.title-processes p
{
	font: 1.235em / 1.7em light;
    font-weight: 600;
    color: #545454;
	margin-top: 1em;
}
.group-processes
{
	width: 100%;
	
	display: flex;
	flex-flow: row wrap;
	text-align: center;
	justify-content: center;
}
.group-processes > div
{
	width: 22%;
    margin: 0 1.5%;
}
.group-processes img
{
	width: 7em;
    height: 6em;
    margin: 0 auto;
    object-fit: contain;
}
.group-processes h3
{
	font: 1.235em / 1.175em medium;
    color: #026CB6;
	margin-top: 1em;
}


.content-storage
{
	display: flex;
	align-items: center;
}
.iconsStorage 
{
    margin-right: 1em;
}
.iconsStorage img
{
	width: 4em;
	filter: brightness(0) saturate(100%) invert(67%) sepia(40%) saturate(3796%) hue-rotate(343deg) brightness(95%) contrast(94%);
}
.textStorage span
{
	font: 1.235em / 1.35em regular;
    color: #026CB6;
    margin-bottom: 1em;
}
.textStorage p
{
	font: 1em / 1.35em regular;
    color: #00A4E2;
}


#container-module-services
{
	width: 100%;
	padding: 3em 0;
	background: radial-gradient(circle at 118.3% 68.3%, #0086da 0, #005d9c 50%, #005095 100%);
}
.row-services
{
	width: 90%;
	margin: 0 auto;
}
.title-services h2
{
    font: 2em/1.2em medium;
    color: #fff;
	text-align: center;
	margin-bottom: 1.5em;
	
	position: relative;
}
.title-services h2:before
{
    content: "";
    position: absolute;
    width: 3em;
    height: 2px;
    bottom: -0.5em;
    left: 0;
	right: 0;
    background: #EA8127;
	margin: 0 auto;
}
.group-services
{
	width: 100%;
	
	display: flex;
	flex-flow: row wrap;
}
.column-services
{
	width: 18%;
    margin: 1em 1%;
    min-height: 12em;
    position: relative;
}
.column-services:hover
{
    background: #fff;
	border-radius: 0.75em;
}
.column-services:hover h2
{
	color: #0C456F;
} 
.column-services:hover .image-services img
{
	filter: none;
}
.column-services a
{
    width: 100%;
    height: 100%;
    position: absolute;
}
.content-services h3
{
    font: 1.135em/1.2em regular;
    color: #fff;
    text-align: center;  
	margin: 0;
	padding:0 1em;
}
.column-services:hover .content-services h3
{
    font: 1.135em/1.2em regular;
    color: #0C456F;
}
.image-services
{
    width: 100%;
    margin: 1.5em 0 1em 0;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.image-services img
{
	width: 6.25em;
    height: 6.25em;
    max-width: 70%;
    max-height: 6.5em;
    object-fit: contain;
	filter: brightness(0) invert(1);
}
.content-services
{
	width: 100%;
}
.column-services:hover .image-services img
{
	filter: brightness(0) saturate(100%) invert(67%) sepia(40%) saturate(3796%) hue-rotate(343deg) brightness(95%) contrast(94%);
}


#container-module-exporter
{
	width: 100%;
	padding: 5em 0;
}
.row-exporter
{
	width: 100%;
}
.title-exporter h2
{
    font: 2.5em / 1.175em regular;
    color: #000;
	margin-bottom: 2.5em;
	
	position: relative;
}
.title-exporter h2 strong:first-child 
{
    font: 0.95em / 1.2em regular;
    font-weight: 600;
}
.title-exporter h2 strong:last-child 
{
    font: 0.95em / 1.2em regular;
    font-weight: 600;
    color: #026CB6;
}
.title-exporter h2:before
{
    content: "";
    position: absolute;
    width: 3em;
    height: 2px;
    bottom: -0.5em;
    left: 0;
    background: #EA8127;
	margin: 0 auto;
}
.group-exporter
{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.column-left-exporter
{
	width: 35%;
}
.column-right-exporter
{
	width: 50%;
    position: relative;
    margin-bottom: 4em;
    margin-top: -3em;
}
.column-right-exporter:before 
{
    content: "";
    position: absolute;
    width: 90%;
    height: 9em;
    background: #00A4E2;
    bottom: 5em;
    right: 1em;
    border-radius: 10px;
    z-index: -9;
}
.column-right-exporter:after 
{
    content: "";
    position: absolute;
    width: 86%;
    height: 23.5em;
    background: #026CB6;
    top: -1em;
    right: -1em;
    border-radius: 10px;
    z-index: -9;
}
.column-right-exporter img
{
    width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    object-fit: cover;
}


#container-module-catServices
{
	width: 100%;
	padding: 5em 0;
}
.group_services
{
	width: 100%;
}
.group_services ul
{
	display: flex;
	flex-flow: row wrap;
}
.group_services ul li
{
	width: 32%;
    padding: 3.5em 3em;
    position: relative;
    overflow: hidden;
    margin: 1% 0.66%;
}
.group_services ul li:before
{
	content:"";
	position: absolute;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	top: 0;
	left: 0;
    border: 2px solid #026CB6;
	border-radius: 10px;
}
.row_content_services
{
	width: 100%;
}
.services_ico
{
	width: 15%;
    margin: 0 auto;
}
.services_ico img
{
	width: 100%;
	height: auto;
}
.content_image_services 
{
    height: 100%;
    position: absolute;
    width: 100%;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .6s;
    left: 0%;
	right: 0%;
	bottom: 0%;
}
.content_image_services img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.services_content
{
	padding-top: 1em;
	text-align: center;
}
.services_content h3
{
	font: 1.3em / 1.175em medium;
    color: #026CB6;
	padding-bottom: 0.75em;
}
.services_content p
{
	font: 1.235em / 1.2em light;
    font-weight: 600;
    color: #545454;
}
.group_services ul li.active .content_image_services,
.group_services ul li:hover .content_image_services
{
    visibility: visible !important;
    opacity: 1 !important;
    transition-delay: 0s !important;
	top: 0;
}
.content_image_services a
{
	font: 1em/1em light;
    color: #fff;
    background: #00A5E3;
    padding: 1.5em 3em;
    display: table;
	border-radius: 30px;
    transition: all 0.3s ease-in-out;
	text-transform: uppercase;
	position: absolute;
}
.content_image_services a:hover
{
    background: #EA8127;
}


.hide_0
{
	display: none !important;
}


#container-module-dataForm
{
	width: 100%;
	padding: 5em 0;
	background: #F5FCFF;
}
.row-dataForm
{
	width: 100%;
}
.title-dataForm h2
{
	font: 2.5em / 1.2em regular;
    color: #000;
	width: 60%;
}
.title-dataForm h2 strong:first-child
{
	font: 0.95em / 1.2em regular;
	font-weight: 600;
	color: #026CB6;
}
.title-dataForm h2 strong:last-child
{
	font: 0.95em / 1.2em regular;
    font-weight: 600;
}
.dataForm
{
	width: 90%;
	margin: 0 auto;
	padding-top: 4em;
	
    display: flex;
	flex-flow: row wrap;
    justify-content: space-between;
}
.dataForm ul
{
	width: 100%;

	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.dataForm ul li
{
	width: 30%;
}
.icon-data
{
	width: 25%;
    margin: 0 auto;
}
.icon-data img
{
	width: 100%;
	height: auto;
}
.text-data
{
	margin-top: 1.5em;
}
.text-data h3
{
	font: 1.5em / 1.175em medium;
    color: #00A4E2;
    text-align: center;
	margin-bottom: 0.5em;
}
.text-data p
{
	font: 1.235em / 1.2em regular;
    color: #545454;
	text-align: center;
}
.text-data a
{
	font: 1.235em / 1.2em regular;
    color: #545454;
	display: block;
	text-align: center;
	margin-bottom: 0.5em;
}


#container-module-map
{
	width: 100%;
	background: #F5FCFF;
	padding-bottom: 5em;
}
.row-map
{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
    align-items: center;
}
.column-leftMap
{
	width: 22%;
}
.column-leftMap img
{
	width: 100%;
	height: auto;
}
.column-rightMap
{
	width: 75%;
}
.column-rightMap iframe
{
	width: 100% !important;
	height: 400px !important;
}

.tab_map a
{
	font: 1.475em / 1em regular;
    color: #545454;
    border: 1px solid #545454;
    padding: 0.5em;
	
    display: flex;
    align-items: center;
}
.tab_map a.activetabs 
{
    color: #026CB6 !important;
	border-left: 5px solid #026CB6;
}
.tab_map:nth-child(1) a
{
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.tab_map:nth-child(2) a
{
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}


#container-module-questions
{
	width: 100%;
	background: #F5FCFF;
	padding-top: 2em;
	padding-bottom: 5em;
}
.rowQuestions
{
	width: 100%;
}
.titleQuestions h2
{
    font: 2.5em/1.2em medium;
    color: #000;
	text-align: center;
	margin-bottom: 2.5em;
}
.titleQuestions h2 strong:first-child
{
	font: 0.95em / 1.2em regular;
	color: #026CB6;
    font-weight: 600;
}
.row-questions
{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.column-questionsA ul li,
.column-questionsB ul li
{
    color: #000;
    cursor: pointer;
    position: relative;
    width: 100%;
    background: #E6F0FF;
    border-radius: 10px;
    margin-bottom: 1em;
}
.column-questionsA ul li:last-child,
.column-questionsB ul li:last-child
{
    border-bottom: inherit;
}
.title-questions
{
    padding: 1em;
    display: flex;
	justify-content: space-between;
	align-items: center;
	height: 5em;
}
.title-questions h3
{
    font: 1.235em / 1.5em regular;
    color: #026CB6;
}
.text-questions
{
    width: auto;
	font: 1.235em / 1.7em light;
    font-weight: 600;
    color: #54595f;
    display: none;
	padding: 1em;
	text-align: justify;
}
.icon-questions
{
    width: 12px;
    height: 12px;
	filter: brightness(0) saturate(100%) invert(49%) sepia(36%) saturate(727%) hue-rotate(166deg) brightness(99%) contrast(88%);
}
.icon-questions img
{
    width: 100%;
    height: auto;
}
.column-questionsA .icon-blockaccordionQuestions:after,
.column-questionsB .icon-blockaccordionQuestions:after
{
    content: "";
	display:none;
}
.column-questionsA 
{
    width: 48%;
}
.column-questionsB 
{
    width: 48%;
}


#container-module-us
{
	width: 100%;
	background: #026CB6;
	padding: 5em 0;
	
	position: relative;
}
#container-module-us:before
{
	content:"";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url("images/mapa_us.png") no-repeat left center / contain;
}
#container-module-us .center
{
	width: 91em;
    margin: 0 auto;
}
.row-us
{
    display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}
.row-us .column-us
{
	width: 38%;
    padding-left: 8em;	
}
.column-us .text h2
{
    font: 3em / 1.2em light;
    color: #fff;
    margin-bottom: 1em;
    font-weight: 600;
}
.column-us .text h2 strong
{
    font: 1em / 1.2em regular;
    font-weight: 600;
}
.column-us .text p
{
    font: 1.335em / 1.8em light;
    color: #fff;
	text-align: justify;
}
.column-us .text p strong
{
    font: 1.6em / 1.2em bold;
    color: #fff;
    margin-bottom: 0.5em;
    background: #00A4E2;
    padding: 0.15em 0.35em;
    border-radius: 9px;
    display: table;
}
.row-us .video
{
    width: 48%;
	height: 100%;
	
	position: relative;
	z-index: 9;
}
.row-us .video:before 
{
    content: "";
    position: absolute;
    width: 90%;
    height: 9em;
    background: #00A4E2;
    bottom: -1.3em;
    left: -1em;
    border-radius: 10px;
    z-index: -9;
}
.row-us .video:after 
{
    content: "";
    position: absolute;
    width: 86%;
    height: 23.5em;
    background: #00A4E2;
    top: -1.3em;
    right: -1em;
    border-radius: 10px;
    z-index: -9;
}
.video-iframe iframe
{
	width: 100% !important;
	height: 27em !important;
    border-radius: 10px;
    overflow: hidden !important;
}


#container-module-history
{
	width: 100%;
	padding: 5em 0;
}
.title-history h2
{
    font: 3em / 1.2em regular;
    color: #000;
	text-align: center;
	margin-bottom: 1.5em;
}
.title-history h2 strong
{
	font: 0.95em / 1.2em regular;
	color: #026CB6;
	font-weight: 600;
}
.groups-history
{
	width: 92%;
	margin: 0 auto;
}
.column-history
{
	height: 36em;
	box-shadow: 0px 5px 5px 5px #48529944;
	margin: 1em;
    border-radius: 5px;
}
.image-history
{
	padding: 1.5em;
}
.image-history img
{
	width: 100%;
	height: 15em;
	object-fit: cover;
	border-radius: 5px;
	overflow: hidden;
}
.content-history 
{
    padding: 0 1.5em 1.5em 1.5em;
}
.content-history h2
{
    font: 2em / 1.5em bold;
    color: #026CB6;
}
.content-history p
{
    font: 1.2em / 1.5em regular;
    color: #545454;
}
#container-module-history .slick-slider 
{
    margin:0 -20px;
}
#container-module-history .slick-slide
{
    margin-right:20px;
    margin-left:20px;
}
#container-module-history .slick-prev
{
    position: absolute;
    width: 2.5em;
    height: 2.5em;
    top: 43%;
    left: -4.5%;
    border: none;
    color: transparent;
    padding: 0;
    cursor: pointer;
    z-index: 99;
    background: url("images/icon-prev.svg") no-repeat center / contain;
}
#container-module-history .slick-next
{
    position: absolute;
    width: 2.5em;
    height: 2.5em;
    top: 43%;
    right: -4.5%;
    border: none;
    color: transparent;
    padding: 0;
    cursor: pointer;
    z-index: 99;
	background: url("images/icon-next.svg") no-repeat center / contain;
}


#container-module-enterprise
{
	width: 100%;
	padding-bottom: 5em;
}
.row-enterprise
{
	width: 100%;
	position: relative;
	
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.row-enterprise:before
{
	content: "";
    position: absolute;
    width: 2px;
    height: 7em;
    background: #EA8127;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.row-item-enterprise
{
	width: 46%;
	
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.row-item-enterprise:last-child
{
	width: 100%;
	margin-top: 9em;
}
.icon-enterprise
{
    width: 20%;
    margin-bottom: 2em;  
}
.icon-enterprise img
{
    width: 100%;
    height: 100%;
}
.text-enterprise > h3
{
	font: 2.3em / 1em bold;
    color: #026CB6;
    padding-bottom: 1em;
}
.text-enterprise p
{
	font: 1.3em / 1.5em light;
    color: #545454;
    font-weight: 600;
}

.row-item-enterprise > h3
{
	font: 2.3em / 1em bold;
    color: #026CB6;
    padding-bottom: 2em;
}
.rowEnterprise
{
	width: 100%;
	
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.column-enterprise
{
	width: 14%;
    margin: 1em 1.3%;
    height: 12.5em;
    position: relative;
    box-shadow: 0px 5px 5px 5px #b4b6c44a;
    border-radius: 10px;
	transition: all 0.35s ease-in-out;
}

.column-enterprise:hover
{
	background: #026CB6;
	transform: scale(1.2);
}
.column-enterprise:hover h2
{
	color: #fff;
} 
.column-enterprise:hover .image-enterprise img
{
	filter: brightness(0) invert(1);
}
.column-enterprise a
{
    width: 100%;
    height: 100%;
    position: absolute;
}
.content-enterprise h2
{
    font: 1.235em/1.2em regular;
    color: #545454;
    text-align: center;  
	margin-top: 1.5em;
}
.image-enterprise
{
    width: 100%;
    margin: 1.5em 0 1em 0;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.image-enterprise img
{
	width: 8.25em;
    height: 8.25em;
    max-width: 70%;
    max-height: 5.5em;
    object-fit: contain;
}
.content-enterprise
{
	width: 100%;
} 


#container-module-connections
{
	width: 100%;
	position: relative;
}
#container-module-connections > img
{
	width: 100%;
	height: auto;
}
.row-connections
{
	position: absolute;
    width: 29%;
    height: 100%;
    top: 0;
    left: 13%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.row-connections > h2
{
    font: 3em / 1.2em light;
    color: #fff;
	font-weight: 600;
	margin-bottom: 1em;
}
.row-connections > h2 strong
{
    font: 1em / 1.2em regular;
    font-weight: 600;
}
.row-connections p
{
    font: 1.335em/1.5em light;
    color: #fff;
    margin-bottom: 2em;
	text-align: justify;
}
.row-connections p strong
{
    font: 1em / 1.5em light;
    font-weight: 600;
}
.content-connections
{
	width: 100%;
	
	position: relative;
}
.content-connections > div
{
	width: 100%;
	background: #fff;
    border-radius: 8px;
    margin-top: 2em;
	padding: 2em;
	
	position: relative;
	z-index: 9;
}
.content-connections:before 
{
    content: "";
    position: absolute;
    width: 98%;
    height: 12em;
    background: #F78E1E;
    bottom: -1.5em;
    left: -1.2em;
    border-radius: 8px;
	z-index: 8;
}
.content-connections > div > h2
{
    font: 1.325em/1.3em regular;
    color: #545454;
	margin-bottom: 1em;
}
.logos
{
    display: flex;
    align-items: center;
    justify-content: center;
	flex-flow: row wrap;
}
.logos div
{
	width: 33%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logos div img
{
	width: auto;
    height: auto;
    object-fit: contain;
    max-width: 100%;
    max-height: 3.5em;
}
.logos div:nth-child(3) img
{
	width: auto;
    height: auto;
    object-fit: contain;
    max-width: 100%;
    max-height: 2em;
}
.image-connections-movil
{
	display: none;
}


#container-module-certifications
{
	width: 100%;
	padding-top: 7em;
	padding-bottom: 5em;
}
.row-certifications
{
	width: 100%;
}
.row-certifications h2
{
	font: 3em / 1.2em regular;
    color: #000;
    padding-bottom: 0.85em;
}
.row-certifications h2 strong
{
	font: 0.95em / 1.2em regular;
	font-weight: 600;
	color: #026CB6;
}
.group-certifications
{
	width: 100%;
}
.group-certifications ul li
{
	border-bottom: 1px solid #026CB6;
	padding: 5em 0;
	
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}
.group-certifications ul li:last-child
{
	border-bottom: none;
}

.columnIcono
{
	width: 15%;
}
.columnIcono img
{
	width: 100%;
	height: auto;
}
.columnContent p
{
	font: 1.3em / 1.7em light;
    font-weight: 600;
    color: #545454;
	text-align: justify;
}
.columnContent 
{
    width: 80%;
}


#container-module-tab
{
	width: 100%;
	padding: 5em 0;
}
.row-tab
{
	width: 100%;
	margin: 0 auto;
}
.title-tab
{
	padding:1em 0;
	display:flex;
	justify-content:center;
}
.rowTitle a
{
	font: 1.475em / 1em regular;
    color: #545454;
    border: 2px solid #F1F1F1;
    padding: 1em 5em;
	height: 7em;
	
    display: flex;
    flex-direction: column;
    align-items: center;
}
.rowTitle a.active 
{
    color: #026CB6 !important;
	border-top: 5px solid #026CB6;
}
.ubicationTab
{
    width: 3em;
	height: 3em;
    background: url("images/ubication.png") no-repeat center / cover;
	margin-bottom: 0.5em;
	filter: brightness(0) saturate(100%) invert(21%) sepia(100%) saturate(2217%) hue-rotate(189deg) brightness(99%) contrast(98%);
}
.row-contact-tab
{
	margin:3.75em 0 7em 0;
	
	display:flex;
	flex-flow:row wrap;
	justify-content:space-between;
	align-items: center;
}
.column-left-contact-tab
{
    width: 45%;
}
.column-left-contact-tab img
{
    width: 100%;
	height: auto;
}
.column-right-contact-tab
{
	width: 45%;
}

.column-right-contact-tab p
{
	font: 1.3em / 1.7em light;
    font-weight: 600;
    color: #545454;
	margin-bottom: 2em;
	text-align: justify;
}
.column-right-contact-tab p strong 
{
    font: 1em / 1.2em light;
    color: #00A4E2;
    font-weight: 600;
}
.column-right-contact-tab ul 
{
	width: 68%;
    margin: 0 auto;
}
.column-right-contact-tab ul li 
{
	font: 1.2em / 1.25em regular;
    color: #545454;
    padding: 0.5em;
    margin-bottom: 1.5em;
    border-radius: 8px;
    box-shadow: 0px 5px 5px 5px #48529944;
	background: #fff;
	
	display: flex;
	align-items: center;
	
    position: relative;
	transition: all 0.5s ease-in-out;
}
.iconTab
{
	width: 7em;
}
.iconTab img
{
	width: auto;
    height: 2.5em;
    object-fit: contain;
	margin: 0 auto;
}
.column-right-contact-tab ul li:hover .iconTab img
{
	filter: brightness(0) saturate(100%) invert(46%) sepia(100%) saturate(1795%) hue-rotate(164deg) brightness(95%) contrast(101%);
}
.column-right-contact-tab ul li:hover
{
	color: #00A4E2
}
.column-right-contact-tab ul li:hover:before
{
    background: #00A4E2;
}
.column-right-contact-tab ul li:before
{
	content: "";
    position: absolute;
    width: 4em;
    height: 100%;
    background: #026CB6;
    left: -0.75em;
    top: 0;
    z-index: -9;
    border-radius: 8px;
}


#container-module-staff
{
	width: 100%;
	padding: 5em 0;
}
.row-staff
{
	width: 100%;
}
.title-staff h2
{
	font: 3em / 1.2em regular;
    color: #000;
	text-align: center;
	margin-bottom: 2.5em;
}
.title-staff h2 strong:first-child
{
	font: 0.95em / 1.2em regular;
	font-weight: 600;
}
.title-staff h2 strong:last-child
{
	font: 0.95em / 1.2em regular;
	color: #026CB6;
	font-weight: 600;
}
.groups-staff
{
	width: 100%;
	
	display: flex;
    flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}
.column-staff
{
	width: 38%;
}
.column-staff:first-child
{
	padding-left: 5.5em;
}
.column-staff:last-child
{
	width: 100%;
	margin-top: 2em;
}
.column-staff p
{
	font: 1.235em / 1.7em light;
    font-weight: 600;
    color: #545454;
	text-align: justify;
	margin-bottom: 1em;
}
.column-staff p strong 
{
    font: 1em / 1.2em light;
    color: #00A4E2;
    font-weight: 600;
}
.column-staff a
{
	font: 1.235em / 1.2em medium;
    color: #fff;
    background: #026CB6;
    padding: 0.75em;
    display: table;
    margin-top: 2em;
    border-radius: 5em;
	letter-spacing: 1px;
	transition: all 0.35s ease-in-out;
}
.column-staff a:hover
{
	background: #EA8127;
}
.column-image-staff
{
    width: 51%;
	position: relative;
}
.column-image-staff > div
{
	border-radius: 10px;
	overflow: hidden;
	
	position: relative;
}
.column-image-staff:before 
{
    content: "";
    position: absolute;
    width: 90%;
    height: 9em;
    background: #026CB6;
    bottom: -1em;
    right: 1em;
    border-radius: 10px;
    z-index: -9;
}
.column-image-staff:after 
{
    content: "";
    position: absolute;
    width: 86%;
    height: 23.5em;
    background: transparent;
	border: 1px solid #EA8127;
    top: -1em;
    right: -0.75em;
    border-radius: 10px;
    z-index: -9;
}
.column-image-staff div img
{
    width: 100%;
    height: 55vh;
    object-fit: cover;
	border-radius: 10px;
}


#container-module-solutions
{
	width: 100%;
	border-top: 2px solid #026CB6;
    margin-top: -2px;
}
.row-solutions
{
	width: 100%;
}
.title-solutions 
{
	width: 100%;
	margin: 0 auto;
	
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin-top: 3em;
}
.column-solutions
{
	width: 20%;
    min-height: 10em;
	border-right: 1px solid #545454;
    border-top: 1px solid #545454;
	border-bottom: 2px solid #026CB6;
}
.column-solutions:first-child
{
	border-top-left-radius: 10px;
	border-left: 1px solid #545454;
}
.column-solutions:last-child
{
	border-top-right-radius: 10px;
}
.column-solutions:hover
{
	border-top: 2px solid #026CB6;
    border-right: 2px solid #026CB6;
    border-left: 2px solid #026CB6;
	border-bottom: 2px solid #fff;
}
.containerWrapper-logistics 
{
    padding-top: 5em;
}
.column-solutions:hover h2
{
	color: #026CB6;
}
.title-solutions a:hover, .active
{
	color: #026CB6;
}
.column-solutions:hover .image-solutions img
{
	filter: none;
}
.content-solutions h2
{
    font: 1.235em/1.5em regular;
    color: #545454;
    text-align: center;  
	margin: 0;
	padding:0 1em;
}
.image-solutions
{
    width: 100%;
    margin: 1.5em 0 1em 0;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.image-solutions img
{
	width: 4.25em;
    height: 4.25em;
    max-width: 70%;
    max-height: 4.5em;
    object-fit: contain;
}
.content-solutions
{
	width: 100%;
} 
.column-solutions.active  
{
    border-top: 10px solid #026CB6;
    border-right: 2px solid #026CB6;
    border-left: 2px solid #026CB6;
    border-bottom: 2px solid #fff;
}

.containerWrapper-transport > h2,
.containerWrapper-logistics > h2,
.containerWrapper-burden > h2,
.containerWrapper-air > h2
{
    font: 2.5em / 1.2em regular;
    color: #000;
	margin-bottom: 1em;
	text-align: center;
}
.containerWrapper-transport > h2 strong:last-child,
.containerWrapper-logistics > h2 strong:last-child,
.containerWrapper-burden > h2 strong:last-child,
.containerWrapper-air > h2 strong:last-child
{
    font: 0.95em / 1.2em regular;
    color: #026CB6;
    font-weight: 600;
}


.containerWrapper-transport,
.containerWrapper-air
{
	width: 80%;
	margin: 0 auto;
	padding: 5em 0;
}
.rowContentLogistics 
{
    width: 80%;
    margin: 0 auto;
	
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
}
.containerWrapper-burden
{
	width: 100%;
	padding: 5em 0;
}

.rowContentTransport,
.rowContentAir
{
	width: 100%;
	
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
}
.rowContentBurden
{
	width: 80%;
	margin: 0 auto;
	
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
}

.left-transport,
.left-logistics,
.left-burden,
.left-air,
.right-transport,
.right-logistics,
.right-burden,
.right-air
{
	width: 48%;
}
.left-transport p,
.left-logistics p,
.left-burden p,
.left-air p
{
	font: 1.235em / 1.7em light;
    font-weight: 600;
    color: #545454;
    margin-bottom: 1em;
	text-align: justify;
}
.left-transport p strong,
.left-logistics p strong,
.left-burden p strong,
.left-air p strong
{
	font: 1em / 1.2em light;
    color: #00A4E2;
    font-weight: 600;
}


.row-transport ul,
.row-logistics ul,
.group-burden ul,
.row-air ul
{
	margin-top: 2em;
}
.row-transport ul li,
.row-logistics ul li,
.group-burden ul li,
.row-air ul li
{
	font: 1.235em / 1.2em regular;
    color: #026CB6;
    margin-bottom: 1em;
}
.row-transport ul li i, 
.row-logistics ul li i, 
.group-burden ul li i,
.row-air ul li i 
{
	background:url('images/Recurso 36@2x.png') no-repeat left center / contain;
	padding-left: 1.5em;
	filter: brightness(0) saturate(100%) invert(71%) sepia(34%) saturate(6078%) hue-rotate(345deg) brightness(96%) contrast(90%);
} 
.right-transport img,
.right-logistics img,
.right-burden img,
.right-air img
{
	width: 100%;
	height: auto;
}
.rowTransportTransport,
.rowTransportLogistics
{
	width: 100%;
	background: #F4FCFF;
    border-radius: 10px;
    padding: 5em;
	border: 1px solid #026CB6;
}
.rowTransportTransport > h2,
.rowTransportLogistics > h2
{
    font: 2.5em / 1.175em regular;
    color: #000;
	margin-bottom: 1em;
	width: 60%;
	
	position: relative;
}
.rowTransportTransport > h2 strong:first-child,
.rowTransportLogistics > h2 strong:first-child
{
    font: 0.95em / 1.2em regular;
    font-weight: 600;
}
.rowTransportTransport > h2 strong:last-child,
.rowTransportLogistics > h2 strong:last-child
{
    font: 0.95em / 1.2em regular;
    font-weight: 600;
    color: #026CB6;
}

.rowTransportTransport > h2:before,
.rowTransportLogistics > h2:before
{
    content: "";
    position: absolute;
    width: 3em;
    height: 2px;
    bottom: -0.5em;
    left: 0;
    background: #EA8127;
}

.groups-transport 
{
    width: 70%;
    margin: 0 auto;
	background: #F4FCFF;
	
	display: flex;
    flex-flow: row wrap;
}
.column-transport
{
	width: 30%;
    margin: 1em 1.65%;
	min-height: 10em;
	position:relative;
}
.column-transport:hover
{
    background: #026CB6;
	border-radius: 0.75em;
}
.column-transport:hover h2
{
	color: #fff;
} 
.column-transport:hover .image-transport img
{
	filter: brightness(0) invert(1);
} 
.column-transport a
{
    width: 100%;
    height: 100%;
    position: absolute;
}
.content-transport h2
{
    font: 1.135em/1.2em regular;
    color: #026CB6;
    text-align: center;  
	margin: 0;
	padding:0 1em;
}
.image-transport
{
    width: 100%;
    margin: 1.5em 0 1em 0;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.image-transport img
{
	width: 4.25em;
    height: 4.25em;
    max-width: 70%;
    max-height: 4.5em;
    object-fit: contain;
}
.content-transport
{
	width: 100%;
} 

.rowProcesses-logistics
{
	width: 100%;
	background: radial-gradient(circle at 118.3% 68.3%, #0086da 0, #005d9c 50%, #005095 100%);
	padding: 5em 10em 6em 10em;
	
	position: relative;
}
.columnLogistics
{
	width: 25%;
    position: absolute;
    top: 12%;
    left: -21%;
    z-index: 9;
}
.columnLogistics > div:nth-child(1)
{
	width: 100%;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}
.columnLogistics > div:nth-child(2)
{
	width: 75%;
    border-radius: 15px;
    overflow: hidden;
    z-index: -9;
    position: absolute;
    top: 15em;
    right: -5em;
}

.columnLogistics div img
{
	width: 100%;
	height: 15vw;
	object-fit: cover;
	position: relative;
}

.row-bannerBurden
{
	width: 100%;
    background: #026CB6;
    padding: 2em 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.textBurden 
{
	width: 25%;
	margin-right: 4em;
}

.textBurden h2 
{
	font: 2em/1.2em light;
    color: #fff;
	margin-bottom: 1.5em;
	
	position: relative;
}
.textBurden h2 strong
{
	font: 1em/1.2em medium;
    color: #fff;
	margin-bottom: 1.5em;
	
	position: relative;
}

.textBurden h2:before
{
    content: "";
    position: absolute;
    width: 10em;
    height: 2px;
    bottom: -0.5em;
    left: 0;
    background: #EA8127;
}
.videoBurden
{
    width: 45%;
    height: 30em;
    border-radius: 15px;
    overflow: hidden;
}
.videoBurden iframe
{
    width: 100% !important;
	height: 30em !important;
}

.rowBurdenSectores 
{
    width: 80%;
    margin: 0 auto;
	padding: 5em 0;
}
.rowBurdenSectores .column-titleBurden h2 
{
    width: 80%;
}
.rowProcesses-logistics h2
{
	font: 2.5em / 1.2em light;
    color: #fff;
    margin-bottom: 0.5em;
    width: 37%;
	
	position: relative; 
}
.rowProcesses-logistics h2 strong
{
	font: 1em / 1.2em medium;
    color: #fff;
}
.rowProcesses-logistics h2:before
{
    content: "";
    position: absolute;
    width: 4em;
    height: 2px;
    bottom: -0.5em;
    left: 0;
	right: 0;
    background: #EA8127;
}
.row-logisticsNumber 
{
    width: 100%;
	margin-top: 4em;
}
.row-logisticsNumber ul li
{
	width: 17%;
}
.row-logisticsNumber ul li:nth-child(1)
{
	padding-top: 2em;
}
.row-logisticsNumber ul li:nth-child(2)
{
	margin-left: 18em;
	padding-top: 2em;
}
.row-logisticsNumber ul li:nth-child(3)
{
	margin-left: 35em;
	padding-top: 2em;
}
.row-logisticsNumber ul li:nth-child(4)
{
	margin-left: 57em;
}
.row-logisticsNumber ul li:nth-child(5)
{
	margin-left: 80em;
    margin-top: -9em;
    padding-top: 1em;
}
.numberLogistics
{
	font: 3.7em / 1em bold;
    color: #5187A5;
    margin-bottom: 0.15em;
}
.row-logisticsNumber ul li:nth-child(1) .numberLogistics
{
	position: relative;
}
.row-logisticsNumber ul li:nth-child(1) .numberLogistics:before
{
	content: "";
    position: absolute;
    width: 4.5em;
    height: 3em;
    background: url("images/linea1.svg") no-repeat left center / contain;
    top: 0em;
    left: 1.2em;
}
.row-logisticsNumber ul li:nth-child(2) .numberLogistics:before
{
	content: "";
	position: absolute;
	width: 4em;
	height: 2.1em;
	background: url("images/linea2.svg") no-repeat left center / contain;
	top: 7.9em;
	left: 9em;
}
.row-logisticsNumber ul li:nth-child(3) .numberLogistics:before
{
	content: "";
    position: absolute;
    width: 5.1em;
    height: 3.5em;
    background: url(images/linea3.svg) no-repeat left center / contain;
    top: 9.3em;
    left: 13.5em;
}
.row-logisticsNumber ul li:nth-child(4) .numberLogistics:before
{
	content: "";
	position: absolute;
	width: 5.1em;
	height: 3.5em;
	background: url(images/linea4.svg) no-repeat left center / contain;
	top: 10.4em;
	left: 19.7em;
}


.txtLogistics
{
	font: 1.2em/1.3em regular;
    color: #fff; 
}
.containerLogistcs
{
	width: 90%;
    position: absolute;
    top: 0;
    right: 0;
}
.containerLogistcs img
{
	width: 100%;
	height: auto;
}
.containerLogistcsBox
{
	width: 23%;
    position: absolute;
    bottom: 4em;
    left: 8%;
}
.containerLogistcsBox img
{
	width: 100%;
	height: auto;
}









#container-module-sector
{
	width: 100%;
	padding: 5em 0;
}
.sector
{
	width: 100%;
}
.groups-sector	
{
	width: 100%;
}
/* .groups-sector > div:nth-child(2),
.groups-sector > div:nth-child(4),
.groups-sector > div:nth-child(6)
{
	background: #F5FCFF;
} */
.groups-sector > div .row
{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 2em;
	padding: 3em 0;
	
	width: 80%;
	margin: 0 auto;
}
.groups-sector > div:nth-child(1) .row,
.groups-sector > div:nth-child(3) .row,
.groups-sector > div:nth-child(5) .row
{
	flex-direction: row-reverse;
	padding-right: 4em;
}

.groups-sector > div:nth-child(2) .row,
.groups-sector > div:nth-child(4) .row,
.groups-sector > div:nth-child(6) .row
{
	padding-left: 4em;
}

.left-sector
{
	width: 48%;
}
.right-sector
{
	width: 48%;
	
	position: relative;
}
#sector-1 .row .right-sector:after,
#sector-5 .row .right-sector:after
{
    content: "";
    position: absolute;
    width: 100%;
    height: 46%;
    background: #00A4E2;
    top: -1.5em;
    left: -1.5em;
    border-radius: 15px;
    z-index: -9;
}
#sector-2 .row .right-sector:after,
#sector-4 .row .right-sector:after,
#sector-6 .row .right-sector:after
{
    content: "";
    position: absolute;
    width: 100%;
    height: 46%;
    background: #026CB6;
    bottom: -1.5em;
    right: -1.5em;
    border-radius: 15px;
    z-index: -9;
}
#sector-3 .row .right-sector:after
{
    content: "";
    position: absolute;
    width: 100%;
    height: 46%;
    background: #00A4E2;
    bottom: -1.5em;
    left: -1.5em;
    border-radius: 15px;
    z-index: -9;
}




.left-sector p
{
	font: 1.235em / 1.7em light;
    font-weight: 600;
    color: #545454;
    margin-bottom: 1em;
}
.left-sector ul
{
	margin-top: 2em;
}
.left-sector ul li
{
	font: 1.235em / 1.2em regular;
    color: #026CB6;
    margin-bottom: 1em;
}
.left-sector ul li
{
	background:url('images/icon-flechas.png') no-repeat left center / contain;
	padding-left: 1.5em;
} 
.right-sector img
{
	width: 100%;
	height: auto;
	border-radius: 15px;
}
.left-sector > h2
{
    font: 1.5em/1.2em medium;
    color: #026CB6;
	margin-bottom: 0.5em;
}
.sector > h2
{
    font: 2.5em / 1.2em regular;
    color: #000;
    text-align: center;
    margin-bottom: 1em;
}
.sector h2 strong:first-child
{
	font: 0.95em / 1.2em regular;
	font-weight: 600;
}
.sector h2 strong:last-child
{
	font: 0.95em / 1.2em regular;
	color: #026CB6;
	font-weight: 600;
}
.left-sector strong
{
    font: 1em/1.2em bold;
    color: #026CB6;
	margin-bottom: 0.5em;
}


#rowBooking
{
	width: 80%;
	margin: 0 auto;
	padding: 5em 0;
	
	display: flex;
    justify-content: end;
}
#rowBooking .imagen-booking 
{
    width: 53%;
}
#rowBooking .content-booking 
{
    width: 40%;
}
#rowBooking .row-booking 
{
    width: 90%;
    background: radial-gradient(circle at 118.3% 68.3%, #0086da 0, #005d9c 50%, #005095 100%);
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	border-top-right-radius: 15px;
    display: flex;
}
#rowBooking .content-booking h2:before 
{
    content: "";
    position: absolute;
    width: 10em;
    height: 2px;
    bottom: -0.5em;
    left: 0;
    right: 0;
    background: #EA8127;
}


#container-module-tariffs
{
	width: 100%;
	padding: 5em 0;
}
#container-module-tariffs .center 
{
    width: 55%;
    margin: 0 auto;
}
#container-module-tariffs h2
{
    font: 2em/1.2em medium;
    color: #026CB6;
	text-align: center;
	margin-bottom: 2.5em;
	
	position: relative;
}
#container-module-tariffs h2:before
{
    content: "";
    position: absolute;
    width: 3em;
    height: 2px;
    bottom: -0.5em;
    left: 0;
	right: 0;
    background: #EA8127;
	margin: 0 auto;
}
.row-tariffs ul li
{
    color: #000;
    cursor: pointer;
    background: #fff;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #4C8FC8;
}
.row-tariffs ul li:last-child
{
    border-bottom: inherit;
}
.row-tariffs
{
	width: 100%;
}
.title-tariffs 
{
   display: flex;
    justify-content: center;
    margin-bottom: 3em;
}
.title-tariffs a 
{
	font: 1.475em / 1em regular;
    color: #545454;
    border: 1px solid #545454;
    padding: 1.3em 2em;
	height: 4em;
	
    display: flex;
    align-items: center;
}
.title-tariffs a.active 
{
    color: #026CB6 !important;
	border-top: 5px solid #026CB6;
}
.rowTariffs:nth-child(1) a 
{
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.rowTariffs:nth-child(2) a 
{
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.row-tariffs p
{
	font: 1.3em / 1.5em light;
    color: #545454;
	text-align: justify;
    font-weight: 600;
	margin-bottom: 1em;
}
.row-tariffs p strong
{
	font: 1em / 1.5em bold;
}

.btn-tariffs a
{
    font: 1.375em/1em regular;
    color: #fff;
    padding: 0.775em 1.75em;
    background: #026CB6;
    border-radius: 2em;
    display: table;
	margin: 2em auto;
	transition: all 0.35s ease-in-out;
}
.btn-tariffs a:hover
{
    background: #EA8127;
}

.btn-terminos 
{
    display: flex;
}
.btn-terminos a
{
	font: 1.1em/1em regular;
    color: #fff;
    background: #026CB6;
    padding: 0.85em 2em;
    display: table;
	border-radius: 3em;
	margin: 0 1em;
}





#container-module-book
{
	width: 100%;
	padding-top: 10em;
	padding-bottom: 5em;
}
#container-module-book .center
{
	width: 70%;
	margin: 0 auto;
}

.row-book
{
	width: 100%;
	margin-bottom: 4em;
}
.row-book p
{
	font: 1.235em/1.5em regular;
    color: #000;
	margin-bottom: 0.85em;
}
.row-book span
{
	font: 1.235em/1.5em bold;
    color: #000;
	display: block;
    margin-bottom: 0.35em;
}

.row-formBook form h2
{
    font: 1.35em / 1em light;
    color: #0C456F;
    margin-bottom: 1em;
    font-weight: 600;
	width: 100%;
}
.row-formBook p
{
	margin-bottom:1.85em;
	width: 31%;
}
.row-formBook form p label 
{
    font: 1.1em / 1em regular;
    color: #333;
}
.row-formBook form 
{
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}
.row-formBook input[type="text"], 
.row-formBook input[type="tel"], 
.row-formBook input[type="email"]
{
    width: 100%;
    border: 1px solid #0C456F;
    height: 2em;
    font: 1.2em / 1em regular;
    background: none;
    border-radius: 0.3em;
    padding-left: 1em;
    padding-right: 1em;
	margin-top: 0.5em;
	color: #0C456F;
}
.row-formBook select
{
    width: 100%;
    border: 1px solid #0C456F;
    height: 2.5em;
    font: 1em / 1em regular;
    background: none;
    border-radius: 0.3em;
    padding-left: 1em;
    padding-right: 1em;
	margin-top: 0.5em;
	color: #0C456F;
}
.row-formBook textarea
{
    width: 100%;
    border: 1px solid #0C456F;
    font: 1.2em / 1em regular;
    background: none;
    border-radius: 0.3em;
    padding-left: 1em;
    padding-right: 1em;
	height:4em;    
	resize:none;
	padding-top:1em;
	margin-top: 0.5em;
	color: #0C456F;
}
.row-formBook input[type="submit"]
{
    font: 1.275em / 1em regular;
    color: #fff;
    padding: 0.75em 1.75em;
    background: #026CB6;
    display: table;
    border: none;
    cursor: pointer;
    transition: all 0.35s ease-in-out;
    margin: 0 auto;
    border-radius: 2em;
}
.row-formBook input[type="submit"]:hover
{
	background:#FF6C09 !important;
}

.row-formBook input[type="submit"]:hover
{
    background:#007930;
}


.wpcf7-response-output 
{
	font: 1em / 1em light;
    color: #545454;
    font-weight: 600;
}
.container 
{
    width: 66%;
}
.fullContainer 
{
    width: 100%;
    display: flex;
    align-items: center;
	justify-content: space-between;
	flex-flow: row wrap;
}
.container h3
{
	font: 1.15em / 1.5em light;
    color: #a94442;
	margin-bottom: 1em;
}
.container h3 span
{
	font: 1em / 1.2em regular;
    color: #a94442;
	margin-bottom: 1em;
}

#container-module-legal
{
	width: 100%;
	padding: 5em 0;
}
#container-module-legal .center
{
	width: 55%;
	margin: 0 auto;
}
.row-legal
{
	width: 100%;
}
.row-legal ul li
{
    color: #000;
    cursor: pointer;
    background: #fff;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #4C8FC8;
}
.row-legal ul li:last-child
{
    border-bottom: inherit;
}
.title-legal
{
    padding: 1em 0;
    display: flex;
	justify-content: space-between;
	align-items: center;
	height: 4em;
}
.title-legal h3
{
    font: 1.3em / 1.5em regular;
    color: #026CB6;
}
.text-legal
{
    width: auto;
	font: 1.235em / 1.35em regular;
    color: #545454;
    display: none;
	padding: 1em 0;
}
.icon-legal
{
    width: 12px;
    height: 12px;
	margin-right: 0.5em;
	filter: brightness(0) saturate(100%) invert(49%) sepia(36%) saturate(727%) hue-rotate(166deg) brightness(99%) contrast(88%);
}
.icon-legal img
{
    width: 100%;
    height: auto;
}
.row-legal .icon-legal:after
{
    content: "";
	display:none;
}
.pdf-legal a
{
	font: 1em / 1.5em regular;
    color: #fff;
    background: #026CB6;
    padding: 0.35em 1.5em;
    border-radius: 15px;
    display: table;
    margin-top: 0.5em;
}


#container-module-project
{
	width: 100%;
	padding-top: 5em;
}
.row-project
{
	width: 100%;
}
.title-project
{
    display: flex;
	justify-content: space-between;
	margin-bottom: 5em;
}
.title-project .title
{
	width: 35%;
}
.title-project .title h2
{
	font: 2.5em/1.2em medium;
    color: #000;
}
.title-project .title h2 strong {
    font: 0.95em / 1.2em regular;
    color: #026CB6;
    font-weight: 600;
}
.title-project .text
{
	width: 60%;
}
.title-project .text p
{
	font: 1.235em / 1.7em light;
    font-weight: 600;
    color: #545454;
}
.title-project .text p strong 
{
    font: 1em / 1.2em light;
    color: #00A4E2;
    font-weight: 600;
}
.row-groupsProject 
{
    width: 100%;
}
.row-groupsProject > div
{
    margin-bottom: 5em;
	
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
}
.row-groupsProject > div:nth-child(2)
{
	flex-direction: row-reverse;
}
.column-imageProject 
{
    width: 35%;
}
.column-imageProject .image
{
    width: 100%;
	margin-bottom: 2em;
	
	position: relative;
}
.row-groupsProject > div:nth-child(1) .column-imageProject .image:nth-child(1):after,
.row-groupsProject > div:nth-child(3) .column-imageProject .image:nth-child(1):after
{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00A4E2;
    top: -1.5em;
    left: -1.5em;
    border-radius: 15px;
    z-index: -9;
}
.row-groupsProject > div:nth-child(1) .column-imageProject .image:nth-child(2):after, 
.row-groupsProject > div:nth-child(3) .column-imageProject .image:nth-child(2):after 
{
	content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #026CB6;
    bottom: -1.5em;
    left: -1.5em;
    border-radius: 15px;
    z-index: -9;
}
.row-groupsProject > div:nth-child(2) .column-imageProject .image:nth-child(1):after
{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #026CB6;
    top: -1.5em;
    right: -1.5em;
    border-radius: 15px;
    z-index: -9;
}
.row-groupsProject > div:nth-child(2) .column-imageProject .image:nth-child(2):after
{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00A4E2;
    bottom: -1.5em;
    right: -1.5em;
    border-radius: 15px;
    z-index: -9;
}
.column-imageProject .image img
{
    width: 100%;
    height: 50vh;
	border-radius: 15px;
    object-fit: cover;
}
.column-contentProject 
{
    width: 60%;
}
.column-contentProject h2
{
	font: 2.5em / 1.175em medium;
    color: #000;
	margin-bottom: 2em;
}
.column-contentProject h2 strong 
{
    font: 0.95em / 1.2em regular;
    color: #026CB6;
    font-weight: 600;
}
.rowProject ul li
{
	display: flex;
	justify-content: space-between;
	margin-bottom: 2em;
}
.iconProject 
{
    width: 5em;
}
.iconProject img
{
    width: 5em;
    height: 5em;
    object-fit: contain;
}
.textProject 
{
    width: 80%;
}
.textProject h3
{
	font: 1.5em / 1.175em medium;
    color: #000;
	margin-bottom: 0.5em;
}
.textProject p
{
	font: 1.235em / 1.7em light;
    font-weight: 600;
    color: #545454;
}


#container-module-feature
{
	width: 100%;
	height: 57em;
	background: radial-gradient(circle at 118.3% 68.3%, #0086da 0, #005d9c 50%, #005095 100%);
	
	position: relative;
}
.row-feature
{
	position: absolute;
    width: 75%;
    height: 100%;
    top: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: flex;
	justify-content: space-between;
    flex-flow: row wrap;
	align-items: center;
}
.content-feature 
{
    width: 38%;
	padding-left: 3em;
}
.content-feature img
{
	position: absolute;
    width: 50vw;
    height: auto;
    bottom: 0;
    left: -29em;
}
.content-feature h2
{
	font: 2.5em / 1.7em light;
    color: #fff;
	margin-bottom: 2em;
	
	position: relative;
}
.content-feature h2 strong
{
	font: 1em / 1.7em bold;
    color: #fff;
	margin-bottom: 2em;
	
	position: relative;
}

.content-feature h2:before
{
    content: "";
    position: absolute;
    width: 3em;
    height: 2px;
    bottom: -0.5em;
    left: 0;
	right: 0;
    background: #EA8127;
}
.content-feature p
{
	font: 1.235em / 1.7em light;
    font-weight: 600;
    color: #fff;
}
.box-feature 
{
    width: 56%;
	display: flex;
    flex-flow: row wrap;
}
.box-feature > div
{
    width: 46%;
	box-shadow: 0px 5px 5px 5px #48529944;
	background: #fff;
	border-radius: 10px;
	margin: 1em 1.9%;
	padding: 2em 1em;
	
	display: flex;
    flex-direction: column;
    align-items: center;
	text-align: center;
    justify-content: center;
}
.icon-feature
{
	width: 5em;
	margin-bottom: 2em;
}
.icon-feature img
{
	width: 5em;
    height: 5em;
    object-fit: contain;
}
.text-feature h3
{
	font: 1.2em / 1.7em bold;
    color: #EA8127;
	margin-bottom: 0.5em;
}
.text-feature p
{
	font: 1.135em / 1.7em light;
    font-weight: 600;
    color: #545454;
}


#container-module-catHome
{
	width: 100%;
	overflow: hidden;
}
.title-catHome 
{
    margin-bottom: 14em;
    margin-top: 8em;
}
.title-catHome h2
{
    font: 3em / 1.2em regular;
    color: #000;
    text-align: center;
	margin-bottom: 1em;
}
.title-catHome h2 strong:first-child
{
	font: 0.95em / 1.2em regular;
	font-weight: 600;
}
.title-catHome h2 strong:last-child
{
	font: 0.95em / 1.2em regular;
	color: #026CB6;
    font-weight: 600;
}
.title-catHome p 
{
    font: 1.335em / 1.2em light;
	font-weight: 600;
    color: #545454;
    margin-bottom: 2em;
	text-align: center; 
}
.title-catHome p strong
{
	font: 1em / 1.2em light;
    color: #00A4E2;
    font-weight: 600;
}
.groups-catHome
{
	width: 100%;
    background: #026CB6;
    height: 19em;
}
.row-catHome
{
	width: 85%;
    margin: 0 auto;
    position: relative;
    top: -10em;
}
.column-catHome
{
	width: 100%;
	height: 25em; 
    border-radius: 8px;
    overflow: hidden;
	position: relative;
	transition: all 0.5s ease-in-out;
}
.column-catHome .image
{
	width: 100%;
    height: 25em;
    position: relative;
    overflow: hidden;
}
.column-catHome .image > img 
{
    width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s ease-in-out;
}
.column-catHome .image:hover > img
{
	transform: scale(1.2);
}
.content-catHome 
{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 5em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
}
.icon-catHome > img 
{
	width: 4.5em;
    height: 3.5em;
    filter: brightness(0) invert(1);
    object-fit: contain;
}
.content-catHome h2
{
    font: 1.235em / 1.2em regular;
    color: #fff;
    margin-top: 1em;
	text-align: center;
}

#container-module-catHome .slick-slider 
{
    margin: 0 -15px;
}
#container-module-catHome .slick-slide
{
    margin-right: 15px;
    margin-left: 15px;
} 
#container-module-catHome .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/icon-prev.svg") no-repeat center / contain;
}
#container-module-catHome .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/icon-next.svg") no-repeat center / contain;
}


#container-module-searchtitle
{
    width: 100%;
    background: #026CB6;
    padding: 4em 0;
	margin-top: 8.3em;
}
#container-module-searchtitle h1
{
	font: 2.4em/1.1em light;
    color: #fff;
    padding: 0.15em 0;
    text-align: center;
}
#container-module-searchtitle p
{
	font: 1em/1em light;
    color: #fff;
    padding: 0.15em 0;
    text-align: center;
}
#container-module-searchtitle h1 strong ,
#container-module-searchtitle h1 b 
{
	font-family:bold;
}

#row-result-search 
{
	padding:5em 0;
}
#row-result-search ul 
{
	width:60%;
	margin:0 auto;
}
#row-result-search ul li
{
	width:100%;
	padding:1em 0;
    border-bottom: 1px solid #026CB6;
}
#row-result-search ul li h2
{
	width:100%;
    font: 1.6em regular;
    color: #026CB6;
}
#row-result-search ul li span 
{
	width:100%;
	font: 1.1em regular;
    color: #545454;
}
#row-result-search  ul li a 
{
    color: #FF6C09 !important;
    text-decoration: underline;
    font: 1em regular !important;
}
.button-home
{
	font: 1.15em / 1em regular;
    color: #fff;
    background: #FF6C09;
    padding: 1em 2em;
	border-radius: 25px;
    display: table;
    transition: all 0.3s ease-in-out;
    margin: 0 auto;
}



#container-module-searchtitle
{
    width: 100%;
    background: #00A4E2;
    padding: 4em 0;
}
#container-module-searchtitle h1
{
	font: 2.4em/1.1em light;
    color: #fff;
    padding: 0.15em 0;
    text-align: center;
}
#container-module-searchtitle p
{
	font: 1em/1em light;
    color: #fff;
    padding: 0.15em 0;
    text-align: center;
}
#container-module-searchtitle h1 strong ,
#container-module-searchtitle h1 b 
{
	font-family:bold;
}


#container-module-newsletter
{
	width: 100%;
	margin-top: 2em;
	margin-bottom: 5em;
}
.newsletter
{
	width: 100%;
	
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.newsletter h2
{
	font: 2em/1.1em bold;
    color: #026CB6;
	margin-bottom: 1.5em;
}
.row-newsletter
{
    width: 100%;
    border-radius: 3em;
    background: #fff;
}
.row-newsletter form
{
    width: 50em;
	border-radius: 2em;
	margin: 0 auto;
    display: flex;
    justify-content: space-between;
	align-items: center;
	position: relative;
	
	border: 2px solid #026CB6;
}
.row-newsletter input[type="email"]
{
    border: none;
    font: 1.4em / 1.2em medium;
    color: #545454;
    background: #fff;
    border-radius: 2em;
    padding-left: 2.25em;
    width: 23em;
}
.row-newsletter input[type="submit"]
{
    font: 1.5em / 1em medium;
    background: #026CB6;
    color: #fff;
    cursor: pointer;
    border-radius: 3em;
    padding: 0.65em 2.25em;
    border: none;
}


.row-newsletter form:hover 
{
    background: #fff; 
    border: 2px solid #EA8127; 
}

.row-newsletter form:hover input[type="submit"] 
{	
    background: #EA8127;  
}


input::placeholder 
{
  color: #545454;
}
#container-module-newsletter span.wpcf7-spinner 
{
    display: none;
}
#container-module-newsletter .wpcf7 form .wpcf7-response-output
{
    position: absolute;
    top: 4.5em;
	font: 1.2em/1.1em regular;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
#container-module-newsletter .wpcf7 form span.wpcf7-not-valid-tip 
{
    position: absolute;
    top: 2.8em;
    left: 3em;
	font: 0.95em/1.1em regular;
	padding: 0 !important;
	margin: 0 !important;
}

.wpcf7 form .wpcf7-response-output 
{
    margin: 0 4.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
}

.icoWhat
{
	display: block;
	background: url("images/wwhatsapp.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%;
}	

.mobile
{
	display: none !important;
}
.desktop
{
	display: block;
}



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

@media screen and (max-width: 1920px)
{
	body 
	{
		font-size: 12.75px;
	}
	
	.box-support 
	{
		width: 380px;
	}
	.link-support 
	{
		height: 43em;
		padding: 5em 2em;
	}
	.button-support-close 
	{
		top: 1.5em;
	}
}


@media screen and (max-width: 1760px)
{
	body 
	{
		font-size: 12.75px;
	}
	
	.box-support 
	{
		width: 330px;
	}
	.link-support 
	{
		height: 40em;
		padding: 3em 2em;
	}
	.button-support-close 
	{
		top: 0.85em;
	}
}

@media screen and (max-width: 1400px)
{
	body 
	{
		font-size: 11.75px;
	}

	.box-support 
	{
		width: 335px;
	}
	.link-support 
	{
		height: 40em;
		padding: 3em 2em;
	}
	
}


@media screen and (max-width: 1100px)
{
	body
	{
		font-size:9px;
	}
	.center 
	{
		width: 90%;
	}
	.center-full 
	{
		width: 90%;
	}

	.box-support 
	{
		width: 355px;
	}
	.link-support 
	{
		height: 45em;
		padding: 5em 4em;
	}

}

@media screen and (max-width: 760px)
{
	



	
	body
	{
		font-size: 10.75px; 
	}
	
	.columnMenu
	{
		display: none;
	}
	.menu-mobile 
	{
        display: flex;
        width: 40px;
		height: 20px;
        flex-flow: row wrap;
    }
	.menu-mobile span 
	{
		width: 100%;
		height: 3px;
		margin: 2px 0;
		background: #fff;
	}
	.btnclose-menu 
	{
	    transform: scale(0.8);
	}	
	.btnclose-menu span 
	{
	    width:100%;
	}	
	.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);
	}
	.column-logo 
	{
		width: 38%;
	}
	#container-module-mobile 
	{
        width: 100%;
        height: 100%;
        background: #026CB6;
        position: fixed;
        top: 6.5em;
        left: 0;
        z-index: 999;
        display: none;
		overflow-y: auto;
    }
	.row-menu-mobile 
	{
        width: 100%;
        margin-top: 1.5em;
    }
	.row-data-mobile div ul li 
	{
        margin: 1em 0;
        width: 100%;
        text-align: center;
    }
	.column-logo 
	{
		width: 50%;
	}
	.row-menu-mobile div > ul > li > a 
	{
		font: 1.335em / 1em medium;
		color: #fff;
		width: 100%;
		display: block;
		padding: 0.35em 0;
	}
	
	.row-data-mobile ul 
	{
		width: 100%;
		display: flex;
		justify-content: center;
		flex-flow: row wrap;
	}
	.row-data-mobile ul li 
	{
		margin: 0.35em 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: 2em;
        height: 2em;
		margin-right: 0.5em;   
	}
	
	#container-module-slider 
	{
        height: 100vh !important;
	}
	.contentBanner
	{
		width: 90%;
		align-items: center;
		padding-left: 0em;
		top:17em;
	}
	.contentBanner h2 
	{
		font: 2.2em / 1.2em bold;
        width: 100%;
        letter-spacing: inherit;
	}
	
	.columnLeft-homeAbout 
	{
		width: 100%;
	}
	.columnRight-homeAbout 
	{
		width: 100%;
		margin-top: 2em;
		flex-flow: column-reverse;
	}
	.container-wrapper 
	{
		width: 48%;
	}
	.row-box ul li 
	{
		width: 100%;
	}
	.column-sectors 
	{
		width: 47%;
		margin-bottom: 2em;
	}
	.column-titleWrapper h2:before 
	{
		width: 25%;
	}
	
	#container-module-bannerInternal img 
	{
		height: 60vh !important;
		object-fit: cover;
	}
	.row-bannerInternal h2 
	{
		font: 2em / 1.3em bold;
	}
	.row-us 
	{
		width: 100%;
		padding: 0;
	}
	.row-us .text 
	{
		width: 100%;
	}
	#container-module-us .video 
	{
		width: 100%;
		height: auto;
		top: 2em;
		right: 0;
		left: 0;
	}
	.row-us .text h2 
	{
		font: 2em / 1.2em regular;
		text-align: center;
	}
	.title-history h2 
	{
		font: 2em / 1.2em regular;
	}
	.content-history h2 
	{
		font: 1.2em / 1.5em bold;
	}
	.row-item-enterprise
	{
		width: 100%;
	}
	.text-enterprise > h3 
	{
		font: 1.5em / 1em bold;
	}
	.row-enterprise:before
	{
		display: none;
	}
	.row-item-enterprise:last-child 
	{
		margin-top: 3em;
	}
	.row-item-enterprise > h3 
	{
		font: 1.5em / 1em bold;
	}
	.column-enterprise 
	{
		width: 45%;
		margin: 1em 2.5%;
	}
	.row-connections 
	{
		width: 90%;
		left: 5%;
	}
	.group-certifications ul li 
	{
		padding: 2em 0;
		justify-content: center;
	}
	.columnIcono 
	{
		width: 45%;
		margin-bottom: 2em;
	}
	.columnContent 
	{
		width: 100%;
	}
	.row-certifications h2 
	{
		font: 2em / 1.2em regular;
		text-align: center;
	}
	.row-certifications h2:before 
	{
		bottom: 1em;
	}
	#container-module-certifications 
	{
		padding-top: 5em;
		padding-bottom: 1em;
	}
	.row-footer > div:nth-child(1) 
	{
		width: 100%;
	}
	.row-footer > div:nth-child(2) 
	{
		width: 100%;
	}
	.row-footer > div:nth-child(3) 
	{
		width: 100%;
	}
	.columnLeft-homeAbout h2 
	{
		font: 1.2em / 1.2em bold;
	}
	.title-catHome 
	{
		padding: 0 1.5em;
		margin-top: 0;
	}
	.title-catHome h2 
	{
		font: 2em / 1.2em regular;
	}
	.column-titleWrapper h2 
	{
		font: 2em / 1.2em regular;
	}
	#container-module-sectors .center 
	{
		width: 90%;
	}
	.group-sectors 
	{
		justify-content: space-between;
	}
	#container-module-testimonials > img 
	{
		height: 60em;
		object-fit: cover;
	}
	.title-testimonials h2 
	{
		font: 2em / 1.2em regular;
		margin-bottom: 1em;
	}
	.title-testimonials h2:before
	{
		width: 4em;
	}
	.content-contact 
	{
		width: 100%;
	}
	.column-dataContact 
	{
		display: none;
	}
	.column-contact 
	{
		width: 95%;
		margin: 0 auto;
	}
	.row-field-contact p 
	{
		width: 100%;
	}
	.titleContact h2 
	{
		font: 2em / 1.2em regular;
		margin-bottom: 1em;
	}
	
	#container-module-clients .center 
	{
		width: 90% !important;
	}
	
	.title-homeAbout h2 
	{
		font: 2em / 1.2em regular;
	}
	.row-homeAbout 
	{
		margin-top: 2.5em;
	}
	
	.columnRight-homeAbout .image:after 
	{
		height: 19em;
	}
	.columnRight-homeAbout .content 
	{
		padding-top: 0em;
		padding-bottom: 0em;
		padding-left: 0em;
		padding-right: 0;
	}
	.column-box h2 
	{
		font: 2.5em / 1em bold;
	}
	.title-sectors h2 
	{
		font: 2em / 1.2em regular;	
	}
	.title-clients h2 
	{
		font: 2em / 1.2em regular;
	}
	#container-module-sectors 
	{
		padding-bottom: 0;
	}
	.row-post h2 
	{
		font: 2.5em / 1.2em bold;
		margin-bottom: 1em;
	}
	#container-module-us .center 
	{
		width: 90%;
	}
	.row-us .column-us 
	{
		width: 100%;
		padding-left: 0;
	}
	#container-module-us:before
	{
		display: none;
	}
	.column-us .text p strong 
	{
		font: 1.2em / 1.2em bold;
		display: inline;
	}
	
	.row-us .video:after 
	{
		height: 18em;
	}
	#container-module-history 
	{
		padding: 3em 0;
	}
	#container-module-us 
	{
		padding-top: 3em;
	}
	.title-staff h2 
	{
		font: 2em / 1.2em regular;
		margin-bottom: 0.5em;
	}
	
	.column-staff 
	{
		width: 100%;
	}
	.column-staff:first-child 
	{
		padding-left: 0;
		margin-bottom: 3em;
	}
	.column-image-staff 
	{
		width: 100%;
	}
	.column-image-staff:after 
	{
		height: 19em;
	}
	
	.ubicationTab 
	{
		width: 2em;
		height: 2em;
	}
	.rowTitle a 
	{
		height: 6em;
		padding: 1em 4em;
	}
	.column-left-contact-tab 
	{
		width: 100%;
	}
	.column-right-contact-tab 
	{
		width: 100%;
	}
	.column-right-contact-tab ul 
	{
		width: 80%;
	}
	.row-contact-tab 
	{
		margin: 3.75em 0 0em 0;
	}
	
	.group_services ul li 
	{
		width: 100%;
	}
	.content_image_services a 
	{
		padding: 1em 2em;
	}
	
	.column-left-detailsServices 
	{
		width: 100%;
		margin-bottom: 2em;
	}
	.column-right-detailsServices 
	{
		width: 100%;
	}
	.row-burden 
	{
		flex-flow: row wrap;
		padding: 2em;
	}
	.column-titleBurden 
	{
		width: 100%;
	}
	.column-contentBurden 
	{
		width: 100%;
	}
	.column-listCat
	{
		width: 50%;
	}
	.column-listCat:last-child
	{
		width: 100%;
	}
	.column-titleBurden h2 
	{
		font: 2em / 1.2em light;
		width: 100%;
		text-align: center;
	}
	.column-titleBurden h2:before
	{
		right: 0;
	}
	.title-detailsServices h2 
	{
		font: 2em / 1.2em medium;
		margin-bottom: 0.5em;
	}
	.title-mainAirlines h2 
	{
		font: 2em / 1.2em regular;
		text-align: center;
	}
	.sizeimage_21 img 
	{
		position: inherit;
		width: 100% !important;
	}
	.column-contentBurden > div 
	{
		width: 100%;
	}
	.title-containers h2 
	{
		font: 2em / 1.2em medium;
	}
	.image-containers img
	{
		max-height: 12em;
	}
	.row-booking
	{
		width: 100%;
		flex-flow: row wrap;
		padding: 2em;
	}
	.content-booking 
	{
		width: 100%;
	}
	.imagen-booking img 
	{
		width: 100%;
		max-height: 61vh;
		margin-top: 0;
		margin-left: 0;
	}
	.title-burden h2
	{
		display: table;
		margin: 0 auto;
		margin-top: 1em;
	}
	.imagen-booking 
	{
		width: 100%;
		padding-left: 0;
		margin-bottom: 0;
	}
	.content-booking h2 
	{
		font: 2em / 1.175em light;
		text-align: center;
	}
	#rowBooking .content-booking h2:before 
	{
		margin: 0 auto;
	}
	.btn-booking a
	{
		margin: 0 auto;
	}
	#container-module-booking
	{
		margin-top: 0;
	}
	.column-leftShipments 
	{
		width: 100%;
		flex-flow: row wrap;
		padding: 2em;
	}
	.title-shipments 
	{
		width: 100%;
	}
	.content-shipments 
	{
		width: 100%;
	}
	.column-rightShipments
	{
		width: 100%;
		left: 0;
		padding: 2em;
		flex-flow: row wrap;
	}
	.column-imageShipments
	{
		width: 90%;
		margin-top: -1em;
	}
	.column-imageShipments img
	{
		height: 61vw;
	}
	.title-processes h2 
	{
		font: 2em / 1.175em regular;
	}
	.group-processes > div 
	{
		width: 100%;
		margin: 0 1.5%;
		margin-bottom: 2em;
	}
	.imagen-aduanero 
	{
		width: 100%;
	}
	.content-aduanero 
	{
		width: 100%;
	}
	.imagen-aduanero .text 
	{
		width: 40%;
		left: 2em;
	}
	.imagen-aduanero img 
	{
		width: 100%;
		height: auto;
		margin-top: 0;
	}
	.row-aduanero 
	{
		padding: 2em;
	}
	.listPlaces ul li 
	{
		width: 7em;
		height: 7em;
	}
	#container-module-aduanero 
	{
		margin: 0em 0;
	}
	#container-module-processes 
	{
		margin-bottom: 4em;
	}
	.row-courier 
	{
		width: 91%;
		margin: 0 auto;
	}
	.column-services 
	{
		width: 100%;
	}
	.title-exporter h2 
	{
		font: 2em / 1.175em regular;
	}
	.column-left-exporter 
	{
		width: 100%;
	}
	.column-right-exporter 
	{
		width: 100%;
		margin-top: 4em;
	}
	.column-right-exporter:after 
	{
		height: 18em;
	}
	#container-module-exporter 
	{
		padding-bottom: 0em;
	}
	
	.column-solutions 
	{
		width: 50%;
	}
	.rowContentLogistics 
	{
		width: 90%;
	}
	.left-transport, 
	.left-logistics, 
	.left-burden, 
	.left-air, 
	.right-transport, 
	.right-logistics, 
	.right-burden, 
	.right-air 
	{
		width: 100%;
	}
	
	.row-logisticsNumber ul li:nth-child(1) 
	.numberLogistics:before
	{
		display: none;
	}
	.rowProcesses-logistics h2 
	{
		font: 2em / 1.2em medium;
		width: 100%;
	}
	.rowProcesses-logistics 
	{
		padding: 2em;
	}
	.row-logisticsNumber ul li 
	{
		width: 100%;
	}
	.row-logisticsNumber ul li:nth-child(2),
	.row-logisticsNumber ul li:nth-child(3),
	.row-logisticsNumber ul li:nth-child(4),
	.row-logisticsNumber ul li:nth-child(5)
	{
		margin-left: 0;
	}
	.rowBurdenSectores 
	{
		width: 95%;
	}
	.rowTransportTransport > h2:before, 
	.rowTransportLogistics > h2:before 
	{
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.rowTransportTransport > h2, 
	.rowTransportLogistics > h2 
	{
		font: 2em / 1.2em medium;
		text-align: center;
	}
	.column-transport 
	{
		width: 100%;
	}
	.rowTransportTransport, 
	.rowTransportLogistics 
	{
		padding: 2em;
	}
	.groups-transport 
	{
		width: 100%;
	}
	.textBurden 
	{
		font: 1em / 1.2em medium;
		width: 100%;
		margin-right: 0em;
		padding: 0 1em;
	}
	.videoBurden iframe 
	{
		height: 25em !important;
	}
	.rowBurdenSectores 
	.column-titleBurden h2 
	{
		width: 100%;
	}
	.row-logisticsNumber ul li:nth-child(1) .numberLogistics:before,
	.row-logisticsNumber ul li:nth-child(2) .numberLogistics:before,
	.row-logisticsNumber ul li:nth-child(3) .numberLogistics:before,
	.row-logisticsNumber ul li:nth-child(4) .numberLogistics:before
	{
		display: none;
	}
	.row-logisticsNumber ul li:nth-child(4),
	.row-logisticsNumber ul li:nth-child(5)	
	{
		padding-top: 2em;
	}
	.row-logisticsNumber ul li:nth-child(5) 
	{
		margin-top: 0;
	}
	#rowBooking .imagen-booking 
	{
		width: 100%;
	}
	#rowBooking .content-booking 
	{
		width: 100%;
	}
	#rowBooking .row-booking 
	{
		width: 100%;
		flex-direction: column-reverse;
	}
	.left-sector 
	{
		width: 100%;
		margin-bottom: 1em;
	}
	.right-sector 
	{
		width: 100%;
	}
	.sector > h2 
	{
		font: 2em / 1.2em medium;
		margin-bottom: 1.5em;
	}
	.groups-sector > div:nth-child(1) 
	.row, .groups-sector > div:nth-child(3) 
	.row, .groups-sector > div:nth-child(5) 
	.row 
	{
		padding-right: 0;
	}
	.groups-sector > div:nth-child(2) 
	.row, .groups-sector > div:nth-child(4) 
	.row, .groups-sector > div:nth-child(6) 
	.row 
	{
		padding-left: 0;
	}
	.left-sector ul li 
	{
		background: url('images/Recurso 36@2x.png') no-repeat left center / 1.2em;
	}
	#rowBooking 
	{
		padding-top: 0;
	}
	.title-project 
	{
		flex-flow: row wrap;
	}
	.title-project .title 
	{
		width: 100%;
		margin-bottom: 2em;
	}
	.title-project .text 
	{
		width: 100%;
	}
	.column-imageProject 
	{
		width: 100%;
		margin-bottom: 2em;
	}
	.column-contentProject 
	{
		width: 100%;
	}
	.row-feature 
	{
		width: 100%;
	}
	#container-module-feature 
	{
		height: 110em;
	}
	.content-feature 
	{
		width: 100%;
		padding-left: 3em;
		padding-top: 2em;
	}
	.box-feature 
	{
		width: 100%;
	}
	.box-feature > div 
	{
		width: 100%;
	}
	.title-project .title h2 
	{
		font: 2em / 1.2em medium;
		text-align: center;
	}
	.column-contentProject h2 
	{
		font: 2em / 1.175em medium;
		text-align: center;
	}

	.content-feature img 
	{
		width: 100%;
	}
	#container-module-category .column-post 
	{
		width: 100%;
	}
	.row-newsletter form 
	{
		width: 100%;
	}
	.row-newsletter input[type="email"] 
	{
		width: 100%;
		font: 1.2em / 1.2em medium;
	}
	.row-logisticsNumber ul li:nth-child(2) .numberLogistics:before
	{
		display: none;
	}
	#container-module-category h2 
	{
		font: 2em / 1.2em regular;
	}
	.row-newsletter input[type="submit"] 
	{
		font: 1.2em / 1em medium;
	}
	.containerLogistcsBox 
	{
		display: none;
	}
	.containerLogistcs 
	{
		display: none;
	}
	.columnleft-postdetail 
	{
		width: 100%;
	}
	.columnright-postdetail 
	{
		width: 100%;
	}
	.row-list-postdetail ul li a 
	{
		font: 1.3em / 1.3em regular;
	}
	.row-list-postdetail h3 
	{
		font: 1.5em / 1.2em light;
	}

	.title-dataForm h2 
	{
		font: 2em / 1.2em regular;
		width: 100%;
	}
	.dataForm ul li 
	{
		width: 100%;
		margin-bottom: 2em;
	}
	
	#container-module-sticky 
	{
		display: none;
	}
	.icon-data 
	{
		width: 15%;
	}
	.column-leftMap 
	{
		width: 100%;
		margin-bottom: 2em;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.tab_map:nth-child(1) a
	{
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
	.tab_map:nth-child(2) a
	{
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
	.column-rightMap 
	{
		width: 100%;
	}
	.tab_map a 
	{
		justify-content: center;
		padding: 0.85em 3em;
	}
	.titleQuestions h2 
	{
		font: 2em / 1.2em medium;
	}
	.column-questionsA 
	{
		width: 100%;
	}
	.column-questionsB 
	{
		width: 100%;
	}
	.links-services a 
	{
		width: 100%;
	}
	#container-module-dataForm 
	{
		padding-bottom: 1em;
	}
	#container-module-header 
	{
        position: fixed !important;
        background: #026CB6;
		padding: 2.1em 0;
    }
	#container-module-book .center 
	{
		width: 90%;
	}
	.row-formBook p 
	{
		width: 100%;
	}
	#container-module-legal .center 
	{
		width: 90%;
	}
	.sub-menu > li > a 
	{
		border-bottom: none;
        font: 1.2em / 1.3em light;
        color: #fff;
        margin: 0.5em 0;
		display: flex;
        align-items: center;
        padding-left: 3.5em;
		padding-bottom: 0.5em;
		padding-top: 0.5em;
	}
	.sub-menu li:first-child:before
	{
		display: none;
	}
	.container 
	{
		width: 100%;
	}

	.desktop
	{
		display: none;
	}
	.mobile
	{
		display: block !important;
	}
	
	.row-tariffs > div
	{
		width: 100% !important;
		flex-flow: row wrap;
	}
	.row-tariffs > div iframe
	{
		width: 100% !important;
	}
	.rowTariffs 
	{
		margin-bottom: 1em;
	}
	.title-tariffs a 
	{
		display: block;
	}
	
	.row-bannerBurden 
	{
		flex-flow: row wrap;
	}
	.videoBurden 
	{
		width: 90%;
		height: auto;
	}
	.video-iframe iframe 
	{
		height: 22em !important;
	}
	
	.column-image-staff div img 
	{
		height: 35vh;
	}
	.columnLeft-homeAbout .image 
	{
		margin-top: 2em;
	}
	
	
	.row-menu-mobile > div > ul > li > .sub-menu > li.menu-item-214 a 
	{
		background: url(images/icon-menu-staff.svg) no-repeat 1em / 1.5em;
        filter: brightness(0) invert(1);
	}
	.row-menu-mobile > div > ul > li > .sub-menu > li.menu-item-215 a
	{
		background: url("images/icon-menu-sedes.svg") no-repeat 1em / 1.5em;
        filter: brightness(0) invert(1);
	}
	.row-menu-mobile > div > ul > li > .sub-menu > li.menu-item-732 a
	{
		background: url("images/icon-transporte-aereo.svg") no-repeat 1em / 1.5em;
        filter: brightness(0) invert(1);
	}
	.row-menu-mobile > div > ul > li > .sub-menu > li.menu-item-733 a
	{
		background: url("images/icon-transporte-maritimo.svg") no-repeat 1em / 1.5em;
        filter: brightness(0) invert(1);
	}
	.row-menu-mobile > div > ul > li > .sub-menu > li.menu-item-734 a
	{
		background: url("images/icon-transporte-terrestre.svg") no-repeat 1em / 1.5em;
        filter: brightness(0) invert(1);
	}
	.row-menu-mobile > div > ul > li > .sub-menu > li.menu-item-735 a
	{
		background: url("images/icon-agenciamiento-aduanero.svg") no-repeat 1em / 1.5em;
        filter: brightness(0) invert(1);
	}
	.row-menu-mobile > div > ul > li > .sub-menu > li.menu-item-736 a
	{
		background: url("images/icon-almacenamiento-distribucion.svg") no-repeat 1em / 1.5em;
        filter: brightness(0) invert(1);
	}
	.row-menu-mobile > div > ul > li > .sub-menu > li.menu-item-737 a
	{
		background: url("images/icon-courier-internacional.svg") no-repeat 1em / 1.5em;
        filter: brightness(0) invert(1);
	}
	.row-menu-mobile > div > ul > li > .sub-menu > li.menu-item-738 a
	{
		background: url("images/icon-seguro-internacional.svg") no-repeat 1em / 1.5em;
        filter: brightness(0) invert(1);
	}
	.row-menu-mobile > div > ul > li > .sub-menu > li.menu-item-720 a
	{
		background: url("images/icon-logistica-integral.svg") no-repeat 1em / 1.5em;
        filter: brightness(0) invert(1);
	}
	.row-menu-mobile > div > ul > li > .sub-menu > li.menu-item-721 a
	{
		background: url("images/icon-seguro-internacional.svg") no-repeat 1em / 1.5em;
        filter: brightness(0) invert(1);
	}
	.row-menu-mobile > div > ul > li > .sub-menu > li.menu-item-722 a
	{
		background: url("images/icon-transporte-multimodal.svg") no-repeat 1em / 1.5em;
        filter: brightness(0) invert(1);
	}
	.row-menu-mobile > div > ul > li > .sub-menu > li.menu-item-723 a
	{
		background: url("images/icon-carga-proyecto.svg") no-repeat 1em / 1.5em;
        filter: brightness(0) invert(1);
	}
	.row-menu-mobile > div > ul > li > .sub-menu > li.menu-item-247 a
	{
		background: url("images/icon-sectores.svg") no-repeat 1em / 1.5em;
        filter: brightness(0) invert(1);
	}	
	.column-history
	{
		height: 35em;
	}
	.lineaContact
	{
		width: 97%;
		bottom: -0.5em;
	}
	.columnLeft-homeAbout .content
	{
		width: 100%;
	}
	.columnRight-homeAbout .content
	{
		width: 100%;
	}
	.columnLeft-homeAbout .image
	{
		width: 100%;
	}
	.columnRight-homeAbout .image 
	{
		width: 100%;
		padding-bottom: 4em;
	}
	.columnLeft-homeAbout .image:after 
	{
		height: 19.5em;
	}
	.row-clients div img
	{
		max-width: 100%;
		height: 4.5em;	
	}
	
	.row-bannerInternal
	{
		left: 0;
	}
	.column-staff a
	{
	margin: 0 auto;
	}
	.containerWrapper-transport > h2,
	.containerWrapper-logistics > h2,
	.containerWrapper-burden > h2,
	.containerWrapper-air > h2
	{
		font: 2em / 1.2em regular;
	}
	.content-feature h2
	{
		font: 2em / 1.2em light;
		text-align: center;
	}
	.content-feature h2:before
	{
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.content-connections 
	{
		width: 32%;
	}
	.content-connections:before 
	{
		width: 100%;
		height: 18em;
		bottom: -0.5em;
		left: 0;
	}
	.content-connections > div
	{
		width: 100%;
		height: 17em;
		padding: 1em;
	}
	.logos 
	{
		height: 100%;
	}
	.logos div 
	{
		width: 100%;
	}	
	.content-connections > div > h2
	{
		display: none;
	}
	.row-connections > h2 
	{
		font: 2em / 1.2em light;
	}
	.image-connections
	{
		display: none;
	}
	.image-connections-movil
	{
		display: block !important;
	}
	.column-listCat
	{
		border-bottom: 1px solid #545454;
	}
	.column-listCat.activeCat  
	{
		border-top: 10px solid #026CB6;
		border-right: 1px solid #545454;
		border-left: 1px solid #545454;
		border-bottom: 1px solid #545454;
	}
	#container-module-detailsServices
	{
		border-top: 1px solid #545454;
	}
	.row-aduanero
	{
		flex-direction: column-reverse;
		padding: 2em 2em 0 2em;
	}
	.content-aduanero
	{
		margin-bottom: 3em;
	}
	#container-module-solutions
	{
		border-top: 1px solid #545454;
	}
	.column-solutions.active  
	{
		border-top: 10px solid #026CB6;
		border-right: 1px solid #545454;
		border-left: 1px solid #545454;
		border-bottom: 1px solid #545454;
	}
	.column-solutions
	{
		border-bottom: 2px solid #545454;
	}
	
	.numberLogistics 
	{
		text-align: center;
	}
	.txtLogistics 
	{
		text-align: center;
	}
	.rowTransportTransport > h2
	{
		width: 100%;
	}
	.column-imageProject .image img
	{
		height: 35vh;
	}
	.row-booking
	{
		flex-direction: column-reverse;
		padding: 2em 2em 0 2em;
	}
	.contentBanner .text p
	{
		font: 1.8em / 1.2em light;
	}
	.link-lang
	{
		top: 1.5em;
	}	
	#container-module-post .center {
		width: 90%;
		margin: 0 auto;
	}
	.contentBanner .text 
	{
		justify-content: center;
		text-align: center;
	}
	
	
	
	
	
}



/* End MMC */