﻿@charset "utf-8";
/*
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');

/* Presentation */
@import url('https://fonts.googleapis.com/css2?family=Style+Script&display=swap');

/* Títulos (“CEREMONIA”, “CELEBRACIÓN”) */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');

/* Texto descriptivo (“17:00hs, en la Parroquia...”, “Después de la Ceremonia...”) */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..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: #333; font-family: 'Raleway', serif; font-size: 1rem; font-weight: 400; line-height: 1.6em; background: #F1EAE7; }
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; }
.strong { font-weight: 600; }

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

.fs { font-family: 'Libre Baskerville'; }
.fss { font-family: 'Raleway'; }

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

h1 { margin-bottom: 0.8em; font-family: 'Style Script'; font-size: 4rem; font-weight: 400; line-height: 1em; transition: all 0.3s ease-out 0s; }
h2 { margin-bottom: 0.8em; font-family: 'Libre Baskerville'; font-size: 1.3rem; font-weight: 600; line-height: 1.1em; transition: all 0.3s ease-out 0s; }
h3 { margin-bottom: 0.8em; font-family: 'Libre Baskerville'; font-size: 1.1rem; font-weight: 600; line-height: 1.1em; transition: all 0.3s ease-out 0s; }
h4 { margin-bottom: 0.8em; font-family: 'Libre Baskerville'; font-size: 0.9rem; font-weight: 600; line-height: 1.1em; transition: all 0.3s ease-out 0s; }
h5 { margin-bottom: 0.8em; font-size: 1.2rem; font-weight: 600; line-height: 1.1em; transition: all 0.3s ease-out 0s; }
h6 { margin-bottom: 0.8em; font-size: 1rem; font-weight: 600; 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; }

/*
.rotated-container { height: 6rem; }
.rotated-container h1 { transform: rotate(270deg); }
*/
/*
h1 { margin: 0.8rem; font-size: 7rem; line-height: 1em; white-space: nowrap; transform: rotate(270deg); transform-origin: center center; }
*/
h1 { margin-top: 0.4em; margin-bottom: 0.4em; font-size: 7rem; line-height: 0.5em; }
h1 .conector { display: block; position: relative; top: -0.4rem; font-size: 0.6em; line-height: 1.4em; }

h2 {  }
h2 img { max-width: 100%; }

@media only screen and ( max-width: 400px ) {
	h1 { font-size: 5rem; }
}

p { margin: 0 auto; margin-bottom: 1em; }
p { max-width: 20rem; font-family: 'Libre Baskerville'; font-size: 0.9rem; line-height: 1.8em; }

.row { box-sizing: border-box; position: relative; width: 100%; height: 100%; margin: 0 auto; text-align: center; overflow: hidden; }
.row .container { position: relative; max-width: 600px; height: 100%; margin: 0 auto; padding: 4rem 20px; }
.row.stretch .container { padding-top: 3rem; padding-bottom: 3rem; }
.row .container > *:last-child { margin-bottom: 0px; }

.bt { display: inline-block; position: relative; min-width: 10rem; margin: 0.7rem; padding: 1em 1.6em 0.8rem; color: #fff; font-family: 'Roboto Condensed'; font-size: 0.8rem; font-weight: 400; line-height: 1em; _letter-spacing: 1px; text-transform: uppercase; background: rgba(195,170,146,1); border-radius: 4px; z-index: 0; cursor: pointer; overflow: hidden; transition: all 0.3s ease-out 0s; }
	.bt:not(.disabled):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:not(.disabled):hover:before { transform: scale(100); }
.bt.disabled { opacity: 0.5 !important; cursor: default; }

.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 { margin-bottom: 0.5em; font-size: 2rem; line-height: 1.2em; }
.hightlight strong { font-weight: 600; }

/**/
#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: #3B3B3A; 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: 1; }
#topbar .logo-wrapper img { max-width: 100%; margin-bottom: -4px; cursor: pointer; transition: all 0.3s ease-out 0s; }

#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); }
	.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: #3B3B3A; 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 { 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 ( max-width: 420px ) {
	#topbar .container { height: 100px; padding: 14px; }
	#topbar #menu .menu_trigger .menu_label { display: none; }
}

/**/
.boxed { max-width: 400px; margin: 0 auto; padding: 2rem; background: rgba(195,170,146,0.7); border: 1px solid rgba(195,170,146,1); border-radius: 6px; }

