﻿@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');
/*
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
*/

/* RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; vertical-align: baseline; }

/* Make HTML 5 elements display block-level for consistent styling */
header, nav, article, footer, address { display: block; }

* { box-sizing: border-box; }

html { font-size: 20px; }
@media only screen and ( max-width: 1024px ) {
	html { font-size: 18px; }
}
@media only screen and ( max-width: 778px ) {
	html { font-size: 16px; }
}

body { width: 100%; max-width: 100%; color: #333333; font-family: 'Titillium Web', sans-serif; font-size: 1.1rem; font-weight: 400; line-height: 1.4em; background: #ffffff; }
a { text-decoration: none; }

/* classes */
.cleaner { clear: both; }
.centered { text-align: center; }
.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }
.middle { vertical-align: middle; }
.top { vertical-align: top; }
.bottom { vertical-align: bottom; }
.row { clear: both; }
.onLeft { clear: left; float: left; }
.onRight { clear: right; float: right; }

.wrapper { margin: 0 auto; width: 1000px; height: 100%; position: relative; }

.hidden { display: none; }
.hide-field { height: 0px !important; overflow: hidden; }
.data { display: none; }
.dataHidden { display: none; }

.scroll-less { overflow: hidden; }

.vertical-aligner { display: flex; align-items: center; height: 100%; }
.vertical-aligner > div { margin: 0 auto; }

/**/
body[dev-mode="false"] .showOnDev { height: 0px !important; overflow: hidden !important; }

h2 { margin-bottom: 1em; font-size: 3rem; font-weight: 900; line-height: 1.1em; transition: all 0.3s ease-out 0s; }
h3 { margin-bottom: 1em; font-size: 2.5rem; font-weight: 700; line-height: 1.1em; transition: all 0.3s ease-out 0s; }
h4 { margin-bottom: 1em; font-size: 2rem; font-weight: 400; line-height: 1.1em; transition: all 0.3s ease-out 0s; }
h5 { margin-bottom: 1em; font-size: 1.6rem; font-weight: 400; line-height: 1.1em; transition: all 0.3s ease-out 0s; }
	.pre-title { margin: 0px 0px 24px 0px; font-size: 16px; font-weight: 600; line-height: 1.2em; letter-spacing: 3px; transition: all 0.3s ease-out 0s; }

p { margin: 0 auto; margin-bottom: 1.2em; }

ul.custom {}
ul.custom li { list-style-type: none; position: relative; margin: 0 0 0 1rem; }
ul.custom li:before { content: url('imgs/bullet.png'); position: absolute; top: 0px; left: -0.8rem; }

.row { box-sizing: border-box; position: relative; width: 100%; height: 100%; margin: 0 auto; text-align: center; }
.row .container { position: relative; max-width: 1260px; height: 100%; margin: 0 auto; padding: 4rem 20px; }

