/*
	Theme Name: ymg95RWVXXYDcuUJx
	Text Domain: ymg95RWVXXYDcuUJx
*/


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

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


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

@font-face 
{
    font-family: 'sans-regular';
    src: url('fonts/DMSans-Regular.eot');
    src: url('fonts/DMSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/DMSans-Regular.woff2') format('woff2'),
        url('fonts/DMSans-Regular.woff') format('woff'),
        url('fonts/DMSans-Regular.ttf') format('truetype'),
        url('fonts/DMSans-Regular.svg#DMSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face 
{
    font-family: 'sans-light';
    src: url('fonts/DMSans-Light.eot');
    src: url('fonts/DMSans-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/DMSans-Light.woff2') format('woff2'),
        url('fonts/DMSans-Light.woff') format('woff'),
        url('fonts/DMSans-Light.ttf') format('truetype'),
        url('fonts/DMSans-Light.svg#DMSans-Light') format('svg');
    font-weight: 300;
    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;  
}

::placeholder 
{ 
  color:  #000;
}
:-ms-input-placeholder 
{ 
  color:  #000;
}
::-ms-input-placeholder 
{ 
  color:  #000;
}
img
{
	border:none;
	display:block;
}
input , select 
{
    -webkit-appearance: none;	
	appearance: none !important;
}

li
{
	list-style:none;
	//list-style-type: circle;
	//list-style-position: inside;
}


li2 {
    //list-style: none;
    list-style-type: circle;
    list-style-position: inside;
}

a
{
	text-decoration:none;
	display:block;
}
p 
{
	margin:0;
}
.relative 
{
	position:relative;
}
.center-min
{
	width: 70%;
    margin: 0 auto;
}
.center
{
	width: 70%;
    margin: 0 auto;
}
.center-full
{
	width: 85%;
    margin: 0 auto;
}
.flexbox 
{
    display: flex; 
    flex-flow: row wrap; 
}
.flexbox-between 
{
    display: flex;   
	flex-flow: row wrap; 
	justify-content: space-between;
}
.clear
{
	clear:both;
}
.alignright 
{
    float: right;
    margin-left: 2em;
    margin-bottom: 1em;
}
.alignleft 
{
    float: left;
    margin-right: 2em;
    margin-bottom: 1em;
}
.aligncenter 
{
    margin: 0 auto;
    text-align: center;
    display: inherit;
}
* 
{
	box-sizing: border-box;
}
*:focus
{
	outline:none;
}
header 
{ 
	width: 100%;
	position: fixed;
	top: 0;
    z-index: 99999; 
	transition: all 0.25s ease-in-out;
}
.activeheader 
{
    background: radial-gradient(100% 558.37% at 0% 55.38%, rgb(254 254 255 / .34) 0%, rgb(255 255 255 / .34) 24.4%, rgb(244 245 247 / .34) 58.33%, rgb(235 235 239 / .34) 100%);
    backdrop-filter: blur(68.5px);
} 
.activeheader #container-module-header
{
	padding: 1.175em 0;   
	box-shadow: 0 3px 5px #00000029;
}
.activeheader .column-logo img 
{
    width: 9.5em;
    height: auto; 
	filter: inherit;
}
.activeheader .column-menu > div > ul > li.current_page_item > a
{
    border: 1px solid #031D56 !important;
}
.activeheader .column-menu > div > ul > li > a:hover
{
    border: 1px solid #031D56 !important;
}
.activeheader .column-button a 
{
    border: 1px solid #031D56 !important;
	background: linear-gradient(90deg, #031D56 50%, #ffffff00  50%);
    background-position: 100%;
    background-size: 400%;
}
.activeheader .column-menu > div > ul > li > a 
{
    color: #031D56 !important;
}
.activeheader .menu-lang-container ul:before 
{
    content: "";
    background: #031D56 !important;
}
.activeheader .menu-lang-container .wpml-ls-current-language a 
{
    color: #fff !important;
}
.activeheader .menu-lang-container ul {
    border: 1px solid #AFAFAF !important;
}



#container-module-header 
{
	width:100%;
	padding:1.66875em 0;   
	position: relative;
	transition: all 0.25s ease-in-out;  
	z-index: 999;
}
.row-header
{
    width: 100%;
    display: flex;
    justify-content: space-between; 
	align-items: flex-start;
}
.column-logo
{
	width:15%;
}
.column-logo img
{
	width:12.5em;
	height:auto;
	transition: all 0.25s ease-in-out;
}

.column-navigation
{
    width: 85%;
    display: flex;    
	align-items: center;
    justify-content: flex-end;  
    margin-top: 1.1em;
}

.column-menu > div > ul
{
    display: flex;
    align-items: center
}
.column-menu > div > ul > li 
{
    margin-left: 1.175em;
	position:relative;
	transition: all 0.25s ease-in-out;
}
.column-menu > div > ul > li > a
{
    font:1em/1em sans-regular;
	color:#031D56;
	text-transform:uppercase;
	transition: all 0.25s ease-in-out; 
	padding: 1em 1.1em;
    border: 1px solid #ffffff00;
    border-radius: 3em;
}
.column-menu > div > ul > li > a:hover
{
    border: 1px solid #fff;
}
.column-menu > div > ul > li.current_page_item > a
{
	pointer-events: none;    
	font:1em/1em sans-bold;
}


.column-menu  .sub-menu
{
    display:none; 
}

.column-button  
{
    margin-left: 3em;
}
.column-button a {
    font: 1em / 1em sans-regular;
    color: #031D56;
    border: 1px solid #031D56;
    padding: 1em 2.375em;
    border-radius: 3em;
    background: linear-gradient(90deg, #031D56 50%, #fff 50%);
    background-position: 100%;
    background-size: 400%;
    transition: background 1000ms ease-in-out, color 1s ease-in-out, border 0.25s ease-in-out;
}

.column-button a:hover {
    color: #fff;
    border: 1px solid #031D56;
    background-position: 0;
}

.column-lang {
   position: relative;
   margin-left: 4em;
}

.menu-lang-container ul {
   display: flex;
   align-items: center;
   border: 1px solid #AFAFAF;
   border-radius: 3em;
   position: relative;
   overflow: hidden;
}

.menu-lang-container ul:before 
{
   content: "";
   position: absolute;
   top: 2px;
   left: 2px;
   width: 45%;
   height: 80%;
   background: #031D56;
   border-radius: 999px;
   transition: all 0.25s ease-in-out;
   z-index: 1;
   pointer-events: none;
}
.menu-lang-container ul.move-right:before 
{
   left: calc(100% - 49%);
}
.menu-lang-container ul li a 
{
	font: 0.85em / 1em sans-regular;
	color: #AFAFAF;
	position: relative;
	padding: 0.5em 0.85em;
	border-radius: 3em;
	text-align: center;
	z-index: 9;
	transition: color 0.25s ease;
	cursor:pointer !important;
}
.menu-lang-container ul:hover 
{
	cursor:pointer !important;
}
.menu-lang-container .wpml-ls-current-language a 
{
	color: #fff !important;
}


#container-module-hero
{
	width: 100%;
    padding: 5em 0;
	background:#fff;
	position:relative;
	margin-top:8em;
}
#container-module-hero h1
{
    font: 4.3875em / 1.3em light;
    color: #031D56;
    margin: 0 0 0.25em 0;
    letter-spacing: -0.5px;
}
#container-module-hero .text
{
    font: 1.25em / 1.6em sans-light;
    color: #031D56;
    margin: 1.5em 0 0 0;
}





#container-module-slider
{
	width:100%;
	position:relative;
}
.row-slider 
{
	width:100%;
	height:67.5em;
	min-height:100vh;
	position:relative;
}
.row-slider:before
{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:#031D56; 
	z-index: 9;
	opacity:0.3;
}
.row-slider img
{
	width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.row-slider video
{
	width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.row-slider iframe
{
	width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.layer-slider
{
    width: 85%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99;
    height: 100%;
    display: flex;
    align-items: flex-end;
}
.layer-slider .box
{
    width: 100%;
	position:relative;
    margin-bottom: 13em;
}
.layer-slider .box div.content
{
    width: 65%;
}
.layer-slider h2
{
    font: 4.5875em/0.95em extralight;
    color: #fff;
}
.layer-slider p
{
    font: 1.25em/1.4em sans-light;
    color: #fff;
	margin: 2.5em 0 2em 0;
}
.layer-slider a
{
    font: 1em / 1em regular;
    color: #fff;
    position: relative;
    padding: 0.625em 1.375em;
    border: 2px solid #fff;
    display: inline-block;

	background-image: -webkit-linear-gradient(90deg, #E7FB7C 50%, transparent 50%);
    background-image: linear-gradient(90deg, #E7FB7C 50%, transparent 50%);
    background-position: 100%;
    background-size: 400%;
    /* -webkit-transition: background 1000ms ease-in-out; */
    transition: background 1000ms, color 1s ease-in-out, border 0.25s ease-in-out;
}
.layer-slider a:hover
{
	color:#031D56;
	border: 2px solid #E7FB7C;
	background-position: 0;
}

.slick-numer-slider
{
	position:absolute;
	right:0;
	bottom:1em;	
}
.slick-numer-slider span
{
	font: 1em / 0.5em regular;
    color: #fff;
}
.leftslide-slider
{
    content: "";
	width: 0.85em;
    height: 0.85em;
    background: url("images/icon-slide-left.svg") no-repeat center / contain;  
	border: none;
	cursor:pointer;
	filter: brightness(0) invert(1);
}
.rightslide-slider
{
    content: "";
	width: 0.85em;
    height: 0.85em;
    background: url("images/icon-slide-right.svg") no-repeat center / contain;  
	border: none;
	cursor:pointer;
	filter: brightness(0) invert(1);
}




#container-module-slider .slick-dots 
{
    width: auto;
    position: absolute;
    left: 4%;
    bottom: 7.175em;
    display: flex;
	align-items:center;
}
#container-module-slider  .slick-dots li 
{
    list-style: none;
	margin-right: 0.4625em;  
	display: flex;
	align-items:center;
}
#container-module-slider  .slick-dots li button 
{
    width: 0.9375em;
    height: 0.9375em;
    border-radius: 50%;
    background: none;
    border: none;
    text-indent: 15px;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
	border:1px solid #fff;
	cursor:pointer;
}
#container-module-slider .slick-dots .slick-active button 
{
    background: #fff !important;
}
#container-module-slider  .slick-prev ,
#container-module-slider  .slick-next 
{
    opacity: 0;
    visibility: hidden;
    position: absolute;
}




#container-module-about-home
{
	width:100%;
	padding:13em 0 8em 0; 
	position: relative;
}
#container-module-about-home .row
{
	width:100%;
	display:flex;
	justify-content:space-between;
	flex-flow:row wrap;
}
#container-module-about-home .row .column-left
{
    width: 42%;
    padding-left: 8%;
}
#container-module-about-home .row .column-left h2
{
    font: 3.125em / 1.3em light;
    color: #031D56;
    margin: 0.25em 0;
	letter-spacing: -0.5px;
}
#container-module-about-home .row .column-left .text
{
    font: 1.25em / 1.6em sans-light;
    color: #031D56;
    margin: 2.25em 0 10em 0;
}
#container-module-about-home .row .column-left .text p
{
	margin:0.5em 0;
}
#container-module-about-home .row .column-left a
{
    font: 1em / 1em sans-regular;
    color: #031D56;
    position: relative;
    border: 1px solid #031D56;
    display: inline-block;
    padding: 1em 2.375em;
    border-radius: 3em;

	background-image: -webkit-linear-gradient(90deg, #51B1B0 50%, transparent 50%);
    background-image: linear-gradient(90deg, #51B1B0 50%, transparent 50%);
    background-position: 100%;
    background-size: 400%;
    transition: background 1000ms, color 1s ease-in-out, border 0.25s ease-in-out;
}
#container-module-about-home .row .column-left a:hover
{
	color:#fff;
	border: 1px solid #51B1B0;
	background-position: 0;
}

#container-module-about-home .row .column-right
{
	width:50%;
}
#container-module-about-home .row .column-right img
{
	width:100%;
	height:auto;
}
.vector-001
{
    width: 100%;
    position: absolute;
    bottom: 0;
	font-size: 0;
	opacity:0;
}
.vector-001 svg
{
	width:100%;
	height: auto;
}
.animacion001
{
	opacity:1;
}
.animacion001 line,
.animacion001 path 
{
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
  animation: draw-line001 3s linear forwards;
}
@keyframes draw-line001
{
  to {
    stroke-dashoffset: 0;
  }
}




#container-module-services
{
	width:100%;
	padding: 6em 0;
	background:#F2F2F2;
}
#container-module-services .row 
{ 
	position: relative; 
}
#container-module-services .row h2
{
    font: 3.125em / 1.3em light;
    color: #031D56;
    margin: 0.25em 0;
	letter-spacing: -0.5px;
}
#container-module-services .row .text
{
    font: 1.25em / 1.6em sans-light;
    color: #031D56;
    margin: 1.5em 0 0 0;
}
#container-module-services .row .text p
{
	margin:0.5em 0;
}
#container-module-services .row .text.show
{
	display:block;
}
#container-module-services .row .text.hide
{
	display:none;
}



#container-module-services .list
{
    width:100%;
	display:flex;
	flex-flow:row wrap;
	margin:3.5em 0 2.5em 0;
	transition: all 0.35s ease;
}
#container-module-services .list .column
{
	width: 23.5%;
    height: 20vw;
	background:#fff;
    margin-right: 1.5%;
    margin-bottom: 1.5%;	
	padding: 2em;
	position:relative;   
	cursor:pointer;
	transition: all 0.25s ease-in-out;
}
#container-module-services .list .column:nth-child(4n)
{
	margin-right:0;
}
#container-module-services .list .column .icon
{
	width: 3.75em;
	height: 3.75em;
}
#container-module-services .list .column .icon img
{
	width: 3.4375em;
	height: 3.4375em;
}
#container-module-services .list .column .box 
{
    width: 100%;	
    margin-top: 1.5em;
}
#container-module-services .list .column .box h4
{
    font: 1.7em / 1.2em light;
    color: #031D56; 
	width: 100%;
}
#container-module-services .list .column .box p
{
    font: 1.25em / 1.2em sans-light;
    color: #031D56;
    margin: 2em 0 0 0;
}
#container-module-services .list .nocursor
{
	cursor:inherit
}


.btn 
{
    display: inline-flex;
	align-items: center;
    border: 1px solid #fff;
    border-radius: 2em;
    padding: 0.75em 0;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
	position:absolute;
	bottom:2em;
	left:2em;  

	background-image: -webkit-linear-gradient(90deg, #51B1B0 50%, transparent 50%);
    background-image: linear-gradient(90deg, #51B1B0 50%, transparent 50%);
    background-position: 100%;
    background-size: 400%;
    transition: background 1000ms, color 1s ease-in-out, border 0.25s ease-in-out;
	
}
.btn .label 
{
	max-width: 0;
	opacity: 0;
	white-space: nowrap;
	overflow: hidden;  
	color: #031D56;
	font: 1.125em / 1em sans-regular;
	transition: all 0.35s ease;
}
.btn .btn-icon 
{
   width: 0.95em;
   transition: transform 0.3s ease;
}

#container-module-services .list .column:hover .btn
{
   border: 1px solid #51B1B0;  
   padding: 0.75em 1em;
   background-position: 0;
   
}
#container-module-services .list .column:hover .btn .label 
{
   max-width: 100px;
   opacity: 1;
   margin-right: 0.75em;
}
#container-module-services .list .column:hover .btn span
{
   color:#fff;
}
#container-module-services .list .column:hover .btn-icon
{
    filter: brightness(0) invert(1);
}




.expanding-overlay 
{
   position: absolute;
   z-index: 999;
   overflow: hidden;
   transition: all 450ms cubic-bezier(.2, .8, .2, 1);
   will-change: top, left, width, height, opacity;
   opacity: 0;
   pointer-events: none;
   top:0;
   min-height:50%;
}
.expanding-overlay.active 
{
   opacity: 1;
   pointer-events: auto;
}
.expanding-overlay .overlay-inner
{
   width: 100%;
   display:flex;  
   justify-content: space-between;
   padding:6.5625em 8.5625em;
   background: #FFF;
   transition: all 0.45s ease;
}
.expanding-overlay .overlay-left 
{
   width: 100%;
}
.expanding-overlay .overlay-left .icon
{
	width: 3.75em;
	height: 3.75em;
}
.expanding-overlay .overlay-left .icon img
{
	width: 3.4375em;
	height: 3.4375em;
}
.expanding-overlay .overlay-left h4
{
    font: 3.125em / 1.3em light;
    color: #031D56;
    margin: 0.5em 0;
    letter-spacing: -0.5px;
	transform-origin:left top;  
	transition: all 0.25s ease;
}
.expanding-overlay .overlay-right 
{
    width: 40%;
    min-width: 40%;
    margin-left: 10%;
	margin-top: 3.875em;
}
.expanding-overlay .overlay-right img 
{
    width: 100%;
}
.overlay-close 
{
    position: absolute;
    top: 3.4375em;
    right: 3.4375em;
    z-index: 2;
    background: url("images/icon-close.svg") no-repeat center / contain;
    width: 3.125em;
    height: 3.125em;
    color: #031D56;
    cursor: pointer;
    border:none;
}
.overlay-close:hover
{
   background: url("images/icon-close-hover.svg") no-repeat center / contain;
}



.row-button
{
	width:100%;
	display:flex;
	justify-content:center;
}
.row-button a.button
{
    font: 1em / 1em sans-regular;
    color: #031D56;
    position: relative;
    border: 1px solid #031D56;
    display: inline-block;
    padding: 1em 2.375em;
    border-radius: 3em;

	background-image: -webkit-linear-gradient(90deg, #51B1B0 50%, transparent 50%);
    background-image: linear-gradient(90deg, #51B1B0 50%, transparent 50%);
    background-position: 100%;
    background-size: 400%;
    transition: background 1000ms, color 1s ease-in-out, border 0.25s ease-in-out;
}
.row-button a.button:hover
{
	color:#fff;
	border: 1px solid #51B1B0;
	background-position: 0;
}






#container-module-full-image
{
    width:100%;
	position:relative;
}
#container-module-full-image img
{
    width:100%;
	height: auto;
}
.content-full-image
{
    width:100%;
    height:100%;
	position:absolute;
	top:0;
	left:0;
	display:flex;
	justify-content:center;
}
.content-full-image .layer
{
    width:61.25em;
	margin-top:16.4375em;
	text-align:center;
}
.content-full-image .layer h3
{
    font: 3.125em / 1.3em light;
    color: #031D56;
    margin: 0 0 0.5em 0;
    text-align: center;
	letter-spacing: -0.5px;
}
.content-full-image .layer .text
{
    font: 1.8em/ 1.6em light;
    color: #031D56;
	letter-spacing: -0.25px;
}




.vector-footer
{
    width: 100%;  
	height: 100%;
    position: absolute;
    bottom: 0;
	font-size: 0;
    overflow: hidden;
	opacity:0;
}
.vector-footer svg
{
    width: 170vw;
    height: auto;
    margin-left: -25vw;
}
.animacionfooter
{
	opacity:1;
}

.animacionfooter line,
.animacionfooter path 
{
    stroke-dasharray: 3000;
    stroke-dashoffset: 3000;
    animation: draw-linefooter 1.5s linear forwards;
}


.animacionfooter line:nth-child(4) {  stroke-dashoffset: -3000;}

@keyframes draw-linefooter
{
  to {
    stroke-dashoffset: 0;
  }
}





#container-module-team-home
{
	width:100%;
	padding:10.625em 0;
}
#container-module-team-home .row
{
	width:100%;
	display:flex;
	justify-content:space-between;
	flex-flow:row wrap;
}
#container-module-team-home .row .column-left
{
	width:50%;
}
#container-module-team-home .row .column-left img
{
    width:100%;
	height:auto;
}

#container-module-team-home .row .column-right	
{
    width: 33%;
    margin-right: 8%;
}
#container-module-team-home .row .column-right h2
{
    font: 3.125em / 1.175em light;
    color: #031D56;
    margin: 0.25em 0;
	letter-spacing: -0.5px;
}
#container-module-team-home .row .column-right .text 
{
    font: 1.25em / 1.6em sans-light;
    color: #031D56;
    margin: 3em 0 0 0;
}
#container-module-team-home .row .column-right a.button
{
    font: 1em / 1em sans-regular;
    color: #031D56;
    position: relative;
    border: 1px solid #031D56;
    display: inline-block;
    padding: 1em 1.875em;
    border-radius: 3em;
	margin-top:4.175em;

	background-image: -webkit-linear-gradient(90deg, #51B1B0 50%, transparent 50%);
    background-image: linear-gradient(90deg, #51B1B0 50%, transparent 50%);
    background-position: 100%;
    background-size: 400%;
    transition: background 1000ms, color 1s ease-in-out, border 0.25s ease-in-out;
}
#container-module-team-home .row .column-right a.button:hover
{
	color:#fff;
	border: 1px solid #51B1B0;
	background-position: 0;
}








#container-module-footer
{
    width: 100%;
    background: #001033;  
	position:relative;
}
.row-footer-up
{
    width: 100%;
    display:flex;
	justify-content:space-between;
    padding:4.25em 0 3em 0;  
}
.row-logo-footer
{
    width: 13em;
}
.row-logo-footer img
{
	width:9.5em;
	height: auto;
	filter: brightness(0) invert(1);	
}
.row-logo-footer span
{
    font: 1em / 1em sans-light;
    color: #fff;
    margin-top: 1em;
    display: block;	
}
.row-title-footer
{
    width:13em;
}
.row-title-footer h4
{
    font:  1.5em / 1.175em light;
    color: #fff;	
}

.row-link-footer
{
	display: flex;
    justify-content: space-between;
    width: 50%;
	flex-flow: row wrap; 
	row-gap: 3em;
}
.row-link-footer .column
{
	width: 30%;
}
.row-link-footer .column h3 
{
    font:  1.5em / 1.175em medium;
    color: #fff;	   
}
.row-link-footer .column p
{   
	font: 1.25em / 1.6em sans-light;
    color: #93A0BE;
	margin:1.1em 0;
}
.row-link-footer .column a
{
	font: 1.25em / 1.3em sans-light;
    color: #93A0BE;   
	transition: all 0.35s ease-in-out;
}
.row-link-footer .column a:hover
{
    color: #36CCC1;		
}





.row-footer-down
{
	padding: 5em 0;    
	display: flex;
    justify-content: space-between;
}
.row-spacing-footer
{
	width: 13em;
}
.row-social-footer
{
    width: 13em;
    display:flex; 
	align-items: flex-end;
}
.row-social-footer a
{
	margin-right: 1.375em; 
	display: flex;
}
.row-social-footer a img
{
    width:1.625em;
	height:1.75em;	
	transition: all 0.2s ease-in-out;
	filter: brightness(0) invert(1);
}
.row-social-footer a:last-child img
{
	width: 1.625em;
	height:2em;
}
.row-social-footer a:hover img
{
	filter: inherit;
}

.row-menu-footer
{
    width: 100%;
}
.row-menu-footer ul
{
   display:flex;
}
.row-menu-footer ul li:first-child
{
    padding-left:0;
}
.row-menu-footer ul li
{
	border-right:1px solid #576B9A;
	padding:0 1em;
}
.row-menu-footer ul li:last-child
{
    border:none;
}
.row-menu-footer a
{
	font: 1em / 1em sans-light;
    color: #93A0BE;
	transition: all 0.35s ease-in-out;
}
.row-menu-footer a:hover
{
    color: #36CCC1;	
}

.row-copy-footer
{
	width: 50%;
    display: flex;
    justify-content: space-between;
}
.row-copy-footer .column span
{
	font: 1em / 1em sans-light;
    color: #93A0BE;
	position:relative;
}
.row-copy-footer .column span:before
{
	content: "C";
    position: absolute;
    width: 1.25em;
    height: 1.25em;
    border-radius: 50%;
    border: 1px solid #93A0BE;
    left: -1.875em;
    display: flex;
    align-items: center;
    justify-content: center;
    font: 0.85em / 1em sans-regular;
}



#container-module-intro
{
    width: 100%;
	position:relative;
	overflow:hidden;
}
#container-module-intro img
{
	width:100%;
	height: auto;
}
.layer-intro
{
    width: 100%;
    height: 100%;
	position:absolute;
	top:0;
	background:#00000030;
	display:flex;
	justify-content:center;
}

.row-intro
{
    width: 55.125em;
    margin-top: 26em;
	text-align:center;
}
.row-intro h1
{
    font: 3.75em/1.2em extralight;  
	letter-spacing: -0.5px;
    color: #fff;
}
.row-intro .text
{
    font: 1.25em / 1.4em sans-light;
    color: #fff;
    margin: 1.85em 0  5em 0;
}
.row-intro .text p
{
	margin:0.5em 0;
}




#container-module-about
{
	width:100%;
	padding:11em 0 10em 0; 
	position: relative;
}
#container-module-about .row
{
	width:100%;
	display:flex;
	justify-content:space-between;
	flex-flow:row wrap;
}
#container-module-about .row .column-left
{
    width: 50%;
    padding-left: 10%;
}
#container-module-about .row .column-left h2
{
    font: 3.125em / 1.3em light;
    color: #031D56;
    margin: 0.25em 0;
    letter-spacing: -0.5px;
}
#container-module-about .row .column-left .text
{
    font: 1.25em / 1.6em sans-light;
    color: #031D56;
    margin: 2.25em 0 0 0;
}
#container-module-about .row .column-left .text p
{
	margin:1.3em 0;
}
#container-module-about .row .column-right
{
	width:41%;
}
#container-module-about .row .column-right img
{
	width:100%;
	height:auto;
}






#container-module-faq
{
	width:100%;
	padding:5em 0 15em 0;
	background:#F2F2F2;
}
#container-module-faq h2
{
    font: 3.125em / 1.3em light;   
	letter-spacing: -0.5px;
    color: #031D56;
    margin: 0.25em 0;
}
#container-module-faq .text
{
    font: 1.25em / 1.6em sans-light;
    color: #031D56;
    margin: 1.5em 0 0 0;
}
#container-module-faq .text p
{
	margin:0.5em 0;
}


.container-accordion
{
    width: 100%;
    padding-left: 8.5625em; 
	margin-top: 7em;
}
.row-accordion
{
    width: 100%;
	border-bottom: 1px solid #031D56;
}
.title-accordion
{
    padding: 2.25em 0;
	cursor:pointer;
	position:relative;
} 
.title-accordion h3
{
    font: 1.75em/1.4em light;
    color: #031D56;
	letter-spacing:-0.5px;
}
.row-accordion:hover .title-accordion h3
{
    color: #51B1B0 !important;
}
.row-accordion:hover .button_animate:after ,
.row-accordion:hover .button_animate:before
{
    background: #51B1B0 !important;
}


.content-accordion
{
    font: 1.25em / 1.6em sans-light;
    color: #031D56;	
	display:none;  
	margin-bottom: 3em;
}
.content-accordion ul li
{
    position:relative;
	padding-left:0.5em;
}
.content-accordion ul li:before
{
    content: "";
    width: 0.15em;
    height: 0.15em;
    background: #000;
    position: absolute;
    left: 0;
    border-radius: 50%;
    top: 0.75em;
}
.button_animate 
{
  position: absolute;
  width: 1.25em;
  height: 1.25em;
  top: 50%;
  right: 2.6875em;
  transform: translate(-50%, -50%) rotate(0deg);
  -moz-transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  -o-transform: translate(-50%, -50%) rotate(0deg);
  border-radius: 50%;
  cursor: pointer;
  z-index: 100;
  transition: 0.4s cubic-bezier(0.2, 0.6, 0.3, 1.1);
  -moz-transition: 0.4s cubic-bezier(0.2, 0.6, 0.3, 1.1);
  -webkit-transition: 0.4s cubic-bezier(0.2, 0.6, 0.3, 1.1);
  -ms-transition: 0.4s cubic-bezier(0.2, 0.6, 0.3, 1.1);
  -o-transition: 0.4s cubic-bezier(0.2, 0.6, 0.3, 1.1);
}

.button_animate:after
{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  height: 2px;
  width: 100%;
  background: #233F60;
}

.button_animate:before
{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  height: 100%;
  width: 2px;
  background: #233F60;
}

.button_animate.clicked 
{
  transform: translate(-50%, -50%) rotate(180deg);
  -moz-transform: translate(-50%, -50%) rotate(180deg);
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  -o-transform: translate(-50%, -50%) rotate(180deg);
}

.button_animate.clicked:before {
  width: 0;
}




#container-module-certified
{
	width:100%;
	padding:6em 0 11em 0;
	background:#fff;
}
#container-module-certified h2
{
    font: 3.125em / 1.3em light;   
	letter-spacing: -0.5px;
    color: #031D56;
    margin: 0.25em 0;
}
#container-module-certified .text
{
    font: 1.25em / 1.6em sans-light;
    color: #031D56;
    margin: 1.5em 0 0 0;
}
#container-module-certified .text p
{
	margin:0.5em 0;
}

.row-certified
{
    width: 100%;
	display:flex;
	justify-content:space-between;
	flex-flow:row wrap;
	margin:3.75em 0 7em 0;
}
.row-certified .column
{
    width: 49.25%;
	background:#F2F2F2;
	padding:3.5em;
}
.row-certified .column .image
{
    width: 100%;
	display:flex;
	justify-content:center;
	margin-bottom:3.75em;
}
.row-certified .column .image img
{
    width: auto;
	height: 8.25em;
}
.row-certified .column .txt
{
    font: 1.25em / 1.6em sans-light;
    color: #031D56;
    margin: 1.5em 0 0 0;
	text-align:center;
}


.row-carosuel-certified
{
    width: 100%;	
}
.row-carosuel-certified h3
{  
	font: 1.25em / 1.6em sans-light;
    color: #031D56;
	text-align:center;
}
.carosuel-certified 
{
    padding:2em 0 0 0;
	position:relative;
	width:80%;
	margin:0 auto;
}
.carosuel-certified img
{
    width: auto;
	height: 7.25em;
	margin:0 auto;
}

.carosuel-certified .slick-slider 
{
    margin:0 -5px;
}
.carosuel-certified .slick-slide 
{
    margin-right:5px;
    margin-left:5px;
}


.carosuel-certified .slick-dots 
{
    position: absolute;
    bottom: -3em;
    justify-content: center;
    align-items: center;
    width: 100%;
    left: 0;
    display: flex !important;
}
.carosuel-certified button 
{
    padding: 0; 
    margin: 0;
    font-size: 0;
    width: 10px;
    height: 10px;
    background: none;
    margin: 0 3px;
    border: none;
    cursor: pointer;
	background:#F2F2F2;
	border-radius:50%;
}
.carosuel-certified .slick-active button 
{
	background:#001033 !important;
}





#container-module-content
{
	width:100%;
	padding:11em 0 10em 0; 
	position: relative;
}
#container-module-content .row
{
	width:100%;
	display:flex;
	justify-content:space-between;
	flex-flow:row wrap;
}
#container-module-content .row .column-right
{
    width: 50%;
    padding-right: 10%;
}
#container-module-content .row .column-right h2
{
    font: 3.125em / 1.3em light;
    color: #031D56;
    margin: 0.25em 0;
    letter-spacing: -0.5px;
}
#container-module-content .row .column-right .text
{
    font: 1.25em / 1.6em sans-light;
    color: #031D56;
    margin: 2.25em 0 0 0;
}
#container-module-content .row .column-right .text p
{
	margin:1.3em 0;
}
#container-module-content .row .column-left
{
	width:41%;
}
#container-module-content .row .column-left img
{
	width:100%;
	height:auto;
}









#container-module-team
{
	width: 100%;
    padding: 9em 0;
	background:#fff;
	position:relative;
}
#container-module-team h2.title
{
    font: 3.125em / 1.3em light;
    color: #031D56;
    margin: 0.25em 0;
    letter-spacing: -0.5px;
}
#container-module-team .text
{
    font: 1.25em / 1.6em sans-light;
    color: #031D56;
    margin: 1.5em 0 0 0;
}
#container-module-team .text p
{
	margin:0.5em 0;
}

.wrapper-team
{
	position:relative; 
	margin: 5em 0 0 0;
}
.row-parallax-team
{
    position: relative;
    margin: 0 0 0 0;
    z-index: 9;  
	display: flex;
    flex-flow: row wrap;
}
.columnteam
{
    width: 23.5%; 
	margin-right: 1.5%;
    margin-bottom: 5%;
	cursor:pointer;
}
.columnteam .image
{
    width: 100%;
    height: auto;
	overflow:hidden;
}
.columnteam .image img
{
    width: 100%;
    height: auto;   
	transition: all 0.25s ease-in-out;
}
.columnteam:hover .image img
{
    transform:scale(1.075);
	transform-origin:top;
}

.columnteam .content
{
	margin-top:1.4375em;
}
.columnteam .content h4
{
	font:1.625em/1em regular;
	color: #031D56;
    transition: all 0.25s ease-in-out;
}
.columnteam:hover h4
{
	color: #36CCC1;
}
.columnteam .content h5
{
	font:1em/1.3em sans-light;
	color: #031D56;	
	margin:1.1em 0;
}
.columnteam .content .btn-linkedin
{
   background: url("images/icon-linkedin.svg") no-repeat center / contain;
   width: 1.3125em;
   height: 1.3125em;
   cursor: pointer;
   border:none;   
   display: table;
}
.columnteam .content .btn-linkedin:hover
{
   background: url("images/icon-linkedin-active.svg") no-repeat center / contain;
}




.expanding-overlay-team
{
   position: absolute;
   z-index: 999;
   overflow: hidden;
   transition: all 450ms cubic-bezier(.2, .8, .2, 1);
   will-change: top, left, width, height, opacity;
   opacity: 0;
   pointer-events: none;
   top:0;
}
.expanding-overlay-team.active 
{
   opacity: 1;
   pointer-events: auto;
}
.expanding-overlay-team .overlay-inner-team
{
   width: 100%;
   display:flex;  
   justify-content: space-between;
   padding:3.375em 2.5em;
   background: #F2F2F2;
}
.expanding-overlay-team .overlay-left-team 
{
   width: 100%;
}
.expanding-overlay-team .overlay-left-team img 
{
    width: 100%;
}

.btn-deatil-linkedin
{
	font:1em/1em sans-light;
	color: #031D56;
	text-transform:uppercase;  
	display: flex;
    align-items: center;  
	margin-top:2.375em;
}
.btn-deatil-linkedin:after 
{
	content: "";
    width: 0.7em;
    height: 0.7em;
    margin-left: 1.25em;
    background: url("images/icon-arrow.svg") no-repeat center / 100%;
}
.btn-deatil-linkedin:hover:after
{
	content: "";
    background: url("images/icon-arrow-active.svg") no-repeat center / 100%;
}
.btn-deatil-linkedin:hover a
{
	color:#36CCC1;
}
.btn-deatil-linkedin:hover span
{
	border-bottom:1px solid #36CCC1;
	color:#36CCC1;
}




.expanding-overlay-team .overlay-right-team h4
{
    font: 3.125em / 1.3em light;
    color: #031D56;
    margin: 0.5em 0;
    letter-spacing: -0.5px;
	transform-origin:left top;  
	transition: all 0.25s ease;
}
.expanding-overlay-team .overlay-right-team .txt
{
    font: 1.25em / 1.5em sans-light;
    color: #031D56;
    margin: 1.5em 0 0 0;
}
.expanding-overlay-team .overlay-right-team .txt p
{
	margin:0.5em 0;
}

.expanding-overlay-team .overlay-right-team 
{
    width: 65%;
    min-width: 65%;
    margin-left: 5%;
    margin-right: 5%;
}
.overlay-close-team 
{
    position: absolute;
    top: 1.875em;
    right: 1.875em;
    z-index: 2;
    background: url("images/icon-close.svg") no-repeat center / contain;
    width: 3.125em;
    height: 3.125em;
    color: #031D56;
    cursor: pointer;
    border:none;
}
.overlay-close-team:hover
{
   background: url("images/icon-close-hover.svg") no-repeat center / contain;
}






#container-module-service
{
    width: 100%;
    padding: 9em 0 23vw 0;
	background:#fff;
	position:relative;
}
#container-module-service h2,
#container-module-service h3,
#container-module-service h4,
#container-module-service h5,
#container-module-service h6
{
    color: #031D56;
    margin: 0.25em 0;
}
#container-module-service h2
{
    font: 3.125em / 1.3em regular;
}
#container-module-service h3
{
    font: 2.725em / 1.3em regular;
}
#container-module-service h4
{
    font: 2.325em / 1.3em regular;
}
#container-module-service h5
{
    font: 1.875em / 1.3em regular;
}
#container-module-service h6
{
    font: 0.875em / 1em sans-regular;
}
#container-module-service p
{
    font: 1.25em / 1.4em sans-light;
    color: #031D56;
    margin: 1.85em 0;
}
#container-module-service p strong ,
#container-module-service strong
{
    font-family: sans-bold;
}
#container-module-service .text a
{
   	color:#36CCC1;	
	display:initial;
}
#container-module-service .text a:hover 
{
    text-shadow: 1px 0px 0px #36CCC1;
}




#container-module-service a.prev
{
	font: 1.125em / 1.4em sans-light;
    color: #031D56;
    display: flex;
    align-items: center;	
    margin-top: 3.75em;
}
#container-module-service a.prev:hover
{
	font: 1.125em / 1.4em sans-bold;
}
#container-module-service a.prev:before 
{
    content: "";
    width: 1em;
    height: 0.5em;
    margin-right: 0.375em;
    margin-top: 0em;
    background: url("images/icon-arrow-prev.svg") no-repeat center left / auto 100%;
    transition: all 0.35s ease-in-out;
}
#container-module-service a.prev:hover:before 
{
	content: "";
    width: 1.75em;
}

.vector-005
{
    width: 100%;
    position: absolute;
    bottom: 0;
	font-size: 0;
	opacity:0;
}
.vector-005 svg
{
	width:100%;
	height: auto;
}
.animacion005
{
	opacity:1;
}
.animacion005 line,
.animacion005 path 
{
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
  animation: draw-line005 3s linear forwards;
}
.animacion005 line:nth-child(4) 
{ 
  animation: draw-line005 1s linear forwards;
}

@keyframes draw-line005
{
  to {
    stroke-dashoffset: 0;
  }
}





#container-module-news
{
	width:100%;
	padding:0 0 10em 0;
}
.row-news
{
	width:100%;
	display:flex;
	flex-flow:row wrap;	
}
.column-news
{
    width: 31%;
    margin-right: 2%;
    padding: 1.5%;
    background: #F2F2F2;
    transition: all 0.35s ease-in-out;
    margin-bottom: 3.75%;
	position:relative;
	padding-bottom: 7em;
}

.image-news
{
	width:100%;	
}
.image-news img
{
	width:100%;	
	height:auto;
}
.column-news span.date
{
	font: 1em / 1em sans-light;
    color: #031D56;
    margin: 1.75em 0 0.5em 0;
    text-transform: uppercase;	  
	display: block;
    transition: all 0.35s ease-in-out;
}
.column-news h3   
{
	font: 2em/ 1.175em light;
    color: #031D56;
    margin: 0.5em 0;
    transition: all 0.35s ease-in-out;
}


.btnpost
{
    display: inline-flex;
	align-items: center;
    border: 1px solid #f2f2f2;
    border-radius: 2em;
    padding: 0.75em 0;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
	position:absolute;
	bottom:2em;
	left:2em;
	
	
	background-image: -webkit-linear-gradient(90deg, #51B1B0 50%, transparent 50%);
    background-image: linear-gradient(90deg, #51B1B0 50%, transparent 50%);
    background-position: 100%;
    background-size: 400%;
    transition: background 1000ms, color 1s ease-in-out, border 0.25s ease-in-out;
}
.btnpost .labelpost
{
	max-width: 0;
	opacity: 0;
	white-space: nowrap;
	overflow: hidden;  
	color: #031D56;
	font: 1.125em / 1em sans-regular;
	transition: all 0.35s ease;
}
.btnpost .btn-iconpost 
{
   width: 0.95em;
   transition: transform 0.3s ease;
}
.column-news:hover .btnpost
{
   border: 1px solid #51B1B0;  
   padding: 0.75em 1em;	
   background-position: 0;
}
.column-news:hover .btnpost .labelpost 
{
   max-width: 100px;
   opacity: 1;
   margin-right: 0.75em;
}
.column-news:hover .btnpost span
{
   color:#fff;
}
.column-news:hover .btn-iconpost
{
    filter: brightness(0) invert(1);
}











.row-button-more-post
{
	width:100%;
	display:flex;
	justify-content:center;
	margin:1em  0;
}
.row-button-more-post a
{
    font: 1em / 1em sans-regular;
    color: #031D56;
    position: relative;
    padding: 0.625em 1.375em;
    border: 1px solid #031D56;
    display: inline-block;
    padding: 1em 2.375em;
    border-radius: 3em;

	background-image: -webkit-linear-gradient(90deg, #51B1B0 50%, transparent 50%);
    background-image: linear-gradient(90deg, #51B1B0 50%, transparent 50%);
    background-position: 100%;
    background-size: 400%;
    transition: background 1000ms, color 1s ease-in-out, border 0.25s ease-in-out;
}
.row-button-more-post a:hover
{
	color:#fff;
	border: 1px solid #51B1B0;
	background-position: 0;
}





#container-module-intro-post
{
    width: 100%;
    padding:5em 0 0 0;

}
#container-module-intro-post .center-full ,
#container-module-thecontent .center-full
{
    padding-right:15%;
}


#container-module-breadcrumb 
{
    width: 100%;
    padding:1.7em 0;
	background:#F2F2F2;	
	margin-top:7.5em;
}
#container-module-breadcrumb a
{
	font: 1em / 1em sans-bold;
    color: #031D56;
	background:url("images/icon-breadcrumb.svg") no-repeat center left / contain;
	padding:0.125em 0 0.125em 1.35em;
	display:table;
}


#container-module-thecontent
{
    width: 100%;
	position:relative;  
	padding-bottom: 5.375em;
}
.row-thecontent
{
    width: 100%;
	position:relative;  
	display:flex;
	flex-flow:row wrap;
	justify-content:space-between;
}
.thecontent
{
	width:50%;
}
.thecontent h1
{
    font: 3.75em / 1.2em extralight;
    color: #031D56;	
	padding-bottom: 0.35em;
}

.thecontent h2,
.thecontent h3,
.thecontent h4,
.thecontent h5,
.thecontent h6
{
    color: #031D56;
    margin: 0.25em 0;
}
.thecontent h2
{
    font: 3.125em / 1.3em regular;
}
.thecontent h3
{
    font: 2.725em / 1.3em regular;
}
.thecontent h4
{
    font: 2.325em / 1.3em regular;
}
.thecontent h5
{
    font: 1.875em / 1.3em regular;
}
.thecontent h6
{
    font: 0.875em / 1em sans-regular;
}
.thecontent p
{
    font: 1.25em / 1.4em sans-light;
    color: #031D56;
    margin: 1.85em 0;
}
.thecontent p strong ,
.thecontent strong
{
    font-family: sans-bold;
}
.thecontent a
{
   	color:#36CCC1;	
	display:initial;
}
.thecontent a:hover 
{
    text-shadow: 1px 0px 0px #36CCC1;
}

.row-gallery
{
	width:40%;
}
.rowimage
{
	width:100%;
}
.rowimage img
{
	width:100%;
	height: auto;
}
.rowthumb
{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 0.875em;
}
.rowthumb .title
{
    width: 75%;
}
.rowthumb .title h3
{
    font:  0.875em / 1.3em regular;
    color: #270D44;  
	display: flex;
}
.rowthumb .title h3:before
{
    content: "";
    width: 0.75em;
    height: 0.75em; 
	min-width: 0.75em;
    min-height: 0.75em;
    background: url("images/icon-arrow-up.svg") no-repeat center  / contain;
    margin-right: 0.5em;
    margin-top: 0.25em;
}

.slick-numer span
{
	font: 0.8em / 0.5em regular;
    color: #270D44;
}
.leftslide
{
    content: "";
	width: 0.6em;
    height: 0.6em;
    background: url("images/icon-slide-left.svg") no-repeat center / contain;  
	border: none;
	cursor:pointer;
}
.rightslide
{
    content: "";
	width: 0.6em;
    height: 0.6em;
    background: url("images/icon-slide-right.svg") no-repeat center / contain;  
	border: none;
	cursor:pointer;
}



.row-post
{
    position: absolute;
    top: 0;
    right: 0;  
	z-index: 9;
}
.row-post span
{
	font: 1.1em / 1.4em sans-bold;
    color: #031D56;
	display:block;
}
.row-shared
{
    width: 100%;
    display: flex;
    margin-top: 0.75em;
    flex-flow: column;
}
.row-shared a
{
    display: flex;  
	align-items: center;
    font: 1.1em / 1.1em sans-regular;
    color: #031D56;
    padding: 1em 0;
    border-bottom: 1px solid #93A0BE;
}
.row-shared a div
{
	width:2.5em;
}
.row-shared a svg
{
    width:auto;
	height:1.3125em;
}
.row-shared a:last-child svg
{
	height:1.1755em;
}
.row-shared a:hover svg path
{
	fill:#36CCC1;
}
.row-shared a:hover
{
	color:#36CCC1;
}









#container-module-location
{
    width: 100%;
    padding:7em 0;
	margin-top:8em;
}
#container-module-location h1
{
	font: 4.375em / 1.175em light;
    color: #031D56;  
	letter-spacing: -0.75px;
}
#container-module-location .text
{
    font: 1.25em / 1.6em sans-light;
    color: #031D56;
    margin: 2.5em 0 0 0;
}
#container-module-location .text p
{
	margin:1.3em 0;
}


.row-location
{
    width: 100%;
    display:flex;
	justify-content:space-between;
	margin-top:3em;
}
.row-location .column-left
{
	width:25%;
}
.row-location .column-left ul li
{
    padding: 2em 0;
    border-bottom: 1px solid #93A0BE;
}
.row-location .column-left ul li:last-child
{
    border:none;
}
.row-location .column-left ul li h3
{
    font: 2em / 1em light;
    color: #031D56;
    margin: 0 0 0.875em 0;
}
.row-location .column-left ul li h4
{
	font: 1.175em / 1em sans-bold;
    color: #031D56;	
	margin:1.5em 0 0.25em 0;
}
.row-location .column-left ul li span ,
.row-location .column-left ul li a
{
	font: 1.2em / 1.375em sans-light;
    color: #031D56;
}
.row-location .column-left ul li a:hover
{
	color:#36CCC1;
}
.row-location .column-left ul li a.link-maps
{
	margin-top:1.3em;
}



.row-location .column-right
{
	width:57%;
}
.row-location .column-right img
{
	width:100%;
	height:auto; 
	margin-top: -22.5em;
}




#container-module-contactform
{
    width: 100%;
    padding:7em 0 15em 0;
	background:#F2F2F2;
}
.row-contactform
{
    width: 100%;
    display:flex;
	flex-flow:row wrap;
	justify-content:space-between;
}
.row-contactform h2
{
    font: 3.125em / 1.175em light;
    color: #031D56;
	margin-bottom:2.25em;
}
.row-contactform .field
{
    width: 83%;
    margin: 0 auto;
}
.row-contactform .field p
{
    width:49%;
	margin-bottom:1em;
}
.row-contactform .field form
{
    width:100%;
	display:flex;
	flex-flow:row wrap;
	justify-content:space-between;
}
.row-contactform .field p input[type="text"] ,
.row-contactform .field p input[type="email"] ,
.row-contactform .field p input[type="tel"]
{
	width: 100%;
    border: none;
    background: #F2F2F2;
    font: 1em / 1em sans-bold;
    color: #031D56;
    padding:1.5em 0;
	border-bottom:1px solid #707070;
}
.row-contactform .field p input[type="submit"]
{
    -webkit-appearance: none !important;
    appearance: none !important;
    -webkit-tap-highlight-color: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    outline: none !important;
	
    font: 1em / 1em sans-regular;
    color: #031D56;
    position: relative;

    border: 1px solid #031D56;
    display: inline-block;
    padding: 1em 4em;
    border-radius: 3em;  
	margin-top: 2.75em;
	cursor:pointer;

	background-image: -webkit-linear-gradient(90deg, #51B1B0 50%, transparent 50%);
    background-image: linear-gradient(90deg, #51B1B0 50%, transparent 50%);
    background-position: 100%;
    background-size: 400%;
    transition: background 1000ms, color 1s ease-in-out, border 0.25s ease-in-out;
}
.row-contactform .field p input[type="submit"]:hover
{
	color:#fff;
	border: 1px solid #51B1B0;
	background-position: 0;
}

.fullwidth
{
	width:100% !important;
}


.row-contactform .field form p textarea:focus::placeholder,
.row-contactform .field form p input[type="email"]:focus::placeholder,
.row-contactform .field form p input[type="text"]:focus::placeholder 
{
    color: #F2F2F2 !important;
}
.row-contactform .field form p textarea:focus:-ms-input-placeholder,
.row-contactform .field form p input[type="email"]:focus:-ms-input-placeholder,
.row-contactform .field form p input[type="text"]:focus:-ms-input-placeholder 
{
    color: #F2F2F2 !important;
}
.row-contactform .field form p textarea:focus::-ms-input-placeholder,
.row-contactform .field form p input[type="email"]:focus::-ms-input-placeholder,
.row-contactform .field form p input[type="text"]:focus::-ms-input-placeholder
{
    color: #F2F2F2 !important;
}

.row-contactform .field p textarea
{
	width: 100%;
    height: 12em;
    border: none;
    background: #F2F2F2;
    font: 1em / 1em sans-bold;
    color: #031D56;
    padding:1.5em 0;
	resize:none;
	border-bottom:1px solid #031D56;
}
.wpcf7-spinner
{
	display:none !important;
}
.wpcf7 form .wpcf7-response-output 
{
	font: 1.1em/1.3em regular;
    margin: 0 !important;
    padding:0.35em 0.75em !important;
    border: none !important;
    color: #fff;
	background:#031D56;
    width: 100%;
}
.wpcf7-not-valid-tip
{
	font: 1em/1.375em regular; 
	color: #EC1B2E;
}




.mobile
{
	display:none !important;
}
.desktop
{
	display:block !important;
}
.column-iconmenu-mobile
{
	display:none;
}
#container-module-mobile
{
	display:none;
}

.row-post-mobile
{
	display:none;
}

.btn-deatil-linkedin-mobile
{
	display:none;
}





@media screen and (max-width: 1760px)
{
	body ,
	#container-module-slider .row-slider ,
	#container-module-slider.row-banner
	{
		font-size: 13px;
	}

	
}




@media screen and (max-width: 1420px)
{
	body ,
	#container-module-slider .row-slider ,
	#container-module-slider.row-banner
	{
		font-size: 12px;
	}
	.thecontent h1 
	{
		font: 3.175em / 1.2em extralight;
	}	
	
}

@media screen and (max-width: 1200px)
{
	#container-module-services .list .column
	{
		height: 28vw !important;
	}	
	#container-module-services .list .column .box h4 
	{
		font: 1.6em / 1.2em light;
	}

		
		
	
	
}




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

}

@media screen and (max-width: 760px)
{
	
	body ,
	#container-module-slider .row-slider ,
	#container-module-slider.row-banner
	{
		font-size: 11px;
	}
	.center ,
	.center-min ,
	.center-full 
	{
		width: 90% !important;
	}
	.mobile
	{
		display:block !important;
	}
	.desktop
	{
		display:none !important;
	}
	.both 
	{
		display: block !important;
	}
	.row-header 
	{
		display: flex;
		align-items: center;
	}
	.column-navigation
	{
		display:none;
	}
	#container-module-header
	{
		padding: 1.25em 0;
	}
	.column-logo img 
	{
		width: 8em !important; 
		height: auto !important; 
	}
	.row-slider 
	{
		width: 100%;
		height: auto;
		min-height:inherit;
	}
	.row-slider img ,
	.row-slider video ,
	.row-slider iframe
	{
		width: 100%;
		height: 100vh;
		object-fit: cover;
		position: relative;
	}
	.layer-slider 
	{
        width: 100%;
        position: absolute;
        top: 0;
		align-items: center;
	}
	.layer-slider .box 
	{
		width: 90%;
		margin: 0 auto;
	}	
	.layer-slider .box div.content 
	{
		width: 100%;
	}
	.layer-slider h2 
	{
		font: 3em / 1.3em light;
        width: 100%;
        text-align: center;
	}
	.layer-slider p 
	{
		color:#031D56;  
		margin: 1.5em 0;
		display: none;
	}	
	.layer-slider p br 
	{
		display:none;
	}
	.slick-numer-slider
	{
        position: relative;
        bottom: -1.75em;
	}
	#container-module-about-home 
	{
		padding:7em 0 7em 0;
	}	
	#container-module-about-home .row
	{
		flex-direction:column-reverse;
	}
	#container-module-about-home .row .column-left h3 
	{
	    font: 1em / 1em sans-regular;
	}
	#container-module-about-home .row .column-left
	{
		width: 100%;   
		padding-left: 0%;
	}		
	#container-module-about-home .row .column-right
	{
		width: 100%;
	}	
	#container-module-about-home .row .column-left h2 
	{
        font: 2.2em / 1.3em regular;
        margin:1.25em 0 0.75em 0;
	}	
	#container-module-about-home .row .column-left h2 br
	{
        display:none;
	}
	#container-module-about-home .row .column-left .text 
	{
		margin: 1.5em 0 2.25em 0;
	}	
	#container-module-about-home .row .column-left .text br 
	{
        display:none;
	}	
	#container-module-services 
	{
		padding: 7em 0;
	}
	.limit-services
	{
		width: 100%;
	}	
	


	#container-module-services .row h3
	{
        font: 1em / 1em sans-regular;
    }	
	#container-module-services .row h2
	{
        font: 2.2em / 1.3em regular;
        margin:0 0 0.75em 0;
	}	
	#container-module-services .list
	{
	    margin: 0 0 0 0;
		justify-content:space-between;  
		opacity: 1 !important;
	}
	#container-module-services .list .column 
	{
        width: 100%;
        height: auto !important;
        margin-right: 0;
        margin-bottom: 5%;  
		padding:2.5em 1.5em;
	}
	#container-module-services .list .column a 
	{
		padding: 1em;
	}
	#container-module-services .list .column .box
	{
        margin-top: 3em;
	}
	#container-module-services .list .column .box p 
	{
		margin: 1em 0 0 0;
	}
	#container-module-services .list .column .icon 
	{
		width: 3.75em;
		height: auto;
	}
	#container-module-services .list .column .icon img 
	{
		width: 2.5em;
        height: 2.5em;
	}
	#container-module-services .list .column .box h4
	{
	    font: 1.7em / 1.25em light;
		height:auto;
	}
	#container-module-services .row .text 
	{
		margin: 1.5em 0 3em 0;
	}
	#container-module-services .row a.button
	{
        margin-top: 2.5em;
	}
	.btn 
	{
		position: relative;
		bottom: 0;
		left: 0;
		margin-top:2.5em;
	}
	.expanding-overlay .overlay-inner 
	{
		width: 100%;
		padding: 2em !important; 
		flex-flow: column;
	}
	.expanding-overlay .overlay-left .icon img 
	{
		width: 2.175em;
		height: 2.175em;
	}
	
	.expanding-overlay .overlay-left .imagemobile
	{
		width:100%;
		height: auto;
	}
	
	.expanding-overlay .overlay-right
	{
		display:none !important;
	}	
	.expanding-overlay .overlay-left h4 
	{
		font: 2em / 1.3em light !important;
        margin-bottom: 1em;
	}
	.overlay-close 
	{
		top: 1.4375em;
		right: 1.4375em;
		width: 1.8em;
		height: 1.8em;
	}
	
	#container-module-intro-post .center-full, #container-module-thecontent .center-full 
	{
		padding-right: 0%;
	}	
	
	#container-module-team-home 
	{
		padding: 5em 0 7em 0;
	}

	#container-module-footer 
	{
		font-size: 12px;
	}
	.row-footer-up 
	{
		width: 100%;
		padding: 5em 0 3.75em 0;   
		flex-flow: row wrap;
	}
	.row-logo-footer
	{
		width: 100%;
		display:flex;
		justify-content:space-between;
	}	
	.row-logo-footer span 
	{
		font: 1.1em / 1em sans-light;
		margin-top: 0.5em;
	}
	
	.row-title-footer
	{
		width:85%;
		margin-top:4.5em;
	}
	.row-title-footer h4 
	{
		font: 2em / 1.175em light;
		width: 100%;
	}	

	.row-link-footer
	{
		margin-top: 3.75em;
        width: 100%;
        flex-flow: row wrap;  
		row-gap: 3em;
	}
	.row-link-footer .column 
	{
        width: 45%;
        margin-right: 0;
    }
	.row-link-footer .column h3 
	{
		font: 1.375em / 1.175em medium;
	}
	.row-link-footer .column p 
	{
		font: 1.1em / 1.5em sans-light;
		margin: 1.1em 0;
	}
	.row-link-footer .column a
	{
		font: 1.1em / 1.5em sans-light;	
	}
	
	.row-footer-down 
	{
		flex-flow:row wrap;
		padding: 0 0 3em 0;
	}
	.row-spacing-footer 
	{
		display:none;
	}
	.row-copy-footer 
	{
		width: 100%;
		flex-flow:row wrap;
		padding: 1.35em 0 0 0;
	}
	.row-menu-footer ul
	{
		flex-flow:column;
		gap:0.875em;
	}
	.row-menu-footer ul li
	{
		border:none;
		padding:0;
	}
	.row-copy-footer .column 
	{
		width:100%;
	}
	.row-copy-footer .column span 
	{
		font: 1.05em / 1em sans-light;
		margin-left: 5%;
		margin-top: 3em;
		display: block;
	}
	
	
	
	
	#container-module-full-image img 
	{
		width: 100%;
		height: 50em;
		object-fit: cover;
	}
	.content-full-image .layer 
	{
		width: 85%;
		margin-top: 5em;
	}
	.content-full-image .layer h3
	{
	    font: 2.2em / 1.3em regular;
        margin: 0 0 1em 0;
	}
	.content-full-image .layer .text 
	{
		font: 1.3em / 1.4em light;
		letter-spacing: -0.25px;
	}
	.content-full-image .layer .text br
	{
		display:none;
	}
	
	#container-module-team-home .row .column-left
	{
		width: 100%;
	}
	#container-module-team-home .row .column-right	
	{
		width: 100%;
		margin-right: 0%;
	}		
	#container-module-team-home .row .column-right h2 
	{
	    font: 2.2em / 1.3em regular;
		margin: 1em 0;
	}	
	#container-module-team-home .row .column-right h2 br
	{
	    display:none;
	}
	#container-module-team-home .row .column-right .text 
	{
		font: 1.25em / 1.6em sans-light;
		margin: 2em 0 0 0;
	}
	#container-module-team-home .row .column-right a.button 
	{
		margin-top: 2.175em;
	}		
		
		

	
	#container-module-intro 
	{
		width: 100%;
		padding:  0;
	}
	#container-module-intro img 
	{
		width: 100%;
		height: 100vh;
		object-fit: cover;
	}
	.layer-intro 
	{
        width: 100%;
        position: absolute;
        top: 0;
		align-items: center;
	}
	.row-intro
	{
        width: 90%;
        margin-top: 0; 
		text-align: left; 
	}
	
	.row-intro .text 
	{
	    font: 1.25em / 1.4em sans-light;
		margin: 1.375em 0 3em 0;
		display:none;
	}
	/*
	.row-intro h1 br 
	{
		display:none;
	}*/
	.row-intro h1
	{
		font: 3em / 1.3em light;
        width: 100%;
        color: #fff;	 
		margin: 0;  
		text-align: center;
	}

	

	

	#container-module-about 
	{
		padding: 7em 0 7em 0;
	}
	#container-module-about h6	
	{
        font: 1em / 1em sans-regular;
    }	
	#container-module-about .row
	{
        flex-direction: column-reverse;
    }
	#container-module-about .row .column-right 
	{
		width: 100%;
	}	
	#container-module-about .row .column-left 
	{
		width: 100%;  
		padding-left:0%;
	}
	#container-module-about .row .column-left h2
	{
	    font: 2.2em / 1.3em regular;
        margin: 1.25em 0 0.75em 0;	
	}
	
	
	#container-module-about h2, 
	#container-module-about h3, 
	#container-module-about h4, 
	#container-module-about h5
	{
		font: 1.875em / 1.3em regular;
		margin: 0.75em 0;
	}		
	#container-module-about ul, 
	#container-module-about ol 
	{
		margin: 3em 0 0 0;
	}
	#container-module-about ul li, 
	#container-module-about ol li 
	{
		width: 100%;
		padding: 1.375em 0;
		margin: 0;
		margin-right: 0;
	}	
	#container-module-about ul li:last-child, 
	#container-module-about ol li:last-child 
	{
		border:none;
	}
	
	
	#container-module-faq 
	{
		width: 100%;
		padding: 3em 0 8em 0;
	}
	#container-module-faq h2
	{
	    font: 2.2em / 1.3em regular;
        margin: 1.25em 0 0.75em 0;	
	}	
	#container-module-faq .text p br
	{
		display:none;
	}
	.container-accordion 
	{
		width: 100%;
		padding-left: 0;
		margin-top: 3em;
	}
	.title-accordion h3 
	{
		font: 1.435em / 1.4em light;
		letter-spacing: -0.5px; 
		padding-right: 15%;
	}
	.button_animate
	{
		right: 0;
	}
	.title-accordion 
	{
		padding: 1.5em 0;
	}
	
	
	#container-module-certified 
	{
		padding: 3em 0 9em 0;
	}
	#container-module-certified h2
	{
	    font: 2.2em / 1.3em regular;
        margin: 1.25em 0 0.75em 0;	
	}	
	#container-module-certified .text p br
	{
		display:none;
	}	
	
	.row-certified
	{
		margin: 3.75em 0;
		row-gap:2em;
	}
	.row-certified .column 
	{
		width: 100%;
		padding: 3.5em 2.5em;
	}
	.row-certified .column .txt 
	{
		font: 1.25em / 1.4em sans-light;
	}
	.row-certified .column .image img 
	{
		width: auto;
		height: 5.25em;
	}
	
	
	
	
	#container-module-content
	{
		padding: 7em 0 5em 0;
	}
	#container-module-content h6	
	{
        font: 1em / 1em sans-regular;
    }	

	#container-module-content .row .column-right 
	{
		width: 100%;
		padding-right:0;
	}	
	#container-module-content .row .column-left 
	{
		width: 100%;  
		padding-left:0%;
	}
	#container-module-content .row .column-right h2
	{
	    font: 2.2em / 1.3em regular;
        margin: 1.25em 0 0.75em 0;	
	}
	
	.btn  
	{
		border: 1px solid #031D56;  
		padding: 0.75em 1em;
	}		
	.btn .label 
	{
		max-width: inherit;
		opacity: 1;  
		margin-right: 0.75em;
	}	
		
	
	
	#container-module-team 
	{
		padding: 7em 0 7em 0;
	}
	#container-module-team h3
	{
        font: 1em / 1em sans-regular;
    }		
	#container-module-team h2.title 
	{
		font: 2.6em / 1.3em light;
		margin: 0;
		letter-spacing: -0.5px;
	}
	#container-module-team .text br 
	{
		display:none;
	}
	.row-parallax-team 
	{
		width: 100%;	
		height: auto;
		position: relative;
		display: flex;
		flex-flow:row wrap;
		justify-content: space-between;
	}
	.columnteam 
	{
		width: 47%;
		position: relative;
		left:inherit;
		right: inherit;
		top: inherit;
		margin-bottom: 3em;
	}
	
	
	.expanding-overlay-team .overlay-inner-team 
	{
		padding: 1.75em !important;
		flex-flow:column;
	}
	.expanding-overlay-team .overlay-left-team 
	{
		margin-top: 5em;
	}
	.expanding-overlay-team .overlay-right-team 
	{
		width: 100%;
		min-width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.expanding-overlay-team .overlay-right-team h4 
	{
		font: 2.2em / 1.3em light;
		letter-spacing: -0.5px;  
		margin: 1em 0 0.5em 0;
	}
	.btn-deatil-linkedin
	{
		display:none;  
		margin-top: 1.375em;
	}	
	.btn-deatil-linkedin-mobile
	{
		display: flex;
		align-items: center;
	}
	.expanding-overlay-team .overlay-right-team .txt 
	{
		margin: 2em 0 0 0;
	}
		
	.overlay-close-team 
	{
		top: 1.3em;
		right: 1.35em;
		z-index: 2;
		width: 2em;
		height: 2em;
	}
	
	#container-module-hero 
	{
		margin-top: 5em;
	}
	#container-module-hero h1 
	{
		font: 3em / 1.3em light;
		letter-spacing: -0.5px;
	}	
	#container-module-hero .text br
	{
		display:none;
	}
	
	#container-module-service 
	{
		padding: 5em 0 7em 0;
	}
	#container-module-service a.prev 
	{
		font: 1.25em / 1.4em sans-light;
	}
	#container-module-service h2,
	#container-module-service h3,
	#container-module-service h4,
	#container-module-service h5,
	#container-module-service h6
	{
		font: 1.875em / 1.3em regular;
		margin: 0.75em 0;
	}
	#container-module-news 
	{
		padding: 0 0 5em 0;
	}
    .column-news 
	{
        width: 100%;
        margin-right: 0;
        padding: 1.5em;
        margin-bottom: 1.75em;
    }

	.btnpost 
	{
		position: relative;
		bottom: 0;
		left: 0;
        margin-top: 1.25em;
		border: 1px solid #031D56;  
		padding: 0.75em 1em;
		margin-top: 1.75em;
		background:#fff;
	}		
	.btnpost .labelpost 
	{
		max-width: inherit;
		opacity: 1;  
		margin-right: 0.75em;
	}	
		
	
	
	#container-module-intro-post
	{
		padding: 5em 0 0 0;
	}
	.row-intro-post h1
	{
        font: 2.375em / 1.3em regular;
        margin: 0.75em 0 1.375em 0;
	}	
	.row-intro-post 
	{
		width: 100%;
	}
	
	#container-module-breadcrumb 
	{
		margin-top: 6.85em;
	}
	
	#container-module-thecontent 
	{
		padding: 0 0 5em 0;
	}
	#container-module-thecontent span.date 
	{
		font: 1em / 1.3em sans-regular;
	}
	
	.thecontent 
	{
		width: 100%;
	}
	.thecontent h1
	{
		font: 3em / 1.125em extralight;
	}
	
	.thecontent h2, 
	.thecontent h3, 
	.thecontent h4, 
	.thecontent h5,
	.thecontent h6
	{
		font: 1.875em / 1.3em regular;
		margin: 0.75em 0;
	}	
	.row-gallery
	{
		width: 100%;
	}
	.rowthumb .title h3 
	{
		font: 1em / 1.3em regular;
	}
	.row-post
	{
        position: relative;
		display:none;
	}
	.row-post .column:last-child
	{
		margin-top:3em;
	}
	
	.row-post-mobile
	{
		display:flex;
		align-items:center;
	}
	.row-shared 
	{
		display: flex;
		flex-flow: row; 
		margin-top: 0em;
	}
	.row-shared a 
	{
		border: none;
		margin-right:1em;
	}
	.row-shared a svg 
	{
		width: auto !important;
		height: 1.5em !important;
	}
	.row-post span 
	{
		margin-right:1.35em;
	}
	.date-detail
	{
	    font: 1em / 1em sans-light;
		color: #031D56;
		margin: 0 0 0.75em 0;
		text-transform: uppercase;
	}
	
	
	
	#container-module-location h1
	{
		font: 3em / 1.3em regular;
		margin:0 0 0.75em 0;
	}		
	#container-module-location 
	{
		padding: 5em 0 5em 0;  
		margin-top: 5em;
	}
	#container-module-location .text br
	{
		display:none;
	}
	.row-location
	{
		display: flex;
        flex-direction: column-reverse;
        width: 100%;
	}	
	#container-module-location .text 
	{
		margin: 1em 0 0 0;
	}
	
	
	
	.row-location .column-right img 
	{
		margin-top: 0;
	}
	.row-location .column-left 
	{
		width: 100%;
	}	
	.row-location .column-right 
	{
		width: 100%;  
		margin: 1.75em 0;
	}
	.row-location .column-left ul
	{
		width: 100%;
		display: flex;
		flex-flow:row wrap;
		justify-content:space-between;
	}
	.row-location .column-left ul li
	{
        padding: 2em 0;
        width: 48%;
        border: none;
	}	
	.row-location .column-left ul li h3
	{
		font: 1.875em / 1.3em regular;
	}	
		
		
		
	#container-module-contactform 
	{
		padding: 7em 0 10em 0;
	}
	.row-contactform
	{
		width:100%;
	}
	.row-contactform h2
	{
		display:none;
	}	
	
	.row-contactform .field 
	{
        margin-top: 0;
        width: 100%;
	}	
	.row-contactform .field p 
	{
		width: 100%;
	}
	
	.carosuel-certified 
	{
		width:100%;
	}
	
	.activeheader .column-iconmenu-mobile span {
		background: #031D56 !important;
	}

	/*Menu Mobile*/
	.column-iconmenu-mobile
	{
		display: flex;
		flex-flow: column;
		width: 2.675em;
		justify-content: center;  
	}	
	.column-iconmenu-mobile span 
	{
        width: 100%;
        height: 3px;
        background: #fff;
        margin: 2px 0;
        transition: all 0.3s ease-in-out;
	}
	.btnclose-menu 
	{
	    transform: scale(0.85);    
		margin-bottom: 1em;
	}	
	.btnclose-menu span 
	{
	    width:110%;
	}	
	.btnclose-menu span:nth-child(1)
	{
		opacity:0;
	}
	.btnclose-menu span:nth-child(2)
	{
		transform:rotate(45deg);
		margin-bottom:-6px;
	}
	.btnclose-menu span:nth-child(3)
	{
		transform:rotate(-45deg);
	}
	

	#container-module-mobile
	{
		width: 100%;
		height: 100vh;
		background: #031D56;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9;
		padding-top: 8em;
		display:none;
	}
	.row-menu-mobile
	{
        width: 90%;
        position: absolute;
        bottom: 21em;
		left:5%;
	}
	.row-menu-mobile ul li 
	{
		margin-bottom: 1.75em;
		width: 100%;
	}	
	.row-menu-mobile ul li a 
	{
        font: 2em / 1em sans-light;
        color: #fff;
        text-transform: uppercase;
        border-radius: 3em;
        display: table;	 
		border: 1px solid #031D56;
	}		
	.row-menu-mobile ul li.current_page_item a 
	{
	    border: 1px solid #fff;
        padding: 10px 20px;
	}	
	
	.row-menu-mobile .sub-menu
	{
		display:none !important;
	}	
	

	.row-button-mobile
	{
        width: 90%;
        position: absolute;
        bottom: 10em;
        left: 5%;
	}
	.row-button-mobile a 
	{
        font: 1.1em / 1em sans-regular;
        color: #031D56;
        border: 1px solid #031D56;
        padding: 1.3em 3em !important;
        border-radius: 3em;
        background: linear-gradient(90deg, #51B1B0  50%, #fff 50%);
        background-position: 100%;
        background-size: 400%;
        transition: background 1000ms ease-in-out, color 1s  ease-in-out, border 0.25s  ease-in-out;
        display: table;
	}
	.row-button-mobile a:hover 
	{
		color: #fff;
		border: 1px solid #51B1B0;
		background-position: 0;
	}

	

	.row-lang-mobile
	{
        position: absolute;
        bottom: 5em;
        left: 5%;
	}
	.row-lang-mobile .menu-lang-container ul:before
	{
		background: #fff !important;
	}	
	.menu-lang-container a
	{
        font: 1em / 1em sans-light !important;
		padding: 0.5em 0.75em !important;
        border-radius: 3em !important;
        width: 3em !important;
	}		
	.menu-lang-container .wpml-ls-current-language a {
		color: #031d56 !important;
	}
		
	
	.activeheader-mobile
	{
		background: #031D56 !important;
	}		
	.activeheader-mobile .column-logo img 
	{
		filter: brightness(0) invert(1) !important;
	}	
	.activeheader-mobile  .column-iconmenu-mobile span
	{
        background: #fff !important;
	}
	
	.version_pc
	{
		display: none !important;
	}

	.version_movil
	{
		display: block !important;
	}
	
}

@media screen and (max-width: 320px)
{
	
	body ,
	#container-module-slider .row-slider ,
	#container-module-slider.row-banner
	{
		font-size: 8px;  
	}
	
}


.wpml-ls-statics-footer
{
    display: none !important;
}

.otgs-development-site-front-end
{
    display: none !important;
}

#menu-menu-es,#menu-menu-es-1
{
	display: none !important;
}

.version_pc
{
	display: block;
}

.version_movil
{
	display: none;
}

/* END JAMC */