.bg_01:before { content: ''; position: absolute; top: 1vw; left: 1vw; width: 10vw; height: 10vw; min-width: 80px; min-height: 80px; z-index: 0; background: url('../imgs/flower-02.png') no-repeat top left transparent; background-size: contain; }
.bg_04:before { content: ''; position: absolute; bottom: 1vw; right: 1vw; width: 10vw; height: 10vw; min-width: 80px; min-height: 80px; z-index: 0; background: url('../imgs/flower-01.png') no-repeat bottom left transparent; background-size: contain; }

.bg_01 { background: #fff; }
.bg_02 { background: #C0A992; }	
.bg_03 { background: #FBF7F7; }
.bg_04 { background: #EFE8E5; }
.boxed { background: rgba(195,170,146,0.7) }

body.blue .bg_01 { background: #fff; }
body.blue .bg_03 { background: #E3ECE7; }
body.blue .bg_04 { background: #BDD8E3; }
body.blue .bg_02 { background: #5D8AB3; }
body.blue .bt { background: #2C4F81; }
body.blue .boxed { background: rgba(44,79,129,0.7); }

body.green .bg_01 { background: #fff; }
body.green .bg_03 { background: #CED6BE; }
body.green .bg_04 { background: #B2C193; }
body.green .bg_02 { background: #869F5B; }
body.green .bt { background: #809952; }
body.green .boxed { background: rgba(69,110,24,0.7); }

.fa-icon-container { display: inline-block; margin: 0 0 0.6rem; overflow: hidden; }
.fa-icon-container svg { width: 4rem; fill: #333; }

.flat_icon { width: 4rem; margin: 0 0 0.6rem; }

.novios { width: 6rem; margin: 0 0 0.6rem; }
.novios-kiss { width: 4rem; margin: 0 -3px 0.6rem; }

.comments { font-size: 0.8em; font-weight: 500; font-style: italic; }

/**/
/*
.formWrapper form { box-sizing: border-box; width: 600px; max-width: 100%; _height: 100%; margin: 0 auto; padding: 10px 0px 40px; background: #fff; border-radius: 8px; }
.formWrapper form .row { box-sizing: border-box; width: 100%; margin: 0px 0px 20px; }
.formWrapper form .row.hidden-row { display: none; }
.formWrapper form .row label { box-sizing: border-box; display: block; width: 100%; padding: 0px 6px 0px; font-family: "BryantPro-Medium"; font-size: 20px; font-weight: 600; line-height: 1.5em; text-align: left; }
.formWrapper form .row input:not([type="submit"]) { box-sizing: border-box; display: block; width: 100%; padding: 8px 6px; color: #002832; font-family: "BryantPro-Medium"; font-size: 20px; font-weight: 300; line-height: 1.5em; text-align: left; border: 1px solid #ccc; border-radius: 4px; }
.formWrapper form .row input:invalid { background: rgba(255,73,72,0.2); border-color: rgba(255,73,72,1); }
*/

.formWrapper form .row input:not([type="submit"]) { box-sizing: border-box; display: block; width: 100%; max-width: 10rem; margin: 0 auto; margin-top: 1rem; margin-bottom: 0.6rem; padding: 0.6em; color: #333; font-family: "Roboto"; font-size: 1rem; font-weight: 600; line-height: 1em; text-align: center; background: #fff; border: 1px solid rgba(195,170,146,1); border-radius: 4px; }
.formWrapper form .row input:invalid { _background: rgba(255,73,72,0.2); border-color: rgba(255,73,72,0.2) !important; }

/**/
.row.stripe_welcome { height: 100vh; background: url('../imgs/cover_02.jpg') no-repeat center center transparent; background-size: cover; }
.row.stripe_welcome:before { content: ''; display: block; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: rgba(255,255,255,0.8); }
.row.stripe_welcome .container { display: flex; align-items: middle; }

.row.stripe_welcome .container .bt { margin-bottom: 0px; }


/**/
.row.stripe_cover { min-height: 100vh; }
.row.stripe_cover .container { padding-top: 0; padding-bottom: 0; }

.row.stripe_cover .novios { position: absolute; width: 5rem; margin: 1rem 0 0 -2.5rem; }
.row.stripe_cover .cover { justify-content: center; min-height: 70vh; min-height: calc(100vh - 10rem); padding: 8rem 2rem 2rem; }
.row.stripe_cover .post-cover { display: flex; flex-direction: column; justify-content: end; align-items: center; height: 30vh; height: 8rem; padding: 1rem; }
.row.stripe_cover .post-cover .deco-novios { margin: 0 auto; margin-bottom: 1rem; }
.row.stripe_cover .post-cover p { margin-bottom: 0.6rem; }
.row.stripe_cover .post-cover .bounce { animation: bounce 2s infinite; cursor: pointer; }

@media only screen and ( max-width: 400px ) {
	.row.stripe_cover .novios { width: 4rem; margin-left: -2rem; }
	.row.stripe_cover .cover { min-height: calc(100vh - 8rem); padding-top: 7rem; }
	.row.stripe_cover .post-cover { height: 8rem; }
}

/**/
.row.stripe_tagline {  }
.row.stripe_tagline .container { max-width: 24rem; }

.row.stripe_tagline p { color: #fff; font-weight: 500; }

/**/
.row.stripe_calendar .countdown_wrapper { margin-top: 2.2rem; margin-bottom: 1.8rem; font-family: 'Libre Baskerville'; font-size: 0.9rem; font-weight: 600; line-height: 1.1em; }
.row.stripe_calendar .countdown_wrapper .countdown { display: inline-flex; gap: 12px; }
.row.stripe_calendar .countdown_wrapper .countdown .countdown_content { width: 3rem; }
.row.stripe_calendar .countdown_wrapper .countdown small { display: block; margin-top: 0.4rem; font-family: 'Roboto Condensed'; font-size: 0.9em; font-weight: 300; line-height: 1em; }

/**/
.row.stripe_civil {  }
.row.stripe_civil .container { padding-top: 1rem; padding-bottom: 1rem; }

/**/
.row.stripe_history {  }
.row.stripe_history .container { max-width: 960px; padding-left: 0px; padding-right: 0px; }

.row.stripe_history h2 { margin-bottom: 2rem; padding: 20px; }

.row.stripe_history .carrousel .slick-slide { margin: 0.2rem; }
.row.stripe_history .carrousel .slick-slide img { border-radius: 0.6rem; }
.row.stripe_history .carrousel .slick-prev { left: 30px; }
.row.stripe_history .carrousel .slick-next { right: 30px; }
/*
.row.stripe_history .carrousel .slick-prev:before { content: url('imgs/arrow-left_custom.png'); }
.row.stripe_history .carrousel .slick-next:before { content: url('imgs/arrow-right_custom.png'); }
*/


/**/
.row.stripe_poster { height: 100vh; background: url('') no-repeat center center transparent; background-size: cover; }
.row.stripe_poster .container { padding: 0; }

/**/
.row.stripe_poster2 {  }
.row.stripe_poster2 img { max-width: 100%; margin: 0 0 -9px; }

/**/
.row.stripe_gallery {  }
.row.stripe_gallery .grid { display: flex; flex-wrap: wrap; width: 1120px; max-width: 100%; }
.row.stripe_gallery .grid .grid-item { display: inline-block; position: relative; height: 0; margin: 0.4rem; background: url() no-repeat center center transparent; background-size: cover; border-radius: 0.6rem; overflow: hidden; transition: all 0.3s ease-out 0s; }
.row.stripe_gallery .grid .grid-item { width: calc((100% / 3) - 0.8rem); padding-top: calc((100% / 3) - 0.8rem); }
.row.stripe_gallery .grid .grid-item img { max-width: 100%; margin-bottom: -4px; transition: all 0.3s ease-out 0s; }
.row.stripe_gallery .grid .grid-item .pseudo-img { display: block; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: url() no-repeat center center transparent; background-size: cover; transition: all 0.5s ease-out 0s; }
.row.stripe_gallery .grid .grid-item:before { content: ''; display: block; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: url('imgs/icon_more.png') no-repeat center center rgba(0,0,0,0.7); cursor: pointer; opacity: 0; z-index: 1; transition: all 0.3s ease-out 0s; }
.row.stripe_gallery .grid .grid-item:hover:before { opacity: 1; }
.row.stripe_gallery .grid .grid-item:hover img { transform: scale(1.2); }
.row.stripe_gallery .grid .grid-item:hover .pseudo-img { transform: scale(1.2); }
@media only screen and ( max-width: 600px ) and ( min-width: 501px ) {
.row.stripe_gallery .grid .grid-item { width: calc((100% / 2) - 0.8rem); padding-top: calc((100% / 2) - 0.8rem); }
}
@media only screen and ( max-width: 500px ) and ( min-width: 401px ) {
	.row.stripe_gallery .grid .grid-item:before { background-position: center 15%; }
}
@media only screen and ( max-width: 400px ) {
}

/**
.row.stripe_brands { color: #ffffff; background: url('imgs/stripe_brands_bg.png') no-repeat bottom center #3B3B3A; background-size: 100% auto; }
	.row.stripe_brands h2 span { padding-top: 0.7rem; }
	.row.stripe_brands h2 span:before { content: ''; display: block; position: absolute; top: -4rem; left: 4rem; width: 4.05rem; height: 4rem; background: url('imgs/stripe_brands_title-deco.png') no-repeat center center transparent; background-size: 100%; }
.row.stripe_brands .columns { display: flex; justify-content: space-evenly; }
.row.stripe_brands .columns { margin: 0 auto; margin-bottom: 2rem; text-align: center; }
.row.stripe_brands .columns .columns_column { margin: 0 0 2rem; }

.row.stripe_brands .hightlight { margin: 0 0 5rem; }
.row.stripe_brands .column_title { margin: 0 0 3rem 0; font-size: 0.9rem; font-weight: 600; line-height: 1.2em; opacity: 0.5; }
.row.stripe_brands .column_content img { margin: 0 0 0.5rem 0; }
.row.stripe_brands .bt { margin: 0 0 2rem 0; font-size: 1.3rem; font-weight: 500; line-height: 1.2em; background: #7FB427; border: 0; }

@media only screen and ( max-width: 900px ) {
	.row.stripe_brands .columns { flex-direction: column; }
}

/* #footer */
#footer { color: rgba(255,255,255,1); font-size: 0.8rem; font-weight: 400; line-height: 1.4em; }
#footer { background: #3B3B3A; }
#footer .container { padding-top: 4rem; padding-bottom: 0; }
	#footer img { max-width: 100%; }
	#footer a { color: inherit; transition: all 0.3s ease-out 0s; }
	#footer a:hover { text-decoration: underline; }
		#footer a img { transition: all 0.3s ease-out 0s; }
		#footer a:hover img { transform: scale(1.2); }
	
	#footer .icon_small_footer { position: relative; top: 0.2rem; margin-right: 0.4rem; }
	
	#footer .sm {  }
	#footer .sm > * { display: inline-block; margin-left: -0.2rem; vertical-align: middle; }
		#footer .sm a { transition: all 0.3s ease-out 0s; }
		#footer .sm a:hover { transform: scale(1.2); }
			#footer .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; }
		#footer .sm span { font-size: 1.75rem; font-weight: 500; line-height: 1em; }

#footer .columns { display: flex; justify-content: space-evenly; }
#footer .columns { margin: 0 auto; padding-bottom: 2rem; text-align: left; }
#footer .columns .columns_column { width: 440px; max-width: 440px; margin: 0 0 2rem; }
	#footer .columns .columns_column:last-of-type { width: 20%; text-align: right; }
	
@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; }
}

/**/
#bottom-bar { padding: 1rem 0 0.8rem; color: rgba(255,255,255,0.2); font-size: 0.7rem; line-height: 1.2em; background: #3B3B3A; }
#bottom-bar .container { padding-top: 0.4rem; padding-bottom: 0rem; }
	#bottom-bar img { position: relative; top: 0px; margin: 0; 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; }

/* #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: #3B3B3A; 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 2rem; font-size: 1.2rem; line-height: 1.1em; }
#overlay #overlay_container #overlay_content p { margin: 0px 0px 1rem; font-family: Montserrat; font-size: 0.8rem; font-weight: 400; line-height: 1.4em; }
#overlay #overlay_container #overlay_content p strong { font-weight: 600; }
#overlay #overlay_container #overlay_content .bt { margin-left: 0px; margin-right: 0px; }

@media only screen and ( max-width: 500px ) {
	#overlay #overlay_container { margin: 30px; }
	#overlay #overlay_container #overlay_content { padding: 10px 30px 3	0px; }
}
	
@media only screen and ( max-width: 400px ) {
	#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; }
}

/**/
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		transform: translateY(0);
	}
	40% {
		transform: translateY(-1rem);
	}
	60% {
		transform: translateY(-0.5rem);
	}
}
