﻿@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: #000000; font-family: 'Montserrat', sans-serif; font-size: 1.1rem; font-weight: 400; line-height: 1.6em; 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; }

h1 { margin-bottom: 1em; font-size: 3rem; font-weight: 700; line-height: 1.2em; transition: all 0.3s ease-out 0s; }
h2 { margin-bottom: 1em; font-size: 2rem; font-weight: 700; line-height: 1.2em; transition: all 0.3s ease-out 0s; }
h3 { margin-bottom: 1em; font-size: 2rem; font-weight: 400; line-height: 1.2em; transition: all 0.3s ease-out 0s; }
h4 { margin-bottom: 1em; font-size: 1.5rem; font-weight: 400; line-height: 1.2em; transition: all 0.3s ease-out 0s; }
h5 { margin-bottom: 1em; font-size: 1.2rem; font-weight: 400; line-height: 1.2em; transition: all 0.3s ease-out 0s; }
	h2.strong { font-weight: 900; }
	.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; }

.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: 5rem 20px; }

.bt { display: inline-block; position: relative; margin: 0.3rem; padding: 0.8rem 1.5rem; color: #ffffff; font-size: 1.1rem; font-weight: 600; line-height: 1em; text-align: center; letter-spacing: 0px; background: #000000; 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(255,255,255,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: #000000; background: transparent; border: 2px solid #000000; }
	.bt.transparent:before { background: rgba(0,0,0,0.25); }

.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; }

.highlighted { padding-left: 0.2rem; padding-right: 0.2rem; }
.xbig { font-size: 3rem; line-height: 1.2em; }

