/*
	Theme Name: TEKVeKTtdscMqZRGChwJvaat4
	Text Domain: TEKVeKTtdscMqZRGChwJvaat4
*/
@font-face {
    font-family: 'roboto_black';
    src: url('fonts/Roboto-Black.eot');
    src: url('fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Black.woff2') format('woff2'),
        url('fonts/Roboto-Black.woff') format('woff'),
        url('fonts/Roboto-Black.ttf') format('truetype'),
        url('fonts/Roboto-Black.svg#Roboto-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'roboto_bold';
    src: url('fonts/Roboto-Bold.eot');
    src: url('fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Bold.woff2') format('woff2'),
        url('fonts/Roboto-Bold.woff') format('woff'),
        url('fonts/Roboto-Bold.ttf') format('truetype'),
        url('fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'roboto_medium';
    src: url('fonts/Roboto-Medium.eot');
    src: url('fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Medium.woff2') format('woff2'),
        url('fonts/Roboto-Medium.woff') format('woff'),
        url('fonts/Roboto-Medium.ttf') format('truetype'),
        url('fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'roboto_regular';
    src: url('fonts/Roboto-Regular.eot');
    src: url('fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Regular.woff2') format('woff2'),
        url('fonts/Roboto-Regular.woff') format('woff'),
        url('fonts/Roboto-Regular.ttf') format('truetype'),
        url('fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'roboto_light';
    src: url('fonts/Roboto-Light.eot');
    src: url('fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Light.woff2') format('woff2'),
        url('fonts/Roboto-Light.woff') format('woff'),
        url('fonts/Roboto-Light.ttf') format('truetype'),
        url('fonts/Roboto-Light.svg#Roboto-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
	font-family: 'HelveticaNeue';
		src: url('fonts/HelveticaNeue.eot?#iefix') format('embedded-opentype'),  
		url('fonts//HelveticaNeue.otf')  format('opentype'),
	    url('fonts/HelveticaNeue.woff') format('woff'), 
		url('fonts/HelveticaNeue.ttf')  format('truetype'), 
		url('fonts/HelveticaNeue.svg#HelveticaNeue') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'HelveticaNeue_Bold';
	  src: url('fonts/HelveticaNeueBold.eot?#iefix') format('embedded-opentype'),  
	  url('fonts/HelveticaNeueBold.woff') format('woff'), 
	  url('fonts/HelveticaNeueBold.ttf')  format('truetype'), 
	  url('fonts/HelveticaNeueBold.svg#HelveticaNeueBold') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'HelveticaNeue_Light';
    src: url('fonts/helveticaneue_light-webfont.woff2') format('woff2'),
         url('fonts/helveticaneue_light-webfont.woff') format('woff'),
         url('fonts/helveticaneue_light-webfont.ttf') format('truetype'),
         url('fonts/helveticaneue_light-webfont.svg#helveticaneuelight') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body 
{
	font-size: 16px;
    padding-top: 9em;
}
img
{
	border:none;
	display:block;
}
input , select 
{
    -webkit-appearance: none;	
}
li
{
	list-style:none;
}
a
{
	text-decoration:none;
	display:block;
}
p 
{
	margin:0;
}
.relative 
{
	position:relative;
}
.center-full
{
    width:90%;
    margin: 0 auto;
}
.center
{
    width: 1200px;
    margin: 0 auto;
}
.center-footer
{
    width: 1300px;
    margin: 0 auto;
}
.flexbox
{
	display: flex;
    flex-flow:row wrap;
}
.flexbox-center
{
	display: flex;
    justify-content: space-between;
	align-items:center;
}
.flexbox-between
{
	display: flex;
    justify-content: space-between;
}
.flexbox-end
{
	display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.flexbox-aligncenter
{
    display: flex;
    justify-content: center;
    align-items: center;
}
.clear
{
	clear:both;
}
.alignright 
{
    float: right;
    margin-left: 30px;
    margin-bottom: 15px;
}
.alignleft 
{
    float: left;
    margin-right: 30px;
    margin-bottom: 15px;
}
.aligncenter 
{
    margin: 0 auto;
    text-align: center;
    display: inherit;
}
* 
{
	box-sizing: border-box;
}
*:focus
{
	outline:none;
}
input[type="checkbox"]
{
	min-width: 18px;
    min-height: 18px;
	width: 18px;
    height: 18px;
    border: 1px solid #898989;
    box-sizing: border-box;
    cursor: pointer;
    margin: 0;
    margin-right: 10px;
    top: -1px;
    position: relative;
}
input[type="checkbox"]:checked 
{
	background-color: #06263F !important;
}
.wpcf7-list-item
{
	margin:0 !important;
}
header 
{
	width: 100%;
}
.scroll .column-menu
{
    margin-top: 1.5em;
}
.scroll .row-header
{
	padding: 1em 0;
}
.scroll .subnav 
{
    top: 5.15em;
}

.header-blog ,
.header-landing
{
	display:none;
}
#container-module-header
{
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99999;
    background: #fff;
}


.btn-to-contact
{
    border: none;
    border-radius: 0.25em;
    color: #fff;
    font: 1em/1em roboto_regular;
    background: #06263F;
    padding: 0.675em 0.875em;
    margin-left: 5em;
}
.btn-to-contact:hover 
{
    background-color: #0c4f87;
}


.column-logo img 
{
	width:17em;
	filter: brightness(0) invert(1);
}
.column-menu
{
    width: auto;
    display: flex;
    align-items: center; 
	margin-bottom:0.75em;
}
.column-menu > ul
{
	display:flex;
}
.column-menu > ul > li
{
    margin-left: 2em;
}
.column-menu > ul > li > a
{
    font: 1em/1em roboto_regular;
    color: #D5D5D5;
    background: url("images/icon-nav.svg") no-repeat 99% 0.45em / 0.5em;
    padding-right: 1em;	
	padding-top: 1px;
}
.column-menu > ul > li > a:hover
{
    color: #fff;
    background: url("images/icon-nav-hover.svg") no-repeat 99% 0.45em / 0.5em;
}
.column-menu > ul > li:hover > a
{
    color: ##D5D5D5;
    background: url("images/icon-nav-hover.svg") no-repeat 99% 0.45em / 0.5em;
}



.column-menu > ul > li:last-child > a:hover
{
    background: none;
}
.subnav 
{
    width: 100%;
    top: 6.75em;
    z-index: 99;
    position: absolute;
    left: 0;
    background: #fff;
    display: none;
    border: 1px solid #c3c3c3;
    padding:2em 1.5em; 
	z-index: 999;
}
.row-subnav
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.column-left-subnav
{
	width:50%;	
	border-right: 1px solid #c3c3c3;
	padding-right:5%;
}
.column-left-subnav a
{
    display: block;
    font: 0.95em/1.4em roboto_regular;
    color: #000;
    margin:0.35em 0;   
	letter-spacing: -0.25px;
}
.column-left-subnav a:hover 
{
    color: #06263F;
}
.column-right-subnav
{
	width:45%; 
	font: 0.95em/1.6em roboto_regular;
    color: #000;  
	letter-spacing: -0.25px;
	padding-right:5%;
}
.column-right-subnav strong
{
	font: 0.95em/1.4em roboto_medium;
    color: #06263F;  
}
.dropdown-lead
{
	padding:0.25em 0;
}
.layer 
{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 70%);	
	z-index:999;
	display:none;
}


.row-header
{
	width:100%;	
	padding:1.875em 0 1.375em 0;
	background:#06263F;
}
.row-header .center-full
{
	position:relative;  
	align-items: flex-end;
}

.row-header-right 
{
    display: flex;
    flex-flow: column;
    align-items: flex-end;
}

.row-link
{
    display: flex;
    align-items: center;  
	justify-content: flex-end;
	
}
.row-navigation
{
	display: flex;
    margin-top: 2.5em;
}

.row-header-top
{
	width:100%;
    padding: 1.35em 0 0.875em 0;
}


.column-search
{
    position: relative;
}
.icon-search
{
    background: url("images/icon-search-header.svg") no-repeat bottom/ 1.25em;
    width: 3em;
    position: relative;
    height: 1em;
    z-index: 999;
    border: none;
    margin: 0;
    padding: 0;
	cursor:pointer;
}
.search
{
	width: 16.5em;
    height: 2em;
    position: absolute;
    right: -1px;
    top: -5px;
    border: 1px solid #727272;
    background: #fff;
    z-index: 9;
	display:none;
}
.search input[type="text"]
{
    font: 0.95em/1em roboto_regular;
    color: #000;
    border: none;
    height: 100%;
    padding-left: 5%;
    width: 80%;
}
.column-icon-link
{
	display:flex;
	align-items: center;
}
.link-user
{
    font: 0.975em/1em roboto_regular;
    color: #000;
	padding:0 0.5em;
	border-left:1px solid #b5b5b5;
	border-right:1px solid #b5b5b5;
}

.link-numer
{
    font: 0.9em / 1em roboto_regular;
    color: #000;
    padding:0 1em;
}
.link-numer b 
{
    font-family: roboto_bold;
    background: url("images/icon-phone.svg") no-repeat left center / 1em;
    padding-left: 1.375em;
}

.row-lang 
{
    position: relative;
	padding:0 0.5em;
	border-left:1px solid #b5b5b5;
}
.row-lang a
{
    font: 0.8em/1em roboto_regular;
    color: #000;
}
.row-lang a:hover
{
	text-decoration:underline;
}



#container-module-slider
{
	width:100%;
	position:relative;    
	margin-bottom: -0.25em;
}
#container-module-slider .slick-dots 
{
	position: absolute;
    bottom: 1em;
    justify-content: center;
    align-items: center;
    width: 100%;
    left: 0;
    display: flex !important;
}
#container-module-slider .slick-dots  button 
{
    padding: 0; 
    margin: 0;
    font-size: 0;
    width: 40px;
    height: 7px;
    background: #fff;
    margin: 0 3px;
    border: 1px solid #06263F;
    cursor: pointer;
}
#container-module-slider .slick-dots  .slick-active button 
{
	background:#06263F; 
	border: 1px solid #06263F;
}
#container-module-slider h2
{
    color: #000;
    font: 3em / 1.1em roboto_bold;
    letter-spacing: -0.3px;
    text-align: center;
}
#container-module-slider h2 span
{
    font-family:roboto_regular;
}
.image-slider
{
	width:100%;
	margin-top:3em;
}
.image-slider img
{
	width:100%;
	height: auto;
}


.layerslider
{
    width: 100%;
    height: 45em;
    display: flex !important;
    align-items: center;
    justify-content: center; 
	flex-flow: column;
}
.container-call-slider
{
    width: 100%;
    height: 47em;
	background:#000001;
	position:relative;
}
.container-call-slider h4 
{
    color: #fff;
    font: 2.65em / 1.1em roboto_regular;
    letter-spacing: -0.3px;
    text-align: center;
    display: block;
	position: relative;
    z-index: 9;
	padding-top:1.375em;
}
.container-call-slider h4 b
{
    font-family:roboto_bold;
}
.container-call-slider h4 br 
{
	display:none;
}
.center-slider
{
    width: 1150px;   
	height: 100%;
    margin: 0 auto;	
	position:relative;
}
.row-call-slider
{
    width: 100%;
	display:flex;
	flex-flow:row wrap;  
	justify-content: center;
	margin-top:3em;
}
.column-call-slider
{
    width: 30%;
	position:relative;
    display: flex;
    align-items: center;
	
}
.column-call-slider:nth-child(2)
{
    width: 40%;
}
.column-call-slider ul li
{
   width: 80%;
}
.call-left
{
    position: relative;
    z-index: 9;
}
.call-left ul
{
    display: flex;
    flex-flow: column;
    align-items: flex-start;
}
.call-left ul li:nth-child(2)
{
   margin:3em 0;
   margin-left:-5%;
}
.call-right
{
    position: relative;
    z-index: 9;
}
.call-right ul
{
    display: flex;
    flex-flow: column;
    align-items: flex-end;
}
.call-right ul li:nth-child(2)
{
   margin:3em 0;
   width: 70%;
}
.column-call-slider ul li b
{
    color: #fff;
    font: 1.2em / 1em roboto_bold;
    letter-spacing: -0.3px; 
	display: block;
    padding-bottom: 5px;
}
.column-call-slider ul li p
{
    color: #fff; 
	opacity: 0.7;
    font: 1.1em / 1.3em roboto_regular;
    letter-spacing: -0.3px;
}
.call-center img
{
	width:100%;
	height: auto; 
	transform: scale(1.2);
}
.btndemo
{
    border: none;
    border-radius: 3em;
    color: #000;
    font: 1.3em / 1em roboto_bold;
    background: #E7A801;
    padding: 0.75em 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 14em;
	cursor:pointer;  
	margin-top: 5em;
}
.btndemo:hover
{
    background: #d79c00;
}
.contentcanvas
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
canvas {
	position: absolute;
    width: auto;
    height: 30em;
    transform: scale(1.8);
    transform-origin: center;  
	margin-top: 7em;
	opacity:0.7;
}
.stopdemo
{
	background:#FF0000; 
	color: #fff;
}
.stopdemo:hover
{
	background:#DF0000;
}


.row-slider video 
{
	width: 100%;
    object-fit: cover;
    height: 47em;
}
.layer-slider 
{
    position: absolute;
    left: 0;
    width: 90%;
    right: 0;
    margin: 0 auto;
    top: 0;
    height: 100%;
    display: flex;
}
.layer-slider h4
{
	color: #fff;
    font: 4.825em/1em roboto_black;
	letter-spacing: -0.3px;
	margin-top:2.375em;
}
.layer-slider p
{
	font: 1.525em/1.4em roboto_regular;
    color: #fff;
    width: 100%;
    position: relative;
    padding-top: 0.5em;	
	letter-spacing: -0.3px;
}







/*
.hangup {
    animation: pulse 1s ease-in-out infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 10px #F0AB00;
        transform: scale(1);
    }
    50% {
        box-shadow: 0 0 25px #F0AB00;
        transform: scale(1.05);
    }
    100% {
        box-shadow: 0 0 10px #F0AB00;
        transform: scale(1);
    }
}
*/



#particles-js 
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.link-to-whatsapp
{
    font: 1.3em/1em roboto_bold;
    color: #000;
    display: block;
}
.link-to-nav
{
    color: #000;
    display: inline;
}



#container-module-carousel
{
	width:100%;
	padding:1.25em 0 0.75em 0;
	background:#06263F;
}
.left-module-carousel
{
	width:20%;
}
.right-module-carousel
{
	width:85%;
}
.left-module-carousel h2
{
	font: 1.1em/1em roboto_medium;
    color: #fff;
}
.text-item a 
{
    font: 1em/1em roboto_light;
    color: #fff;	
}
.right-module-carousel.slick-slider 
{
    margin:0 -15px;
}
.right-module-carousel .slick-slide 
{
    margin-right:15px;
    margin-left:15px;
}







#container-module-contact
{
	width:100%;
	padding:7em 0;
	background: linear-gradient(to right, #E5E6E7 50%, transparent 50%);
}
.row-contact
{
	width:100%;
	display:flex;
	flex-flow:row wrap;
	justify-content:space-between;
}

.column-data-form h2
{   
    font: 1.75em / 1.2em roboto_black;
    color: #000;
    margin-bottom: 1em;
}
.column-data-form
{
	width: 50%;
	padding:0 5%;
}
.column-data-form .text-form p
{
    font: 1.175em / 1.4em roboto_regular;
    color: #000;
    margin: 1em 0;
    display: block;
}
.column-data-form .text-form p a
{
    color: #06263F;
}
.column-data-form ul 
{
    margin-top:3em;
}
.column-data-form ul li
{
    font: 1em / 1.4em roboto_regular;
    color: #000;
    margin: 1.35em 0;
    display: block;
	padding-left:3em;
}
.column-data-form ul li b
{
    font-family:roboto_bold;
	display:block;
}
.column-data-form ul li:nth-child(1)
{
	background: url("images/icon-contact-01.svg") no-repeat 0 0 / 1.65em;
}.column-data-form ul li:nth-child(2)
{
	background: url("images/icon-contact-02.svg") no-repeat 0 0 / 1.65em;
}.column-data-form ul li:nth-child(3)
{
	background: url("images/icon-contact-03.svg") no-repeat 0 0 / 1.65em;
}.column-data-form ul li:nth-child(4)
{
	background: url("images/icon-contact-04.svg") no-repeat 0 0 / 1.65em;
}

.column-data-form.ia ul li b
{
	display:inline !important;
}
.column-data-form.ia ul li:nth-child(1)
{
	background: url("images/icon-contact-05.svg") no-repeat 0 0 / 1.65em;
}.column-data-form.ia ul li:nth-child(2)
{
	background: url("images/icon-contact-06.svg") no-repeat 0 0 / 1.65em;
}.column-data-form.ia ul li:nth-child(3)
{
	background: url("images/icon-contact-07.svg") no-repeat 0 0 / 1.65em;
}.column-data-form.ia ul li:nth-child(4)
{
	background: url("images/icon-contact-08.svg") no-repeat 0 0 / 1.65em;
}



.column-form
{
	width: 50%;
    padding:0 3em;
}
.column-form form
{
	display:flex;
	flex-flow:row wrap;
	justify-content:space-between;
}
.column-form p
{
    width: 100%;
	margin-bottom:1.375em;
}
.column-form p
{
	font: 1em / 1em roboto_regular;
    letter-spacing: -0.3px;
}
.column-form p a
{
    color:#06263F;
	text-decoration:underline;
	display:inline;	
	font: 1em / 1em roboto_regular;  
	letter-spacing: -0.3px;
}
.column-form p label
{
	width:100%;
    font: 1em/1em roboto_regular;
    color: #191919;
	letter-spacing: -0.3px;
	padding-bottom:7px;
	display:block;
}
.column-form p input[type="text"] , 
.column-form p input[type="email"] , 
.column-form p input[type="tel"] ,
.column-form p input[type="number"]
{
    width: 100%;
    font: 1em/1.4em roboto_regular;
    color: #000;
    border: 1px solid #06263F;
    background: #fff;
    height: 2.5em;
    padding: 0 1em;
	border-radius:8px;
}
.column-form p select
{
    width: 100%;
    font: 1em/1.4em roboto_regular;
    color: #000;
    border: 1px solid #06263F;
    background: #fff;
    height: 2.5em;
    padding: 0 1em;
	border-radius:8px;
	background-image: url("images/down-arrow.svg");
    background-position: 97%;
    background-repeat: no-repeat;
    background-size: 10px;
}
.column-form p textarea
{
    width: 100%;
    font: 1em/1.4em roboto_regular;
    color: #000;
    border: 1px solid #06263F;
    background: #fff;
    height: 7.5em;
    padding: 0 1em;
	border-radius:8px;
    padding-top: 1em;
    resize: none;
}
.full 
{
	width: 100% !important;
}
.full label
{
    width: 100% !important;
}
.column-form p input[type="submit"] 
{
    display: block;
    color: #fff;
    border: none;
    background: #000;
    cursor: pointer;
    font: 1em / 1em roboto_regular;
    text-align: center;
    border-radius: 6px;
    padding: 0.75em 2.75em;
    float: right;
}
.column-form p input[type="submit"]:hover
{
	background: #06263F;
}
.wpcf7-not-valid-tip 
{
    font-family: 'roboto_light';
    font-size: 0.9em;
}
.wpcf7 form .wpcf7-response-output 
{
    border: none;
    padding: 0;
    margin: 0;
    font-family: 'roboto_regular';
    font-size: 1em;
    color: #fff;
    background: #0961AF;
    width: 100%;
    padding:5px 10px;
}
.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed;
    background: #a7a7a7 !important;
}






#container-module-carousel-ia
{
	width:100%;
	padding:3em 0 5em 0;
	background-color: #f9f9f9;
}
#container-module-carousel-ia h2
{
    font: 2.1em / 1.1em roboto_bold; 
	letter-spacing: -0.3px;
    color: #292929;
    width: 100%;
    position: relative;
	text-align:center;
}
.column-ia  
{
    display:flex;
	justify-content:center;
}
.column-ia img 
{
    width: 11.5em;
    height: 7.5em;
    object-fit: contain;   
	filter: brightness(98%);
}
.slick-track 
{
    transition-timing-function: linear !important;
}
.slick-prev, .slick-next, .slick-dots 
{
    display: none !important;
}
.row-carousel-ia
{
	margin-top:1.5em;	
}
.carruselright
{
    transform: rotate(180deg);	
	margin-top:-1.5em;
}
.carruselright img
{
    transform: rotate(-180deg);	 
	filter: brightness(98%);
}




.justify
{
    justify-content: center;
}


footer
{
	width: 100%;
}

#container-footer-up
{
	width: 100%;
	padding:3em 0 3.5em 0;
	background: #06263F;
}
.column-footer-brand
{
    width: 30%;
    padding-right: 3%;
    border-right: 1px solid #fff;
    margin-right: 3%;
}

.brand-logo
{
	display: flex;
	margin: 1.375em 0 3em 0;
}
.brand-logo img
{
    width: 20em;
    filter: brightness(0) invert(1);	
}
.brand-contact
{
    font: 1.475em / 1em roboto_regular;
    color: #fff;
    margin-bottom:1.375em;
}
.brand-url
{
    font: 1.1em / 1.4em roboto_regular;
    color: #fff;
    margin-bottom: 0.5em;
	display: block;
}
.column-footer
{
	width: 20%;
}
.column-footer h4
{
    font: 1.375em / 1em roboto_bold;
    color: #fff;
    padding: 0.75em 0;
}
.link-footer a
{
    font: 1em / 1.2em roboto_regular;
	color: #fff;
	padding: 0.25em 0;
}
.link-footer a:before
{
	content: "- ";
}
.link-footer a:hover
{
	color: #fff;
}
.column-footer-social
{
	width: 20%;
	text-align: left;
}

.column-footer-social h4
{
    font: 1.375em / 1em roboto_bold;
    color: #fff;
    padding: 1em 0;
}
.social-footer
{
	display: flex;
	align-items: center;
	margin: 0 0 2em 0;
}
.social-footer a img
{
	height:40px;
}


.ssl-badge img
{
	width:5.5em;
}

#container-footer-bottom
{
	width: 100%;
	padding: 1.375em 0 1.375em 0;
	background: #06263F;
}
.column-copy
{
    font: 1em / 1.3em roboto_regular;
    color: #fff;
    margin-right: 3em;
}
.column-item
{
	display: flex;
	align-items: center;
}
.column-item a
{
    font: 1em / 1.3em roboto_regular;
	color: #fff;
	margin:0 1em;
}
.column-item a:hover
{
	color: #fff;
}






.icon-mobile
{
	display: none;
}
.container-nav-mobile 
{
	display:none;
}


#container-banner
{
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    padding: 2em 0;
    margin-top: 5px;
}
#container-banner img
 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    object-fit: cover;
    left: 0;
}
#container-banner h1 
{
	color: #06263F;
    font: 2.375em / 1.1em roboto_medium;
    position: relative;
    width: 60%;
}
#container-banner h1 b
{
    font-family:roboto_black;
}
#container-banner h2
{
    font: 1.175em/1.4em roboto_regular;
    color: #fff;
    width: 50%;
    position: relative;
    padding-top: 0.375em;
}
#container-banner h2 b
{
    font-family:roboto_bold;
}
#container-banner h1.white
{
    color:#fff;
}

#the-content
{
	width:100%;
	padding:3.5em 0 5em 0; 
    font: 0.985em/1.5em roboto_regular;
    color: #000;   
}
#the-content img 
{
	width:100%;
	margin:3em 0;
}
#the-content .center
{
	padding:0 5%;
}
#the-content strong
{
    font: 1.1em/1.3em roboto_bold;
}
#the-content h2
{
    font: 1.4em/1.3em roboto_bold;
}
#the-content h3
{
    font: 1.3em/1.3em roboto_bold;
	margin-top:2em;
}


#the-content a
{
    color:#06263F;
	display:inline;
}
#the-content a:hover
{
    text-decoration:underline;
}
#the-content p
{
   margin:0.75em 0;
}
#the-content ul
{
	margin-left:2.25em;
}
#the-content ul li
{
    list-style:disc;
	margin:5px 0;
}
.btnhome
{
    border-radius: 0.25em;
    font: 1em/1em roboto_regular;
    border: 2px solid #06263F;
    padding: 1em 3em;
    cursor: pointer;
    margin: 0 auto;
    display: table !important;
    margin-top: 2em !important;
}
.btnhome:hover
{
    background: #06263F  !important;
	color:#fff !important;
}
.cookies
{
	width: 15em;
    border: 1px solid #06263F;
    background: #fff;
    position: fixed;
    bottom: 2%;
    left: 1.5%;
    z-index: 999999;
    font: 0.9em/1.3em roboto_light;
    color: #000;
    padding: 1em;
}
.cookies h3 
{
	font: 1.1em/1.2em roboto_medium;
    color: #000;
    border-bottom: 1px solid #626262;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.cookies a
{
    font: 1em/1.2em roboto_regular;
    color: #000;
	text-decoration:underline;
	padding-top:0.5em;
}
.buttoncookies
{
    background: #06263F;
    font: 1em/1em roboto_regular;
    color: #fff;
    border: none;
    padding: 0.5em 2.5em;
    margin-top: 1em;
    cursor: pointer;
	border-radius:3px;
}
.buttoncookies:hover
{
    background: #000;
}


#the-content-sitemap
{
	width:100%;
	padding:3.5em 0; 
    font: 0.985em/1.3em roboto_regular;
    color: #000;   
	text-align: justify;
}
#the-content-sitemap 
{
	width:100%;
}
#the-content-sitemap .center
{
	display:flex;
	flex-flow:row wrap;
}
#the-content-sitemap ul
{
	width:25%;
	margin-bottom:3.5em;
}
#the-content-sitemap strong
{
    font: 1.1em/1.3em roboto_bold;
    margin-bottom: 1em;
    display: block;
}
#the-content-sitemap a
{
    color:#000;
	margin:0px 0;
}
#the-content-sitemap a:hover
{
    text-decoration:underline; 
	color:#06263F;
}
#the-content-sitemap p
{
   margin:1em 0;
}
#the-content-sitemap ul 
{
   margin-left:2em;
}
#the-content-sitemap ul li 
{
   list-style:disc;
   margin-bottom:0.35em;
   margin-left:1em;
}
#the-content-sitemap ul li:first-child
{
   margin-left:0;
   list-style:none;
}


.wpcf7-list-item , 
.marginnone
{
    margin: 0 !important;
}
.url 
{
    visibility: hidden;
    height: 0;
}
.acept-check
{
    font: 1em/1.2em roboto_regular;
    letter-spacing: -0.3px;
    padding-left: 2em;
	margin-bottom:1.75em !important;
}
.field-contact-sidebar  input[type="checkbox"] 
{
    border: none !important;
	background:#fff !important;
}
.field-contact-sidebar  input[type="checkbox"]:checked
{
	background:#06263F !important;
}
.acept-check input 
{
    position: absolute;
    left: 0;
    top: 2px;
}
.field-contact-sidebar span 
{
    position: initial;
    margin: 0;
    display: initial;
}
.acept-check a
{
    text-decoration:underline;
	color:#000;
}


.container-module-features
{
    width: 100%;
	padding-bottom:1.5em;
}
.container-module-features h2
{
	font: 1.7em/1.2em roboto_bold;
    color: #000;
    letter-spacing: -0.3px;
    padding: 0.5em 0;
}

.row-item-features
{
	width:100%;
	padding:2em 0;
}
.row-item-features ul
{
	width: 100%;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
}
.row-item-features ul li
{
    width: 12%;
    margin: 0 2%;
}
.row-image-item-features
{
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.row-image-item-features img
{
    height: 65px;
    width: 100px;
}
.row-item-features  ul li h3
{
	font: 1em/1.3em roboto_regular;
    color: #3E3E3F;
    text-align: center;
	padding:0.8em 0;
}

#container-module-item
{
    width: 100%;
    padding: 0 0 5em 0;
}
#container-module-item ul
{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    align-items: center;
}
#container-module-item ul li
{
    width: auto;
    margin-right: 2%;
    border: 1px solid #000;
    font: 1em/1.3em roboto_regular;
    color: #3E3E3F;
    padding: 1em 2em;
    text-align: center;
    flex: auto;
}
#container-module-item ul img
{
    height: 1.35em;
    margin-left: -0.75em;
    margin-right: 0.5em;
}

.nonechildren
{
	background: none !important;
    padding: 0 !important;	
}

#container-module-about
{
    width: 100%;
    padding: 5em 0;
}
#container-module-about span 
{
    font: 1.5em/1.3em roboto_regular;
    color: #3E3E3F;
    text-align: center;
    padding: 0.5em 0;
    display: block;
}
#container-module-about h1 
{
    color: #06263F;
    font: 3.5em/1em roboto_black;
    letter-spacing: -0.5px;
    display: block;
    text-align: center;
	padding:0 10%;
}
.banner-about
{
	width:100%;
	margin:4em 0;
}
.banner-about img
{
	width:100%;
	height:auto;
}
.row-about
{	
	width:100%; 
	margin-top: 5em;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.column-content-about
{
	width:45%;
}
.column-content-about h3 , 
.measurable h3 
{
	font: 1.2em/1.3em roboto_regular;
    color: #3E3E3F;	
}
.column-content-about h2 , 
.measurable h2
{
    font: 3em/1em roboto_black;
    color: #06263F;
}
.measurable div
{
    margin-right:5em;
}
.column-content-about div
{
    font: 1.15em/1.6em roboto_regular;
    color: #000;	
	margin:1em 0;
}
.column-image-about
{
	width:40%;
}
.column-image-about img
{
	width:100%;
	height:auto;
}


#container-module-about-address
{
    width: 100%;
    padding: 5em 0;
}
.row-about-address
{	
	width:100%; 
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.column-about-address
{
	width:45%;
}
.column-about-address h3
{
	font: 1.1em/1.3em roboto_regular;
    color: #3E3E3F;	
}
.column-about-address h2
{
    font: 2.6em/1.2em roboto_black;
    color: #06263F;
}
.column-about-address div 
{
    font: 1.1em/1.6em roboto_regular;
    color: #000;
    margin: 1em 0;
}
.column-about-address div strong
{
    font-family: roboto_bold;
    color: #000;
}




.button-container 
{
    z-index: 999;
    background: radial-gradient(circle at center, rgba(93, 254, 202, 0.8) 0%, rgba(0, 0, 0, 0) 70%) !important;
    border-radius: 50%;
    border: none;
    position: absolute;
    bottom: 2em;
    right: 2em;
    width: 6em;
    height: 6em;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0 10px #60D394, 0 0 20px #60D394 !important;
    transition: box-shadow 0.3s, transform 0.3s;
    cursor: pointer;  
	animation: pulse 2s infinite;
}
.phone-icon 
{
   width: 2em;
   height: 2em;
   background:  url('images/tel.svg') center / contain;
}
.button-container:after
 {
	content: '';
	position: absolute;
	width: 8em;
	height: 8em;
	border-radius: 50%;
	background: radial-gradient(circle, rgb(0 255 0 / 0%), rgba(0, 255, 0, 0.1));
}
@keyframes pulse 
{
  0%, 100% {
        transform: translateY(0);
  }
  50% {
        transform: translateY(-10px);
  }
}

.grecaptcha-badge {
    opacity:0  !important;
}


#container-module-internal
{
	width:100%;
	padding:7em 0;
}
.row-internal
{
	width:100%;
	display:flex;
	justify-content:space-between;
	flex-flow:row wrap;
}
.column-left-internal
{
	width:30%;
}
.menu-sidebar
{
    width: 100%;
    position: sticky;
    top: 10em;
}
.menu-sidebar ul li
{
    font: 1.115em / 1.375em roboto_regular;
    color: #191919;  
	margin-bottom:3em;	
	position:relative;
	padding-left:2em;
}
.menu-sidebar ul li.active:before
{
    background:#06263F;
}
.menu-sidebar ul li.active a
{
    color:#06263F;
}
.menu-sidebar ul li:before
{
    content:"";
	width:0.7em;
	height:0.7em;
	position:absolute;
	left:0;
	background:#fff; 
	border:3px solid #06263F;
	top: 0;
}
.menu-sidebar ul li:after
{
    content: "";
    width: 1px;
    height: 140%;
    position: absolute;
    left: 0.45em;
    background: #303030;
    top: 1.5em;

}
.menu-sidebar ul li:last-child:after
{
    content: "";
    display:none;
}
.menu-sidebar ul li a
{
    font: 1em / 1.2em roboto_regular;
    color: #000;
}




.column-right-internal
{
	width:65%;
}
.row-content-menu
{
	width:100%;
	margin-bottom:5em;
}
.row-content-menu h2
{
	font: 2em / 1.3em roboto_medium;
}
.row-content-menu.text h3
{
    font: 1.3em/1.3em roboto_bold;
	margin-top:2em;
}
.row-content-menu .text
{
    font: 0.985em / 1.5em roboto_regular;
    color: #000;
}
.row-content-menu .text strong
{
    font-family:roboto_bold;
}
.row-content-menu .text a
{
    color:#06263F;
	display:inline;
}
.row-content-menu .text a:hover
{
    text-decoration:underline;
}
.row-content-menu .text p
{
   margin:0.75em 0;
}
.row-content-menu .text ul ,
.row-content-menu .text ol
{
	margin-left:2.25em;
}
.row-content-menu .text ul li
{
    list-style:disc;
	margin:5px 0;
}
.row-content-menu .text ol li
{
    list-style:decimal;
	margin:5px 0;
}

table 
{
  width: 100%;
  border-collapse: collapse;
  margin:1.875em 0;
}
thead 
{
  background-color: #06263F;
  color: #fff;
}

thead td 
{
  padding: 10px;
  border: 1px solid #06263F;
}
tbody td 
{
  padding: 10px;
  border: 1px solid #ddd;
}
tbody td p , 
thead td p 
{
  margin: 0 !important;
}
tbody td:nth-child(2) , 
thead td:nth-child(2)
{
  text-align: center;
}


#container-price
{
	width:100%;
	padding:5em 0;
}
.row-title
{
	width:100%;
	display:flex;
	flex-flow:row wrap;
	justify-content:space-between;
}
.column-left
{
	width:40%;
}
.column-left h2
{
    font: 1.875em / 1.3em roboto_bold;
    color: #292929;
    letter-spacing: -0.3px;	
}
.column-right
{
	width:50%;
}
.column-right .text
{
    font: 1.1em / 1.3em roboto_regular;
    color: #191919;
}

.row-tab
{
	width:100%;
	margin:5em 0 3em 0;
}
.row-tab ul
{
	width:100%;
	display:flex;
	flex-flow:row wrap;
	justify-content:center;
}
.row-tab ul li a
{
    font: 1.075em / 1.3em roboto_regular;
    color: #191919;
    border: 1px solid #06263F;
    border-radius: 5px;
    padding: 0.175em 0.5em;
    margin: 0 0.5em;
}
.row-tab span
{
    font: 0.7em / 1.3em roboto_regular;
    color: #191919;
    padding: 1em 0;
    text-align: center;
    display: block;
}
.row-tab ul li.active a
{
	background:#06263F;
    color: #fff;
}

.row-content-tab
{
	width:100%;
}
.row-price
{
	width:100%;	
	display:flex;
	flex-flow:row wrap;
	justify-content:space-between;
}
.column-price
{
	width:30%;	
	padding:1.25em 1.75em;  
	border: 1px solid #06263F;
    border-radius: 15px;
	overflow: hidden;
	position:relative;
}
.column-price h2
{
    font: 1.875em / 1.3em roboto_black;
    color: #06263F;
    letter-spacing: -0.3px;
	text-align:center;	
}
.price
{
	width:100%;		
	margin:2.5em 0;
	display:flex;
	flex-flow:row wrap;
	justify-content:center; 
	align-items: baseline;
}
.price b
{
    font: 2.875em / 1.3em roboto_black;
    color: #292929;
    letter-spacing: -0.3px;
}
.price i
{
    font: 1.075em / 1.3em roboto_regular;
    color: #191919;
	font-style:normal;
	margin-left:0.375em;
}
.column-price ul li
{
    font: 1.05em / 1.3em roboto_regular;
    color: #191919;
    letter-spacing: -0.3px;
    margin: 3px 0;
}
.btn-payment
{
    width: 100%;
    margin:4em 0 3em 0;
	display:flex;
	justify-content:center;
}
.btn-payment a
{
    font: 1.1em / 1.3em roboto_regular;
    color: #fff;
    border-radius: 5px;
    padding: 0.65em 2em;
    background: #06263F;
    text-align: center;
}
.btn-payment a:hover 
{
    background-color: #0c4f87;
}

.column-price.data:before 
{
	content: "Recomendado";
    position: absolute;
    top: -5px;
    right: -60px;
    background: #06263F;
    color: white;
    padding: 45px 40px 5px 40px;
    transform: rotate(45deg);
    font: 0.85em / 1.3em roboto_light;
}
.column-price.data h2
{
	padding-right:15%;
}


#container-home-001
{
    width: 100%;
    padding: 5em 0;
	background:#f9f9f9;
}
#container-home-001 h2
{
    font: 1.8em/1.1em roboto_bold;
    color: #292929;
    width: 100%;
    position: relative;
    letter-spacing: -0.3px;
    margin-bottom: 1.2em;
}

#container-home-001 .row-cards
{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    margin-bottom: 1.5em;
}
#container-home-001 .card-item
{
    width: 32%;
    border: 1px solid #E6E7E8;
    padding: 2.5em 1.5em 3.5em 1.5em;
    box-sizing: border-box;
    position: relative;
    background: #fff;
}
#container-home-001 .card-content
{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#container-home-001 .card-icon
{
    width: 22%;
}
#container-home-001 .card-icon img
{
    width: 100%;
    height: auto;
}
#container-home-001 .card-text
{
    width: 73%;
}
#container-home-001 .card-text h3
{
    font: 1.3em/1.1em roboto_bold;
    color: #292929;
    margin-bottom: 0.6em;
}
#container-home-001 .card-text p
{
    font: 1em/1.35em roboto_regular;
    color: #191919;
}
#container-home-001 .btn-plus
{
    position: absolute;
    bottom: 15px;
    right: 20px;
    font: 1.6em/1em roboto_bold;
    color: #000;
    text-decoration: none;
    transition: transform 0.2s ease;
}
#container-home-001 .btn-plus:hover
{
    transform: scale(1.2);
}
#container-home-001 .row-full-card
{
    width: 100%;
    border: 1px solid #E6E7E8;
    padding: 1.5em 2em;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    position: relative;
    background: #fff;
    margin-top: 1em;
}
#container-home-001 .full-card-icon
{
    width: 5%;
    margin-left: 10%;
    display: flex;
    justify-content: center;
}
#container-home-001 .full-card-icon img
{
    width: 100%;
    max-width: 55px;
    height: auto;
}
#container-home-001 .full-card-text
{
    width: 85%;
}
#container-home-001 .full-card-text p
{
    font: 1.15em/1.3em roboto_regular;
    color: #191919;   
	margin-left: 13em;
}
#container-home-001 .row-full-card .btn-plus
{
    bottom: auto; 
    top: calc(50% - 0.5em);
}


#container-home-002
{
    width: 100%;
    padding:0 0 5em 0;
    background-color: #f9f9f9; 
}
#container-home-002 h2
{
    font: 1.8em/1.1em roboto_bold;
    color: #292929;
    width: 100%;
    position: relative;
    letter-spacing: -0.3px;
    margin-bottom: 1.2em;
}

#container-home-002 .row-cards
{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}
#container-home-002 .row-cards .card-item
{
    width: 32%;
    border: 1px solid #E6E7E8;
    padding: 3.5em 2em 3.5em 2em;
    box-sizing: border-box;
    position: relative;
    background: #fff;
    display: flex;
    flex-direction: column;
}
#container-home-002 .row-cards .card-icon
{
    width: 100%;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 2.5em;
}
#container-home-002 .row-cards .card-icon img
{
    height: 100%;
    width: auto;
    max-width: 100%;
}

#container-home-002 .row-cards .card-text
{
    width: 100%;
}
#container-home-002 .row-cards .card-text h3
{
    font: 1.2em/1.2em roboto_bold;
    color: #292929;
    margin-bottom: 0.8em;
    min-height: 2.4em;
}
#container-home-002 .row-cards .card-text p
{
    font: 1em/1.4em roboto_regular;
    color: #191919;
}

#container-home-002 .row-cards .btn-plus
{
    position: absolute;
    bottom: 25px;
    right: 30px;
    font: 1.6em/1em roboto_bold;
    color: #000;
    text-decoration: none;
    transition: transform 0.2s ease;
}
#container-home-002 .row-cards .btn-plus:hover
{
    transform: scale(1.2);
}



#container-home-003 {
    width: 100%;
    padding:0 0 5em 0;  
	background-color: #f9f9f9;
}
#container-home-003 h2 {
    font: 1.8em/1.3em roboto_bold;
    color: #292929;
    width: 100%;
    margin-bottom: 1.5em;
    letter-spacing: -0.3px;
}

.row-tabs-menu {
    width: 100%;
    display: flex;
	flex-flow:row wrap;
    justify-content: space-between;
    margin-bottom: 2em;
    border: 1px solid #E6E7E8;
}
.tab-link {
    width: 25%;
    padding: 2.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-right: 1px solid #E6E7E8;
    background: #fff;
    transition: all 0.3s ease;
    opacity: 0.5;
    filter: grayscale(100%);
}
.tab-link:last-child 
{ 
	border-right: none; 
}
.tab-link:hover, 
.tab-link.active 
{
    opacity: 1;
    filter: grayscale(0%);
    background: #fcfcfc;
	border: 1px solid #bfbfbf !important;
}
.tab-link img
{
    width: auto;	
    height: 3.5em;
    object-fit: contain;
}
.tab-link:last-child img
{
    width: auto;
    height: 2em;
}

.row-tabs-content {
    width: 100%;
}
.tab-pane {
    display: none;
    width: 100%;
    justify-content: space-between;
    align-items: center;
	flex-flow:row wrap;
    animation: fadeIn 0.5s ease;
}
.tab-pane.active { display: flex; }

.column-left-tab { width: 50%; padding-right: 4%; }
.column-right-tab { width: 46%; }
.column-right-tab img { width: 100%; height: auto; border-radius: 4px; }

.column-left-tab h3 {
    font: 1.6em/1.1em roboto_bold;
    color: #292929;
    margin-bottom: 0.8em;
}
.column-left-tab p {
    font: 1.1em/1.4em roboto_regular;
    color: #414141;
    margin-bottom: 1.5em;
}

.row-metrics {
    width: 100%;
    display: flex;
    margin-bottom: 2em;
}
.metric-item { 
	width: 45%; 
	margin-right: 5%; 
}
.metric-item .number {
    display: block;
    font: 3.5em/1em roboto_bold;
    color: #06263F;
}
.metric-item .label {
    display: block;
    font: 0.9em/1.2em roboto_regular;
    color: #191919;
    margin-top: 5px;
}

.btn-explore {
    font: 1em/1em roboto_bold;
    color: #06263F;
    text-decoration: underline;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}






#container-home-newletter
{
    width: 100%;
    padding: 5em 0;
    background-color: #f9f9f9;
    border-top: 1px solid #cfcfcf;
}

.row-newsletter
{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    align-items: center;
}

.column-left-newsletter
{
    width: 45%;
}
.column-left-newsletter img
{
    width: 100%;
    height: auto;
    display: block;
}

.column-right-newsletter
{
    width: 50%;
}
.column-right-newsletter h2
{
    font: 1.5em / 1.2em roboto_medium;
    color: #292929;
    margin-bottom: 1.2em;
    letter-spacing: -0.3px;
}

.column-right-newsletter form
{
    width: 100%;
}
.form-group
{
    width: 100%;
    margin-bottom: 0.5em;
}
.form-group label
{
    display: block;
    font: 1.1em / 1em roboto_regular;
    color: #191919;
    margin-bottom: 0.3em;
}
.form-group input[type="text"],
.form-group input[type="email"]
{
    width: 100%;
    padding: 0.85em 1em;
    border: 1px solid #E6E7E8;
    border-radius: 0.5em;
    font: 1em roboto_regular;
    color: #191919;
    box-sizing: border-box;
    background-color: #fcfcfc;
    transition: border-color 0.2s ease;
}
.form-group input:focus
{
    border-color: #06263F;
    outline: none;
}

.form-privacy
{
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin: 1em 0;
}
.form-privacy input[type="checkbox"]
{
    margin-top: 0.3em;
    margin-right: 0.8em;
    cursor: pointer;
}
.form-privacy label
{
    font: 0.92em / 1.4em roboto_regular;
    color: #191919;
    cursor: pointer;
}
.form-privacy label a
{
    color: #06263F;
    text-decoration: underline;
    font-family: roboto_bold;
	display:inline;
}

.column-right-newsletter form input[type="submit"]
{
    display: inline-block;
    border: none;
    background: #E6E7E8;
    color: #000;
    font: 1.1em / 1em roboto_bold;
    padding: 0.9em 3.5em;
    border-radius: 0.5em;
    cursor: pointer;
    transition: all 0.2s ease;
}
.column-right-newsletter form input[type="submit"]:hover
{
    background: #06263F;
    color: #fff;
}


#container-banner-internal
{
    width: 100%;
    background: #fff;
    padding: 7em 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
	position:relative;
}

#container-banner-internal img
{
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

.banner-overlay-box
{
    width: 70%;
    background: linear-gradient(to right, rgb(6 38 63) 0%, rgb(6 38 63) 30%, rgb(6 38 63 / 30%) 70%);
    padding: 3.5em 5em 3.5em 3em;
    box-sizing: border-box;
    border-radius: 4px;
    position: relative;
    z-index: 99;
}

.banner-overlay-box h2
{
    font: 1.8em / 1.2em roboto_medium;
    color: #ffffff;
    margin-bottom: 0.7em;
    letter-spacing: -0.5px;
}

.banner-overlay-box p
{
    font: 1.1em / 1.4em roboto_regular;
    color: #ffffff;
}


#container-internal-001
{
    width: 100%;
    padding: 5em 0 3em 0;
    background-color: #f4f5f7; 
    box-sizing: border-box;
}
.row-internal-001
{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    align-items: flex-start;
}
.column-left-internal
{
    width: 30%;
}
.column-left-internal h2
{
    font: 1.8em / 1.15em roboto_bold;
    color: #191919;
    letter-spacing: -0.5px;
    margin: 0;
}

.column-right-internal
{
    width: 65%;
}
.column-right-internal p
{
    font: 1.1em / 1.4em roboto_regular;
    color: #191919;
    margin: 0 0 1.75em 0;
}

.row-button-internal
{
    width: 100%;
    display: flex;
}
.row-button-internal a
{
    background: #06263F; 
    color: #ffffff;
    font: 1.1em / 1em roboto_regular;
    padding: 1em 2.75em;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
    transition: background 0.2s ease;
}
.row-button-internal a:hover
{
    background: #000000;
}




#container-internal-002
{
    width: 100%;
    padding: 5em 0 5em 0;
    background-color: #fff; 
    box-sizing: border-box;
}
#container-internal-002 h2
{
    font: 1.8em / 1.15em roboto_bold;
    color: #191919;
    letter-spacing: -0.5px;
    margin: 0;
	text-align:center;
	margin-bottom:1.75em;
}
#container-internal-002 img
{
    width:100%;
	height: auto;
}



#container-internal-003
{
    width: 100%;
    padding: 5em 0;
    background-color: #f8f9fa; 
    box-sizing: border-box;
}

.internal-intro
{
    width: 100%;
    text-align: center;
    margin-bottom: 3.5em;
}
.internal-intro h2
{
    font: 1.8em / 1.2em roboto_bold;
    color: #292929;
    letter-spacing: -0.3px;
    margin-bottom: 0.8em;
}
.internal-intro .subtitle
{
    font: 1.1em / 1.5em roboto_regular;
    color: #414141;
    margin-bottom: 2em;
}
.internal-intro .lead
{
    font: 1.15em / 1.3em roboto_regular;
    color: #191919;
    font-weight: bold; 
}

#container-internal-003 .row-cards
{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}

#container-internal-003 .row-cards .card-item
{
    width: 48.5%;
    background: #ffffff;
    padding: 3em 2.5em;
    margin-bottom: 1.75em;
    box-sizing: border-box;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
}

#container-internal-003 .row-cards .card-icon
{
    width: 100%;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 1.5em;
}
#container-internal-003 .row-cards .card-icon img
{
    height: 100%;
    width: auto;
    max-width: 100%;
}

#container-internal-003 .row-cards .card-item h3
{
    font: 1.25em / 1.2em roboto_bold;
    color: #292929;
    margin-bottom: 0.6em;
}
#container-internal-003 .row-cards .card-item p
{
	font: 1.05em / 1.4em roboto_regular;
    color: #414141;
}



#container-internal-004
{
    width: 100%;
    padding:0 0 5em 0;
    background-color: #f8f9fa; 
    box-sizing: border-box;
}
.row-internal-004
{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    align-items: center;
}
.column-left-247
{
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.column-left-247 img
{
    width: 100%;
    max-width: 180px; 
    height: auto;
}
.column-right-247
{
    width: 65%;
}
.column-right-247 h2
{
    font: 1.8em / 1.2em roboto_bold;
    color: #191919;
    letter-spacing: -0.3px;
    margin-bottom: 1em;
}
.column-right-247 p
{
    font: 1.05em / 1.4em roboto_regular;
    color: #414141;
    margin-bottom: 1.2em;
}
.column-right-247 p:last-child
{
    margin-bottom: 0; 
}



#container-internal-005
{
    width: 100%;
    padding: 1em 0 5em 0;
    background-color: #f8f9fa;
    box-sizing: border-box;
}
#container-internal-005 h2
{
    font: 1.8em / 1.2em roboto_bold;
    color: #292929;
    text-align: center;
    margin-bottom: 1.5em; 
    letter-spacing: -0.3px;
}
#container-internal-005 .row-steps
{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}
#container-internal-005 .card-step
{
    width: 23.5%;
    background: #ffffff;
    border: 1px solid #E6E7E8;
    padding: 2.5em 2em 3.5em 2em;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#container-internal-005 .card-step .step-number
{
    font-family: roboto_bold;
    font-size: 3.8em;
    line-height: 1em;
    color: #06263F; 
    margin-bottom: 0.6em;
    display: block;
}

#container-internal-005 .card-step p
{
    font: 1.05em / 1.4em roboto_regular;
    color: #414141;
    margin: 0;
}

#container-internal-006
{
    width: 100%;
    padding: 0 0 5em 0;
    background-color: #f8f9fa; 
    box-sizing: border-box;
}
.content-evaluar
{
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content-evaluar h2
{
    font: 1.8em / 1.2em roboto_bold;
    color: #191919;
    letter-spacing: -0.3px;
    margin-bottom: 1.2em;
}

.content-evaluar p
{
    font: 1.05em / 1.5em roboto_regular;
    color: #414141;
    margin: 0 0 1.5em 0;
}
.content-evaluar p:last-of-type
{
    margin-bottom: 2.2em;
}
.content-evaluar .row-button-internal
{
    width: 100%;
    display: flex;
    justify-content: center;
}
.content-evaluar .row-button-internal a
{
    background: #06263F; 
    color: #ffffff;
    font: 1.1em / 1em roboto_regular;
    padding: 1em 2.2em;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
    transition: background 0.2s ease;
}
.content-evaluar .row-button-internal a:hover
{
    background: #000000;
}





@media screen and (min-width:1900px)
{

	body 
	{
		font-size: 17px;
	}
	.center-slider
	{
		width:1250px;
	}
	canvas {
		transform: scale(2.3);
	}
	
	

}


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

	body 
	{
		font-size: 10px;
	}
	.center 
	{
		width: 650px;
	}
	.column-header-left
	{
		display:none;
	}	

}

@media screen and (max-width:760px)
{
	
	body 
	{
		font-size: 12px;
	}
	
	.call-center
	{
	   height: 5em;	
	}
	.btndemo {
		margin-top: 0;
	}	
	.call-right 
	{
		margin-bottom:5em;
	}
	.center-footer 
	{
		width: 90%;  
		flex-flow: column;
	}
	#container-footer-up 
	{
		font-size: 14px;
	}
	.column-footer-brand 
	{
        width: 100%;
        padding-right: 0;
        border-bottom: 1px solid #fff;
        margin-right: 0;
        border-right: 0;
        padding-bottom: 1em;
        margin-bottom: 1em;
	}
	.column-footer ,
	.column-footer-social	
	{
		width: 100%;
		margin-bottom:1em;
	}	
	.column-copy {
		margin-right: 0;
	}
	.flexbox-aligncenter
	{ 
		flex-flow: column;
	}
	
	#container-home-001 {
		font-size: 14px;
	}	
	#container-home-001 .card-item 
	{
		width: 100%;
		margin:5px 0;
	}
	#container-home-001 .card-icon {
		width: 20%;
	}
	#container-home-001 .row-full-card	
	{
		flex-flow:column;
	}	
	#container-home-001 .full-card-text p {
		margin-left: 0;
	}	
	#container-home-001 .full-card-text {
		width: 100%;
	}		
	#container-home-001 .full-card-icon {
		width: 25%;
		margin-left: 0;
		display: flex;
		justify-content: center;
		margin-bottom:1EM;
	}	
	

	#container-home-002 {
		font-size: 14px;
	}	
	#container-home-002 h2 {
		margin-bottom: 1em;
	}
	#container-home-002 .row-cards .card-item {
		width: 100%; 
		padding: 1.5em;
		margin:5px 0;
	}
	#container-home-002 .row-cards .card-icon {
		margin-bottom: 1em;
	}
	.tab-link {
		width: 50%;
	}
	.column-left-tab {
		width: 100%;
		padding-right: 0;
	}
	.column-right-tab {
		width: 100%;
		margin-top: 1em;
	}
	.metric-item {
		font-size: 15px;
	}
	#container-home-003 {
		font-size: 13px;
	}		

	.tab-link img {
		width: auto;
		height: 2.8em;
		object-fit: contain;
	}
	
	#container-home-newletter
	{
		font-size: 14px;
	}		
	.column-left-newsletter
	{
		display:none;
	}	
	.column-right-newsletter
	{
		width:100%;
	}	
	.banner-overlay-box {
		width: 100%;
	}	
	.row-internal-001{
		font-size:14px;
	}		
	#container-internal-006 ,
	#container-internal-005 ,
	#container-internal-004 ,
	#container-internal-002 ,
	#container-internal-003 {
		font-size:14px;
	}		
	#container-internal-003 .row-cards .card-item {
        width: 100%;
        padding: 1.5em;
        margin: 5px 0;
	}	
		
	#container-internal-003 .row-cards .card-icon {
		width: 100%;
		height: 55px;
		margin-bottom: 1em;
	}	
		
	.column-left-247 {
		width: 100%;
	}	
	.column-right-247 {
		width: 100%;
		margin-top: 1em;
	}		
	.column-left-247 img {
		width: 100%;
		max-width: 100px;
		height: auto;
	}	
	#container-internal-005 .card-step {
		width: 100%;
		padding: 1.5em;
		margin: 5px 0;
	}		

	#container-internal-005 h2 {
		font: 1.8em / 1.2em roboto_bold;
		margin-bottom: 1em;
	}
	
	
	.row-button  
	{
        flex-flow: column wrap;
        width: 85%;
        margin: 0 auto;
	}
	.row-button a 
	{
		font: 1.3em / 1em roboto_regular !important;
		padding: 1em !important;
		margin-right: 0;
		text-align: center;
		margin-bottom: 7px;
	}
	.column-ia
	{
		margin:0 25px;
	}
	.column-ia img 
	{
		width:9em;
		height:5em;
	}
	.row-link {
		font-size: 14px;
	}
	.carruselright 
	{
		margin-top: 0;
	}
	
	.layer-slider h4 
	{
		font: 4em / 1em roboto_black;
	}
	.layer-slider p 
	{
		font: 1.6em / 1.4em roboto_regular;
	}	
	.layer-slider h4 br,
	.layer-slider p br
	{
		display:none;
	}
	
	
	
	#container-module-attributes .row ul 
	{
		font-size:14px;
	}	
	#container-module-attributes .row ul li 
	{
		width: 100%;
		margin: 1.5em 0;
		padding-left: 15%;
	}
	
	#container-module-slider .slick-dots 
	{
		bottom: -50px;
	}
	#container-module-slider .slick-dots button 
	{
		height: 5px;
	}
	#container-price
	{
		font-size: 14px;
	}
	.row-tab
	{
		margin: 3em 0 1em 0;
	}
	.row-tab ul li a 
	{
		font: 1.1em / 1.3em roboto_regular;
		margin: 0 0.25em;
	}
	.row-tab span 
	{
		font: 0.785em / 1.3em roboto_regular;
	}
	.column-left 
	{
		width: 100%;
		margin-bottom: 1em;
	}	
	.column-right 
	{
		width: 100%;
		margin-bottom: 1em;
	}
	.column-price 
	{
		width: 100%;
		margin-bottom: 1em;
	}
	.container-call-slider h4 
	{
		font: 2.5em / 1em roboto_regular;
	}
	.row-call-slider 
	{
		font-size: 13px;
	}
	.center-slider 
	{
		width: 90%;
	}
	.column-call-slider 
	{
		width: 100% !important;
	}
	.container-call-slider 
	{
		width: 100% !important;
		height: auto !important;
	}
	.column-call-slider ul li 
	{
		width: 100% !important;
		margin: 10px 0 !important;
		padding: 0 !important;
	}
	.column-left-internal
	{
		display:none;
	}	
	.column-right-internal
	{
		width: 100%;
	}
	#container-module-internal 
	{
		padding: 5em 0;
		font-size: 13.5px;
	}
	.row-content-menu 
	{
		margin-bottom: 3.75em;
	}

		
	
	
	.center 
	{
	   width: 90% !important;
	}
	.row-header-right
	{
		display:none;
	}
	.row-header ,
	.scroll .row-header
	{
		padding: 1.5em 0 !important;
	}
	.column-menu
	{
		display:none;
	}
	#container-module-slider h2
	{
        font: 2.5em / 1em roboto_bold;
        letter-spacing: -0.3px;
		padding:0 5%;
	}	
	#container-module-slider h2 br
	{
        display:none;
	}
	.center 
	{
		width: 90%;
	}
	.right-module-carousel
	{
		width: 70%;
	}	
	.column-client img
	{
		height: 5em !important;
    	width: 8em !important;
		margin:0 auto;
	}

	#container-module-solution ul 
	{
		width: 100%;
		margin-top: 2em;
		margin-left: 0%;
	}
	#container-module-solution ul li	
	{
		width: 100%;
		padding:3em 1.5em;
		margin-bottom: 0.75em !important;
	}
	#container-module-solution ul li div img 
	{
		width: 65%;
		margin: 0 auto;
	}	
	#container-module-solution ul li p
	{
		font: 1.3em / 1.3em roboto_regular;
		color: #191919;
	}
	#container-module-solution ul li div
	{
		height: auto;
		margin-bottom:1em;
	}
	#container-module-solution ul li span 
	{
		font: 1.3em / 1.3em roboto_regular;
	}
	
	.row-text 
	{
		width: 100%;
		margin: 2.5em 0;
	}
	.column-text 
	{
		width: 100%;
		margin-bottom: 2em;
	}	
	.column-images
	{
		width: 100%;
	}
	.column-text h3 
	{
		font: 2em/1em roboto_black;
		padding-right: 0;
	}
	.column-card
	{
		width: 100%;
		font: 1.3em/1.2em roboto_medium;
		padding: 1em 1.5em;
	}
	.text 
	{
		padding-right: 0%;
	}
	.cookies
	{
		font-size:14px;
	}
	.button
	{
		font: 1.2em/1em roboto_medium;
	}	
	.button i
	{
		margin-top:1px;
	}
	#container-module-contact h2 
	{
		font: 1.6em/1.2em roboto_black;
	}
	#container-module-contact
	{
		padding:5em 0;
		background:#fff;
	}

	.column-form 
	{
		width: 100%;
		padding:0 2.5%;
		margin-top:3em;
	}
	.column-form p
	{
		width: 100%;
		display: flex;
		flex-flow: row wrap;  
		margin-bottom: 1em;
	}
	.column-data-form
	{
		width: 100%;	
		padding:0;
	}
	.column-data-form ul 
	{
		font-size: 14px;
	}
	.column-form p label 
	{
		width: 100%;
		font: 1.2em/1.4em roboto_regular;
		min-width: 100%;
		padding-bottom:0;
	}
	.column-form p label br 
	{
		display:none;
	}
	.wpcf7-form-control-wrap 
	{
		width: 100%;
	}
	.column-form p input[type="text"], 
	.column-form p input[type="email"], 
	.column-form p input[type="tel"], 
	.column-form p input[type="number"] 
	{
		width: 100%;
		height:3em;
	}
	.column-form p select
	{
		width: 100%;
		height:3em;
	}
	.column-form p textarea 
	{
		width: 100%;
	}
	.column-form p input[type="submit"] 
	{
		height: 3em;
		font: 1.4em/1em roboto_medium;
		width: 100%;
		padding: 0 1.5em;
	}	
	.item-form-right 
	{
		width: 35% !important;
		margin-left: 5%;
		justify-content: flex-start !important;
	}	
	.item-form-right input[type="number"]
	{
		width: 100% !important;
	}

	
	.row-header .center-full
	{
		align-items: center;
	}
		
	.left-module-carousel 
	{
		width: 25%;
	}

	.row-down-footer ul li a 
	{
		padding: 0 0.5em;
		text-align: center;
	}
	.row-up-footer 
	{
		font: 1.2em/1.2em roboto_medium;
	}
	.icon-mobile
	{
		display: flex;
		width:36px;
		height:20px;
		flex-flow: column;
	}
	.icon-mobile span 
	{
		width: 100%;
		height: 3px;
		background: #fff;
		margin-bottom: 4px; 
		transition: all 0.3s ease-in-out;
	}
	.container-nav-mobile 
	{
		width: 100%;
		background: #000;
		position: fixed;
		z-index: 999;
		overflow: auto;
		height: 100%;
		top: 7em;
		padding-bottom: 2em;
		font-size: 14.5px;
		display: none;
		padding-top: 2em;
	}
	.row-nav-mobile 
	{
		height: 100%;
		position: relative;
		box-sizing: border-box;
		width: 100%;
		margin: 0 auto;
		padding: 0 5%;
	}
	.item-nav-mobile a 
	{
		font: 1.175em/1.3em roboto_regular;
		color: #fff;
		display: block;
		padding: 0.2em 0;
		margin: 0.5em 0;
	}
	.dropdown-mobile 
	{
		background: url("images/icon-nav.svg") no-repeat 96% 0.45em / 0.7em;
	}
	.children-nav-mobile
	{
		display:none;
	}
	.close-nav span:nth-child(1)
	{
		opacity:0;
	}
	.close-nav span:nth-child(2)
	{
		transform:rotate(45deg);
		margin-bottom:-2px;
	}
	.close-nav span:nth-child(3)
	{
		transform:rotate(-45deg);
	}
	.close-nav 
	{
		transform: scale(0.7);
	}


	body 
	{
		padding-top: 9.25em;
	}
	header 
	{
		z-index: 9999;
		position: relative;
	}
	#container-banner h2 
	{
		width: 100%;  
		font: 1.175em / 1.4em roboto_regular;
	}	
	#container-banner h2 br 
	{
		display:none;
	}
	#container-banner 
	{
		width: 100%;
		height: auto !important;
		padding: 5em 0 4em 0 !important;
	}
	#the-content-sitemap ul 
	{
		width: 100%;
		margin-bottom: 0;
	}	
	#the-content-sitemap , #the-content
	{
		font: 1.175em/1.4em roboto_regular;  
		padding: 2em 0;
	}
	#container-banner h1 
	{
		width: 100%;
	}	
	#the-content .center
	{
		padding:0;
	}
	.children-nav-mobile a 
	{
		font: 0.95em/1.3em roboto_regular;
		color: #06263F;
		margin: 0.2em 0;
		background: url(images/arrow-link.svg) no-repeat 0 5px / 13px;
		display: table;
		padding-left: 18px;
	}	
	.row-down-footer ul 
	{
		display: flex;
		flex-flow: row wrap;
	}		
	.row-down-footer ul li
	{
		margin:3px 0;
	}	
	
	.left-bannerpage 
	{
		width: 100%;
	}	
	.left-bannerpage h1
	{
		font: 4em/1em roboto_black;
	}
	.right-bannerpage 
	{
		width: 100%;
		margin-top:2em;
	}
	
	.column-left-page
	{
		width: 100%;
	}	
	.column-right-page
	{
		width: 100%;
	}
	.textbox br 
	{
		display:none;
	}
	.column-box 
	{
		width: 100%;
		margin-bottom: 1em;
		font-size: 15px;
	}
	#container-module-page
	{
		width: 100%;
		padding: 3.5em 0;
	}
	
	.row-item-features ul li 
	{
		width: 46%;
	}
	.row-item-features ul li h3
	{
		font: 1.3em/1.2em roboto_regular;
	}
	.contact-sidebar 
	{
		font-size: 14px;
	}	
	.left-bannerpage p br 
	{
		display:none;
	}	
	.contact-sidebar h3
	{
		text-align: center;
	}
	.contact-sidebar h2
	{
		text-align: center;
	}
	.text-sidebar	
	{
		text-align: center;
	}
	
	#container-module-item ul img
	{
		display:none;
	}
	#container-module-item ul li 
	{
		width: auto;
		margin-right:0;
		margin-bottom: 5px;  
		font: 1.3em/1.2em roboto_regular;
	}
	#container-module-about h1  , 
	#container-module-results h1
	{
		font: 2.6em/1em roboto_black;
	}
	.row-about  , 
	.row-about-address , 
	.row-about-form ,
	.row-results
	{
		display: flex !important;
		flex-flow: column  !important;
	}
	.measurable div
	{
		margin-right: 0;
		width: 100%;
	}
	.column-content-about  ,
	.column-content-results
	{
		width: 100%;
	}
	.column-image-about	,
	.column-image-results
	{
		width: 100%;
		margin-bottom: 2em;
		margin-top: 2em;
	}	
	.column-content-results div 
	{
		font: 1.3em/1.6em roboto_regular;
	}
	#container-module-slogan
	{
		padding: 0em 0;
	}
	#container-module-slogan h2
	{
		font: 1.4em/1.6em roboto_bold;
		padding:0;
	}
	#container-module-about span 
	{
		font: 1.2em/1.3em roboto_regular;
	}
	.column-content-about div 
	{
		font: 1.3em/1.4em roboto_regular;
	}
	.column-content-about h3
	{
		font: 1.3em/1.3em roboto_regular;
	}	
	.column-about-address div 
	{
		font: 1.3em/1.4em roboto_regular;
	}	
	.column-about-address		
	{
		width:100%;
	}
	.column-content-about-form 
	{
		width: 100%;
	}
	.column-content-about-form h3 
	{
		font: 1.3em/1.3em roboto_regular;
	}
	.column-content-about-form div 
	{
		font: 1.3em/1.4em roboto_regular;
	}
	.column-field-about-form 
	{
		width: 100%;
		font-size: 15px;
		margin-top: 1em;
	}
	.column-content-results h3 
	{
		padding-bottom: 0.5em;
	}
	.row-post ul li 
	{
		width: 100%;
		font-size: 14px;
		margin:1em 0;
	}
	.content-blog p 
	{
		font: 1.1em/1.4em roboto_regular;
	}

	
	.banner-about 
	{
		margin: 2em 0;
	}
	.column-content-about h2 , 
	.column-about-address h2  ,
	.column-content-about-form h2
	{
		font: 2.4em/1.2em roboto_black;
	}
	#container-module-about-address 
	{
		padding: 3em 0;
	}
	.column-field-about-form p 
	{
		margin-bottom: 0.5em;
	}	
	.text-result 
	{
		font: 1.3em/1.6em roboto_regular;
	}
	.column-content-results h2 
	{
		font: 2.4em/1em roboto_black;
	}
	
	.column-left-intro 
	{
		width: 100%;
	}
	.column-right-intro 
	{
		width: 100%;
	}
	.column-right-intro .text 
	{
		font: 1.275em / 1.3em roboto_regular;
	}	

	
	
	
	
	
}