.bt { display: inline-block; position: relative; margin: 0.3rem; padding: 0.8rem 1.5rem; color: #333333; font-size: 1.1rem; font-weight: 600; line-height: 1em; text-align: center; letter-spacing: 0px; background: #84bd00; border: 0; z-index: 0; cursor: pointer; overflow: hidden; }
	.bt:before { content: ''; display: block; position: absolute; top: 49%; left: 49%; width: 2%; padding-bottom: 2%; background: rgba(0,0,0,0.25); transform: scale(0); border-radius: 1000px; z-index: -1; transition: all 0.5s ease-out 0s; }
	.bt:hover:before { transform: scale(100); }
.bt.transparent { padding: calc(0.8rem - 2px) calc(1.5rem - 2px); color: #84bd00; background: transparent; border: 2px solid #84bd00; }

.withSplitter:after { content: ''; display: block; width: 60%; max-width: 550px; height: 1px; margin: 0 auto; margin-top: 2.6rem; background: rgba(255,255,255,1); opacity: 0.5; }

.hightlight { font-size: 2rem; line-height: 1.2em; }
.hightlight strong { font-weight: 600; }

/**/
.sm {  }
.sm > * { display: inline-block; margin-left: -0.2rem; vertical-align: middle; }
	.sm a { transition: all 0.3s ease-out 0s; }
	.sm a:hover { transform: scale(1.2); }
		.sm svg { width: 2.2rem; height: 2.2rem; margin: 0.2rem; _transform: scale(1.2); fill: #84bd00; transition: all 0.3s ease-out 0s; }
		.sm svg .st0 { visibility: visible !important; fill: #333333 !important; }
		.sm svg .st1 { visibility: hidden; fill: #ffffff; }
		.sm img { margin: 0.2rem; transition: all 0.3s ease-out 0s; }
	.sm span { font-size: 1.75rem; font-weight: 500; line-height: 1em; }

/**/
[cmd-lang-set] { cursor: pointer; }
[cmd-lang-set].current { opacity: 0.5; cursor: default; }

/**/
#topbar { position: fixed; top: 0px; height: auto; z-index: 4; }
#topbar:before { content: ''; display: block; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: rgba(0,0,0,0.5); background: #333333; opacity: 0; transition: all 0.3s ease-out 0s; }
#topbar .container { display: flex; align-items: center; justify-content: space-between; height: 132px; max-width: 1300px; padding: 26px; transition: all 0.3s ease-out 0s; }

	#topbar.floating:before { opacity: 1; }
	#topbar.floating .container { height: 60px; }
	#topbar.floating .logo-wrapper img { height: 40px; }
	
#topbar .logo-wrapper { position: relative; max-width: 60%; text-align: left; z-index: 0; }
#topbar .logo-wrapper img { height: 75px; max-width: 100%; margin-bottom: -4px; _cursor: pointer; transition: all 0.3s ease-out 0s; }

#topbar #menu_featured { float: left; position: relative; margin: 0.4rem 1.6rem 0.4rem 0; z-index: 2; }
#topbar #menu_featured { color: #fff; font-size: 0.7rem; line-height: 1em; }
#topbar #menu_featured .menu_item { padding: 0.55rem; color: #fff; font-size: 0.7rem; font-weight: 600; letter-spacing: 2px; }

#topbar #menu { position: relative; z-index: 0; }
#topbar #menu .menu_overlay { display: none; position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; background: rgba(0,0,0,0.5); opacity: 0; z-index: -1; transition: all 0.3s ease-out 0s; }

#topbar #menu .menu_trigger { display: flex; position: relative; padding: 0; background-color: transparent; border: none; cursor: pointer; z-index: 2; }
#topbar #menu .menu_trigger svg { margin-top: 0.3rem; }
	.line { fill: none; stroke: white; stroke-width: 6; transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1); }
	.line { stroke: #80BC00; }
	.line1 { stroke-dasharray: 60 207; stroke-width: 6; }
	.line2 { stroke-dasharray: 60 60; stroke-width: 6; }
	.line3 { stroke-dasharray: 60 207; stroke-width: 6; }
	.opened .line1 { stroke-dasharray: 90 207; stroke-dashoffset: -134; stroke-width: 6; }
	.opened .line2 { stroke-dasharray: 1 60; stroke-dashoffset: -30; stroke-width: 6; }
	.opened .line3 { stroke-dasharray: 90 207; stroke-dashoffset: -134; stroke-width: 6; }
#topbar #menu .menu_trigger .menu_label { padding: 0.55rem; color: #80BC00; font-size: 0.7rem; font-weight: 600; letter-spacing: 2px; }

#topbar #menu .menu_content { display: block; position: fixed; top: 0px; right: -320px; width: 320px; min-height: 100vh; padding: 7rem 1rem 2rem; background: #333333; z-index: 1; transition: all 0.3s ease-out 0s; }
#topbar #menu .menu_content .menu_item { margin: 0px; padding: 0.7rem 0.5rem 0.8rem; color: #fff; font-size: 0.8rem; font-weight: 400; line-height: 1.2em; text-align: left; border-bottom: 1px solid rgba(255,255,255,0.2); cursor: pointer; }

#topbar #menu .menu_content .sm { margin: 1rem 0 0; padding: 0 0.5rem; text-align: left; }
/*
#topbar #menu .menu_content .sm { display: block; margin: 1rem 0 0; padding: 0 0.1rem; text-align: left; }
#topbar #menu .menu_content .sm a { display: inline-block; width: 2.4rem; height: 2.4rem; margin: 0.2rem; line-height: 1em; }

		#topbar #menu .menu_content .sm a { transition: all 0.3s ease-out 0s; }
		#topbar #menu .menu_content  .sm a:hover { transform: scale(1.2); }
			#topbar #menu .menu_content  .sm svg { width: 2.4rem; height: 2.4rem; margin-right: 0.2rem; transform: scale(1.2); fill: #ffffff; transition: all 0.3s ease-out 0s; }
		#topbar #menu .menu_content  .sm span { font-size: 1.75rem; font-weight: 500; line-height: 1em; }
*/

@media only screen and ( max-height: 520px ) {
	#topbar #menu .menu_content { padding-top: 90px; }
}

#topbar #menu.opened .menu_overlay { display: block; opacity: 1; z-index: 0; }
#topbar #menu.opened .menu_content { right: 0px; }

@media only screen and ( min-width: 1301px ) {
	#topbar #menu.right { position: absolute; right: 26px; }
}
@media only screen and ( max-width: 520px ) {
	#topbar #menu_featured { margin-right: 0.6rem; }
	#topbar #menu .menu_trigger .menu_label { display: none; }
}
@media only screen and ( max-width: 420px ) {
	#topbar .logo-wrapper img { height: 40px; }
	#topbar .container { height: 100px; padding: 14px; }
	#topbar #menu .menu_trigger .menu_label { display: none; }
}

/**/
.row.stripe_slider {  }
.row.stripe_slider .slide { padding-top: 160px; color: #fff; }
.row.stripe_slider .slide .container { width: 1260px; max-width: 94%; }
.row.stripe_slider .slide .content { width: 100%; }
.row.stripe_slider .slide .title { margin-bottom: 1em; font-size: 3rem; font-weight: 700; line-height: 1.2em; }
.row.stripe_slider .slide p { margin-bottom: 1em; font-size: 2rem; font-weight: 400; line-height: 1.2em; }
.row.stripe_slider .slide p strong { font-weight: 600; }

@media only screen and ( max-width: 900px ) {
	.row.stripe_slider .title { font-size: 2.5rem; line-height: 1.1em; }
}
@media only screen and ( max-width: 500px ) {
	.row.stripe_slider .title { font-size: 2.1rem; line-height: 1.1em; }
}

/**/
.row.stripe_quienessomos { background: url('imgs/iso_watermark.png') no-repeat center center transparent; background-position-x: left -10vw; background-size: auto 90%; }
.row.stripe_quienessomos .container { max-width: 1000px; }
.row.stripe_quienessomos h5 { margin-bottom: 1.5em; }
.row.stripe_quienessomos h4 { color: #84bd00; }

/**/
.row.stripe_laser {  }
.row.stripe_laser .container { text-align: left; }

.row.stripe_laser h2 { margin-bottom: 0.2rem; }
.row.stripe_laser h4 { margin-bottom: 3.4rem; color: #84bd00; font-weight: 600; }

.row.stripe_laser .bt.transparent:hover { color: #fff; }
.row.stripe_laser .bt.transparent:before { opacity: 0; }
.row.stripe_laser .bt.transparent:hover:before { background: #84bd00; opacity: 1; }

.row.stripe_laser .columns { display: flex; justify-content: space-evenly; }
.row.stripe_laser .columns { margin: 0 auto; text-align: left; }
.row.stripe_laser .columns .columns_column { width: 50%; margin: 0; padding: 0px 20px; }
	.row.stripe_laser .columns .columns_column:first-of-type { padding-left: 0px; }
	.row.stripe_laser .columns .columns_column:last-of-type { padding-right: 0px; }

.row.stripe_laser .video_wrapper { position: relative; width: 100%; margin-top: 0.5rem; padding-top: 80%; background: url('imgs/icon_play.png') no-repeat center center #333333; }
.row.stripe_laser .video_wrapper .video_wrapper_iframe { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; }

.row.stripe_laser .video_wrapper .video_wrapper_html { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; }
.row.stripe_laser .video_wrapper .video_wrapper_html video { max-width: 100%; }

.row.stripe_laser .data { display: flex; justify-content: space-evenly; }
.row.stripe_laser .data { position: relative; margin: 4rem 0 0; text-align: left; }
.row.stripe_laser .data h3 { margin-bottom: 0.4em; color: #80BC00; }

.row.stripe_laser .data .data_features { position: relative; width: 70%; margin: 0; padding: 0px 20px 0px 0px; }
.row.stripe_laser .data .data_features .data_features_content { counter-reset: counter; }
.row.stripe_laser .data .data_features .data_features_content > div { position: relative; min-height: 100px; margin: 0 0 1rem; padding: 0.5rem 1rem 0.5rem 5rem; font-weight: 600; line-height: 1.4em; text-align: left; background: #fff; background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); }
.row.stripe_laser .data .data_features .data_features_content > div > div { max-width: 300px; margin: 0; }
.row.stripe_laser .data .data_features .data_features_content > div:before { counter-increment: counter; content: counter(counter); position: absolute; left: -0.5rem; margin-top: -0.5rem; font-size: 8rem; font-weight: 900; }
.row.stripe_laser .data .data_features .data_features_content > div:first-of-type:before { left: -1rem; }

.row.stripe_laser .data .data_industries { width: 380px; max-width: 100%; margin: 0; padding: 0px 0px 0px 20px; }
.row.stripe_laser .data .data_industries .data_industries_content > div { position: relative; min-height: 60px; margin: 0 0 1rem; font-weight: 600; line-height: 1.4em; text-align: left; }
.row.stripe_laser .data .data_industries .data_industries_content > div > div { max-width: 300px; margin: 0 0 0 2rem; }

.row.stripe_laser .data .photo-product { position: absolute; top: 0px; left: 290px; max-width: 100%; text-align: center; }
.row.stripe_laser .data .photo-product img { max-width: 100%; }

.row.stripe_laser .cta { margin: 4rem 0 0 !important; text-align: center; }
.row.stripe_laser .cta p { margin-bottom: 0.4rem; font-size: 0.9rem; line-height: 1rem; }
.row.stripe_laser .cta .bt img { width: 1.45rem; margin: -0.3rem 0 -0.3rem 0.8rem; }

@media only screen and ( max-width: 1200px ) {
	.row.stripe_laser .data .photo-product { left: 24vw; }
}
@media only screen and ( max-width: 1099px ) {
	.row.stripe_laser .data { flex-wrap: wrap; }
	.row.stripe_laser .data .data_features, 
	.row.stripe_laser .data .data_industries { width: 50%; }
	.row.stripe_laser .data .photo-product { position: relative; left: 0; top: 3rem; }
}
@media only screen and ( max-width: 600px ) {
	.row.stripe_laser .columns { flex-direction: column; }
	.row.stripe_laser .columns .columns_column { width: 100%; margin-bottom: 3rem; padding: 0px; }
	
	.row.stripe_laser .data { flex-direction: column; margin-top: 1rem; }
	.row.stripe_laser .data .data_features, 
	.row.stripe_laser .data .data_industries { width: 100%; margin-bottom: 3rem; padding: 0px; }
	.row.stripe_laser .data .photo-product { top: 0.5rem; }
}

/**/
.row.stripe_laser.stripe_lasertracker { background: url('imgs/stripe_lasertracker_deco.png') no-repeat top center #EAEAEA; background-position: calc(50% + 530px) -16px; }

.row.stripe_laser.stripe_lasertracker .video_wrapper { padding-top: 110%; }

.row.stripe_laser.stripe_lasertracker .data .data_features .data_features_content > div { background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); }
.row.stripe_laser.stripe_lasertracker .data .data_features .data_features_content > div:before { color: #EAEAEA; }

@media only screen and ( max-width: 1400px ) {
	.row.stripe_laser.stripe_lasertracker { background-position-x: right -2vw; }
}
@media only screen and ( max-width: 1200px ) {
	.row.stripe_laser.stripe_lasertracker { background-size: calc(100vw / 3); }
}

/**/
.row.stripe_laser.stripe_laserscanner { background: url('imgs/stripe_laserscanner_deco.png') no-repeat top center #ffffff; background-position: calc(50% + 300px) -16px; }

.row.stripe_laser.stripe_laserscanner .video_wrapper { padding-top: 117.3%; }

.row.stripe_laser.stripe_laserscanner .data .data_features .data_features_content > div { background: linear-gradient(90deg, rgba(234,234,234,1) 0%, rgba(234,234,234,0) 100%); }
.row.stripe_laser.stripe_laserscanner .data .data_features .data_features_content > div:before { color: #ffffff; }

.row.stripe_laser.stripe_laserscanner .data .photo-product { left: 470px; }

@media only screen and ( max-width: 1400px ) {
	.row.stripe_laser.stripe_laserscanner { background-position-x: right -2vw; }
}
@media only screen and ( max-width: 1200px ) {
	.row.stripe_laser.stripe_laserscanner { background-size: calc((100vw / 3) * 2); }
	.row.stripe_laser.stripe_laserscanner .data .photo-product { left: 37vw; }
}
@media only screen and ( max-width: 1099px ) {
	.row.stripe_laser.stripe_laserscanner .data .photo-product { position: relative; left: 0; top: 3rem; }
}
@media only screen and ( max-width: 600px ) {
	.row.stripe_laser.stripe_laserscanner .data .photo-product { top: 0.5rem; margin-bottom: -2rem; }
}

/**/
.row.stripe_clientes { background: #EAEAEA; }
.row.stripe_clientes .container { padding-bottom: 6rem; }

/**/
.row.stripe_banner { width: 100%; background: url() no-repeat center center #333; background-size: cover; }
.row.stripe_banner img { width: 100%; margin-bottom: -8px; }

@media only screen and ( max-width: 600px ) {
	.row.stripe_banner { min-height: 75vw; }
	.row.stripe_banner img { display: none; }
}

/**/
.row.stripe_dondeestamos { background: url('imgs/stripe_dondeespamos_bg.jpg') no-repeat center right #fff; background-size: auto 100%; }
.row.stripe_dondeestamos .columns { display: flex; justify-content: space-evenly; }
.row.stripe_dondeestamos .columns { margin: 0 auto; text-align: left; }
.row.stripe_dondeestamos .columns .columns_column { width: 50%; margin: 0; }
.row.stripe_dondeestamos .columns .columns_column > *:last-child { margin-bottom: 0; }
.row.stripe_dondeestamos .columns .columns_column.map_wrapper { margin-bottom: 0rem; text-align: center; }
.row.stripe_dondeestamos .columns .columns_column.map_wrapper img { margin: -4rem 0; }

@media only screen and ( max-width: 600px ) {
	.row.stripe_dondeestamos .columns { flex-direction: column; }
	.row.stripe_dondeestamos .columns .columns_column { width: 100%; }
	.row.stripe_dondeestamos .columns .columns_column.map_wrapper img { margin: -2rem 0; }
}

/**/
.row.stripe_contact { text-align: left; background: url('imgs/iso_watermark.png') no-repeat center center #80BC00; background-position-x: right -10vw; background-size: auto 90%; }
.row.stripe_contact .container { padding-top: 3rem; padding-bottom: 2rem; }
.row.stripe_contact h2 { margin-bottom: 0.33rem; }
.row.stripe_contact h5 { margin-bottom: 2.5rem; }

.row.stripe_contact .columns { display: flex; justify-content: space-between; }
.row.stripe_contact .columns { margin: 0 auto; margin-top: 10px; text-align: left; }
.row.stripe_contact .columns .columns_column { width: calc((100% - 80px) / 3); margin: 0 0 2rem; }
.row.stripe_contact .columns .columns_column > *:last-child { margin-bottom: 0; }

.row.stripe_contact form .col_05 { float: left; display: inline-block; width: calc(50% - 0.2rem); }
.row.stripe_contact form .col_05:after { content: ''; display: block; width: 100%; clear: both; ; }
.row.stripe_contact form .col_05:nth-child(2n) { margin-left: 0.4rem; }

.row.stripe_contact form { width: 550px; max-width: 100%; margin: 0 auto; }
.row.stripe_contact form .form-group { position: relative; padding: 0.2rem 0; transition: all 0.3s ease-out 0s; }
	.row.stripe_contact form .row:first-of-type .form-group { padding-top: 0; }
	.row.stripe_contact form .row:last-of-type .form-group { padding-bottom: 0; }
.row.stripe_contact form input,
.row.stripe_contact form textarea { box-sizing: border-box; width: 100%; height: auto; margin: 0px; padding: 0.6rem; color: #999; font-family: 'Montserrat'; font-size: 0.8rem; font-weight: 400; line-height: 1.2em; background: #eee; border: 1px solid rgba(255,255,255,0); }
.row.stripe_contact form textarea { height: 10rem; resize: none; }
.row.stripe_contact form textarea { height: 6.3rem; resize: none; }
.row.stripe_contact form .bt_submit { width: 100%; margin: 0.7rem auto -8px; padding: 0.8rem 1rem 0.9rem 1rem; color: #80BC00; font-size: 1rem; font-weight: 500; line-height: 1em; text-align: center; background-color: #333333; border: 0px; border-radius: 0px; transition: all 0.3s ease-out 0s; }
.row.stripe_contact form .bt_submit:hover { _background: rgba(255,255,255,0.30) !important; }
.row.stripe_contact form .bt_submit:not(.disable) { cursor: pointer; }

.row.stripe_contact form .contact_form_element_validation { display: none; position: absolute; bottom: 0.3rem; right: 0.15rem; color: red; font-size: 0.55rem; line-height: 1em; }
.row.stripe_contact form .contact_form_element_validation:empty { display: none; }
/*
.row.stripe_contact form.advising .contact_form_element_validation { display: block; }
*/
/*
.row.stripe_contact form input.withError,
.row.stripe_contact form textarea.withError { border-color: rgba(255,0,0,1); }
*/
.row.stripe_contact form.advising .withError + .contact_form_element_validation { display: block; }

.row.stripe_contact form .legend { margin: 0.6rem 0 0.1rem 0; font-size: 0.65rem; line-height: 1.2em; }

.row.stripe_contact .adviser { position: fixed; bottom: 0px; left: 0px; width: 100%; padding: 0.6rem; color: #fff; font-size: 0.8rem; line-height: 1em; background: #222; z-index: 3; }
.row.stripe_contact .adviser:empty { padding: 0px; }
.row.stripe_contact .adviser .command { cursor: pointer; }

.row.stripe_contact .img_wrapper { background: url() no-repeat center center transparent; background-size: cover; }
.row.stripe_contact .img_wrapper img { max-width: 100%; }

.row.stripe_contact .map_wrapper { width: 100%; height: 100%; padding-bottom: 8px; }
.row.stripe_contact .map_wrapper iframe { width: 100%; height: 100%; }

@media only screen and ( max-width: 900px ) {
	.row.stripe_contact .columns { flex-wrap: wrap; }
	.row.stripe_contact .columns .columns_column { width: calc((100% - 40px) / 2); }
	.row.stripe_contact .columns .columns_column:last-of-type { width: 100%; min-height: 300px; }
	.row.stripe_contact .columns .columns_column > *:last-child { margin-bottom: 0; }
}
@media only screen and ( max-width: 500px ) {
	.row.stripe_contact .columns .columns_column { width: 100%; }
	.row.stripe_contact .columns .columns_column.img_wrapper img { margin-top: 1rem; width: 100%; }
	.row.stripe_contact .columns .columns_column:last-of-type { min-height: 400px; }
	.row.stripe_contact .columns .columns_column > *:last-child { margin-bottom: 0; }
}

/**
#overlay { position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; background: var(--color-contrast-03); z-index: -1; opacity: 0; transition: all 0.5s ease-out 0s; }
#overlay.enabled { z-index: 899; opacity: 1; transition: all 0.5s ease-out 0s; }
#overlay.heavy { background: var(--color-contrast-06); }

/* #footer */
#footer { color: rgba(255,255,255,1); font-size: 0.8rem; font-weight: 400; line-height: 1.4em; background: #333333; }
#footer .container { padding-top: 4rem; padding-bottom: 0; }
	#footer img { max-width: 100%; }
	#footer a { color: inherit; text-decoration: underline; transition: all 0.3s ease-out 0s; }
	#footer a:hover { text-decoration: none; }
		#footer a img { transition: all 0.3s ease-out 0s; }
		#footer a:hover img { transform: scale(1.2); }
	
	#footer .title { font-size: 1rem; line-height: 1.2em; }
	#footer .icon_small_footer { position: relative; top: 0.2rem; margin-right: 0.4rem; }
	
#footer .columns { display: flex; justify-content: space-evenly; }
#footer .columns { margin: 0 auto; padding-bottom: 2rem; text-align: left; }
#footer .columns .columns_column { width: calc(100% / 3); max-width: 440px; margin: 0 0 2rem; }
	#footer .columns .columns_column:last-of-type { text-align: right; }
	
#footer .logo_footer { margin-bottom: 2rem; }

#footer .badge_gptw2324 { width: 10rem; margin: -4rem 0; }

@media only screen and ( max-width: 1024px ) {
	#footer { font-size: 1rem; line-height: 1.4em; }
}
@media only screen and ( max-width: 768px ) {
	#footer { font-size: 1.1rem; line-height: 1.4em; }
}
@media only screen and ( max-width: 900px ) {
	#footer .columns { flex-direction: column; }
	#footer .columns .columns_column { width: 280px; max-width: 100%; margin: 0 auto; margin-bottom: 2rem; text-align: center; }
	#footer .columns .columns_column:last-of-type { margin-top: 2rem; width: 280px; text-align: center; }
	
	#footer .badge_gptw2324 { margin: 0 0 -2rem; }
}

/**/
#bottom-bar { padding: 0.8rem 0 1rem; color: rgba(255,255,255,0.2); font-size: 0.7rem; line-height: 1.2em; background: #333333; }
#bottom-bar .container { padding-top: 0; padding-bottom: 1rem; }
	#bottom-bar img { display: none; position: relative; top: 0px; margin: 0 0 1rem; transition: all 0.3s ease-out 0s; }
	#bottom-bar a { color: inherit; }
	#bottom-bar a:hover { text-decoration: underline; }
/*
#bottom-bar img:hover { transition: all 0.5s ease-out 0s; -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); }
*/

/**/
.stripe_whatsapp { margin: 0px 0px 0px; padding: 20px 0px; font-size: 30px; line-height: 1em; white-space: nowrap; transition: all 0.3s ease-out 0s; }
.stripe_whatsapp a { color: inherit; }
.stripe_whatsapp img { vertical-align: middle; transition: all 0.3s ease-out 0s; }
@media only screen and ( max-width: 420px ) {
	.stripe_whatsapp { font-size: 22px; line-height: 1em; }
	.stripe_whatsapp img { width: 38px; }
}
.bottom-fixed { position: fixed; bottom: -100px; width: 100%; text-align: center; background: #333; z-index: 3; transition: all 0.5s ease-out 0s; }
.bottom-fixed .stripe_whatsapp { margin: 0px; padding: 12px 0px 10px; }
.bottom-fixed.enabled { bottom: 0px; }

/**/

body .wapp_flag { display: block; position: fixed; bottom: 48px; left: 0px; width: 60px; height: 60px; background: url('imgs/icon_wapp.png') no-repeat center right transparent !important; background-size: cover !important; border-top-right-radius: 43px; border-bottom-right-radius: 43px; opacity: 0.9; z-index: 10; transition: all 0.3s ease-out 0s; }
body .wapp_flag:hover { width: 86px; opacity: 1; }

body .wapp_flag_floating { display: block; position: fixed; bottom: 60px; right: 6px; width: 50px; height: 50px; background: url('imgs/icon_wapp_floating.png') no-repeat center center #65BC54 !important; background-size: 60% !important; border-radius: 100px; opacity: 0.9; z-index: 10; transition: all 0.3s ease-out 0s; }
body .wapp_flag_floating:hover { opacity: 1; }

body .wapp_flag_inline { display: inline-block; width: 50px; height: 50px; background: url('imgs/icon_wapp_floating.png') no-repeat center center #65BC54 !important; background-size: 60% !important; border-radius: 100px; opacity: 0.9; z-index: 10; transition: all 0.3s ease-out 0s; }
body .wapp_flag_inline:hover { opacity: 1; }

@media only screen and ( max-width: 500px ) {
	body .wapp_flag { bottom: 1rem; }
}

/* #overlay */
.popupContent { display: none; }

#overlay { display: none; align-items: center; justify-content: center; position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; background-color: rgba(0,0,0,0.6); z-index: 1101; }
	#overlay.visible { display: flex; }
#overlay #overlay_container { position: relative; max-width: 100vw; max-height: 100vh; margin: 40px; background: #fff; z-index: 1102; }
	#overlay #overlay_container .overlay_closer { width: 100%; padding: 4px 14px 4px 14px; color: #fff; text-align: right; background-color: #fff; }
	#overlay #overlay_container .overlay_closer span { cursor: pointer; }
	#overlay #overlay_container .overlay_closer div { display: inline-block; position: relative; top: 3px; width: 44px; height: 44px; background: url('imgs/modal_closer.png') no-repeat center center transparent; cursor: pointer; opacity: 0.5; transition: all 0.3s ease-out 0s; }
	#overlay #overlay_container .overlay_closer div:hover { opacity: 1; }

#overlay #overlay_container #overlay_content { position: relative; width: 100%; max-width: 100%; max-height: calc(100vh - 136px); padding: 0px 60px 60px; color: #232335; font-family: Montserrat; font-size: 0.8rem; line-height: 1.2em; background: rgba(255,255,255,1); z-index: 1102; overflow: auto; }
#overlay #overlay_container #overlay_content > *:last-child { margin-bottom: 0px; }
#overlay #overlay_container #overlay_content h3 { margin: 0px 0px 2.5rem; font-size: 1.4rem; line-height: 1.2em; }
#overlay #overlay_container #overlay_content p { margin: 0px 0px 1.5rem; font-size: 1rem; font-weight: 300; line-height: 1.4em; }
#overlay #overlay_container #overlay_content p strong { font-weight: 500; }

@media only screen and ( max-width: 500px ) {
	#overlay #overlay_container { width: 100vw; height: 100vh; margin: 0 auto; }
	#overlay #overlay_container #overlay_content { max-height: calc(100vh - 56px); padding: 10px 40px 40px; }
}
@media only screen and ( max-width: 400px ) {
	#overlay #overlay_container #overlay_content { padding: 10px 20px 20px; }
}