/**/
.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: #000000; transition: all 0.3s ease-out 0s; }
		.sm svg .st0 { visibility: visible !important; fill: #ffffff !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; }

/**/
.row .columns { display: flex; justify-content: space-evenly; }
.row .columns { margin: 0 auto; text-align: left; }
.row .columns .columns_column { width: 50%; margin: 0; padding: 0px 20px; }
	.row .columns .columns_column.columns_column_40 { width: 40%; }
	.row .columns .columns_column.columns_column_45 { width: 45%; }
	.row .columns .columns_column.columns_column_50 { width: 50%; }
	.row .columns .columns_column.columns_column_55 { width: 55%; }
	.row .columns .columns_column.columns_column_60 { width: 60%; }
	.row .columns .columns_column:first-of-type { padding-left: 0px; }
	.row .columns .columns_column:last-of-type { padding-right: 0px; }

@media only screen and ( max-width: 600px ) {
	.row .columns { flex-direction: column; }
	.row .columns .columns_column { width: 100%; margin-bottom: 3rem; padding: 0px; }
		.row .columns .columns_column.columns_column_40,
		.row .columns .columns_column.columns_column_45,
		.row .columns .columns_column.columns_column_50,
		.row .columns .columns_column.columns_column_55,
		.row .columns .columns_column.columns_column_60 { width: 100%; }
	.row .columns .columns_column:empty { display: none; }
}

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

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

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

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

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

/**/
.row .deco_stripe { position: relative; width: 100%; height: 6.4vw; overflow: hidden; }
.row .deco_stripe:after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 0; border-left: 50vw solid #ffffff; border-right: 50vw solid #ffffff; }
.row .deco_stripe.top:after { border-bottom: 6.45vw solid #000000; }
.row .deco_stripe.bottom:after { border-top: 6.35vw solid #000000; }
	
.row.stripe_bienestar-animal .deco_stripe:after { border-top-color: transparent; border-bottom-color: transparent; border-left-color: #ffffff; border-right-color: #ffffff; }
.row.stripe_bienestar-animal .deco_stripe.top:after { border-bottom-width: 6.4vw; border-bottom-width: 6.5vw; }

/**/
#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: #000000; opacity: 0; transition: all 0.3s ease-out 0s; }
#topbar .container { display: flex; align-items: center; justify-content: space-between; height: 180px; 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: 50px; }
	
#topbar .logo-wrapper { position: relative; max-width: 60%; text-align: left; z-index: 0; }
#topbar .logo-wrapper img { height: 128px; max-width: 100%; margin-bottom: -8px; transition: all 0.3s ease-out 0s; }

@media only screen and ( max-width: 1024px ) {
	#topbar .logo-wrapper img { max-height: calc(128px * 0.8); }
}

#topbar #menu_featured { float: left; position: relative; margin: 0.55rem 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.45rem; }
	.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: #fff; }
	.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: #fff; 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: #000000; 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: 70px; }
	#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_presentation { background: #ffffff; background: url('imgs/deco_cow-01b.png') no-repeat bottom right #fff; background-size: auto 60%; background-size: auto auto; background-position-x: 70vw; }
.row.stripe_presentation .container { padding-top: 6rem; }
.row.stripe_presentation p { max-width: 750px; line-height: 1.4em; }

/**/
.row.stripe_sobre-nosotros { color: #fff; text-align: left; background: url('imgs/stripe_sobre-nosotros_bg.jpg') no-repeat center center transparent; background-size: cover; }
.row.stripe_sobre-nosotros h2 { margin-bottom: 0.5em; }

.row.stripe_sobre-nosotros .video_wrapper { position: relative; width: 100%; margin-top: 0.3rem; padding-top: 56%; background: url('imgs/icon_youtube.png') no-repeat center center #ffffff; }
.row.stripe_sobre-nosotros .video_wrapper iframe { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; }

/**/
.row.stripe_productos-y-mercados { background: #ffffff; }
.row.stripe_productos-y-mercados .container { padding-top: 6rem; padding-bottom: 2rem; }
.row.stripe_productos-y-mercados p { max-width: 1160px; }
.row.stripe_productos-y-mercados .xbig { line-height: 1.1em; }

.row.stripe_productos-y-mercados .tiles { display: flex; justify-content: space-evenly; align-items: start; flex-wrap: wrap; max-width: 720px; margin: 0 auto; margin-top: 4rem; text-align: center; }
.row.stripe_productos-y-mercados .tiles .tile { display: inline-block; width: 300px; min-width: 240px; margin: 0 0 3rem; font-size: 1.5rem; font-weight: 400; line-height: 1em; }
.row.stripe_productos-y-mercados .tiles .tile img { position: relative; margin: 0 0 1rem; }
.row.stripe_productos-y-mercados .tiles .tile p { font-size: 0.8rem; line-height: 1.6em; }

/**/
.row.stripe_calidad { color: #fff; text-align: left; background: #000000; }
	/*
	.row.stripe_calidad:before { content: url('imgs/deco_cow-02.png'); position: absolute; bottom: 2.2vw; left: calc(50% + 23vw); z-index: 10; }
	*/
	.row.stripe_calidad .container:before { content: ''; display: inline-block; position: absolute; bottom: -6.3vh; right: 50px; width: 179px; height: 97px; max-width: 28vw; background: url('imgs/deco_cow-02b.png') no-repeat bottom center transparent; background-size: contain; z-index: 10; }
.row.stripe_calidad h2 { margin-bottom: 0.5em; }
.row.stripe_calidad .highlighted { color: #000000; background: #ffffff; }

.row.stripe_calidad .badges_wrapper { display: flex; align-items: center; flex-wrap: wrap; margin: 3rem 0 0; }
.row.stripe_calidad .badges_wrapper > img { max-width: 100%; }
.row.stripe_calidad .badges_wrapper > div { margin: 2rem 0 0 2.5rem; font-size: 2rem; font-weight: 700; }

@media only screen and ( max-width: 1179px ) {
	.row.stripe_calidad .badges_wrapper { flex-direction: column; }
	.row.stripe_calidad .badges_wrapper > div { display: block; margin: 2rem 0 0 0; }
}
@media only screen and ( max-width: 778px ) {
	/*
	.row.stripe_calidad:before { bottom: 1.6vw; left: unset; right: 6vw; }
	*/
	.row.stripe_calidad .container:before { bottom: -4vh; }
}

/**/
.row.stripe_tecnologia-y-trazabilidad { background: #ffffff; }
.row.stripe_tecnologia-y-trazabilidad .container { padding-top: 6rem; }
.row.stripe_tecnologia-y-trazabilidad p {  }

.row.stripe_tecnologia-y-trazabilidad .highlighted { color: #ffffff; background: #000000; }

/**/
.row.stripe_bienestar-animal { color: #fff; text-align: left; background: url('imgs/stripe_bienestar-animal_bg.jpg') no-repeat center center transparent; background-size: cover; }
	/*
	.row.stripe_bienestar-animal:before { content: url('imgs/deco_cow-03.png'); position: absolute; top: 2.2vw; left: calc(23vw); z-index: 10; }
	*/
	.row.stripe_bienestar-animal .container:before { content: ''; display: inline-block; position: absolute; top: -14vh; left: 20px; width: 123px; height: 96px; max-width: 20vw; background: url('imgs/deco_cow-03b.png') no-repeat bottom center transparent; background-size: contain; z-index: 10; }
.row.stripe_bienestar-animal h2 { margin-bottom: 0.5em; }

@media only screen and ( max-width: 800px ) {
	.row.stripe_bienestar-animal .columns { flex-direction: column; }
	.row.stripe_bienestar-animal .columns .columns_column { width: 100%; margin-bottom: 3rem; padding: 0px; }
}
@media only screen and ( max-width: 600px ) {
	
}

/**/
.row.stripe_contact { text-align: left; background: #ffffff; }
.row.stripe_contact h2 { margin-bottom: 0.33em; }

.row.stripe_contact .iconized_link {  }
.row.stripe_contact .iconized_link a { color: #000000; text-decoration: underline; }
.row.stripe_contact .iconized_link a:hover { text-decoration: none; }
.row.stripe_contact .iconized_link img { margin: 0rem 0.3rem -0.2rem 0; }

/**/
.row.stripe_comercio-exterior { color: #fff; background: url('imgs/stripe_comercio-exterior_bg.jpg') no-repeat center center transparent; background-size: cover; }
.row.stripe_comercio-exterior .container { padding-bottom: 3em; }
.row.stripe_comercio-exterior h2 { margin-bottom: 0.5em; }

.row.stripe_comercio-exterior .xbig { margin-bottom: 0.6em; line-height: 1.1em; }
.row.stripe_comercio-exterior .bt { margin-bottom: 2em; color: #ffffff; border-color: #ffffff; }

/**/
.row.stripe_rrhh { text-align: left; background: #ffffff; }
.row.stripe_rrhh h2 { margin-bottom: 0.33em; }

.row.stripe_rrhh .bt.linkedin { padding: 1rem 1.2rem 0.7rem; color: #ffffff; font-size: 0.9rem; background: #0C64C5; }
.row.stripe_rrhh .bt.linkedin > div { display: flex; align-items: center; }
.row.stripe_rrhh .bt.linkedin > div img { margin: -0.3rem 0.8rem 0 0; padding: 0.4rem 0.8rem 0.4rem 0; border-right: 1px solid #ffffff; }
.row.stripe_rrhh .bt.linkedin > div span { font-size: 0.9rem; font-weight: 400; }

/**
#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: #000000; }
#footer .container { padding-top: 4rem; padding-bottom: 2rem; }
	#footer img { max-width: 100%; }
	#footer a { color: inherit; text-decoration: none; transition: all 0.3s ease-out 0s; }
	#footer a:hover { text-decoration: underline; }
	
	#footer p { font-size: 0.7rem; line-height: 1.4em; }
	#footer p strong { font-weight: 500; }
	
	#footer .footer_menu { margin: 0 0 2rem; }
	#footer .footer_menu .menu_item { display: inline-block; cursor: pointer; }
	#footer .footer_menu .menu_item:not(:last-of-type):after { content: "|"; display: inline-block; padding: 0 1rem 0 0.8rem; }
	#footer .footer_menu .menu_item:hover { text-decoration: underline; }
	
	#footer .footer_logos_wrapper { display: flex; justify-content: center; align-items: start; margin: 0 0 2rem; }
	#footer .footer_logos_wrapper > img { padding: 0 1.4rem; border-right: 1px solid rgba(255,255,255,0.5); opacity: 0.5; }
	#footer .footer_logos_wrapper .footer_logos { display: flex; flex-wrap: wrap; width: 70%; padding: 0 0.8rem; }
	#footer .footer_logos_wrapper .footer_logos img { margin: 0 0.8rem 1rem; opacity: 0.5; }
	
@media only screen and ( max-width: 599px ) {
	#footer .footer_logos_wrapper { flex-direction: column; align-items: center; }
	#footer .footer_logos_wrapper > img { padding: 1.4rem 0 2.4rem; border: 0px; }
	#footer .footer_logos_wrapper .footer_logos { justify-content: center; width: 100%; }
}
/*
	#footer .title { font-size: 1rem; line-height: 1.2em; }
	#footer .icon_small_footer { position: relative; top: 0.2rem; margin-right: 0.4rem; }
	
@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: #000000; }
#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: none !important; }
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; }
}
