@font-face { font-family: 'icomoon'; src: url('fonts/icomoon'); }
@font-face { font-family: 'ssi_default'; src: url('fonts/default') format('truetype'); }

* { margin: 0; font-family: ssi_default; }
body { font-size: 10pt; --product_price: #671e94; --product_button: #252525; }
ul { padding: 0px; }
li { list-style: none; display: inline-block; }
a { text-decoration: none; color: inherit; }
button { cursor: pointer; }
.ssi_content { margin: 0px auto; max-width: 940px; padding: 0px 8px; }
.ssi_center { text-align: center }
.ssi_right { text-align: right }
.network_link { display: inline-block; padding: 10px; margin: 2px 0px 2px 2px; font-family: icomoon; float: right; -webkit-transition: background 0.6s; transition: background 0.6s; }

.ssi_top { background-color: #222; min-height: 40px; color: #ccc; }
.ssi_top .facebook:hover { background-color: #3B5998; }
.ssi_top .instagram:hover { background-color: #F56040; }
.ssi_top .spotify:hover { background-color: #1DB954; }
.ssi_top .twitter:hover { background-color: #1DA1F2; }
.ssi_top .linkedin:hover { background-color: #0e76a8; }
.ssi_top .youtube:hover { background-color: #FF0000; }
.ssi_top .youtube { font-size: 16px; }
.ssi_top .ssi_content > a { padding: 10px 10px 0px 0px; display: inline-block; }
.ssi_top .ssi_content > a:hover { text-decoration: underline; }
.ssi_top_phone:before { font-family: icomoon; content: "\e904"; padding-right: 4px; }
.ssi_top_whats:before { font-family: icomoon; content: "\e905"; padding-right: 4px; }
.ssi_top_email:before { font-family: icomoon; content: "\e906"; padding-right: 4px; position: relative; top: 2px; }
.ssi_top_intranet { float: right; padding-left: 10px !important; }
.ssi_top_ecommerce_checkout { float: right; }
.ssi_top_ecommerce_checkout_icon:before { font-family: icomoon; content: "\e909"; background-color: transparent; }
.ssi_top_ecommerce_checkout_counter { font-weight: bold; background-color: #860707; color: #fff; font-size: 70%; vertical-align: top; padding: 1px 4px 1px 4px; border-radius: 5px; position: relative; top: -3px; left: -3px; }
.ssi_checkout_total { display: inline-block; }

.ssi_logo { max-width: 80%; }

.ssi_reviews_div { background: #F5F5F5; padding: 20px}
.ssi_reviews_title { font-weight: 400; font-size: 14px }
.ssi_reviews_description { font-weight: 700; font-size: 20px; width: 270px; margin-bottom: 40px; }
.ssi_reviews_buttons { float: right; margin-top: -65px; }
.ssi_reviews_button { border: none; border-radius: 4px; font-size: 24px; font-weight: bold; background-color: #BDBABB; color: #fff; margin: -60px 10px 20px 10px; }
.ssi_reviews_button:active { background-color: #827F80 }
.ssi_reviews_wrapper { overflow-x: hidden; white-space: nowrap; }
.ssi_reviews_container { position: relative; left: 0px; transition: all .3s ease; }
.ssi_reviews_card { display: inline-block; background: #fff; border-radius: 8px; width: 300px; padding: 20px; white-space: normal; vertical-align: top; margin-right: 20px }
.ssi_reviews_card img { width: 40px; border-radius: 50%; float: left; margin-right: 10px; }
.ssi_reviews_card_name { font-size: 16px; font-weight: 700; position: relative; top: 8px; }
.ssi_reviews_card p { text-align: justify; clear: left; margin-top: 32px; min-height: 170px; }
.ssi_reviews_quote { float: right; position: sticky; margin-top: -32px; }
.ssi_reviews_quote:before { font-family: icomoon; content: "\e90b"; font-size: 60px; color: #000; opacity: 30%; }
.ssi_rating { display: inline-block; padding-bottom: 10px; }
.ssi_rating span:before { font-family: icomoon; content: "\e90a"; padding-right: 4px; font-size: 16px; }
.ssi_rating_star:before { color: #B86651; }
.ssi_rating_no_star:before { color: #5b5b5b; }

.ssi_teachers_div { display: flex; flex-direction: row; flex-wrap: wrap; gap: 20px; align-items: center; justify-content: center; margin: 40px 20px; }
.ssi_teacher_card { width: 170px; text-align: center; }
.ssi_teacher_card div { font-weight: bold }
.ssi_teacher_card img { width: 150px; height: 150px; border-radius: 50% }
.ssi_teacher_card span { font-style: italic }

.ssi_teacher_content { max-width: 980px;  margin: 40px auto;}
.ssi_teacher_profile { display: inline-block; max-width: 180px }
.ssi_teacher_image { border-radius: 50%; width: 150px; height: 150px; margin-bottom: 20px; }
.ssi_teacher_name { text-align: center; font-weight: bold; display: block }
.ssi_teacher_introduction { display: inline-block; max-width: 700px; padding-left: 80px; text-align: justify; white-space: pre-wrap; margin-bottom: 40px; vertical-align: top; }

@media (max-width: 600px) { .scu_slider { display: none; }
    header { text-align: center }
}

.ssi_fixed_header { position: fixed; top: 0; width: 100%; z-index: 9999; margin-top: 0px; }

nav:not(footer nav) { font-size: 120%; }
nav li { padding: 12px 15px; }
nav > input[type=checkbox] { display: none; }
nav > label { display: none; border: 1px solid #222; border-radius: 3px; padding: 4px 8px; }

nav:not(footer nav) ul > li > ul { position: absolute; visibility: hidden; opacity: 0; transition: visibility 0s, opacity 0.5s linear; z-index: 999; }
nav ul > li:hover > ul { visibility: visible; opacity: 1; }
nav ul > li > ul > li > ul { position: initial; margin-top: 8px; display: none; }
nav ul > li > ul > li:hover > ul { display: block; }
nav ul > li > ul > li { padding: 10px 15px; display: block; text-align: left; text-transform: initial; min-width: 150px; font-size: 90%; }
nav:not(footer nav) ul > li > ul > li:hover { background-color: #262525; }
nav ul > li > ul span:after { content: "▼"; float: right; padding-right: 4px; font-size: 75%; position: relative; top: 3px; }

@media (max-width: 600px) {
    nav:not(footer nav) { position: absolute; z-index: 9999; width: 100%; margin-top: -90px !important; }
    nav:not(footer nav) > ul { display: none; background-color: #fff; clear: both; border: 1px solid #4a4a4a; padding-top: 8px !important; padding-bottom: 12px !important; }
    nav:not(footer nav) > label { display: inline-block; float: right; margin-right: 6px; }
    nav:not(footer nav) > input[type=checkbox]:checked ~ ul { display: block; width: 100%; }
    nav:not(footer nav) li { display: block; text-align: left; }
    nav:not(footer nav) li:not(:last-child) { border-bottom: 1px solid #ccc; }
    nav:not(footer nav) li a, nav ul span { display: block; padding: 15px 0px; }
    nav:not(footer nav) ul > li > ul { position: initial; visibility: visible; opacity: 1; margin-top: 10px; }
}

.ssi_menu_group { font-weight: bold; color: #9cc1b5 }
.ssi_banner, .ssi_banner_mobile { height: 300px; width: 100%; background-size: 100% 100%; }
.ssi_banner_mobile { display: none }
@media (max-width: 600px) {
    .ssi_banner_alt_mob { display: none }
    .ssi_banner_mobile { display: block }
}

.ssi_slogans { position: absolute; z-index: 990; width: 100%; padding-top: 115px; }

@media (max-width: 600px) {
    .ssi_slogans { padding-left: 24px; }
}

.ssi_slogan1, .ssi_slogan2, .ssi_slogan3 { font-size: 150%; font-weight: bold; margin-right: 20px; }

.ssi_topics { display: flex; flex-wrap: wrap; margin-top: 15px; clear: both; justify-content: space-between; }
.ssi_topic { flex: 1 1; min-width: 210px; padding: 10px; margin-bottom: 15px; }
.ssi_topic h2 { font-weight: normal; font-size: 80%; margin-bottom: 5px; }
.ssi_topic img { max-width: 100%; min-width: 100%; margin-bottom: 4px; transition: 0.3s; }
.ssi_topic img:hover { transform: scale(1.1); }
.ssi_topic_content { white-space: pre-wrap }

@media (max-width: 600px) {
    .ssi_topic { padding-left: 20px }
}

.ssi_cta { padding: 25px 10px 10px 10px; font-size: 150%; }
.ssi_cta a { white-space: nowrap; text-transform: uppercase; position: relative; top: -10px; border-radius: 4px; background-color: black; float: right; color: white; padding: 10px 30px; }
.ssi_cta a:hover { text-decoration: underline; }
.ssi_cta a:active { background-color: #2f2f2f; }

@media (max-width: 600px) {
    .ssi_cta a { top: unset }
}

.ssi_blog_summary > div { display: flex; flex-wrap: wrap; margin-bottom: 15px; }
.ssi_blog_summary > h2 { display: block; text-align: center; margin-bottom: 10px; }
.article_content_summary > h4 > a:hover { text-decoration: underline; }
.article_summary { flex: 1 1; min-width: 210px; padding: 10px; max-width: 250px; }
.article_summary_image { max-width: 250px; max-height: 166px; width: 100%; }
.article_summary_video { max-width: 250px; max-height: 166px; width: 100%; }
.article_summary_title { margin: 10px 0px; font-size: 120%; }
.article_tags_selector { display: inline-block; margin-bottom: 10px; font-size: 80%; margin-right: 8px; }
.article_tags_color { display: inline-block; width: 24px; height: 16px; border-radius: 2px; margin-right: 4px; position: relative; top: 3px; }
.article_summary_learn_more { display: inline-block; margin-top: 10px; }
.article_title { margin-top: 50px; margin-bottom: 5px; font-weight: unset; font-size: 250%; }
.article_lead { font-style: italic; }
.article_content { margin-top: 20px; }
.ssi_blog_other_posts { display: flex; flex-direction: row; justify-content: center; }
.ssi_blog_other_posts_section { width: 940px; max-width: calc(100% - 80px); margin: 40px auto; }
.ssi_blog_other_posts_title { display: block; text-align: center; font-weight: bold; margin-bottom: 20px; }
.ssi_blog_other_posts .article_summary_image, .ssi_blog_other_posts .article_summary_video { width: 80%; margin: 10px auto; display: block; }
.article_youtube_video { border: none; float: right; width: 420px; height: 315px; padding: 0 0 15px 15px; }
.article_summary_container { display: flex; flex-wrap: wrap; width: 940px; margin: auto; }
.ssi_results_page_subtitle { padding: 10px 30px 10px; background-color: #fafafa; margin-bottom: 20px; border-radius: 8px; }

@media (max-width: 600px) { .ssi_blog_other_posts { flex-direction: column; }
        .ssi_blog_other_posts .article_summary_image, .ssi_blog_other_posts .article_summary_video { width: 100% }
    }

.ssi_product_summary { flex: 1 1; min-width: 210px; padding: 10px; min-width: 250px; background-color: #eee; margin-bottom: 5px; }
.ssi_product_summary_container { display: flex; flex-wrap: wrap; width: 940px; margin: auto; gap: 8px; }
.ssi_product_summary_container .ssi_product_summary { border-radius: 8px; }
.ssi_product_summary > div { display: flex; }
.product_summary_image { max-width: 200px; height: 150px; }
.ssi_product_summary_container .product_summary_image { max-width: 160px; height: 145px; border-radius: 4px; }
.product_description_title { font-size: 120%; }
.product_description_title:hover { text-decoration: underline; }
.product_summary_content { margin: 10px 5px; }
.product_description_price { font-size: 90%; }
.product_short_description_text { font-style: italic; font-size: 80%; }
.ssi_product_summary_container .ssi_product_summary .product_summary_content { display: flex; flex-direction: column; justify-content: space-around; }
.ssi_product_summary_container .ssi_product_summary .product_summary_content .product_description_price { color: var(--product_price); font-weight: bold; }
.ssi_product_summary_container .ssi_product_summary .product_summary_content .product_description_title { font-size: 100%; }

.ssi_blog_index .article_summary { max-width: unset; padding-bottom: 20px; clear: both; min-height: 156px; }
.ssi_blog_index .article_summary:not(:last-child) { border-bottom: 1px solid #c1c0c0; }
.ssi_blog_index .article_summary_image { margin-right: 15px; max-width: 400px; }

.share_link, .ssi_blog_share_link { margin: 25px 0px; }
.share_link span, .ssi_blog_share_link span { padding-right: 15px; }
.share_link a, .ssi_blog_share_link a { font-family: icomoon; margin-left: 4px; display: inline-block; color: #fff; padding: 6px 8px; border-radius: 2px; }
.share_link .facebook, .ssi_blog_share_link .facebook { background-color: #3B5998; }
.share_link .twitter, .ssi_blog_share_link .twitter { background-color: #1DA1F2; }
.share_link .linkedin, .ssi_blog_share_link .linkedin { background-color: #0077b5; }
.share_link .pinterest, .ssi_blog_share_link .pinterest { background-color: #e50022; }
.share_link .whatsapp, .ssi_blog_share_link .whatsapp { background-color: #00920a; }

.mensajeError { display: none; margin: 20px 5px; margin-top: 20px; border-radius: 3px; color: #5f0404; background-color: #ffd4d4; border: 1px solid #820606; padding: 10px; }
.mensajeExito { display: none; margin: 20px 5px; border-radius: 3px; color: #045702; background-color: #d7f9cb; border: 1px solid #73d152; padding: 10px; }

#verificationForm { text-align: center; padding-bottom: 40px; padding-top: 50px; }
#verificationForm label { color: #515557; display: block; margin: 2px 0px; }
#verificationForm input, #divVerfication textarea { width: 333px; font-size: 31px; padding: 2px 40px; text-transform: uppercase; }
#verificationForm .verificationButton { margin: 6px 0px 10px 0px; background-color: #515557; padding: 8px 22px; display: inline-block; }

#verificationInfo { display: none; border: 1px solid #93a56c; padding: 5px 10px; border-radius: 3px; margin-bottom: 100px; }
#verificationInfo label { color: #515557; display: block; margin: 2px 0px; }
#verificationInfo .messageDocument { font-weight: bold; margin-bottom: 15px; margin-top: 6px; border-radius: 3px; background-color: #c2d39e; padding: 10px; }
#verificationInfo #fileLink { display: block; margin: 15px 0px; font-weight: bold; }
#verificationInfo #fileLink:hover { text-decoration: underline }
.verification_info_iti_link { display: block; background: #d7cfcf29; padding: 5px 0; width: fit-content; border-radius: 3px; font-size: 14px; }

.ssi_not_found h2 { margin-top: 150px; }
.ssi_not_found a { display: block; margin-bottom: 150px; text-decoration: underline; color: #5e6d8b; }

footer { clear: both; background-color: #F9F8F5; border-top: 1px solid #eee; border-bottom: 1px solid #eee; padding: 25px 0px; }
footer .ssi_content:not(footer nav .ssi_content) { display: flex; flex-wrap: wrap; gap: 30px; }
footer .ssi_content > * { flex: 1 1; }
footer .ssi_content > *:not(:first-child, nav) { min-width: 300px; }
footer .ssi_content > div:first-child { max-width: 160px; }
footer address strong, footer address span { display: block; }
footer .ssi_content > * { padding: 10px; }
footer address { font-style: normal; }
footer address h4 { margin-top: 13px; }
footer h2 { margin-bottom: 15px; }
.ssi_footer_contact h2 { margin-bottom: 5px; margin-top: 15px  }
.ssi_footer_social .network_link { display: unset; float: unset; }
.ssi_footer_menu { display: grid; margin-left: 25px; font-weight: bold; }
.ssi_footer_menu li { padding-bottom: 8px; }
footer nav li { display: block; font-weight: bold; }

small { display: block; padding: 10px 0px; }
small .ssi_content { display: flex; flex-wrap: wrap; }
small .ssi_content > * { flex: 1 1; }
small .ssi_content > *:not(:last-child) { padding: 10px 0px; }
small a:hover { text-decoration: underline }

.ssi_course_summary { text-align: center; clear: both; }
.ssi_course_summary > a { cursor: pointer; text-align: left; border: 1px solid #eee; width: 280px; display: inline-block; margin: 15px; border-radius: 5px; -webkit-box-shadow: 10px 10px 5px 0px rgba(240,240,240,1); -moz-box-shadow: 10px 10px 5px 0px rgba(240,240,240,1); box-shadow: 10px 10px 5px 0px rgba(240,240,240,1); }
.ssi_course_summary > a:hover { box-shadow: 10px 10px 5px 0px rgb(194, 220, 207); }
.ssi_course_summary > a > img:first-child { width: 100%; height: 220px; }
.ssi_course_summary > a > h3 { font-weight: normal; text-align: center; margin: 0px 15px 20px 15px; text-align: left; }
.ssi_course_summary > a ~ h3 { margin-top: 30px; }
.ssi_course_workload { display: inline-block; margin: 15px 15px 2px 15px; font-size: 90%; float: right; }
.ssi_course_date { font-size: 90%; display: inline-block; float: left; margin: 15px 15px 2px 15px; }
.ssi_course_schedule { font-size: 90%; display: block; clear: both; margin: 2px 15px 15px 15px; }

.ssi_course_details h3 { font-size: 120%; text-transform: uppercase; margin-bottom: 8px; }
.ssi_course_details h4 { margin: 12px 0px 4px 0px; }
.ssi_course_details_teacher_pic { float: left; margin-right: 5px; display: block; width: 48px; height: 48px; border: 2px solid #fff; border-radius: 24px; }
.ssi_course_details_teacher_name { text-transform: uppercase; font-size: 80%; }
.ssi_course_details_pic { float: left; width: 400px; margin-top: 15px; margin-right: 8px; display: block; border: 1px solid #eee; max-width: 100%; }
.ssi_course_details_pic ~ br { clear: both; }
.ssi_course_details_workload { display: inline-block; margin: 15px 15px 2px 15px; font-size: 90%; float: right; }
.ssi_course_details_date { text-transform: uppercase; margin-right: 5px; text-align: center; float: left; background-color: #9c5151; padding: 6px 13px; color: #fff; border-radius: 2px; }
.ssi_course_details_date > div:first-child { font-size: 140% }
.ssi_course_details_class_list { }
.ssi_course_details_class_list h4 { padding: 8px 0px; }
.ssi_course_details_class_list ~ h4 { clear: both; padding-top: 15px; }
.ssi_course_details_class { min-height: 64px; font-size: 90%; margin-bottom: 10px; }
.ssi_course_details_class:not(:last-child) { border-bottom: 1px solid #ccc; }
.ssi_course_details_price { padding: 0px 15px 0px 4px; font-weight: bold; color: #aa5a27; }
.ssi_course_details_teacher_list h5 { margin-top: 10px; }
.ssi_course_details_enroll { cursor: pointer; margin-bottom: 10px; margin-top: 4px; padding: 4px 12px; border-radius: 2px; border: 1px solid #757171; color: #fff; background-color: #718463; }
.ssi_course_details_close_notice { color: #720303; }
.ssi_course_index_intro { white-space: pre-wrap; padding: 10px; margin-top: 28px; }
.ssi_course_index_lead { background-color: #111; color: #fff; padding: 24px; font-size: 130%; border-radius: 5px; max-width: 400px; float: left; margin-right: 15px; margin-top: 10px; }
.sol_address_details { display: flex; justify-content: space-between; width: 388px; }

@media (max-width: 600px) 
{ 
    .ssi_course_details_pic { margin-right: 15px; }
    .ssi_course_summary > a { width: 90% }
    .ssi_course_details_pic { display: block; float: none; }
}

.sol_student_agreement { max-height: 200px; overflow-y: auto; border: 1px solid #ccc; padding: 15px; border-radius: 3px; margin-top: 8px; }

@media (max-width: 700px) {
    .sol_student_agreement { max-height: 200px; }
}

.sol_loader { text-align: center; display: none; margin-top: 8px; }
.sol_loader span { margin: 0px auto; display: inline-block; background: #000; width: 4px; height: 4px; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; margin: 12px 2px; position: relative; -webkit-animation: loader 4s infinite; -webkit-animation-timing-function: cubic-bezier(0.030, 0.615, 0.995, 0.415); -webkit-animation-fill-mode: both; -moz-animation: loader 4s infinite; -moz-animation-timing-function: cubic-bezier(0.030, 0.615, 0.995, 0.415); -moz-animation-fill-mode: both; -ms-animation: loader 4s infinite; -ms-animation-timing-function: cubic-bezier(0.030, 0.615, 0.995, 0.415); -ms-animation-fill-mode: both; animation: loader 4s infinite; animation-timing-function: cubic-bezier(0.030, 0.615, 0.995, 0.415); animation-fill-mode: both; }
.sol_loader1 { -webkit-animation-delay: 1s !important; -moz-animation-delay: 1s !important; -ms-animation-delay: 1s !important; animation-delay: 1s !important; }
.sol_loader2 { -webkit-animation-delay: 0.8s !important; -moz-animation-delay: 0.8s !important; -ms-animation-delay: 0.8s !important; animation-delay: 0.8s !important; }
.sol_loader3 { -webkit-animation-delay: 0.6s !important; -moz-animation-delay: 0.6s !important; -ms-animation-delay: 0.6s !important; animation-delay: 0.6s !important; }
.sol_loader4 { -webkit-animation-delay: 0.4s !important; -moz-animation-delay: 0.4s !important; -ms-animation-delay: 0.4s !important; animation-delay: 0.4s !important; }
.sol_loader5 { -webkit-animation-delay: 0.2s !important; -moz-animation-delay: 0.2s !important; -ms-animation-delay: 0.2s !important; animation-delay: 0.2s !important; }
.sol_loader6 { -webkit-animation-delay: 0s !important; -moz-animation-delay: 0s !important; -ms-animation-delay: 0s !important; animation-delay: 0s !important; }

.sol_mensaje { padding: 15px; margin-bottom: 10px; border-radius: 3px; clear: both; }
.sol_mensaje_error { background-color: #ffc9c9; color: #ac1818; }

.sol_check { cursor: pointer; padding-left: 0px !important; }
.sol_check input { position: relative; top: 2px; cursor: pointer; }
.sol_check span { padding-left: 4px; }
.sol_multiple_choice_inline .sol_check { display: inline-block !important; padding-top: 0px !important; margin: 3px 10px 0px 0px; font-weight: bold; }

#dialogTarget { margin: 25px 0px; }
#dialogTarget h2 { margin-bottom: 20px; }
#dialogTarget select, #dialogTarget button { cursor: pointer; }
#dialogTarget footer { background: none; border: 0; padding: 10px 0px; }
#dialogTarget footer button, .sol_webidentity_signup_area button, .sol_course_ok_button { cursor: pointer; padding: 8px 16px; margin-right: 8px; border-radius: 4px; border: 1px solid #ccc; display: inline-block; min-width: 141px; }
.sol_course_ok_button { margin-top: 20px; }
#dialogTarget .sol_campo { padding: 3px 8px; border-radius: 3px; border: 1px solid #ccc; }
#dialogTarget .sol_campo_multiple { display: inline-block; }
#dialogTarget .sol_campo_multiple_boton { padding: 1px 7px; margin-right: 4px; margin-left: 0px !important; border-radius: 3px; }
#dialogTarget .sol_campo_telefono { display: inline-block; margin-right: 8px; }
#dialogTarget .sol_campo_telefono .sol_campo { border: 0px !important; border-bottom: 1px solid #ebebeb; padding: 0px 3px; margin-bottom: 0px !important; }
#dialogTarget .sol_campo_telefono sup { color: #F63A67; cursor: pointer; }
#dialogTarget .sol_mensaje { padding: 15px; margin: 10px 0px 20px 0px; border-radius: 3px; clear: both; }
#dialogTarget .sol_mensaje_error { background-color: #ffc9c9; color: #ac1818; }
#dialogTarget .sol_multiple_choice { margin-bottom: 14px; }
.sol_course_enrollment_form label { display: block !important; margin-bottom: 2px; margin-top: 5px; }
.sol_course_enrollment_form footer { margin-top: 20px; }
.sol_course_enrollment_form .sol_check { margin-top: 20px; font-weight: bold; }
.sol_course_enrollment_course_name { font-size: 140%; margin: 15px 0px; }
.sol_course_enrollment_apply_button { margin-left: 2px; margin-right: 4px; padding: 3px 8px; border-radius: 4px; border: 1px solid #ccc; }
.sol_course_enrollment_discount_coupon_text { font-weight: bold; padding: 3px 8px; background: #EFEFEF; border: 1px solid #ccc; border-radius: 4px; }
.sol_course_enrollment_discount_coupon_success { color: green; }
.sol_course_enrollment_discount_coupon_fail { color: red; }
.sol_webidentity_login_form, .sol_webidentity_signup_area { margin-bottom: 20px; }
.sol_webidentity_login_form label, .sol_webidentity_signup_form label { display: block; margin-top: 10px; }
.sol_webidentity_text { font-size: 140%; }
.sol_webidentity_signup_area { margin-bottom: 30px; }
.sol_webidentity_signup_area button { margin-top: 20px; }

.ssi_departments { scrollbar-color: yellow blue; text-align: center; text-transform: uppercase; font-size: 90%; margin: 10px 0px; white-space: nowrap; overflow-x: auto; }
.ssi_departments a { padding: 5px 15px; display: inline-block; }
.ssi_departments_selected { color: #878787 !important; }
.ssi_departments_icon img { height: 72px; width: 72px; border-radius: 36px; border: 2px #b6b4b4 double; }

::-webkit-scrollbar-track { background: #f1f1f1; }

/* Handle */
::-webkit-scrollbar-thumb { background: #888; }

.ssi_product_list > a { cursor: pointer; border-radius: 5px; padding: 15px 30px; width: 150px; display: inline-block; margin: 0px 15px 15px 0px; background-color: #fff; }
.ssi_product_list > a > img { width: 100%; display: block; margin-bottom: 10px; border-radius: 3px; }
.ssi_product_list > a:hover { }

.ssi_ecommerce_home { width: 100%; margin: 15px auto; }
.ssi_ecommerce_home input { width: calc(100% - 40px); max-width: 940px; margin: 15px auto 5px auto; display: block; padding: 10px 15px; border-radius: 4px; border: 1px solid #797979; }
.ssi_ecommerce_home aside { flex: 0 0 280px; }
.ssi_ecommerce_home main { flex: 1; }
.ssi_homepage_products { text-align: center; }
.ssi_homepage_products > div { text-align: center; flex-wrap: wrap }
.ssi_homepage_product_category { text-align: left; background-color: #f4f4f4; text-transform: uppercase; }
.ssi_homepage_product_category h2 { background-color: #111; color: #fff; padding: 10px 15px; font-size: 100%; }
.ssi_homepage_product_category img { display: none; }
.ssi_homepage_product_category a { font-size: 90%; display: block; padding: 8px 15px; border-bottom: 1px solid #dadada; color: #111; }
.ssi_homepage_product_category a:hover { text-decoration: underline; }
.ssi_ecommerce_home #productSearchError { display: none; text-align: left; background-color: #fcffdb; padding: 15px; margin-top: 10px; font-style: italic; border-radius: 4px; width: calc(100% - 32px); }
.ssi_ecommerce_home #productSearchLoader { display: none; float: right; position: relative; top: -20px; left: -4px; }

.ssi_empty_product_category { text-align: center; position: relative; top: 50%; font-weight: bold; }

.ssi_categories { padding: 10px; padding-top: 5px; display: flex; }
.ssi_categories #productsArea { flex: 1 1; }

.ssi_product_filters_departments { font-weight: bold; padding: 10px; padding-bottom: 5px; font-size: 130%; }
.ssi_product_filters { text-transform: uppercase; float: left; flex: 0 0 180px; }
.ssi_product_filters h3 { margin-bottom: 10px; font-size: 120%; padding-left: 8px; }
.ssi_product_filters li { display: block; cursor: pointer; padding: 4px 1px; font-weight: bold; padding-left: 15px; }
.ssi_product_filters li:hover { color: #671e94 }
.ssi_product_category { padding-left: 5px; }

@media (max-width: 600px) { .ssi_categories { display: block; }
    .ssi_product_filters { width: 100%; margin-bottom: 20px; }
}

.ssi_product_index { background-color: #fbfbfb; border: 1px solid #efefef; border-radius: 3px; text-align: left; padding: 10px; width: 180px; display: inline-block; vertical-align: top; margin-left: 15px; margin-bottom: 15px; }
.ssi_product_index:hover { border: 1px solid #e0d9d9; }
.ssi_product_index img { width: 180px; height: 180px; border-radius: 3px; border: 1px solid #efefef; }
.ssi_product_index > div { text-transform: uppercase; font-size: 90%; font-weight: bold; margin-bottom: 5px; }
.ssi_product_index_price { font-weight: bold; font-size: 110%; color: var(--product_price); }
.ssi_purchase_button_index { background-color: var(--product_button); padding-bottom: 12px; color: #fff; border: 0; border-radius: 2px; padding: 3px 8px 4px 8px; cursor: pointer; }
.ssi_purchase_button_index:before { font-family: icomoon; content: "\e909"; padding-right: 7px; position: relative; top: 1px; }

@media (max-width: 600px) {
    .ssi_ecommerce_home { display: block; width: unset; }
    .ssi_ecommerce_home aside { width: 100%; margin-right: 10px; }
    .ssi_product_index, .ssi_product_list > a { min-width: 100px; margin-right: 0px; box-sizing: border-box; }
    .ssi_product_index img, .ssi_product_list > a > img { width: 60%; min-width: 100px; height: unset; margin: 0 auto 10px auto; display: block; }
    .ssi_product_index { margin-right: 0px; text-align: center; margin-left: 0px; }
    .ssi_product_list { text-align: center; }
    .ssi_categories .ssi_product_index:nth-child(odd) { margin-right: 15px; }
    .ssi_categories .ssi_product_index:nth-child(even) { margin-left: 15px; }
}


#product_gallery { float: left; margin-right: 10px; }
.ssi_product_viewer_navigator { width: 380px; text-align: center; vertical-align: top; display: inline-flex; }
.ssi_product_viewer_navigator > img { width: 48px; height: 48px; margin: 0px 5px; display: inline-block; border: 1px solid #515557; }
.ssi_product_viewer_navigator > button { background: none; border: 0; font-size: 200%; padding: 0px 24px; cursor: pointer; }
.ssi_product_viewer_navigator > button:focus { border: 0; }

.ssi_product_viewer_main_view { width: 380px; overflow-x: hidden; white-space: nowrap; }
.ssi_product_viewer_main_view > div { position: relative; }
.ssi_product_viewer_main_view img { width: 378px; height: 378px; border: 1px solid #515557; }

.ssi_product_name { text-transform: uppercase; font-size: 150%; margin-top: 15px; }
.ssi_product_part_number { color: #565656; font-size: 90%; }
.ssi_product_part_number:before { content: "(" }
.ssi_product_part_number:after { content: ")" }
.ssi_prod_short_description { margin: 15px 0px; background-color: #fafafa; padding: 8px; }
/*.ssi_prod_description { margin: 15px 0px; }*/
.ssi_product_price { color: var(--product_price); font-size: 200%; }
.ssi_product_availability, .ssi_product_no_available { font-size: 90%; margin-bottom: 15px; }
.ssi_product_no_available{ background-color: #bd3f3f; color: #fff; }
.ssi_prod_quantity_label { display: block; }
.ssi_prod_quantity { text-align: center; width: 80px; cursor: pointer; display: inline-block; margin-bottom: 10px; }
.ssi_ecommerce_section_title { clear: both; padding-top: 20px; padding-bottom: 5px; }
.ssi_purchase_button_details { border-radius: 3px; background-color:var(--product_button); padding: 12px 24px; cursor: pointer; color: #fff; border: 0; }
.ssi_specification_table { border: 1px solid #ccc; width: 100%; font-size: 90%; margin-bottom: 20px; }
.ssi_specification_table td { padding: 2px 4px }
.ssi_specification_table tr td:first-child { padding-right: 32px; white-space: nowrap; }
.ssi_specification_table tr td:last-child { width: 90% }
.ssi_specification_table tr:nth-child(odd) { background-color: #fafafa; }

/** Carrinho de compras */
#ShoppinCart { column-count: 2; margin: 15px 8px; }
@media (max-width: 880px) { #ShoppinCart { column-count: unset; } }
#ShoppinCart h3 { margin-bottom: 2px; }
.ssi_checkout_table { text-align: center; border-collapse: collapse; border: 1px solid #ccc; width: 100%; background-color: #fafafa; margin-bottom: 15px; }
.ssi_checkout_table thead td { border-bottom: 1px solid #ccc; }
.ssi_checkout_table td { padding: 5px; }
.ssi_checkout_prod_thumbnail { width: 50px; height: 50px; padding: 5px; }
.ssi_checkout_table_product { text-align: left; }
.ssi_checkout_table_quantity { text-align: center; }
.ssi_checkout_table_price { text-align: right; }
.ssi_checkout_table_total { text-align: right; }
.ssi_checkout_table_delete { text-align: center; width: 32px; cursor: pointer; color: #ac1818; }
.ssi_checkout_table_total_lab { text-align: left; font-weight: bold; }
.ssi_checkout_table_total_v { text-align: right; font-weight: bold; }
.ssi_checkout_empty { margin-top: 15px; background-color: #fad1d1; padding: 5px 10px; color: #ab0909; }
.ssi_checkout_identification { display: inline-block; }

.ssi_continue_shopping { padding: 25px 0px; display: inline-block; font-weight: bold; font-size: 1.17em; float: right; }
.ssi_continue_shopping:after { font-family: icomoon; content: "\ea3c"; padding-left: 10px; vertical-align: middle; }

.ssi_atlhete_registration { display: flex; }
.ssi_atlhete_registration aside { flex: 0 0 408px; padding-top: 100px; color: #fff; text-align: center; background: linear-gradient(rgba(0,0,0,.9), rgba(0,0,0,.9)), url("/img/player.jpg") no-repeat; background-size: cover; }
#registrationFormTarget { padding: 10px 0px; min-height: 450px; }
#registrationFormTarget label { display: block; margin-top: 6px; margin-bottom: 2px; text-transform: uppercase; font-size: 80%; color: #2c2c2c; }
#registrationFormTarget .sol_campo { padding: 5px 6px 3px 6px; color: #2e3ec7; font-weight: bold; border: 0px; border-bottom: 1px solid #d7d7d7; background-color: #f3f3f3; font-family: Courier New, Courier, monospace }
#registrationFormTarget .sol_campo_multiple { display: inline-block; }
#registrationFormTarget .sol_campo_multiple_boton { padding: 1px 7px; background-color: #dee0e1; margin-right: 4px; margin-left: 0px !important; }
#registrationFormTarget .sol_campo_telefono { display: inline-block; margin-right: 8px; }
#registrationFormTarget .sol_campo_telefono .sol_campo { border: 0px !important; border-bottom: 1px solid #ebebeb; padding: 0px; margin-bottom: 0px !important; }
#registrationFormTarget .sol_campo_telefono sup { color: #F63A67; cursor: pointer; }
#registrationFormTarget footer { display: block; background: none; border: 0px; padding-left: 0px; }
#registrationFormTarget .sol_formulario_ok { color: #fff; background-color: #000; border: 0px; padding: 10px 30px; }
#registrationFormTarget .sol_mensaje_exito { font-size: 120%; margin-top: 150px; text-align: center; }
#registrationFormTarget .sol_mensaje_exito:before { content: 'Muito obrigado!'; display: block; font-size: 150%; text-align: center; }
#registrationFormTarget .sol_lista_checks label { display: inline-block; margin-right: 20px; }
#registrationFormTarget h2 { text-transform: uppercase; font-size: 100%; margin-top: 10px; margin-bottom: 15px; border-bottom: 1px solid #d7d7d7; }
#registrationFormTarget textarea { width: 370px; }
#registrationFormTarget .sol_detalles_wrapper { margin-top: 10px; text-align: left; display: inline-block; margin: 0px 10px 0px 0px; }
.ssi_person_registration .sol_detalles_wrapper > input { margin: 0px 4px 0px 0px; }
.ssi_person_registration .sol_detalles_wrapper > label { display: block; font-size: 90%; margin: 0px 4px 0px 0px; }
.ssi_person_registration .sol_campo { border: 1px solid #d2d6de; padding: 2px 6px; border-radius: 3px; }
.ssi_person_registration_photo { float: left; margin-right: 15px; }

@media (max-width: 600px) { .ssi_atlhete_registration { display: block; } }

#deliveryTarget, .ssi_payment_box { -webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid; }
#deliveryTarget, .ssi_payment_box { border: 1px solid #ccc; background-color: #fafafa; padding: 5px; margin-bottom: 15px; }
#deliveryTarget label { display: block; margin-top: 6px; margin-bottom: 2px; text-transform: uppercase; font-size: 80%; color: #2c2c2c; }
#deliveryTarget select { min-width: 230px; display: inline-block; }
#deliveryTarget .sol_campo { height: 16px; display: inline-block; min-width: 200px; border: 1px solid #ccc; border-radius: 3px; padding: 4px 8px; background-color: #fff; max-width: calc(100% - 6px); box-sizing: content-box; }
.ssi_delivery_total { margin-top: 8px; }
.ssi_delivery_free_shipping, .ssi_delivery_missing_address { background-color: #386740; color: #fff; font-weight: bold; padding: 4px 8px; display: inline-block; margin-left: 8px; border-radius: 3px; }
.ssi_delivery_free_shipping { background-color: #386740; }
.ssi_delivery_missing_address { background-color: #c27906; }

.sol_address_zip_button { height: 24px; vertical-align: top; width: 24px; cursor: pointer; background-image: url('/img/search.png'); background-position: center center; background-repeat: no-repeat; }
.sol_required_icon {font-size: 100%; margin-left: 2px; padding: 1px 4.5px 1px 5px; border-radius: 2px; color: transparent; background-image: url('img/exclamation.png'); background-repeat: no-repeat}

.ssi_bottom_search { display: none; }
.ssi_top_searchbox { float: right; position: relative; top: 7px; }
.ssi_search_input { border-radius: 3px; padding-bottom: 1.5px; border: 1px solid #ababab; }
.ssi_search_button { position: absolute; color: #444; font-family: icomoon; content: "\e904"; top: 1px; border: 0px; border-radius: 3px; background-color: transparent; height: 23px; vertical-align: top; width: 25px; cursor: pointer; margin-left: -24px; }


@media (max-width: 650px) {
    .ssi_top_searchbox { display: none; }
    .ssi_bottom_search { display: block; width: 100%; position: relative; bottom: 7px; margin-top: 15px; }
    .ssi_search_input { border-radius: 3px; margin-top: 1px; width: 90%; margin-right: 1px; }
    .ssi_search_button { border: 1px solid #ccc; border-radius: 3px; background-color: #cccccc; height: 25px; vertical-align: top; width: 25px; cursor: pointer; }
}

.ssi_payment_box label { display: block; margin-top: 6px; margin-bottom: 2px; text-transform: uppercase; font-size: 80%; color: #2c2c2c; }

.ssi_identification_box { border: 1px solid #ccc; background-color: #fafafa; padding: 5px 5px 10px 5px; margin-bottom: 15px; }
.ssi_identification_box label { display: block; margin-top: 6px; margin-bottom: 2px; text-transform: uppercase; font-size: 80%; color: #2c2c2c; }
.ssi_identification_box .sol_campo { height: 16px; display: inline-block; min-width: 200px; border: 1px solid #ccc; border-radius: 3px; padding: 4px 8px; background-color: #fff; max-width: calc(100% - 6px); box-sizing: content-box; }

.ssi_cart_finish_button { font-size: 130%; text-transform: uppercase; padding: 10px 20px; border-radius: 4px; display: block; }
.ssi_cart_total { margin-bottom: 15px; }
.ssi_cart_total input { border: 1px solid #ccc; background-color: #fafafa; padding: 5px; font-weight: bold; font-size: 130%; color: #671e94 }
.ssi_cart_error { white-space: pre-wrap; font-weight: bold; padding: 5px 8px; margin-bottom: 15px; background-color: #fde5e5; border-radius: 3px; }

.ssi_results_title { padding: 50px 30px 30px; }
.ssi_results_page_error { padding: 100px; margin-bottom: 50px; }

.ssi_success_page { padding: 100px 30px; }


.ssi_equotation_form { display: block;  float: left; }
.ssi_equotation_form_wrapper { padding: 5px; }
.ssi_equotation_form_wrapper > label { margin-right: 5px; }
.ssi_equotation_form_wrapper > input { }
.ssi_equotation_form footer { background-color: #fff; border: 0; }

.ssi_sale_discount_title { text-transform: uppercase; font-size: 150%; padding: 5px; }
.ssi_checkout_table_product_discount { text-align: left; color: #037818; font-weight: bold; }
.ssi_checkout_table_total_discount { text-align: right; color: #037818; font-weight: bold; }

.ssi_sale_discount_gallery { float: left; padding: 5px; margin-right: 10px; }
.ssi_sale_discount_short_description { margin: 15px 0px; background-color: #fafafa; padding: 8px; text-align: justify; }
.ssi_sale_discount_products { margin-top: 20px; text-align: center; clear: both; }
.ssi_sale_discount_products > div { text-align: left; flex-wrap: wrap }
.ssi_sale_discount_minimal_quantity { text-align: left; padding: 5px; }
.ssi_sale_discount_price { color: #671e94; font-size: 200%; }
.ssi_purchase_button_sale_details { border-radius: 3px; background-color: #252525; padding: 12px 24px; cursor: pointer; color: #fff; border: 0; margin-top: 10px; }
.ssi_purchase_bottom_button_sale_details { border-radius: 3px; background-color: #252525; padding: 12px 24px; cursor: pointer; color: #fff; border: 0; position: relative; left: 50%; margin: 10px; }

.ssi_custom_home_text {}
.ssi_custom_home_text_mobile { display: none; }

@media (max-width: 650px)
{
    .ssi_custom_home_text_desktop { display: none; }
    .ssi_custom_home_text_mobile { display: block; }
}

.ssi_gallery_all { display: flex; flex-wrap: wrap; margin-bottom: 36px; margin-top: 15px; justify-content: center; }
.ssi_gallery_all > div { flex: 1 1 auto;  margin: 4px; min-width: 240px; max-width: 300px; }
.ssi_gallery_all > div > a { overflow: hidden; display: block; }
.ssi_gallery_all > div > a:hover img { transform: scale(1.2); }
.ssi_gallery_all img { width: 100%; border: 1px solid #ccc; border-radius: 4px; transition: transform .7s ease; }
.ssi_gallery_album { text-align: center; }
.ssi_gallery_arrow { margin-top: 16px; position: absolute; cursor: pointer; z-index: 999; background-color: white; padding: 3px 15px 3px 14px; border-radius: 21px; opacity: 0.7; }
.ssi_gallery_arrow:hover { opacity: 0.9; }
.ssi_gallery_album img { vertical-align: middle; border: 1px solid #ccc; border-radius: 3px; }
.ssi_gallery_album p { margin-bottom: 20px; text-align: center; }
.ssi_gallery_album_photo { max-width: calc(100% - 200px); max-height: 380px; }
.ssi_gallery_album #galleryDesc { margin-top: 15px; margin-bottom: 15px; }
.ssi_gallery_album #leftArrow { margin-left: 10px; }
.ssi_gallery_album #rightArrow { margin-left: -70px; }

@media (max-width: 650px) {

    .ssi_gallery_album_photo { width: 98%; height: unset; max-width: initial; }
    .ssi_gallery_all > div { max-width: unset; }
}

.ssi_contact_form { margin-bottom: 20px; }
.ssi_contact_form h1 { margin-left: 6px; text-transform: uppercase; }
.ssi_contact_form label { display: block; padding-left: 5px; }
.ssi_contact_form input, .ssi_contact_form select, .ssi_contact_form textarea { padding: 12px 20px; margin: 5px 6px; display: inline-block; border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box; width: 50%; }
.ssi_contact_form textarea { width: 98% !important; }
.ssi_contact_form button { margin-top: 20px; white-space: nowrap; text-transform: uppercase; border-radius: 4px; background-color: black; color: white; padding: 15px 60px; margin-left: 6px; }
.ssi_contact_form button:hover { cursor: pointer; }
.ssi_contact_form button:active { background-color: #2f2f2f; }
.ssi_contact_form .sol_upload { border: 1px solid #ccc; border-radius: 4px; padding: 12px 20px; margin: 5px 6px; }
.sol_upload_empty { font-style: italic }
.sol_upload_agregar { margin-top: 10px !important; padding-left: 0 !important;}
.sol_upload_eliminar { float: right; color: #7a0909; vertical-align: top; font-weight: bold; cursor: pointer; margin-right: 2px; }
.ssi_translation_budget p { margin-bottom: 25px; }

.ssi_whats_button { background: #467323; color: #fff; position: fixed; bottom: 15px; right: 15px; padding: 8px 15px 4px 15px !important; text-transform: uppercase; border-radius: 5px; font-size: 140%; }
.ssi_whats_button:before { content: url("/img/whatsapp.png"); padding-right: 15px; vertical-align: middle; }

@media (max-width: 650px) {
    .ssi_whats_button { background: #467323; color: #fff; position: fixed; left: 0; bottom: 0; width: 100%; text-align: center; font-size: 160%; text-transform: uppercase; padding: 20px 0px !important; font-weight: lighter; }
    .ssi_whats_button:before { content: url("/img/whatsapp.png"); padding-right: 15px; }
    .ssi_contact_form button { width: calc(100% - 8px); }
}

.sol_sites_pixel_code_img { display: none; width: 1px; height: 1px;}

.sol_sites_google_tag_manager { display: none; visibility:hidden; width: 0px; height: 0px; }

.sol_image_field { border: 1px solid #ccc; border-radius: 3px; margin-bottom: 6px; text-align: center; }
.sol_image_field img { background-color: #fff; margin: 8px 8px 6px 8px; min-height: 100px; min-width: 100px; }
.sol_image_field_bar { padding: 0px 8px; background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#eeeeee)); background-image: -webkit-linear-gradient(top, #ffffff, 0%, #eeeeee, 100%); background-image: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%); background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0); border-top: 1px solid #ccc; }
.sol_image_field_clear { font-size: 12px; float: right; padding: 5px 12px; background-color: transparent !important; background: none !important; border: 0 !important; }
.sol_image_field_flotable { float: left; margin-right: 10px; border: 0; }
.sol_image_field_flotable .sol_images { margin-right: 0px; }
.sol_image_field_flotable img { margin: 0px; }
.sol_image_field_flotable .sol_image_field_bar { background: none; border: 0; padding-left: 0px; position: relative; top: -5px; }
.sol_image_field_flotable .sol_image_field_bar button { font-size: 90% }
.sol_upload_seleccionar { padding-left: 0px !important; margin-left: 0px !important; }

.sol_boton { color: #fff; border-radius: 3px; cursor: pointer; padding: 6px 12px; border: 0px; background-color: #303641; }
.sol_boton:hover { background-color: #1f232a; }
.sol_boton:after { background-color: #1f232a; padding: 3px 10px 9px 10px; position: absolute; margin-left: 10px; margin-top: -6px; }
.sol_boton:focus { border-color: #91c1e5 !important; }
.sol_boton_enlace { background: none !important; color: #373e4a; border: 0px !important; text-shadow: none !important; box-shadow: none !important; }
.sol_boton_enlace:hover { text-decoration: underline; }

.ssi_tag_cloud { text-align: center; margin: auto; background: #F9F8F5; padding: 60px; }
.ssi_tag_cloud_title { padding-bottom: 20px; }
.ssi_tag_cloud span[data-weight="5"] { font-size: 160%; padding-right: 15px; color: #000; }
.ssi_tag_cloud span[data-weight="4"] { font-size: 140%; padding-right: 15px; color: #0E0E0F; }
.ssi_tag_cloud span[data-weight="3"] { font-size: 120%; padding-right: 15px; color: #323338; }
.ssi_tag_cloud span[data-weight="2"] { font-size: 100%; padding-right: 15px; color: #60626B; }
.ssi_tag_cloud span[data-weight="1"] { font-size: 80%; padding-right: 15px; color: #7C7E8A; }

.ssi_newsletter_form { background: #E8E8E8; padding: 60px; text-align: center; }
.ssi_newsletter_form h2 { margin-bottom: 20px; }
.ssi_newsletter_submit { margin-top: 20px; }
.ssi_newsletter_form input { border-radius: 3px; margin: 10px; padding: 5px; }

@media (max-width: 650px) {
    .ssi_newsletter_form label { display: inline-block; }
}

.ssi_contact_page { max-width: 940px; margin: auto; display: flex; margin-top: 100px; flex-wrap: wrap; justify-content: space-between; }
.ssi_contact_form { padding: 0px 8px; padding-bottom: 60px; max-width: 600px; }
.ssi_contact_form input { width: 98%; }
.ssi_contact_form #mensajeExito, .ssi_contact_form #mensajeError { position: relative; top: 555px; }
.ssi_contact_info_card { padding-top: 100px; display: flex; justify-content: space-between; align-items: center; }
.ssi_contact_info_card span { display: block; font-weight: bold; font-size: 110%; }
.ssi_contact_info_email, .ssi_contact_info_phone, .ssi_contact_info_whats { padding-right: 30px; }
.ssi_contact_info_email_icon:before { font-family: icomoon; content: "\e906"; padding: 30px; font-size: 170%; }
.ssi_contact_info_phone_icon:before { font-family: icomoon; content: "\e904"; padding: 30px; font-size: 170%; }
.ssi_contact_info_whats_icon:before { font-family: icomoon; content: "\e905"; padding: 30px; font-size: 170%; }
.ssi_contact_info_arrow { font-weight: bold; font-size: 120%; }
.ssi_contact_address span { display: block; padding-top: 10px; }
.ssi_translation_address { margin: auto; text-align: center; margin-bottom: 50px; }
.ssi_translation_address span { display: block; }
.ssi_translation_social_media { width: 100%; margin: 30px auto; text-align: center; display: block; display: flex; justify-content: center; gap: 30px; }
.ssi_translation_social_media span { display: block; }
.ssi_translation_social_media .network_link { float: unset; font-size: 30px; }
.ssi_signature_validation h2 { margin-bottom: 20px; }

@media (max-width: 600px) {
    .ssi_contact_page { padding: 0 10px; }
    .ssi_contact_form #mensajeExito, .ssi_contact_form #mensajeError { top: 565px; }
    .ssi_contact_info_card { padding-top: 50px; }
    .ssi_contact_form { padding-bottom: 40px; }
    .ssi_contact_info { padding-bottom: 40px; margin: auto; }
    .ssi_contact_social_media { margin-top: 20px; }
    .ssi_contact_social_media .network_link { float: unset; }
}

.ssi_payment_box_online_payment icon { background-repeat: no-repeat; background-size: contain; display: inline-block; }
.ssi_payment_box_online_payment button { width: 160px; margin: 5px 15px; display: inline-flex; gap: 6px; justify-content: center; }
.ssi_payment_box_online_payment .sol_boton.chequeado { border: 1.5px inset #5d6760 !important; background-color: #303641c7; }

.ssi_languages_selector { padding-right: 10px; }
.ssi_languages_selector a:not(:last-child) { border-right: solid 1px; }
.ssi_languages_selector a { padding: 0 5px; font-size: 70%; }
.ssi_languages_selector:before { content: "\e9ca"; font-family: icomoon; font-size: 90%; vertical-align: middle; }

@media (max-width: 600px) {
    .ssi_languages_selector { float: left; margin-left: 12px; margin-top: 10px; }
}

.scu_slider_nav { z-index: 99; text-align: center; position: relative; margin-top: -75px; margin-bottom: 75px; }
.scu_slider_nav span { background-color: #252525; padding: 4px; cursor: pointer; display: inline-block; margin: 0px 2px; border-radius: 50%; }
.scu_slider_nav .selected { background-color: #671e94; }

.sol_campo_telefono { display: inline-grid; }
.sol_campo_multiple_boton { font-size: 18px; font-weight: 900; padding: 1px 7px; border-radius: 6px; position: relative; top: 2px; z-index: 1000; }
.sol_campo_telefono sup { position: relative; top: -24px; right: -287px; font-weight: bold; width: 15px; font-size: 13px; }
.sol_campo_telefono sup:hover { color: darkred; cursor: pointer; }
.ssi_chekout_address_number { display: flex; gap: 40px; }

/* Exibir e-mail secundário da empresa no footer do site */
.ssi_footer_contact_email a { display: block; margin-bottom: 5px; }
@font-face { font-family: 'Chewy'; src: url('fonts/Chewy-Regular.ttf') format('truetype'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'Fredoka'; src: url('fonts/Fredoka-VariableFont_wdth,wght.ttf') format('truetype'); font-weight: 300 700; font-style: normal; }

/* Menu e banner*/
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Fredoka', sans-serif; }
.hero-section { width: 100%; min-height: 100vh; background: url('https://lirolirorecreacao.com.br/img/liroliro/banner_liroliro.PNG') no-repeat center bottom; background-size: 100% 100%; display: flex; flex-direction: column; align-items: center; position: relative; padding: 28px 20px; text-align: center; }
.top-bar { width: 100%; max-width: 1700px; display: flex; justify-content: flex-end; z-index: 101; }
.navbar { margin-top: 0px; z-index: 100; }
.nav-links { background: rgba(255, 255, 255, 0.3); backdrop-filter: blur(1px); padding: 15px 130px; border-radius: 25px; display: flex; gap: 60px; list-style: none; border: 1px solid rgba(0, 147, 177, 0.6); box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3); }
.nav-links a { text-decoration: none; color: #006073; font-family: 'Fredoka', sans-serif; font-weight: 400; font-size: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); }
.social-icons { display: flex; gap: 15px; }
.icon-img { width: 35px; height: auto; transition: transform 0.3s ease; }
.icon-img:hover { transform: scale(1.1); }
.hero-content { max-width: 700px; margin-top: 50px; }
.main-logo { width: 300px; margin-bottom: 40px; }
.hero-title { font-family: 'Chewy', system-ui; font-size: 70px; color: #ffffff; line-height: 1.1; -webkit-text-stroke: 5px #01868F; paint-order: stroke fill; text-shadow: 4px 4px 5px rgba(0, 0, 0, 0.3); }
.hero-title span { color: #FFFF37; -webkit-text-stroke: 5px #949403; font-family: 'Chewy', system-ui; }
.hero-description { font-family: 'Fredoka', sans-serif; color: #ffffff; font-size: 26px; font-weight: 600; margin: 25px auto 45px; max-width: 550px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); }
.hero-buttons { display: flex; justify-content: center; gap: 20px; margin-top: 30px; margin-bottom: 54px; }
.btn { font-family: 'Chewy', system-ui; padding: 10px 54px; border-radius: 7px; text-decoration: none; font-size: 35px; transition: all 0.3s ease; display: inline-block; -webkit-text-stroke: 1.5px rgba(0,0,0,0.2); color: white; }
.btn:hover { transform: scale(1.05); text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4); }
.btn-primary { background-color: #32C5EE; border: 2px solid #ffffff; box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3); -webkit-text-stroke: 1px #7D7D00; color: #FFFF37; }
.btn-secondary { background-color: #32c5ee82; border: 2px solid #ffffff; box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3); -webkit-text-stroke: 1px #366D04; color: #fff; }
.menu-checkbox, .hamburger { display: none; }
.hamburger { display: none; cursor: pointer; flex-direction: column; gap: 5px; }
.hamburger span { width: 30px; height: 4px; background-color: #fff; border-radius: 2px; }
.ssi_top { display: none; }
nav li { padding: 0; }
nav > label { display: none !important; }
.ssi_nav_home ul { display: none; }

@media (max-width: 768px) { .hero-section { background-size: cover !important; background-position: center bottom; padding-top: 20px; background: url('https://lirolirorecreacao.com.br/img/liroliro/banner_liroliro_mobile.png') no-repeat 15%; }
    .top-bar { justify-content: space-between; flex-direction: row; }
    .hamburger { display: flex; flex-direction: column; gap: 6px; cursor: pointer; }
    .line { width: 35px; height: 4px; background-color: #006073; border-radius: 10px; transition: 0.4s; }
    .menu-checkbox:checked ~ .top-bar .hamburger .line:nth-child(1) { transform: rotate(-45deg) translate(-8px, 6px); }
    .menu-checkbox:checked ~ .top-bar .hamburger .line:nth-child(2) { opacity: 0; }
    .menu-checkbox:checked ~ .top-bar .hamburger .line:nth-child(3) { transform: rotate(45deg) translate(-8px, -7px); }
    .navbar { position: fixed; top: 0; right: -100%; width: 100%; height: 100vh; background: linear-gradient(135deg, #ffffff 0%, #79d2e6 100%); transition: 0.5s ease-in-out; display: flex; justify-content: center; align-items: center; }
    .menu-checkbox:checked ~ .navbar { right: 0; }
    .nav-links { flex-direction: column; background: none; border: none; box-shadow: none; gap: 40px; padding: 0; }
    .nav-links a { font-size: 32px; text-shadow: none; }
    .hero-content { margin-top: 40px; }
    .main-logo { width: 220px; margin-bottom: 20px; }
    .hero-title { font-size: 42px; -webkit-text-stroke: 3px #01868F; }
    .hero-title span { -webkit-text-stroke: 3px #949403; }
    .hero-description { font-size: 20px; margin-bottom: 40px; max-width: 95%; }
    .hero-buttons { flex-direction: column; align-items: center; gap: 15px; }
    .btn { font-size: 28px; padding: 15px 0; width: 100%; max-width: 300px; }
    nav:not(footer nav) { margin-top: 0px !important; }
    nav:not(footer nav) li a, nav ul span { padding: 0; }
    nav:not(footer nav) li:not(:last-child) { border-bottom: none; }
    nav:not(footer nav) li { text-align: center; }
}

/* Home - Serviços */
.ssi_content { margin: 0px auto; max-width: none; padding: 0; }
.services-section { width: 100%; padding: 130px 20px; background: url('https://lirolirorecreacao.com.br/img/liroliro/home_servicos_banner_liroliro.png') no-repeat center top; background-size: cover; display: flex; flex-direction: column; align-items: center; position: relative; text-align: center; }
.services-header { margin-bottom: 50px; }
.badge-services { background: linear-gradient(90deg, #F474AE 0%, #F7817E 50%, #F88668 75%, #FB9044 100%); color: white; padding: 7px 35px; border-radius: 50px; font-family: 'Fredoka', sans-serif; font-size: 24px; font-weight: 400; display: inline-flex; align-items: center; gap: 15px; margin-bottom: 30px; box-shadow: 0 4px 15px rgba(247, 112, 161, 0.3); text-transform: uppercase; letter-spacing: 1px; word-spacing: 15px; }
.badge-icon { width: 30px; height: auto; filter: brightness(0) invert(1); }
.section-title { font-family: 'Chewy', system-ui; font-size: 70px; line-height: 1.2; margin-bottom: 20px; text-align: center; background: linear-gradient(to bottom, #C94FBA 0%, #915AEF 50%, #5C72F6 100% ); background-size: 100% 1.2em; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; filter: drop-shadow(2px 2px 0px #fff) drop-shadow(-2px -2px 0px #fff) drop-shadow(2px -2px 0px #fff) drop-shadow(-2px 2px 0px #fff) drop-shadow(3px 4px 5px rgba(0, 0, 0, 0.2)); display: block; box-decoration-break: clone; -webkit-box-decoration-break: clone; font-weight: 400; }
.section-subtitle { font-family: 'Fredoka', sans-serif; font-size: 24px; color: #8B90D9; margin-bottom: 60px; font-weight: 500; -webkit-text-stroke: 1.5px #ffffff; paint-order: stroke fill; }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 30px; max-width: 1320px; width: 100%; margin: 0 auto; }
.service-card { background: white; border-radius: 20px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.08); transition: transform 0.3s ease; display: flex; flex-direction: column; }
.service-card:hover { transform: translateY(-10px); }
.card-image { width: 100%; height: 220px; overflow: hidden; }
.card-image img { width: 100%; height: 100%; object-fit: cover; }
.card-content { padding: 25px; text-align: left; }
.card-icon { width: 24px; height: 24px; margin-right: 8px; -webkit-text-fill-color: initial; filter: none; }
.card-title { font-family: 'Chewy', system-ui; font-size: 26px; margin-bottom: 15px; display: inline-flex; align-items: center; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; filter: drop-shadow(1px 1px 0px #fff) drop-shadow(-1px -1px 0px #fff) drop-shadow(1px -1px 0px #fff) drop-shadow(-1px 1px 0px #fff) drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.15)); }
.border-orange { border-top: 15px solid #E45700; }
.text-orange { background: linear-gradient(to bottom, #E45700 0%, #e4570080 100%); -webkit-background-clip: text; background-clip: text; }
.border-pink { border-top: 15px solid #E400BA; }
.text-pink { background: linear-gradient(to bottom, #E400CD 0%, #D364D9 100%); -webkit-background-clip: text; background-clip: text; }
.border-blue { border-top: 15px solid #008DE4; }
.text-blue { background: linear-gradient(to bottom, #00CDE4 0%, #6493D9 100%); -webkit-background-clip: text; background-clip: text; }
.border-yellow { border-top: 15px solid #E4D100; }
.text-yellow { background: linear-gradient(to bottom, #F8E627 0%, #C9C923 100%); -webkit-background-clip: text; background-clip: text; }
.border-green { border-top: 15px solid #00E45F; }
.text-green { background: linear-gradient(to bottom, #00E45F 0%, #1faf385e 100%); -webkit-background-clip: text; background-clip: text; }
.border-cyan { border-top: 15px solid #00E4D9; }
.text-cyan { background: linear-gradient(to bottom, #00E4D9 0%, #64D9C2 100%); -webkit-background-clip: text; background-clip: text; }
.tag-container { display: flex; flex-wrap: wrap; gap: 8px; }
.tag { color: #010101; padding: 4px 12px; border-radius: 200px; font-size: 14px; font-family: 'Fredoka', sans-serif; font-weight: 400; display: inline-block; }
.tag-orange { background-color: #FBE3D5; }
.tag-pink { background-color: #FCE5F8; }
.tag-blue { background-color: #DBECFB; }
.tag-yellow { background-color: #FEFFE2; }
.tag-green { background-color: #CEFED2; }
.tag-cyan { background-color: #CCFAF7; }

@media (max-width: 768px) {
    .services-section { background-position: 25% top; padding: 100px 15px; }
    .section-title { font-size: 45px; filter: drop-shadow(1px 0 0 #fff) drop-shadow(-1px 0 0 #fff) drop-shadow(0 1px 0 #fff) drop-shadow(0 -1px 0 #fff) drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.15)); }
    .section-subtitle { font-size: 20px; -webkit-text-stroke: 1px #ffffff; margin-bottom: 40px; max-width: 95%; margin-left: auto; margin-right: auto; }
    .badge-services { font-size: 14px; padding: 10px 20px; gap: 10px; }
    .badge-icon { width: 30px; }
    .services-grid { grid-template-columns: 1fr; gap: 25px; padding: 0 10px; }
    .service-card { max-width: 100%; border-radius: 15px; }
    .card-image { height: 200px; }
    .card-content { padding: 20px 15px; }
    .card-title { font-size: 22px; }
    .tag { font-size: 13px; padding: 3px 10px; }
}

@media (max-width: 650px) {
    .ssi_custom_home_text_desktop { display: unset; }
}

/* Home - Queridinhos */
.queridinhos-section { padding: 70px 20px; background-color: #ffffff; max-width: 1320px; margin: 0 auto; }
.queridinhos-header { margin-bottom: 40px; }
.title-wrapper { display: flex; align-items: center; gap: 100px; }
.queridinhos-title { font-family: 'Chewy', system-ui; font-size: 70px; line-height: 1.1; display: inline-block; background: linear-gradient(to bottom, #A456DD 0%, #7965F2 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; -webkit-text-stroke: 1px #571AB3; paint-order: stroke fill; filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.15)); font-weight: 400; }
.title-line { flex-grow: 1; height: 3px; background: linear-gradient(to right, #2BCAD9, #9987D9); border-radius: 2px; }
.queridinhos-subtitle { font-family: 'Fredoka', sans-serif; font-size: 24px; color: #8B90D9; margin-top: 10px; text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3); font-weight: 500; }
.queridinhos-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-bottom: 80px; }
.queridinho-card { border-radius: 4px; overflow: hidden; text-decoration: none; transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); border: 6px solid transparent; display: block; }
.img-container { position: relative; width: 100%; height: 350px; overflow: hidden; }
.img-container img { width: 100%; height: 100%; object-fit: cover; }
.queridinho-card:hover .img-container img { transform: scale(1); }
.queridinho-card:hover { transform: scale(1.08); z-index: 10; box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15); }
.card-pink { border-color: #D364D9; }
.card-yellow { border-color: #F0FF7B; }
.card-blue { border-color: #32C5EE; }
.card-cyan { border-color: #00E4D9; }
.badge-tag { position: absolute; top: 15px; right: 15px; padding: 2px 22px; border-radius: 50px; font-family: 'Chewy', system-ui; font-size: 23px; color: white; text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2); paint-order: stroke fill; display: flex; align-items: center; justify-content: center; z-index: 5; }
.tag-pink-queridinhos { background-color: #e400ba94; border: 1px solid #D364D9; -webkit-text-stroke: 1.2px #D364D9; }
.tag-yellow-queridinhos { background-color: #E4D100; border: 1px solid #F0FF7B; -webkit-text-stroke: 1.2px #BCBC12; }
.tag-blue-queridinhos { background-color: #008DE4; border: 1px solid #32C5EE; -webkit-text-stroke: 1.2px #32C5EE; }
.tag-cyan-queridinhos { background-color: #00E4D9; border: 1px solid #6bffe2; -webkit-text-stroke: 1.2px #6bffe2; }
.contact-banner-container { position: relative; padding: 40px 0; max-width: 1320px; margin: 0 auto; }
.contact-dream-banner { position: relative; overflow: hidden; background: linear-gradient(135deg, #8B90D9, #D364D9); border-radius: 30px; padding: 50px 40px; text-align: center; color: white; box-shadow: 0 10px 25px rgba(147, 112, 219, 0.3); z-index: 1; }
.contact-dream-banner h3 { font-family: 'Chewy', system-ui; font-size: 35px; color: #ffffff; margin-bottom: 28px; line-height: 1.2; -webkit-text-stroke: 1.5px #E25BE9; paint-order: stroke fill; filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, 0.3)); font-weight: 400; }
.banner-circles { position: absolute; left: 5px; bottom: -50px; width: 260px; height: 350px; pointer-events: none; z-index: 1; }
.banner-circles svg { width: 100%; height: 100%; }
.contact-dream-banner h3,
.contact-dream-banner .contact-buttons,
.contact-dream-banner .address-link { position: relative; z-index: 2; }
.contact-buttons { display: flex; justify-content: center; gap: 20px; margin-bottom: 20px; flex-wrap: wrap; }
.contact-btn { background: #C784FF; border: 1px solid white; padding: 10px 25px; border-radius: 50px; color: white; text-decoration: none; font-family: 'Fredoka', sans-serif; font-weight: 400; display: flex; align-items: center; gap: 15px; transition: background 0.3s; font-size: 20px; }
.contact-btn:hover { background: #ffffff91; color: #E400BA; }
.contact-btn img { width: 20px; }
.address-link { display: none;/* display: block;*/ color: #ffffff; text-decoration: none; font-family: 'Fredoka', sans-serif; font-size: 20px; font-weight: 600; margin-top: 28px; transition: transform 0.3s ease; -webkit-text-stroke: 1px #353434; paint-order: stroke fill; }
.address-link:hover { transform: scale(1.05); color: #ffffff; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); }
.bow-decoration { position: absolute; right: -60px; top: -20px; width: 180px; transform: rotate(8deg); z-index: 10; pointer-events: none; }

@media (max-width: 768px) {
    .queridinhos-title { font-size: 36px; }
    .title-line { display: none; }
    .contact-dream-banner { padding: 30px 20px; margin: 0 10px; }
    .contact-dream-banner h3 { font-size: 28px; -webkit-text-stroke: 1px #E25BE9; }
    .bow-decoration { width: 70px; right: -13px; top: 34px; }
    .contact-banner-container { padding: 50px 0px; }
    .img-container { height: 280px; }
    .banner-circles { width: 200px; height: 200px; left: -40px; bottom: -40px; opacity: 0.6; }
    .address-link { font-size: 16px; -webkit-text-stroke: 0.8px #353434; margin-top: 15px; }
    .contact-btn { font-size: unset; }
}

/* Home - Avaliações */
.reviews-section { width: 100%; padding: 100px 20px; background: linear-gradient(to bottom, #BBE9F4 0%, #E0F6FC 100%); position: relative; overflow: hidden; text-align: center; }
.reviews-bg-circle { position: absolute; right: 0px; top: 66%; transform: translateY(-50%); width: 680px; height: 680px; z-index: 1; pointer-events: none; color: #B2E6F2; }
.reviews-container { max-width: 1320px; margin: 0 auto; position: relative; z-index: 2; width: 100%; /*overflow: hidden;*/ }
.reviews-title { font-family: 'Chewy', system-ui; font-size: 70px; color: #098EA9; -webkit-text-stroke: 4px #ffffff; paint-order: stroke fill; margin-bottom: 15px; filter: drop-shadow(3px 3px 0px rgba(0,0,0,0.1)); font-weight: 400; }
.reviews-subtitle { font-family: 'Fredoka', sans-serif; font-size: 22px; color: #0089A3; font-weight: 500; }
.reviews-sub-description { font-family: 'Fredoka', sans-serif; font-size: 20px; color: #4FB6C9; margin-bottom: 50px; }
/*.reviews-carousel { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; width: 100%; transition: all 0.3s ease; }*/
.reviews-carousel { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 25px; width: 100%; padding: 10px 10px 40px 10px; scroll-behavior: smooth; cursor: grab; }
/*.review-card { background: #ffffff; border-radius: 8px; padding: 16px; text-align: left; box-shadow: 4px 4px 4px rgb(0 0 0 / 20%); display: flex; flex-direction: column; }*/
.review-card { flex: 0 0 350px; scroll-snap-align: start; background: #ffffff; border-radius: 12px; padding: 24px; text-align: left; /*box-shadow: 0px 6px 15px rgba(0,0,0,0.08); */ box-shadow: 4px 4px 4px rgb(0 0 0 / 20%); display: flex; flex-direction: column; height: 320px; box-sizing: border-box; user-select: none; }
.card-header { display: flex; align-items: center; gap: 20px; margin-bottom: 20px; padding-bottom: 15px; border-bottom: 1px solid #F0F0F0; }
/*.user-photo { width: 60px; height: 60px; border-radius: 50%; object-fit: cover; border: 2px solid #E0E0E0; }*/
.user-info h4 { font-family: 'Fredoka', sans-serif; font-size: 18px; color: #000; margin: 0; font-weight: 500; }
.user-info span { font-size: 13px; color: #000; display: block; font-weight: 100; }
.stars-container { display: flex; gap: 3px; margin-top: 6px; align-items: center; }
.star-icon { width: 16px; height: auto; object-fit: contain; }
/*.quote-container { margin-bottom: 15px; display: flex; justify-content: flex-start; }*/
.quote-img { width: 45px; height: auto; object-fit: contain; }
/*.quote-icon { display: none; }*/
.review-text { font-family: 'Fredoka', sans-serif; font-size: 15px; color: #010101; line-height: 1.6; font-weight: 300; margin: 0; }
.reviews-header { margin-bottom: 40px; }
.reviews-carousel::-webkit-scrollbar { height: 10px; }
.reviews-carousel::-webkit-scrollbar-track { background: #CBEFF7; border-radius: 10px; }
.reviews-carousel::-webkit-scrollbar-thumb { background: #098ea9ad; border-radius: 10px; }
.review-text-wrapper { flex-grow: 1; overflow-y: auto; padding-right: 10px; }
.review-text-wrapper::-webkit-scrollbar { width: 6px; }
.review-text-wrapper::-webkit-scrollbar-track { background: #f1f1f1; border-radius: 6px; }
.review-text-wrapper::-webkit-scrollbar-thumb { background: #4fb6c994; border-radius: 6px; }
.reviews-carousel.dragging { cursor: grabbing; }

@media (max-width: 768px) {
    .reviews-title { font-size: 48px; -webkit-text-stroke: 2px #ffffff; }
    /*.reviews-carousel { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 15px; padding: 10px 5px 30px 5px; scroll-behavior: smooth; -webkit-overflow-scrolling: touch; width: 100%; }*/
    /*.reviews-carousel::-webkit-scrollbar { display: none; }*/
    .review-card { flex: 0 0 calc(90% - 10px); height: 340px; scroll-snap-align: center; }
    .reviews-bg-circle { width: 300px; height: 300px; right: -50px; top: 90%; }
    .reviews-section { padding: 60px 20px; }
    /*.review-text { min-height: auto; word-wrap: break-word; }*/
    /*.card-header { gap: 10px; }*/
    .user-info h4 { font-size: 16px; text-align: left; }
    .user-info span { text-align: left; }
}

/* Home - Contato */
.contact-section { width: 100%; padding: 150px 20px; background-color: #ffffff; position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.contact-container { max-width: 1180px; width: 100%; margin: 0 auto; display: flex; gap: 60px; align-items: center; position: relative; z-index: 5; margin: 50px 0; }
.contact-bg-circle { position: absolute; left: -10px; bottom: 150px; width: 300px; height: 300px; z-index: 1; }
.decor-icon { position: absolute; z-index: 2; pointer-events: none; }
.icon-sun { top: 70px; left: 80px; width: 160px; }
.icon-dino { bottom: -20px; right: 80px; width: 300px; z-index: 6; }
.contact-info { flex: 1; }
.contact-title-yellow { font-family: 'Chewy', system-ui; font-size: 45px; color: #FFCF0D; margin-bottom: 5px; font-weight: 400; }
.contact-title-blue { font-family: 'Chewy', system-ui; font-size: 45px; color: #2BB5C8; margin-bottom: 25px; font-weight: 400; }
.contact-description { font-family: 'Fredoka', sans-serif; font-size: 20px; color: #126373; line-height: 1.6; max-width: 500px; margin-bottom: 40px; text-align: justify; }
.contact-actions { display: flex; flex-direction: column; gap: 40px; align-items: flex-start; max-width: 500px; }
.whatsapp-row { display: flex; align-items: center; justify-content: flex-start; gap: 24px; font-family: 'Fredoka', sans-serif; color: #126373; font-weight: 400; font-size: 20px; }
.whatsapp-row span { font-family: 'Fredoka', sans-serif; }
.btn-whatsapp { background-color: #F5AC0D; color: white; padding: 10px 20px; border-radius: 25px; border: 1px solid #fff; text-decoration: none; font-weight: 400; box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2); transition: transform 0.2s; display: flex; align-items: center; gap: 12px; -webkit-text-stroke: 1.2px #C58805; paint-order: stroke fill; font-family: 'Fredoka', sans-serif; }
.btn-location { display: none; /*display: inline-block;*/ align-self: flex-end; border: 1px solid #3EBFD9; background-color: #F3FBFD; color: #126373; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-family: 'Fredoka', sans-serif; font-size: 16px; transition: all 0.3s; /*display: flex;*/ align-items: center; gap: 12px; box-shadow: 0px 3px 4px #00000030; }
.btn-whatsapp:hover, .btn-location:hover { transform: translateY(-3px); }
.contact-form-wrapper { flex: 1; background: white; padding: 50px; border-radius: 10px; /*border: 1px solid #B2EBF2; box-shadow: 10px 10px 0px rgba(178, 235, 242, 0.3);*/ min-height: 400px; }

/*@media (max-width: 1024px) {
    .contact-container { flex-direction: column; text-align: center; }
    .contact-description { margin: 0 auto 40px; }
    .contact-actions { align-items: center; }
    .whatsapp-row { flex-direction: column; }
    .icon-dino { position: relative; right: 0; margin-top: 40px; }
    .btn-location { align-self: center; }
}*/

@media (max-width: 768px) {
    .contact-title-yellow, .contact-title-blue { font-size: 34px; }
    .icon-sun { width: 180px; top: 20px; left: 20px; }
    .contact-form-wrapper { padding: 20px; min-height: 200px; }
    .contact-container { flex-direction: column; text-align: center; }
    .contact-description { margin: 0 auto 40px; }
    .contact-actions { align-items: center; }
    .whatsapp-row { flex-direction: column; }
    .icon-dino { /*position: relative;*/ right: 0; /*margin-top: 40px;*/ }
    .btn-location { align-self: center; }
    .contact-section { padding: 150px 20px 550px; }
    .contact-section-planos { padding: 150px 20px 550px !important; }
}

/* Container do Formulário */
.ssi_contact_form { background: #ffffff; padding: 10px 25px 28px 25px; border-radius: 4px; border: 1px solid #3ebfd961; box-shadow: 4px 4px 14px #00000029; width: 100%; box-sizing: border-box; max-width: 550px; position: relative; z-index: 7; top: -665px; left: 310px; margin-bottom: -533px; }
#contact_form_id { display: flex; flex-direction: column; }
#formTitle { display: none; }
/*#contact_form_id label { font-family: 'Chewy', system-ui; font-size: 22px; color: #2BB5C8;*/ /*margin-bottom: 5px; margin-top: 15px; font-weight: 400; }*/
#contact_form_id label { font-family: 'Chewy', system-ui; font-size: 20px; color: #3EBFD9; margin-top: 10px; display: block; }
#contact_form_id input[type="text"],
#contact_form_id input[type="email"],
#contact_form_id input[type="tel"],
#contact_form_id textarea { width: 100%; padding: 12px 15px; border: 1px solid #129ab57d !important; border-radius: 4px; font-family: 'Fredoka', sans-serif; color: #126373; background-color: #ffffff; box-sizing: border-box; outline: none; margin: 2px 0 0; }
#contact_form_id input,
#contact_form_id textarea { border: 1px solid #129ab57d !important; border-radius: 4px; font-family: 'Fredoka', sans-serif; padding: 12px; width: 100% !important; box-sizing: border-box; }
.ssi_contact_form::after { content: ""; display: table; clear: both; }
#contact_form_id ::placeholder { color: #B2EBF2; opacity: 0.7; }
#campoMensaje { min-height: 140px; resize: none; }
/*#botonEnviar { align-self: flex-end;*/ /*margin-top: 30px; background-color: #ffffff; color: #2BB5C8; font-family: 'Chewy', system-ui; font-size: 20px; padding: 10px 45px; border: 2px solid #B2EBF2; border-radius: 10px; cursor: pointer; text-transform: capitalize;*/ /*box-shadow: 0 4px 0px #B2EBF2; transition: all 0.2s ease; }*/
#botonEnviar { display: flex !important; align-items: center; gap: 40px; float: right; margin-top: 25px; background-color: #ffffff; color: #00C2E4; font-family: 'Chewy', system-ui; font-size: 20px; padding: 10px 70px 10px 10px; border: 1px solid #3ebfd97d; border-radius: 4px; cursor: pointer; box-shadow: 0px 5px 0px #3ebfd97d; transition: all 0.2s ease; align-self: flex-end; text-transform: capitalize; }
#botonEnviar:hover { transform: translateY(2px); box-shadow: 0 2px 0px #B2EBF2; }
#botonEnviar:active { transform: translateY(4px); box-shadow: none; }
#botonEnviar::before { content: ""; display: inline-block; width: 28px; height: 28px; background-image: url('https://lirolirorecreacao.com.br/img/liroliro/icone_varinha_formulario.png'); background-size: contain; background-repeat: no-repeat; background-position: center; }
.ssi_contact_form button { margin-left: 0; }

@media (max-width: 1200px) { 
    .ssi_contact_form { left: 300px; }
    .ssi_contact_form_menu { left: 300px !important; }
    .whatsapp-row { display: flex; align-items: center; gap: 24px; font-family: 'Fredoka', sans-serif; color: #126373; font-weight: 400; font-size: 20px; flex-direction: column; justify-content: center; margin: auto; }
    .btn-location { align-self: center; }
}

@media (max-width: 1180px) {
    .ssi_contact_form { left: 290px; }
    .ssi_contact_form_menu { left: 290px !important; }
}

@media (max-width: 1160px) {
    .ssi_contact_form { left: 280px; }
    .ssi_contact_form_menu { left: 280px !important; }
}

@media (max-width: 1140px) {
    .ssi_contact_form { left: 270px; }
    .ssi_contact_form_menu { left: 270px !important; }
}

@media (max-width: 1120px) {
    .ssi_contact_form { left: 260px; top: -680px; }
    .ssi_contact_form_menu { left: 260px !important; top: -560px !important; }
}

@media (max-width: 1100px) {
    .ssi_contact_form { left: 250px; }
    .ssi_contact_form_menu { left: 250px !important; }
}

@media (max-width: 1080px) {
    .ssi_contact_form { left: 240px; }
    .ssi_contact_form_menu { left: 240px !important; }
}

@media (max-width: 1060px) {
    .ssi_contact_form { left: 230px; }
    .ssi_contact_form_menu { left: 230px !important; }
}

@media (max-width: 1040px) {
    .ssi_contact_form { left: 220px; }
    .ssi_contact_form_menu { left: 220px !important; }
}

@media (max-width: 1020px) {
    .ssi_contact_form { max-width: 530px; }
    .ssi_contact_form_menu { max-width: 530px !important; }
}

@media (max-width: 1000px) {
    .ssi_contact_form { max-width: 520px; }
    .ssi_contact_form_menu { max-width: 520px !important; }
}

@media (max-width: 980px) {
    .ssi_contact_form { max-width: 500px; }
    .ssi_contact_form_menu { max-width: 500px !important; }
}

@media (max-width: 960px) {
    .ssi_contact_form { max-width: 480px; }
    .ssi_contact_form_menu { max-width: 480px !important; }
}

@media (max-width: 940px) {
    .ssi_contact_form { max-width: 460px; }
    .ssi_contact_form_menu { max-width: 460px !important; }
}

@media (max-width: 930px) {
    .ssi_contact_form { top: -695px; left: 210px; }
    .ssi_contact_form_menu { top: -575px !important; left: 210px !important; }
}

@media (max-width: 910px) {
    .ssi_contact_form { left: 200px; }
    .ssi_contact_form_menu { left: 200px !important; }
}

@media (max-width: 890px) {
    .ssi_contact_form { left: 190px; }
    .ssi_contact_form_menu { left: 190px !important; }
}

@media (max-width: 870px) {
    .ssi_contact_form { left: 180px; }
    .ssi_contact_form_menu { left: 180px !important; }
}

@media (max-width: 850px) {
    .ssi_contact_form { max-width: 440px; }
    .ssi_contact_form_menu { max-width: 440px !important; }
}

@media (max-width: 830px) {
    .ssi_contact_form { max-width: 420px; }
    .ssi_contact_form_menu { max-width: 420px !important; }
}

@media (max-width: 812px) {
    .btn-location { font-size: 14px; }
    .ssi_contact_form { max-width: 400px; }
    .ssi_contact_form_menu { max-width: 400px !important; }
}

@media (max-width: 789px) {
    .ssi_contact_form { left: 170px; top: -740px; }
    .ssi_contact_form_menu { left: 170px !important; top: -625px !important; }
}

@media (max-width: 768px) {
    #botonEnviar { align-self: center; width: 100%; justify-content: center; }
    .ssi_contact_form { left: 0px; top: -750px; }
    .ssi_contact_form_menu { left: 0px !important; }
}

@media (max-width: 650px) {
    .ssi_contact_form { margin-bottom: -550px; }
    .ssi_contact_form_menu { margin-bottom: -428px !important; }
}

@media (max-width: 440px) {
    .ssi_contact_form { max-width: 380px; }
    .ssi_contact_form_menu { max-width: 380px !important; }
}

@media (max-width: 420px) {
    .ssi_contact_form { max-width: 360px; }
    .ssi_contact_form_menu { max-width: 360px !important; }
}

@media (max-width: 400px) {
    .ssi_contact_form { max-width: 340px; }
    .ssi_contact_form_menu { max-width: 340px !important; }
}

@media (max-width: 380px) {
    .ssi_contact_form { max-width: 320px; }
    .ssi_contact_form_menu { max-width: 320px !important; }
}

@media (max-width: 360px) {
    .ssi_contact_form { max-width: 300px; }
    .ssi_contact_form_menu { max-width: 300px !important; }
}

@media (max-width: 340px) {
    .ssi_contact_form { max-width: 280px; }
    #botonEnviar { gap: 10px; padding: 10px 40px 10px 10px; }
    .ssi_contact_form_menu { max-width: 280px !important; }
}

@media (max-width: 320px) {
    .ssi_contact_form { max-width: 260px; }
    .ssi_contact_form_menu { max-width: 260px !important; }
}

@media (max-width: 300px) {
    .ssi_contact_form { max-width: 240px; }
    .ssi_contact_form_menu { max-width: 240px !important; }
}

@media (max-width: 280px) {
    .ssi_contact_form { max-width: 220px; }
    .ssi_contact_form_menu { max-width: 220px !important; }
}

@media (max-width: 260px) {
    .ssi_contact_form { max-width: 200px; }
    .ssi_contact_form_menu { max-width: 200px !important; }
}

@media (max-width: 240px) {
    .ssi_contact_form { max-width: 180px; }
    #botonEnviar { gap: 10px; padding: 10px 30px 10px 10px; }
    .ssi_contact_form_menu { max-width: 180px !important; }
}

@media (max-width: 200px) {
    .ssi_contact_form { max-width: 160px; }
    #botonEnviar { gap: 0px; padding: 10px 25px 10px 10px; }
    .ssi_contact_form_menu { max-width: 160px !important; }
}

@media (max-width: 180px) {
    .ssi_contact_form { max-width: 140px; }
    #botonEnviar { gap: 0px; padding: 10px 10px 10px 10px; }
    .ssi_contact_form_menu { max-width: 140px !important; }
}

@media (max-width: 160px) {
    .ssi_contact_form { max-width: 120px; }
    .ssi_contact_form_menu { max-width: 120px !important; }
}

/* Rodapé */
footer { width: 100%; background-color: #E49C00; background-image: url('https://lirolirorecreacao.com.br/img/liroliro/estrelas_rodape.png'); background-size: cover; background-position: center; padding: 100px 20px; color: #000000; position: relative; border-top: none; border-bottom: none; }
footer .ssi_content { max-width: 1320px; margin: 0 auto; display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; }
footer h2,
footer label[for="menuCheck"] { font-family: 'Fredoka', sans-serif; font-size: 25px; font-weight: 400; margin-bottom: 5px; display: block; color: #000000; text-transform: none; }
#menuCheck { display: none; }
footer .ssi_footer_about_us p { font-family: 'Fredoka', sans-serif; font-size: 20px; line-height: 1.4; color: #010101; font-weight: 200; width: 240px; letter-spacing: -0.8px; text-align: justify; }
footer .ssi_content > div:first-child img { display: none; }
.ssi_footer_contact_addresses address { font-style: normal; font-family: 'Fredoka', sans-serif !important; font-size: 20px; line-height: 1.4; font-weight: 200; color: #010101; }
.ssi_footer_contact_phone h2,
.ssi_footer_contact_email h2 { display: none; }
.ssi_footer_contact_phone a,
.ssi_footer_contact_email a { text-decoration: none; color: #010101; font-family: 'Fredoka', sans-serif; font-size: 20px; display: flex; align-items: center; gap: 10px; margin-bottom: 15px; font-weight: 200; }
.ssi_footer_contact_phone a::before { content: ""; display: inline-block; width: 20px; height: 20px; background: url('https://lirolirorecreacao.com.br/img/liroliro/icone_whats_rodape.png') no-repeat center/contain; }
.ssi_footer_contact_email a::before { content: ""; display: inline-block; width: 20px; height: 20px; background: url('https://lirolirorecreacao.com.br/img/liroliro/icone_email_rodape.png') no-repeat center/contain; }
.ssi_footer_contact_email::before { content: "Contatos"; font-family: 'Fredoka', sans-serif; font-size: 25px; font-weight: 400; color: #000; display: block; margin-bottom: 5px; }
nav > label { display: inline-block; border: none; border-radius: 0; padding: 0; margin: 0; font-size: 20px; font-weight: 600; }
footer .ssi_content > *:not(:first-child, nav) { min-width: 60px; display: flex; justify-content: space-between; gap: 170px; }
.ssi_footer_extra_content { width: 0 !important; max-width: 0 !important; min-width: 0 !important; display: none !important; }
footer .ssi_content > * { flex: none; }
.ssi_footer_contact h2 { margin-bottom: 5px; margin-top: 0; }
footer label[for="menuCheck"] { font-size: 0; position: relative; left: 160px; display: block !important; }
footer label[for="menuCheck"]:before { content: "Menu"; font-size: 25px; }
footer address strong, footer address span { display: block; font-family: 'Fredoka', sans-serif !important; color: #010101; }
.ssi_footer_contact_phone a { position: relative; left: 700px; top: 40px; }
.ssi_footer_contact_email a { margin-top: 38px; }
footer .ssi_nav_home ul { display: block; left: 160px; position: relative; font-family: 'Fredoka', sans-serif !important; }
footer .ssi_nav_home ul li { padding: 0 0 5px; font-weight: 100; font-family: 'Fredoka', sans-serif !important; font-size: 20px; }
footer .ssi_nav_home ul li a { font-family: 'Fredoka', sans-serif !important; }
.ssi_nav_page ul { display: none; }
footer .ssi_nav_page ul { display: block; left: 160px; position: relative; font-family: 'Fredoka', sans-serif !important; }
footer .ssi_nav_page ul li { padding: 2px 0; font-weight: 100; font-family: 'Fredoka', sans-serif !important; font-size: 20px; }
footer .ssi_nav_page ul li a { font-family: 'Fredoka', sans-serif !important; }
footer .ssi_content:not(footer nav .ssi_content) { display: flex; flex-wrap: wrap; gap: 26px; }
.ssi_footer_contact_whats a { position: relative; left: 680px; top: 32px; text-decoration: none; color: #010101; font-family: 'Fredoka', sans-serif; font-size: 20px; display: flex; align-items: center; gap: 10px; margin-bottom: 15px; font-weight: 200; }
.ssi_footer_contact_whats h2 { font-size: 0; }
.ssi_footer_contact_whats a::before { content: ""; display: inline-block; width: 20px; height: 20px; background: url(https://lirolirorecreacao.com.br/img/liroliro/icone_whats_rodape.png) no-repeat center / contain; }

@media (max-width: 1358px) {
    footer .ssi_content > *:not(:first-child, nav) { gap: 170px; }
    .ssi_footer_contact_whats a { left: 680px; }
}

@media (max-width: 1356px) {
    footer .ssi_content:not(footer nav .ssi_content) { display: flex; flex-wrap: wrap; gap: 0px; }
}

@media (max-width: 1353px) { footer .ssi_content > *:not(:first-child, nav) { gap: 170px; }
    .ssi_footer_contact_phone a { left: 680px; }
}

@media (max-width: 1333px) {
    footer .ssi_content > *:not(:first-child, nav) { gap: 160px; }
    .ssi_footer_contact_phone a { left: 660px; }
    .ssi_footer_contact_whats a { left: 660px; }
}

@media (max-width: 1313px) {
    footer .ssi_content > *:not(:first-child, nav) { gap: 150px; }
    .ssi_footer_contact_phone a { left: 640px; }
    .ssi_footer_contact_whats a { left: 640px; }
}

@media (max-width: 1293px) {
    footer .ssi_content > *:not(:first-child, nav) { gap: 140px; }
    .ssi_footer_contact_phone a { left: 620px; }
    .ssi_footer_contact_whats a { left: 620px; }
}

@media (max-width: 1273px) {
    footer .ssi_content > *:not(:first-child, nav) { gap: 130px; }
    .ssi_footer_contact_phone a { left: 600px; }
    .ssi_footer_contact_whats a { left: 600px; }
}

@media (max-width: 1253px) {
    footer .ssi_content > *:not(:first-child, nav) { gap: 120px; }
    .ssi_footer_contact_phone a { left: 580px; }
    .ssi_footer_contact_whats a { left: 580px; }
}

@media (max-width: 1233px) {
    footer .ssi_content > *:not(:first-child, nav) { gap: 110px; }
    .ssi_footer_contact_phone a { left: 560px; }
    .ssi_footer_contact_whats a { left: 560px; }
}

@media (max-width: 1213px) {
    footer .ssi_content > *:not(:first-child, nav) { gap: 100px; }
    .ssi_footer_contact_phone a { left: 540px; }
    .ssi_footer_contact_whats a { left: 540px; }
}

@media (max-width: 1193px) {
    footer .ssi_content > *:not(:first-child, nav) { gap: 90px; }
    .ssi_footer_contact_phone a { left: 520px; }
    .ssi_footer_contact_whats a { left: 520px; }
}

@media (max-width: 1173px) {
    footer .ssi_content > *:not(:first-child, nav) { gap: 80px; }
    .ssi_footer_contact_phone a { left: 500px; }
    .ssi_footer_contact_whats a { left: 500px; }
}

@media (max-width: 1153px) {
    footer .ssi_content > *:not(:first-child, nav) { gap: 70px; }
    .ssi_footer_contact_phone a { left: 480px; }
    .ssi_footer_contact_whats a { left: 480px; }
}

@media (max-width: 1133px) {
    footer .ssi_content > *:not(:first-child, nav) { gap: 60px; }
    .ssi_footer_contact_phone a { left: 460px; }
    .ssi_footer_contact_whats a { left: 460px; }
}

@media (max-width: 1113px) {
    footer .ssi_content > *:not(:first-child, nav) { gap: 50px; }
    .ssi_footer_contact_phone a { left: 440px; }
    .ssi_footer_contact_whats a { left: 440px; }
}

@media (max-width: 1093px) {
    footer .ssi_content > *:not(:first-child, nav) { gap: 40px; }
    .ssi_footer_contact_phone a { left: 420px; }
    .ssi_footer_contact_whats a { left: 420px; }
}

@media (max-width: 1073px) {
    footer .ssi_content > *:not(:first-child, nav) { gap: 30px; }
    .ssi_footer_contact_phone a { left: 400px; }
    .ssi_footer_contact_whats a { left: 400px; }
}

@media (max-width: 1053px) {
    footer .ssi_content > *:not(:first-child, nav) { gap: 20px; }
    .ssi_footer_contact_phone a { left: 380px; }
    .ssi_footer_contact_whats a { left: 380px; }
}

@media (max-width: 1033px) {
    footer .ssi_content > *:not(:first-child, nav) { gap: 10px; }
    .ssi_footer_contact_phone a { left: 360px; }
    small { margin-top: -10px; }
    .ssi_footer_contact_whats a { left: 360px; }
}

@media (max-width: 1013px) {
    footer .ssi_content > *:not(:first-child, nav) { gap: 30px; }
    .ssi_footer_contact_phone a { left: 430px; }
    footer label[for="menuCheck"] { font-size: 0; position: relative; left: 90px; }
    footer .ssi_content > *:not(:first-child, nav) { min-width: 200px; }
    .ssi_footer_contact_addresses address { min-width: 170px; }
    .ssi_footer_contact_phone a, .ssi_footer_contact_email a { min-width: 200px; }
    footer .ssi_content:not(footer nav .ssi_content) { flex-wrap: nowrap; gap: 12px; }
    .ssi_footer_contact { position: relative; left: -150px; }
    footer .ssi_nav_page ul { left: 90px; }
    footer .ssi_nav_home ul { left: 90px; }
    .ssi_footer_contact_whats a { left: 405px; }
    .ssi_whats_button { min-width: 60px !important; }
}

@media (max-width: 1005px) {
    .ssi_footer_contact { left: -160px; }
}

@media (max-width: 995px) {
    .ssi_footer_contact { left: -170px;  }
}

@media (max-width: 985px) {
    .ssi_footer_contact { left: -180px; }
}

@media (max-width: 975px) {
    .ssi_footer_contact { left: -190px; }
}

@media (max-width: 965px) {
    .ssi_footer_contact { left: -180px; }
    footer .ssi_content > *:not(:first-child, nav) { gap: 20px; }
    .ssi_footer_contact_phone a { left: 410px; }
    .ssi_footer_contact_whats a { left: 385px; }
}

@media (max-width: 955px) {
    .ssi_footer_contact { left: -190px; }
}

@media (max-width: 945px) {
    .ssi_footer_contact { left: -180px; }
    footer .ssi_content > *:not(:first-child, nav) { gap: 10px; }
    .ssi_footer_contact_phone a { left: 390px; }
    .ssi_footer_contact_whats a { left: 365px; }
}

@media (max-width: 935px) {
    footer .ssi_footer_about_us p { width: 200px; }
    footer label[for="menuCheck"] { left: 50px; }
    footer .ssi_content > *:not(:first-child, nav) { gap: 20px; }
    .ssi_footer_contact { left: -210px; }
    .ssi_footer_contact_phone a { left: 410px; }
    footer .ssi_nav_page ul { left: 50px; }
    footer .ssi_nav_home ul { left: 50px; }
    .ssi_footer_contact_whats a { left: 385px; }
}

@media (max-width: 925px) {
    .ssi_footer_contact { left: -220px; }
}

@media (max-width: 915px) {
    .ssi_footer_contact { left: -230px; }
}

@media (max-width: 905px) {
    .ssi_footer_contact { left: -220px; }
    footer .ssi_content > *:not(:first-child, nav) { gap: 10px; }
    .ssi_footer_contact_phone a { left: 390px; }
    .ssi_footer_contact_whats a { left: 365px; }
}

@media (max-width: 895px) {
    .ssi_footer_contact { left: -230px; }
}

@media (max-width: 885px) {
    footer label[for="menuCheck"] { left: 50px; }
    .ssi_footer_contact { left: -240px; }
}

@media (max-width: 875px) {
    .ssi_footer_contact_addresses address { min-width: 100px; width: 150px; }
    .ssi_footer_contact_phone a { left: 370px; }
    .ssi_footer_contact { left: -230px; }
    .ssi_footer_contact_whats a { left: 345px; }
}

@media (max-width: 865px) {
    .ssi_footer_contact_phone a { left: 370px; }
    footer .ssi_content > *:not(:first-child, nav) { gap: 10px; }
    .ssi_footer_contact { left: -240px; }
}

@media (max-width: 855px) {
    footer .ssi_content > *:not(:first-child, nav) { gap: 0px; }
    .ssi_footer_contact_phone a { left: 350px; }
    .ssi_footer_contact { left: -230px; }
    .ssi_footer_contact_whats a { left: 325px; }
}

@media (max-width: 845px) {
    footer .ssi_footer_about_us p { width: 130px; }
    footer label[for="menuCheck"] { left: 0px; }
    footer .ssi_nav_page ul { left: 0px; }
    footer .ssi_nav_home ul { left: 0px; }
}

@media (max-width: 835px) {
    .ssi_footer_contact { left: -240px; }
}

@media (max-width: 825px) {
    footer label[for="menuCheck"] { left: 0px; }
    .ssi_footer_contact { left: -250px; }
}

@media (max-width: 815px) {
    footer label[for="menuCheck"] { left: 0px; }
    .ssi_footer_contact { left: -260px; }
}

@media (max-width: 805px) {
    footer label[for="menuCheck"] { left: 0px; }
    .ssi_footer_contact { left: -270px; }
}

@media (max-width: 795px) {
    footer label[for="menuCheck"] { left: 0; }
    .ssi_footer_contact { left: -280px; }
}

@media (max-width: 785px) {
    .ssi_footer_contact { left: -290px; }
}

@media (max-width: 775px) {
    .ssi_footer_contact { left: -300px; }
}

@media (max-width: 768px) {
    footer .ssi_content:not(footer nav .ssi_content) { flex-wrap: wrap; justify-content: space-between; }
    footer .ssi_footer_about_us p { width: 270px; }
    footer label[for="menuCheck"] { left: -115px; }
    footer .ssi_content > *:not(:first-child, nav) { gap: 225px; }
    .ssi_footer_contact_phone a { left: 770px; }
    .ssi_footer_contact_addresses address { min-width: 100px; width: 170px; }
    .ssi_footer_contact { left: -400px; }
    footer .ssi_nav_page ul { left: -115px; }
    footer .ssi_nav_home ul { left: -115px; }
    .ssi_footer_contact_whats a { left: 795px; }
}

@media (max-width: 755px) {
    footer .ssi_content > *:not(:first-child, nav) { gap: 215px; }
    .ssi_footer_contact { left: -390px; }
    .ssi_footer_contact_phone a { left: 750px; }
    .ssi_footer_contact_whats a { left: 775px; }
    footer .ssi_nav_home ul { left: -110px; }
    footer label[for="menuCheck"] { left: -110px; }
    footer .ssi_nav_page ul { left: -110px; }
}

@media (max-width: 740px) {
    footer .ssi_content > *:not(:first-child, nav) { gap: 195px; }
    .ssi_footer_contact { left: -370px; }
    .ssi_footer_contact_phone a { left: 710px; }
    .ssi_footer_contact_whats a { left: 735px; }
    footer .ssi_nav_home ul { left: -115px; }
    footer label[for="menuCheck"] { left: -115px; }
    footer .ssi_nav_page ul { left: -115px; }
}

@media (max-width: 720px) {
    footer .ssi_content > *:not(:first-child, nav) { gap: 175px; }
    .ssi_footer_contact { left: -350px; }
    .ssi_footer_contact_phone a { left: 670px; }
    .ssi_footer_contact_whats a { left: 695px; }
}

@media (max-width: 700px) {
    footer .ssi_content > *:not(:first-child, nav) { gap: 155px; }
    .ssi_footer_contact { left: -330px; }
    .ssi_footer_contact_phone a { left: 630px; }
    .ssi_footer_contact_whats a { left: 655px; }
}

@media (max-width: 680px) {
    footer .ssi_content > *:not(:first-child, nav) { gap: 145px; }
    .ssi_footer_contact { left: -320px; }
    .ssi_footer_contact_phone a { left: 610px; }
    footer .ssi_nav_page ul { left: -105px; }
    footer label[for="menuCheck"] { left: -105px; }
    footer .ssi_nav_home ul { left: -105px; }
    .ssi_footer_contact_whats a { left: 635px; }
}

@media (max-width: 670px) {
    footer .ssi_nav_page ul { left: -100px; }
    footer label[for="menuCheck"] { left: -100px; }
    footer .ssi_nav_home ul { left: -100px; }
}

@media (max-width: 660px) {
    footer .ssi_content > *:not(:first-child, nav) { gap: 135px; }
    .ssi_footer_contact { left: -310px; }
    .ssi_footer_contact_phone a { left: 590px; }
    footer .ssi_footer_about_us p { width: 250px; }
    .ssi_footer_contact_whats a { left: 615px; }
    footer .ssi_nav_home ul { left: -95px; }
    footer label[for="menuCheck"] { left: -95px; }
    footer .ssi_nav_page ul { left: -95px; }
}

@media (max-width: 650px) {
    footer { margin-top: -15px; }
    .ssi_whats_button { left: auto; width: fit-content; }
}

@media (max-width: 640px) {
    footer .ssi_content > *:not(:first-child, nav) { gap: 115px; }
    .ssi_footer_contact { left: -290px; }
    .ssi_footer_contact_phone a { left: 550px; }
    footer .ssi_footer_about_us p { width: 230px; }
    .ssi_footer_contact_whats a { left: 575px; }
}

@media (max-width: 620px) {
    footer label[for="menuCheck"] { left: -90px; }
    footer .ssi_content > *:not(:first-child, nav) { gap: 95px; }
    .ssi_footer_contact { left: -270px; }
    .ssi_footer_contact_phone a { left: 570px; }
    footer .ssi_nav_page ul { left: -90px; }
    footer .ssi_nav_home ul { left: -90px; }
    .ssi_footer_contact_whats a { left: 595px; }
    .ssi_footer_contact_whats a { left: 535px; }
    footer .ssi_nav_page ul { left: -90px; }
}

@media (max-width: 600px) {
    footer .ssi_content > *:not(:first-child, nav) { gap: 85px; }
    .ssi_footer_contact { left: -260px; }
    .ssi_footer_contact_phone a { left: 550px; }
    .ssi_footer_contact_whats a { left: 515px; }
}

@media (max-width: 580px) {
    footer .ssi_footer_about_us p { width: 200px; }
    footer .ssi_content > *:not(:first-child, nav) { gap: 60px; }
    .ssi_footer_contact { left: -235px; }
    .ssi_footer_contact_phone a { left: 490px; }
    .ssi_footer_contact_whats a { left: 465px; }
}

@media (max-width: 560px) {
    footer .ssi_content > *:not(:first-child, nav) { gap: 50px; }
    .ssi_footer_contact { left: -225px; }
    .ssi_footer_contact_phone a { left: 450px; }
    .ssi_footer_contact_whats a { left: 445px; }
    footer .ssi_nav_home ul { left: -80px; }
    footer label[for="menuCheck"] { left: -80px; }
    footer .ssi_nav_page ul { left: -80px; }
    footer .ssi_nav_page ul { left: -80px; }
}

@media (max-width: 540px) {
    footer .ssi_footer_about_us p { width: 130px; }
    footer .ssi_content > *:not(:first-child, nav) { gap: 40px; }
    .ssi_footer_contact { left: -215px; }
    .ssi_footer_contact_phone a { left: 420px; }
    .ssi_footer_contact_addresses address { min-width: 100px; width: 160px; }
    .ssi_footer_contact_whats a { left: 415px; }
}

@media (max-width: 520px) {
    footer .ssi_content > *:not(:first-child, nav) { gap: 20px; }
    .ssi_footer_contact { left: -195px; }
    .ssi_footer_contact_phone a { left: 380px; }
    .ssi_footer_contact_whats a { left: 375px; }
}

@media (max-width: 500px) {
    footer .ssi_content > *:not(:first-child, nav) { gap: 0px; }
    .ssi_footer_contact { left: -175px; }
    .ssi_footer_contact_phone a { left: 360px; }
    .ssi_footer_contact_whats a { left: 335px; }
}

@media (max-width: 490px) {
    footer .ssi_content:not(footer nav .ssi_content) { display: flex; flex-wrap: wrap; gap: 30px; flex-direction: column; }
    .ssi_footer_contact { left: 0px; }
    .ssi_footer_contact_phone a { left: 0px; top: 270px; }
    .ssi_footer_contact { left: 0px; flex-direction: column; }
    footer label[for="menuCheck"] { left: 0px; }
    footer .ssi_footer_about_us p { width: 400px; }
    .ssi_footer_contact_addresses address { min-width: 100px; width: 180px; }
    small .ssi_content { display: flex; flex-wrap: wrap; max-width: 1320px; border-top: 1px solid #ffffff38; padding: 0 10px; flex-direction: column; align-items: center; }
    footer .ssi_content > *:not(:first-child, nav) { gap: 20px; }
    .ssi_footer_contact_email a { margin-top: 42px; }
    footer .ssi_nav_page ul { left: 0px; margin-bottom: -50px; }
    footer .ssi_nav_home ul { left: 0px; margin-bottom: -50px; }
    .ssi_footer_contact_whats a { left: 0px; top: 254px; }
    .ssi_footer_contact_addresses { margin-top: -15px; }
}

@media (max-width: 450px) {
    footer .ssi_footer_about_us p { width: 360px; }
}

@media (max-width: 420px) {
    footer .ssi_footer_about_us p { width: 340px; }
}

@media (max-width: 400px) {
    footer .ssi_footer_about_us p { width: 320px; }
}

@media (max-width: 380px) {
    footer .ssi_footer_about_us p { width: 300px; }
    small { display: block; background-color: #E49C00; padding: 10px 0px; text-align: center; }
}

@media (max-width: 360px) {
    footer .ssi_footer_about_us p { width: 280px; }
}

@media (max-width: 340px) {
    footer .ssi_footer_about_us p { width: 260px; }
}

/* Small */
small { display: block; background-color: #E49C00; padding: 10px 0px; }
small .ssi_content { display: flex; flex-wrap: wrap; max-width: 1320px; border-top: 1px solid #ffffff38; padding: 0 10px; }
small .ssi_content > * { flex: 1 1; font-family: 'Fredoka', sans-serif; font-size: 16px; font-weight: 200; color: #010101; }
small { margin-top: -10px; }

/* Menu Galeria */
.header-interno { width: 100%; background-color: #E49C00; padding: 5px 0; position: relative; z-index: 1000; }
.header-container { max-width: 1320px; margin: 0 auto; padding: 0 20px; display: flex; justify-content: space-between; align-items: center; }
.logo-area img { height: 65px; width: auto; display: block; }
.nav-interna ul { list-style: none; display: flex; gap: 60px; margin: 0; padding: 0; }
.nav-interna a { text-decoration: none; color: white; font-family: 'Fredoka', sans-serif; font-size: 20px; }
.nav-interna a.active { font-weight: bold; border-bottom: 2px solid white; }
.menu-checkbox { display: none; }
.hamburger { display: none; cursor: pointer; }
.ssi_content_page .ssi_content_title { display: none; }
.share_link, .ssi_blog_share_link { margin: 25px 0px; display: none; }

@media (max-width: 768px) {
    .hamburger { display: flex; flex-direction: column; gap: 6px; z-index: 1001; }
    .line { width: 35px; height: 4px; background-color: #fff; border-radius: 10px; transition: 0.4s; }
    .menu-checkbox:checked ~ .header-container .hamburger .line:nth-child(1) { transform: rotate(-45deg) translate(-8px, 6px); }
    .menu-checkbox:checked ~ .header-container .hamburger .line:nth-child(2) { opacity: 0; }
    .menu-checkbox:checked ~ .header-container .hamburger .line:nth-child(3) { transform: rotate(45deg) translate(-8px, -7px); }
    .nav-interna { position: fixed; top: 0; right: -100%; width: 100%; height: 100vh; background: linear-gradient(135deg, #ffffff 0%, #E49C00 100%); transition: 0.5s ease-in-out; display: flex !important; justify-content: center; align-items: center; z-index: 1000; }
    .menu-checkbox:checked ~ .header-container .nav-interna { right: 0; }
    .nav-interna ul { flex-direction: column; text-align: center; gap: 40px; padding: 0; }
    .nav-interna a { font-size: 32px; color: #fff; text-shadow: none; }
    .nav-interna a.active { border-bottom: 3px solid #fff; }
    nav:not(footer nav) > ul { display: none; background-color: transparent; clear: both; border: none; padding-top: 8px !important; padding-bottom: 12px !important; }
}

/* Banner Galeria */
.cinema-strip { width: 100%; height: 80px; background-color: #6C84B4; position: relative; z-index: 10; -webkit-mask: linear-gradient(#000, #000) top left / 100% 20px no-repeat, linear-gradient(#000, #000) bottom left / 100% 20px no-repeat, linear-gradient(to right, transparent 40px, #000 40px) 0 center / 60px 70px repeat-x; mask: linear-gradient(#000, #000) top left / 100% 20px no-repeat, linear-gradient(#000, #000) bottom left / 100% 20px no-repeat, linear-gradient(to right, transparent 40px, #000 40px) 0 center / 60px 70px repeat-x; }
.top-strip { animation: moveMaskRight 12s linear infinite; }
.bottom-strip { animation: moveMaskLeft 12s linear infinite; }

@keyframes moveMaskRight {
    from { -webkit-mask-position: top left, bottom left, 0 center; mask-position: top left, bottom left, 0 center; }
    to { -webkit-mask-position: top left, bottom left, 500px center; mask-position: top left, bottom left, 500px center; }
}

@keyframes moveMaskLeft {
    from { -webkit-mask-position: top left, bottom left, 0 center; mask-position: top left, bottom left, 0 center; }
    to { -webkit-mask-position: top left, bottom left, -500px center; mask-position: top left, bottom left, -500px center; }
}

.galeria-content { background-image: url('https://lirolirorecreacao.com.br/img/liroliro/background_banner_menu_galeria.png'); background-size: cover; background-position: center; background-attachment: fixed; padding: 60px 20px; text-align: center; min-height: 600px; position: relative; margin-top: -60px; margin-bottom: -60px; z-index: 5; }
.galeria-intro h1 { font-family: 'Chewy', system-ui; font-size: 80px; line-height: 1.1; margin-bottom: 10px; text-align: center; text-transform: uppercase; filter: drop-shadow(1px 1px 0px #fff) drop-shadow(-1px -1px 0px #fff) drop-shadow(1px -1px 0px #fff) drop-shadow(-1px 1px 0px #fff) drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.15)); }
.galeria-intro h1 { background: linear-gradient(180deg, #40A6BE 5%, #615CCF 30%, #6811cd 50%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; display: inline-block; width: 100%; margin-top: 75px; }
.galeria-intro h1 span { background: linear-gradient(180deg, #E8A8E0 5%, #B358CF 45%, #7504C0 95%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; display: block; margin-top: -5px; font-family: 'Chewy', system-ui; }
.galeria-intro p { font-family: 'Fredoka', sans-serif; color: #4147A2; font-size: 25px; max-width: 850px; margin: 15px auto 50px; font-weight: 400; line-height: 1.4; text-align: center; -webkit-text-stroke: 1.5px #ffffff; paint-order: stroke fill; text-shadow: 1px 1px 3px rgba(0,0,0,0.1); }
.gallery-grid { max-width: 1320px; margin: 0 auto 80px; display: flex; flex-wrap: nowrap; justify-content: center; gap: 15px; padding: 20px; }
.gallery-item { flex: 0 1 200px; min-width: 150px; aspect-ratio: 1 / 1; border: 14px solid #C9B7EE; border-radius: 4px; overflow: hidden; /* background-color: white; */ /* padding: 8px; */ box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; border-radius: 4px; }

@media (max-width: 1024px) {
    .gallery-grid { flex-wrap: wrap; justify-content: center; }
    .gallery-item { flex: 0 0 calc(33.33% - 15px); }
}

@media (max-width: 768px) {
    .nav-interna { display: none; }
    .galeria-intro h1 { font-size: 38px; }
    .gallery-item { flex: 0 0 calc(50% - 15px); }
    .galeria-content { padding: 40px 15px; }
}

/* Galeria - Introdução */
.galeria-intro-section { padding: 80px 20px; background-color: #ffffff; overflow: hidden; }
.container-galeria-intro-content { max-width: 1320px; margin: 0 auto; }
.galeria-header-top { display: flex; flex-direction: column; align-items: center; text-align: center; margin-bottom: 60px; width: 100%; }
.galeria-year { display: block; font-family: 'Chewy', system-ui; font-size: clamp(32px, 5vw, 45px); margin-bottom: 15px; background: linear-gradient(180deg, #00E4D9 0%, #D364D9 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.1)); }
.galeria-badge { background: linear-gradient(90deg, #F474AE 0%, #F7817E 50%, #F88668 75%, #FB9044 100%); padding: 10px 40px; border-radius: 50px; display: inline-flex; align-items: center; gap: clamp(20px, 8vw, 120px); box-shadow: 0 4px 15px rgba(244, 116, 174, 0.3); max-width: 100%; }
.galeria-badge h2 { color: white; font-family: 'Fredoka', sans-serif; font-size: clamp(16px, 4vw, 24px); font-weight: 400; margin: 0; text-transform: uppercase; letter-spacing: 2px; }
.sparkle-icon { width: clamp(14px, 3vw, 22px); height: auto; filter: brightness(0) invert(1); flex-shrink: 0; }
.galeria-main-flex { display: flex; align-items: center; gap: 80px; }
.galeria-photos-wrapper { flex: 1.2; position: relative; width: 100%; max-width: 630px; aspect-ratio: 4 / 3; margin: 0 auto; }
.galeria-text-content { flex: 1; text-align: left; }
.galeria-text-content p { font-family: 'Fredoka', sans-serif; font-size: clamp(18px, 2.5vw, 24px); color: #6C84B4; line-height: 1.5; margin-bottom: 30px; font-weight: 400; text-align: justify; }
.photo-card { position: absolute; border-radius: 30px; overflow: hidden; border: 2px solid #6C84B4; box-shadow: 0 12px 25px rgba(0,0,0,0.1); background: white; }
.photo-card img { width: 100%; height: 100%; object-fit: cover; }
.photo-main-center { width: 76%; height: 68%; top: 16%; left: 12%; z-index: 1; }
.photo-top-left { width: 31%; aspect-ratio: 1 / 1; top: 0; left: 0; z-index: 2; }
.photo-bottom-right { width: 28%; aspect-ratio: 1 / 1; bottom: 0; right: 0; z-index: 2; }

@media (max-width: 1024px) {
    .galeria-main-flex { flex-direction: column; gap: 60px; }
    .galeria-text-content { text-align: center; max-width: 800px; margin: 0 auto; }
    .galeria-photos-wrapper { max-width: 480px; }
}

@media (max-width: 480px) {
    .galeria-intro-section { padding: 50px 15px; }
    .galeria-header-top { margin-bottom: 40px; }
    .galeria-badge { padding: 8px 20px; }
    .galeria-main-flex { gap: 40px; }
}

/* Galeria - Spa Day*/
.galeria-composite-container { position: relative; width: 100%; overflow: hidden; background-color: #ffffff; }
.decor-stars-right { position: absolute; right: -15px; top: 19.5%; width: 180px; height: 380px; background: url('https://lirolirorecreacao.com.br/img/liroliro/estrelas_intro_spa.png') no-repeat center right; background-size: contain; z-index: 20; pointer-events: none; opacity: 0.85; }
.galeria-spa-section { padding: 80px 20px 80px 20px; background-color: #FDE4EC; position: relative; z-index: 1; border-bottom: 3px solid #fff; }
.spa-header-top { display: flex; justify-content: flex-start; margin-bottom: 35px; }
.spa-badge { background-color: #F5789F; border: 2px solid #ffffff; padding: 5px 45px; border-radius: 50px; display: inline-flex; align-items: center; box-shadow: 0 4px 10px rgba(244, 116, 174, 0.2); }
.spa-badge::before { content: ""; display: inline-block; width: 14px; height: 14px; background-color: #DF4776; border-radius: 50%; margin-right: 20px; }
.spa-badge h2 { color: white; font-family: 'Chewy', system-ui; font-size: 50px; font-weight: 400; margin: 0; letter-spacing: 1px; -webkit-text-stroke: 3px #AF1B49; paint-order: stroke fill; text-shadow: 1px 5px 4px rgba(0, 0, 0, 0.2); }
.spa-description { font-family: 'Fredoka', sans-serif; font-size: clamp(16px, 2.2vw, 20px); color: #010101; line-height: 1.6; margin-bottom: 45px; text-align: justify; font-weight: 200; }
.spa-gallery-grid { display: flex; flex-wrap: nowrap; gap: 15px; justify-content: space-between; width: 100%; }
.spa-gallery-item { flex: 1 1 calc(20% - 12px); aspect-ratio: 4 / 3; border: 5px solid #F5789F; border-radius: 7px; overflow: hidden; box-shadow: 0 6px 12px rgba(0,0,0,0.08); transition: transform 0.3s ease; }
.spa-gallery-item img { width: 100%; height: 100%; object-fit: cover; }
.spa-gallery-item:hover { transform: scale(1.04); }

@media (max-width: 1024px) {
    .spa-gallery-grid { flex-wrap: wrap; justify-content: center; gap: 20px; }
    .spa-gallery-item { flex: 0 0 calc(33.33% - 14px); }
    .decor-stars-right { width: 110px; top: 45%; }
}

@media (max-width: 768px) {
    .spa-header-top { justify-content: center; }
    .spa-description { text-align: center; }
    .spa-gallery-item { flex: 0 0 calc(50% - 10px); }
}

@media (max-width: 480px) {
    .galeria-spa-section { padding: 40px 15px 60px 15px; }
    .spa-badge h2 { font-size: 24px; }
    .spa-gallery-item { flex: 0 0 100%; }
    .decor-stars-right { display: none; }
}

/* Galeria - Ação e Diversão */
.galeria-acao-section { padding: 80px 20px; background-color: #D1E9F6; position: relative; z-index: 1; border-bottom: 3px solid #fff; }
.acao-header-top { display: flex; justify-content: flex-start; margin-bottom: 35px; }
.acao-badge { background-color: #008DE4; border: 2px solid #ffffff; padding: 5px 45px; border-radius: 50px; display: inline-flex; align-items: center; box-shadow: 0 4px 10px rgba(0, 141, 228, 0.2); }
.acao-badge::before { content: ""; display: inline-block; width: 14px; height: 14px; background-color: #0D496E; border-radius: 50%; margin-right: 20px; }
.acao-badge h2 { color: white; font-family: 'Chewy', system-ui; font-size: 50px; font-weight: 400; margin: 0; letter-spacing: 1px; -webkit-text-stroke: 3px #004570; paint-order: stroke fill; text-shadow: 1px 5px 4px rgba(0, 0, 0, 0.2); }
.acao-description { font-family: 'Fredoka', sans-serif; font-size: clamp(16px, 2.2vw, 20px); color: #010101; line-height: 1.6; margin-bottom: 45px; text-align: justify; font-weight: 200; }
.acao-gallery-grid { display: flex; flex-wrap: nowrap; gap: 15px; justify-content: space-between; width: 100%; }
.acao-gallery-item { flex: 1 1 calc(20% - 12px); aspect-ratio: 4 / 3; border: 5px solid #008DE4; border-radius: 7px; overflow: hidden; box-shadow: 0 6px 12px rgba(0,0,0,0.08); transition: transform 0.3s ease; }
.acao-gallery-item img { width: 100%; height: 100%; object-fit: cover; }
.acao-gallery-item:hover { transform: scale(1.04); }

@media (max-width: 1024px) {
    .acao-gallery-grid { flex-wrap: wrap; justify-content: center; gap: 20px; }
    .acao-gallery-item { flex: 0 0 calc(33.33% - 14px); }
}

@media (max-width: 768px) {
    .acao-header-top { justify-content: center; }
    .acao-description { text-align: center; }
    .acao-gallery-item { flex: 0 0 calc(50% - 10px); }
}

@media (max-width: 480px) {
    .galeria-acao-section { padding: 40px 15px 60px 15px; }
    .acao-badge h2 { font-size: 24px; }
    .acao-gallery-item { flex: 0 0 100%; }
}

/* Galeria - Eventos e Delícias */
.galeria-delicias-section { padding: 80px 20px; background-color: #FAF6CC; position: relative; z-index: 1; border-bottom: 3px solid #fff; }
.delicias-header-top { display: flex; justify-content: flex-start; margin-bottom: 35px; }
.delicias-badge { background-color: #E4D100; border: 2px solid #ffffff; padding: 5px 45px; border-radius: 50px; display: inline-flex; align-items: center; box-shadow: 0 4px 10px rgba(229, 193, 0, 0.2); }
.delicias-badge::before { content: ""; display: inline-block; width: 14px; height: 14px; background-color: #E49C00; border-radius: 50%; margin-right: 20px; }
.delicias-badge h2 { color: white; font-family: 'Chewy', system-ui; font-size: 50px; font-weight: 400; margin: 0; letter-spacing: 1px; -webkit-text-stroke: 3px #796F00; paint-order: stroke fill; text-shadow: 1px 5px 4px rgba(0, 0, 0, 0.2); }
.delicias-description { font-family: 'Fredoka', sans-serif; font-size: clamp(16px, 2.2vw, 20px); color: #010101; line-height: 1.6; margin-bottom: 45px; text-align: justify; font-weight: 200; }
.delicias-gallery-grid { display: flex; flex-wrap: nowrap; gap: 15px; justify-content: space-between; width: 100%; }
.delicias-gallery-item { flex: 1 1 calc(20% - 12px); aspect-ratio: 4 / 3; border: 5px solid #E4D100; border-radius: 7px; overflow: hidden; box-shadow: 0 6px 12px rgba(0,0,0,0.08); transition: transform 0.3s ease; }
.delicias-gallery-item img { width: 100%; height: 100%; object-fit: cover; }
.delicias-gallery-item:hover { transform: scale(1.04); }

@media (max-width: 1024px) {
    .delicias-gallery-grid { flex-wrap: wrap; justify-content: center; gap: 20px; }
    .delicias-gallery-item { flex: 0 0 calc(33.33% - 14px); }
}

@media (max-width: 768px) {
    .delicias-header-top { justify-content: center; }
    .delicias-description { text-align: center; }
    .delicias-gallery-item { flex: 0 0 calc(50% - 10px); }
}

@media (max-width: 480px) {
    .galeria-delicias-section { padding: 40px 15px 60px 15px; }
    .delicias-badge h2 { font-size: 24px; }
    .delicias-gallery-item { flex: 0 0 100%; }
}

/* Galeria - Oficinas Criativas */
.galeria-oficinas-section { padding: 80px 20px; background-color: #CCFADF; position: relative; z-index: 1; border-bottom: 3px solid #fff; }
.oficinas-header-top { display: flex; justify-content: flex-start; margin-bottom: 35px; }
.oficinas-badge { background-color: #00E45F; border: 2px solid #ffffff; padding: 5px 45px; border-radius: 50px; display: inline-flex; align-items: center; box-shadow: 0 4px 10px rgba(155, 81, 224, 0.2); }
.oficinas-badge::before { content: ""; display: inline-block; width: 14px; height: 14px; background-color: #0A6C33; border-radius: 50%; margin-right: 20px; }
.oficinas-badge h2 { color: white; font-family: 'Chewy', system-ui; font-size: 50px; font-weight: 400; margin: 0; letter-spacing: 1px; -webkit-text-stroke: 3px #10813F; paint-order: stroke fill; text-shadow: 1px 5px 4px rgba(0, 0, 0, 0.2); }
.oficinas-description { font-family: 'Fredoka', sans-serif; font-size: clamp(16px, 2.2vw, 20px); color: #010101; line-height: 1.6; margin-bottom: 45px; text-align: justify; font-weight: 200; }
.oficinas-gallery-grid { display: flex; flex-wrap: nowrap; gap: 15px; justify-content: space-between; width: 100%; }
.oficinas-gallery-item { flex: 1 1 calc(20% - 12px); aspect-ratio: 4 / 3; border: 5px solid #00E45F; border-radius: 7px; overflow: hidden; box-shadow: 0 6px 12px rgba(0,0,0,0.08); transition: transform 0.3s ease; }
.oficinas-gallery-item img { width: 100%; height: 100%; object-fit: cover; }
.oficinas-gallery-item:hover { transform: scale(1.04); }
.decor-stars-left { position: absolute; left: -6px; top: 78%; width: 280px; height: 380px; background: url(https://lirolirorecreacao.com.br/img/liroliro/estrelas_eventos_oficinas.png) no-repeat center left; background-size: contain; z-index: 20; pointer-events: none; mix-blend-mode: multiply; /*opacity: 0.85;*/ }

@media (max-width: 1024px) {
    .oficinas-gallery-grid { flex-wrap: wrap; justify-content: center; gap: 20px; }
    .oficinas-gallery-item { flex: 0 0 calc(33.33% - 14px); }
    .decor-stars-left { width: 110px; top: 74%; }
}

@media (max-width: 768px) {
    .oficinas-header-top { justify-content: center; }
    .oficinas-description { text-align: center; }
    .oficinas-gallery-item { flex: 0 0 calc(50% - 10px); }
}

@media (max-width: 480px) {
    .galeria-oficinas-section { padding: 40px 15px 60px 15px; }
    .oficinas-badge h2 { font-size: 24px; }
    .oficinas-gallery-item { flex: 0 0 100%; }
    .decor-stars-left { display: none; }
}

@media (max-width: 1024px) {
    .spa-gallery-grid,
    .acao-gallery-grid,
    .delicias-gallery-grid,
    .oficinas-gallery-grid { flex-wrap: wrap; justify-content: center; gap: 20px; }
    .spa-gallery-item,
    .acao-gallery-item,
    .delicias-gallery-item,
    .oficinas-gallery-item { flex: 0 0 calc(33.33% - 14px); }
    .decor-stars-right { width: 110px; top: 19.5%; }
    .decor-stars-left { width: 140px; top: 74%; }
}

@media (max-width: 768px) {
    .spa-header-top, .acao-header-top, .delicias-header-top, .oficinas-header-top { justify-content: center; }
    .spa-description, .acao-description, .delicias-description, .oficinas-description { text-align: center; }
    .spa-gallery-grid,
    .acao-gallery-grid,
    .delicias-gallery-grid,
    .oficinas-gallery-grid { flex-wrap: nowrap; overflow-x: auto; justify-content: flex-start; gap: 50px; padding: 15px 20px 30px 20px; margin: 0 auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; }
    .spa-gallery-grid::-webkit-scrollbar,
    .acao-gallery-grid::-webkit-scrollbar,
    .delicias-gallery-grid::-webkit-scrollbar,
    .oficinas-gallery-grid::-webkit-scrollbar { display: none; }
    .spa-gallery-item,
    .acao-gallery-item,
    .delicias-gallery-item,
    .oficinas-gallery-item { flex: 0 0 75%; min-width: 260px; scroll-snap-align: center; }
    .decor-stars-right { width: 80px; top: 18%; }
    .decor-stars-left { width: 90px; top: 76%; }
}

@media (max-width: 480px) {
    .galeria-spa-section,
    .galeria-acao-section,
    .galeria-delicias-section,
    .galeria-oficinas-section { padding: 50px 15px; }
    .spa-badge h2, .acao-badge h2, .delicias-badge h2, .oficinas-badge h2 { font-size: 28px; -webkit-text-stroke-width: 2px; }
    .spa-badge, .acao-badge, .delicias-badge, .oficinas-badge { padding: 0px 30px; }
    .spa-badge::before, .acao-badge::before, .delicias-badge::before, .oficinas-badge::before { width: 10px; height: 10px; margin-right: 12px; }
    .decor-stars-right, .decor-stars-left { display: none; }
    .spa-gallery-grid,
    .acao-gallery-grid,
    .delicias-gallery-grid,
    .oficinas-gallery-grid { flex-wrap: nowrap; overflow-x: auto; justify-content: flex-start; gap: 25px; padding: 15px 20px 30px 20px; margin: 0 auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; }
    .spa-gallery-item, .acao-gallery-item, .delicias-gallery-item, .oficinas-gallery-item { flex: 0 0 100%; min-width: 310px; scroll-snap-align: center; width: 100%; }
}

.galeria-spa-section { --dot-category-color: #DF4776; }
.galeria-acao-section { --dot-category-color: #0D496E; }
.galeria-delicias-section { --dot-category-color: #E49C00; }
.galeria-oficinas-section { --dot-category-color: #0A6C33; }
.carousel-dots { display: none !important; }

@media (max-width: 480px) {
    .carousel-dots { display: flex !important; justify-content: center; align-items: center; gap: 10px; margin-top: 20px; width: 100%; }
    .carousel-dots .dot { width: 12px; height: 12px; border-radius: 50%; background-color: var(--dot-category-color); opacity: 0.3; transition: opacity 0.3s ease, transform 0.3s ease; }
    .carousel-dots .dot.active { opacity: 1; transform: scale(1.2); }
}

/* Menu - Planos */
.header-interno { width: 100%; background-color: #E49C00; padding: 5px 0; position: relative; z-index: 1000; }
.header-container { max-width: 1320px; margin: 0 auto; padding: 0 20px; display: flex; justify-content: space-between; align-items: center; }
.logo-area img { height: 65px; width: auto; display: block; }
.nav-interna ul { list-style: none; display: flex; gap: 60px; margin: 0; padding: 0; }
.nav-interna a { text-decoration: none; color: white; font-family: 'Fredoka', sans-serif; font-size: 20px; }
.nav-interna a.active { font-weight: bold; border-bottom: 2px solid white; }
.menu-checkbox { display: none; }
.hamburger { display: none; cursor: pointer; }
.ssi_content_page .ssi_content_title { display: none; }
.share_link, .ssi_blog_share_link { margin: 25px 0px; display: none; }

@media (max-width: 768px) {
    .hamburger { display: flex; flex-direction: column; gap: 6px; z-index: 1001; }
    .line { width: 35px; height: 4px; background-color: #fff; border-radius: 10px; transition: 0.4s; }
    .menu-checkbox:checked ~ .header-container .hamburger .line:nth-child(1) { transform: rotate(-45deg) translate(-8px, 6px); }
    .menu-checkbox:checked ~ .header-container .hamburger .line:nth-child(2) { opacity: 0; }
    .menu-checkbox:checked ~ .header-container .hamburger .line:nth-child(3) { transform: rotate(45deg) translate(-8px, -7px); }
    .nav-interna { position: fixed; top: 0; right: -100%; width: 100%; height: 100vh; background: linear-gradient(135deg, #ffffff 0%, #E49C00 100%); transition: 0.5s ease-in-out; display: flex !important; justify-content: center; align-items: center; z-index: 1000; }
    .menu-checkbox:checked ~ .header-container .nav-interna { right: 0; }
    .nav-interna ul { flex-direction: column; text-align: center; gap: 40px; padding: 0; }
    .nav-interna a { font-size: 32px; color: #fff; text-shadow: none; }
    .nav-interna a.active { border-bottom: 3px solid #fff; }
    nav:not(footer nav) > ul { display: none; background-color: transparent; clear: both; border: none; padding-top: 8px !important; padding-bottom: 12px !important; }
}

/* Banner Planos */
.planos-banner { width: 100%; min-height: 550px; height: 92vh; background: linear-gradient(to right, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0) 100%), url('https://lirolirorecreacao.com.br/img/liroliro/banner_menu_planos.jpg') no-repeat center center; background-size: cover; display: flex; align-items: center; position: relative; }
.planos-banner-container { max-width: 1320px; width: 100%; margin: 0 auto; padding: 0 20px; display: flex; justify-content: flex-start; }
.planos-banner-content { max-width: 550px; display: flex; flex-direction: column; align-items: flex-start; }
.planos-banner-subtitle { color: #ffffff; font-family: 'Chewy', sans-serif; font-size: 40px; font-weight: 400; line-height: 1.2; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); margin-bottom: 5px; }
.planos-banner-title { color: #FFCF0D; font-family: 'Chewy', system-ui; font-size: clamp(40px, 5vw, 70px); font-weight: 400; line-height: 1.1; margin: 0 0 30px 0; letter-spacing: 1px; text-shadow: 2px 4px 6px rgba(0, 0, 0, 0.6); -webkit-text-stroke: 3px #825900; paint-order: stroke fill; }
.planos-banner-buttons { display: flex; gap: 15px; width: 100%; }
.btn-planos { text-decoration: none; font-family: 'Chewy', system-ui; font-size: 35px; font-weight: 400; padding: 8px 55px; border-radius: 7px; text-align: center; display: inline-block; transition: transform 0.2s ease, background-color 0.2s ease; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); }
.btn-saiba-mais { background-color: #32C5EE; color: #F0FF7B; border: 2px solid #FFFFFF; -webkit-text-stroke: 1px #815801; }
.btn-orcamento { background-color: rgba(50, 197, 238, 0.5); color: #fff; border: 2px solid rgba(255, 255, 255, 0.5); /* backdrop-filter: blur(3px); */ -webkit-text-stroke: 1px #3A3A3A; }

@media (hover: hover) and (pointer: fine) {
    .btn-planos:hover { transform: scale(1.04); }
    .btn-saiba-mais:hover { background-color: #1ea1ce; border-color: #1ea1ce; }
    .btn-orcamento:hover { background-color: rgba(255, 255, 255, 0.4); }
}

@media (max-width: 768px) {
    .planos-banner { min-height: 680px; height: auto; padding: 80px 0; background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 100%), url('https://lirolirorecreacao.com.br/img/liroliro/banner_menu_planos.jpg') no-repeat center center; background-size: cover; }
    .planos-banner-container { justify-content: center; }
    .planos-banner-content { max-width: 100%; align-items: center; text-align: center; }
    .planos-banner-subtitle { font-size: 22px; }
    .planos-banner-title { margin-bottom: 25px; }
}

@media (max-width: 480px) {
    .planos-banner { padding: 60px 0; }
    .planos-banner-subtitle { font-size: 18px; }
    .planos-banner-buttons { flex-direction: column; gap: 12px; width: 100%; max-width: 280px; }
    .btn-planos { font-size: 20px; padding: 10px 20px; width: 100%; box-sizing: border-box; }
}

/* Planos - Introdução */
.planos-intro-section { width: 100%; padding: 100px 0; background-color: #FDEBF3; position: relative; overflow: hidden; display: flex; align-items: center; }
.container-planos-intro { max-width: 1320px; width: 100%; margin: 0 auto; padding: 0 20px; position: relative; z-index: 2; }
.planos-badge-wrapper { display: flex; justify-content: center; align-items: center; width: 100%; }
.planos-ready-badge { display: inline-flex; align-items: center; justify-content: center; gap: 20px; background: linear-gradient(90deg, #F474AE 0%, #F7817E 50%, #F88668 75%, #FB9044 100%); color: #ffffff; font-family: 'Fredoka', sans-serif; font-size: 24px; font-weight: 400; letter-spacing: 7%; padding: 7px 35px; border-radius: 50px; box-shadow: 0 4px 10px rgba(240, 98, 158, 0.15); text-align: center; }
.badge-sparkle { width: 30px; height: auto; display: block; flex-shrink: 0; }
.badge-text { line-height: 1; }
.decor-giz-left { position: absolute; left: 40px; top: 50px; width: 300px; height: 300px; background: url('https://lirolirorecreacao.com.br/img/liroliro/estrelinhasintroplanos.png') no-repeat center center; background-size: contain; z-index: 1; pointer-events: none; }

@media (max-width: 1024px) {
    .decor-giz-left { width: 140px; height: 140px; left: 20px; }
}

@media (max-width: 768px) {
    .planos-intro-section { padding: 50px 0; }
    .decor-giz-left { width: 110px; height: 110px; left: 10px; opacity: 0.7; }
}

@media (max-width: 480px) {
    .planos-intro-section { padding: 40px 0; }
    .planos-ready-badge { font-size: 14px; padding: 8px 20px; gap: 10px; }
    .badge-sparkle { width: 28px; }
    .decor-giz-left { display: none; }
}

/* Botões subnavegação mobile */
.planos-mobile-nav { display: none; }

@media (max-width: 768px) {
    .planos-mobile-nav { display: grid !important; grid-template-columns: repeat(2, 1fr); gap: 15px; width: 100%; max-width: 500px; margin: 35px auto 0 auto; }
    .btn-nav-plano { display: flex; align-items: center; justify-content: center; text-decoration: none; background-color: #DAFFFD; border: 1px solid #B4F7F3; color: #595757; font-family: 'Fredoka', sans-serif; font-size: 16px; font-weight: 400; padding: 14px 10px; border-radius: 12px; text-align: center; box-shadow: 0 4px 8px rgba(161, 240, 240, 0.15); transition: background-color 0.2s ease, transform 0.1s ease; -webkit-text-stroke: 1px #B4F7F3; paint-order: stroke fill; }
    .btn-nav-plano:active { background-color: #BDF7F7; transform: scale(0.98); }
}

@media (max-width: 480px) {
    .planos-mobile-nav { gap: 12px; margin-top: 30px; padding: 0 10px; }
    .btn-nav-plano { font-size: 15px; padding: 12px 5px; border-radius: 10px; }
}

/* Planos - Pacotes de diversão */
.planos-main-section { width: 100%; padding: 120px 0; background: linear-gradient(180deg, #FFEDF9 0%, #CCFFEF 50%, #FAF5DC 75%, #F2EDFF 100%); position: relative; overflow: hidden; }
.container-planos-unificado { max-width: 1320px; width: 100%; margin: 0 auto; padding: 0 20px; position: relative; z-index: 10; }
.shape-decor { position: absolute; pointer-events: none; background-repeat: no-repeat; background-size: contain; }
.shape-green-top-right { top: 200px; right: -80px; width: 1010px; height: 1010px; background-color: #CCF2DC; border-radius: 50%; z-index: 1; opacity: 0.8; }
.shape-green-small-right { top: 580px; right: -50px; width: 120px; height: 120px; background-color: #C2E9D2; border-radius: 50%; z-index: 2; }
.shape-green-tiny-right { top: 1050px; right: 70px; width: 60px; height: 60px; background-color: #8CF0B6; border-radius: 50%; opacity: 0.8; }
.shape-flowers-right { top: 360px; right: 450px; width: 120px; height: 120px; background-image: url('https://lirolirorecreacao.com.br/img/liroliro/planos_flores_diversao.png'); z-index: 3; /*opacity: 0.6;*/ }
.shape-orange-bottom-left { bottom: 5000px; left: -235px; width: 1000px; height: 1000px; background-color: #FFE1C3; border-radius: 50%; z-index: 1; }
.planos-intro-block { margin-bottom: 200px; width: 100%; }
.planos-badge-wrapper { display: flex; justify-content: center; align-items: center; width: 100%; }
.badge-text { line-height: 1; }
.planos-mobile-nav { display: none; }
.pacotes-intro-header { max-width: 1180px; margin: 0 auto 50px; position: relative; }
.pacotes-main-title { font-family: 'Chewy', system-ui; font-size: 70px; background: linear-gradient(180deg, #C94FBA 0%, #915AEF 50%, #5C72F6 100%); line-height: 1.3; margin: 0 0 20px 0; font-weight: 400; -webkit-text-fill-color: transparent; background-clip: text; }
.pacotes-main-description { font-family: 'Fredoka', sans-serif; font-size: 22px; color: #104979; line-height: 1.5; margin: 0; }
.pacotes-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 80px 15px; z-index: 4; position: relative; }
.pacote-card { background-color: #ffffff; border-radius: 7px; overflow: hidden; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05); display: flex; flex-direction: column; height: fit-content; border: 1px solid rgba(0, 0, 0, 0.05); }
.pacote-card-header { padding: 20px 10px; text-align: center; /*justify-content: center;*/ }
.pacote-card-header h3 { margin: 0; color: #ffffff; font-family: 'Chewy', sans-serif; font-size: 24px; font-weight: 400; }
.card-body { padding: 20px 30px; flex-grow: 1; display: flex; flex-direction: column; align-items: center; }
.card-thumb { width: 100%; aspect-ratio: 3 / 1.6; border-radius: 7px; overflow: hidden; margin-bottom: 15px; border: 3px solid #F5789F; }
.card-thumb img { width: 100%; height: 100%; object-fit: cover; }
.inclui-title { font-family: 'Fredoka', sans-serif; font-size: 18px; color: #F5789F; font-weight: 600; margin-bottom: 10px; display: block; align-self: flex-start; }
.card-body ul { list-style: none; padding: 0; margin: 0; font-family: 'Fredoka', sans-serif; font-size: 15px; color: #554848; line-height: 1.5; display: flex; flex-direction: column; gap: 6px; align-self: flex-start; }
.card-body ul li { position: relative; padding-left: 12px; }
.card-body ul li::before { content: "•"; position: absolute; left: 0; color: #554848; }
.card-body ul li.cortesia { color: #554848; /*font-weight: 500;*/ }
.card-body ul li.opcional-head { font-weight: 600; color: #554848; padding-left: 0; margin-top: 5px; }
.card-body ul li.opcional-head::before { display: none; }
.card-footer { background-color: #FCF4E3; padding: 15px 30px; display: flex; justify-content: center; align-items: center; }
.card-footer .price { font-family: 'Fredoka', sans-serif; font-size: 14px; color: #52504C; font-weight: 500; }
.btn-contratar { text-decoration: none; background-color: #E49C00; color: #ffffff; font-family: 'Fredoka', sans-serif; font-size: 14px; font-weight: 400; padding: 6px 30px; border-radius: 8px; }
.btn-contratar:hover { opacity: 0.9; }
.variant-cyan-gradient .pacote-card-header { background: linear-gradient(90deg, #3EBFD9 0%, #60DDF6 50%, #00E4D9 75%, #1FC8BF 100%); }
.variant-cyan-gradient .card-thumb { border-color: #F67D8C; }
.variant-gold-gradient .pacote-card-header { background: linear-gradient(90deg, #C88C0C 0%, #FBC247 50%, #FBC247 75%, #C88C0C 100%); }
.variant-gold-gradient .card-thumb { border-color: #F67D8C; }
.variant-pink-solid .pacote-card-header { background: linear-gradient(90deg, #F474AE 0%, #FF5858 50%, #F86868 75%, #FB4444 100%); }
.variant-pink-solid .card-thumb { border-color: #F67D8C; }
.variant-coral-gradient .pacote-card-header { background: linear-gradient(90deg, #F474AE 0%, #FF5858 50%, #F86868 75%, #FB4444 100%); }
.variant-coral-gradient .card-thumb { border-color: #F67D8C; }
.variant-blue-gradient .pacote-card-header { background: linear-gradient(90deg, #3EBDD9 0%, #81D9ED 50%, #84E6FA 75%, #3EBDD9 100%); }
.variant-blue-gradient .card-thumb { border-color: #F67D8C; }

@media (max-width: 1200px) {
    .pacotes-grid { grid-template-columns: repeat(3, 1fr); gap: 40px 20px; }
    .pacotes-main-title { font-size: 56px; }
}

@media (max-width: 1024px) {
    .planos-intro-block { margin-bottom: 120px; }
    .planos-main-section { padding: 80px 0; }
    .shape-green-top-right { width: 700px; height: 700px; top: 150px; }
    .shape-orange-bottom-left { width: 700px; height: 700px; }
    .shape-flowers-right { right: 200px; }
}

@media (max-width: 768px) {
    .pacotes-main-title { font-size: 44px; text-align: center; }
    .pacotes-main-description { text-align: center; font-size: 18px; }
    .pacotes-grid { grid-template-columns: repeat(2, 1fr); gap: 30px 20px; }
}

@media (max-width: 600px) {
    .pacotes-grid { grid-template-columns: 1fr; gap: 30px; }
    .pacote-card { max-width: 400px; margin: 0 auto; width: 100%; }
    .shape-green-top-right,
    .shape-green-small-right,
    .shape-green-tiny-right,
    .shape-flowers-right,
    .shape-orange-bottom-left { display: none; }
}

@media (max-width: 480px) {
    .planos-main-section { padding: 60px 0; }
    .pacotes-main-title { font-size: 34px; }
    .planos-intro-block { margin-bottom: 60px; }
    .card-body { padding: 20px 20px; }
    .card-footer { padding: 15px 20px; }
}

/* Planos - Pacotes Básicos e Oficinas Criativas */
.pacotes-basicos-intro-header { max-width: 1140px; margin: 0 auto 50px; }
.variant-orange-gradient .pacote-card-header { background: linear-gradient(90deg, #E49C00 0%, #FB9044 50%, #F88668 75%, #E49C00 100%); }
.variant-red-gradient .pacote-card-header { background: linear-gradient(90deg, #D93E41 0%, #ED81C5 50%, #F5789F 75%, #D93E41 100%); }
.pacotes-grid-basicos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 80px 15px; }
.pacotes-grid-oficinas { display: grid; grid-template-columns: repeat(3, 1fr); gap: 80px 15px; }
.pacote-card-basicos, .pacote-card-oficinas { background-color: #ffffff; border-radius: 7px; overflow: hidden; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05); display: flex; flex-direction: column; height: 100%; border: 1px solid rgba(0, 0, 0, 0.05); }
.pacotes-category-wrapper { margin: 140px auto 0; width: 100%; position: relative; max-width: 1140px; }
.second-decor-giz-left { position: absolute; left: -240px; top: 2430px; width: 300px; height: 300px; background: url(https://lirolirorecreacao.com.br/img/liroliro/estrelinhasintroplanos.png) no-repeat center center; background-size: contain; z-index: 1; pointer-events: none; }
.shape-blue-left { top: 2800px; left: -550px; width: 1055px; height: 1055px; background-color: #CCE2F2; border-radius: 50%; z-index: 0; opacity: 0.8; }
.shape-paint-hands { top: 3325px; right: -280px; width: 360px; height: 360px; background: url(https://lirolirorecreacao.com.br/img/liroliro/planos_basicos_oficinas.png) no-repeat center center; background-size: contain; z-index: 0; /* opacity: 0.7;*/ }
.shape-paint-splash { bottom: 2445px; right: -325px; width: 420px; height: 420px; background: url(https://lirolirorecreacao.com.br/img/liroliro/planos_oficinas.png) no-repeat center center; background-size: contain; z-index: 0; transform: rotate(103deg); }

@media (max-width: 1200px) {
    .pacotes-category-wrapper { /*padding: 0 20px;*/ box-sizing: border-box; }
    .pacotes-grid-basicos,
    .pacotes-grid-oficinas { gap: 40px 20px; }
}

@media (max-width: 992px) {
    .pacotes-category-wrapper { margin-top: 90px; }
    .pacotes-grid-basicos,
    .pacotes-grid-oficinas { grid-template-columns: repeat(2, 1fr); gap: 35px 20px; }
    .second-decor-giz-left { width: 160px; height: 160px; left: -50px; }
    .shape-blue-left { width: 600px; height: 600px; left: -300px; }
    .shape-paint-hands { width: 220px; height: 220px; right: -80px; }
    .shape-paint-splash { width: 280px; height: 280px; right: -100px; bottom: -100px; }
}

@media (max-width: 600px) {
    .pacotes-category-wrapper { margin-top: 60px; }
    .pacotes-grid-basicos,
    .pacotes-grid-oficinas { grid-template-columns: 1fr; gap: 30px; }
    .pacote-card-basicos,
    .pacote-card-oficinas { max-width: 400px; margin: 0 auto; width: 100%; }
    .second-decor-giz-left,
    .shape-blue-left,
    .shape-paint-hands,
    .shape-paint-splash { display: none !important; }
}

@media (max-width: 480px) {
    .pacotes-category-wrapper { margin-top: 45px; padding: 0; }
    .pacotes-grid-basicos,
    .pacotes-grid-oficinas { gap: 25px; }
}

/* Planos - Oficinas Criativas e Spa Day */
.pacotes-category-wrapper.width-medium { max-width: 1180px; position: relative; z-index: 10; }
.pacotes-category-wrapper.width-full { max-width: 1320px; }
.oficinas-cotacao-header { width: 100%; margin-bottom: 50px; }
.oficinas-cotacao-block { display: flex; gap: 20px; align-items: stretch; width: 100%; }
.oficinas-mosaic-masonry { flex: 1; display: flex; gap: 12px; height: auto; }
.mosaic-column { flex: 1; display: flex; flex-direction: column; gap: 12px; }
.mosaic-card { border-radius: 8px; overflow: hidden; border: 4px solid #F67D8C; box-shadow: 0 4px 12px rgba(0,0,0,0.04); }
.mosaic-card img { width: 100%; height: 100%; object-fit: cover; display: block; }
.mosaic-column:nth-child(1) .mosaic-card { flex: 1; }
.mosaic-column:nth-child(2) .mosaic-card { flex: 1; max-height: 300px; }
.mosaic-column:nth-child(3) .img-small { flex: 0 0 31%; }
.mosaic-column:nth-child(3) .img-long-bottom { flex: 1; }
.oficinas-mosaic { flex: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.mosaic-item { aspect-ratio: 4 / 3; border-radius: 8px; overflow: hidden; border: 3px solid #F5789F; box-shadow: 0 4px 10px rgba(0,0,0,0.05); }
.mosaic-item img { width: 100%; height: 100%; object-fit: cover; }
.oficinas-pricing-box { flex: 0 0 500px; background-color: #FBCA44; border-radius: 7px; padding: 25px; box-shadow: 0 8px 24px rgba(228, 156, 0, 0.12); box-sizing: border-box; border: 3px solid #fff; }
.oficinas-pricing-box h4 { margin: 0 0 20px 0; font-family: 'Fredoka', sans-serif; font-size: 24px; color: #104979; font-weight: 600; }
.pricing-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; font-family: 'Fredoka', sans-serif; font-size: 18px; color: #554848; }
.pricing-list li { display: flex; justify-content: space-between; align-items: flex-end; border-bottom: 1px dashed rgba(85, 72, 72, 0.25); padding-bottom: 4px; }
.pricing-list li span { text-align: left; padding-right: 10px; }
.pricing-list li strong { color: #104979; font-weight: 600; white-space: nowrap; }
.pacotes-grid-spa { display: grid; grid-template-columns: repeat(4, 1fr); gap: 80px 15px; position: relative; }
img.img-spa-day { object-position: 10% 15%; }
img.img-spa-day-woman { object-position: 10% 44%; }
.variant-fuchsia-solid .pacote-card-header { background: linear-gradient(90deg, #C94FBA 0%, #F7817E 50%, #F5789F 75%, #E400BA 100%); }
.shape-crown-left { top: -250px; left: -340px; width: 400px; height: 400px; background: url(https://lirolirorecreacao.com.br/img/liroliro/planos_coroa_spa.png) no-repeat center center; background-size: contain; z-index: 0; }
.shape-pink-blob-right { top: -190px; right: -640px; width: 1085px; height: 1085px; background-color: #F1DFF1; border-radius: 50%; z-index: 0; /* opacity: 0.7; */ }

@media (max-width: 1200px) {
    .pacotes-grid-spa { grid-template-columns: repeat(3, 1fr); gap: 40px 20px; }
    .oficinas-pricing-box { flex: 0 0 420px; }
    .pricing-list { font-size: 16px; }
}

@media (max-width: 992px) {
    .oficinas-cotacao-block { flex-direction: column; align-items: center; gap: 40px; }
    .oficinas-mosaic-masonry { width: 100%; /*max-width: 650px;*/ height: 520px; }
    .oficinas-pricing-box { width: 100%; /*max-width: 650px;*/ flex: 0 0 auto; }
    .pacotes-grid-spa { grid-template-columns: repeat(2, 1fr); gap: 35px 20px; }
    .shape-crown-left { width: 220px; height: 220px; left: -80px; top: -110px; }
    .shape-pink-blob-right { width: 700px; height: 700px; right: -300px; }
}

@media (max-width: 600px) {
    .oficinas-mosaic-masonry { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; height: auto; }
    .mosaic-column { display: contents; }
    .mosaic-card { flex: none !important; aspect-ratio: 4 / 3; max-height: none !important; }
    .mosaic-card:last-child { display: none; }
    .pacotes-grid-spa { grid-template-columns: 1fr; gap: 30px; }
    .pacotes-grid-spa .pacote-card { max-width: 400px; margin: 0 auto; width: 100%; }
    .shape-crown-left,
    .shape-pink-blob-right { display: none !important; }
}

@media (max-width: 480px) {
    .oficinas-pricing-box { padding: 20px 15px; }
    .oficinas-pricing-box h4 { font-size: 18px; margin-bottom: 15px; }
    .pricing-list { font-size: 13px; gap: 8px; }
    .pacotes-grid-spa { gap: 25px; }
}

/* Planos */
.contact-section-planos { width: 100%; padding: 150px 20px; background-color: #ffffff; position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; margin-bottom: -120px; }
.ssi_contact_form_menu { background: #ffffff; padding: 10px 25px 28px 25px; border-radius: 4px; border: 1px solid #3ebfd961; box-shadow: 4px 4px 14px #00000029; width: 100%; box-sizing: border-box; max-width: 550px; position: relative; z-index: 7; top: -545px; left: 310px; margin-bottom: -413px; }

/* Serviços - Banner */
.servicos-banner-pool { width: 100%; min-height: 580px; height: 92vh; background: url('https://lirolirorecreacao.com.br/img/liroliro/banner_menu_servicos.png') no-repeat center right; background-size: 100% 100%; display: flex; align-items: center; position: relative; }
.servicos-banner-wrapper { max-width: 1320px; width: 100%; margin: 0 auto; padding: 0 20px; box-sizing: border-box; }
.servicos-banner-box { max-width: 590px; width: 100%; display: flex; flex-direction: column; align-items: flex-start; }
.servicos-title-kids { margin: 0 0 25px 0; display: flex; flex-direction: column; gap: 2px; line-height: 1.1; }
.line-yellow { color: #FFCF0D; font-family: 'Chewy', system-ui; font-size: clamp(42px, 5vw, 70px); font-weight: 400; -webkit-text-stroke: 3px #ffffff; paint-order: stroke fill; letter-spacing: 0.5px; }
.line-pink { color: #FF0A68; font-family: 'Chewy', system-ui; font-size: clamp(42px, 5vw, 70px); font-weight: 400; -webkit-text-stroke: 3px #ffffff; paint-order: stroke fill; letter-spacing: 0.5px; }
.servicos-description-pool { font-family: 'Fredoka', sans-serif; font-size: clamp(15px, 1.5vw, 20px); color: #004755; line-height: 1.6; margin: 0 0 35px 0; font-weight: 400; max-width: 480px; text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.4); text-align: justify; }
.servicos-buttons-group { display: flex; gap: 15px; width: 100%; }
.btn-pool { text-decoration: none; font-family: 'Chewy', system-ui; font-size: 34px; font-weight: 400; padding: 10px 45px; border-radius: 8px; text-align: center; display: inline-block; box-sizing: border-box; transition: transform 0.2s ease, filter 0.2s ease; }
.btn-pool-contratar { background-color: #32C5EE; border: 2px solid #ffffff; color: #FFFF37; -webkit-text-stroke: 2px #8D640D; paint-order: stroke fill; box-shadow: 0 4px 15px rgba(59, 191, 228, 0.3); }
.btn-pool-orcamento { background-color: rgba(50, 197, 238, 0.5); border: 2px solid rgba(255, 255, 255, 0.5); color: #ffffff; -webkit-text-stroke: 2px #5C5C5C; paint-order: stroke fill; backdrop-filter: blur(2px); box-shadow: 0 4px 15px rgba(255, 255, 255, 0.1); }

@media (hover: hover) and (pointer: fine) {
    .btn-pool:hover { transform: translateY(-2px); filter: brightness(1.08); text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4); }
}

@media (max-width: 992px) {
    .servicos-banner-pool { /*height: auto;*/ min-height: 680px; padding: 60px 0; background-position: 70% center; background-size: cover; }
    .servicos-banner-box { max-width: 480px; }
    .line-yellow, .line-pink { -webkit-text-stroke-width: 2px; }
}

@media (max-width: 768px) {
    .servicos-banner-pool { height: auto; /*background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.2)), url(https://lirolirorecreacao.com.br/img/liroliro/banner_menu_servicos.png) no-repeat center center;*/ background-size: cover; }
    .servicos-banner-box { max-width: 100%; align-items: center; text-align: center; }
    .servicos-description-pool { max-width: 580px; color: #0c395f; text-shadow: 1px 1px 4px rgba(255, 255, 255, 0.8); }
    .servicos-buttons-group { justify-content: center; }
}

@media (max-width: 480px) {
    .servicos-banner-pool { padding: 50px 0; }
    .servicos-buttons-group { flex-direction: column; gap: 12px; align-items: center; }
    .btn-pool { width: 100%; max-width: 280px; font-size: 22px; padding: 8px 20px; }
}

/* Nossos Serviços */
.nossos-servicos-section { width: 100%; padding: 90px 0; background: linear-gradient(180deg, #00e4d945 0%, #C5FFED 50%, #C4D2FF 75%, #FFE7E6 100%); position: relative; overflow: hidden; }
.container-servicos-grid { max-width: 1320px; margin: 0 auto; padding: 0 20px; box-sizing: border-box; position: relative; z-index: 10; }
.decor-serv-asset { position: absolute; pointer-events: none; background-repeat: no-repeat; background-size: contain; }
.asset-sparkles-left { top: 215px; left: 435px; width: 45px; height: 45px; background-image: url('https://lirolirorecreacao.com.br/img/liroliro/brilhos_nossos_servicos.png'); }
.asset-flowers-left { top: 270px; left: 240px; width: 130px; height: 130px; background-image: url(https://lirolirorecreacao.com.br/img/liroliro/planos_flores_diversao.png); z-index: 11; }
.asset-hearts-right { top: 190px; right: 250px; width: 180px; height: 180px; background-image: url(https://lirolirorecreacao.com.br/img/liroliro/coracoesintroservicos.png); }
.asset-circles-group { bottom: 2060px; left: -50px; width: 630px; height: 630px; }
.main-bubble-circle { width: 100%; height: 100%; background-color: #EDCCF2; border-radius: 50%; opacity: 0.5; position: relative; }
.inner-dot-circle { position: absolute; background-color: #DB9AE5; border-radius: 50%; }
.dot-top-left { width: 35px; height: 35px; top: 390px; left: 80px; }
.dot-bottom-right { width: 25px; height: 25px; bottom: 50px; right: 290px; background-color: #2861AA; }
.servicos-header-block { margin-bottom: 100px; }
.title-row-alignment { display: flex; align-items: center; gap: 60px; margin-bottom: 30px; }
.servicos-main-title { font-family: 'Chewy', system-ui; font-size: clamp(38px, 4.5vw, 80px); margin: 0; font-weight: 400; -webkit-text-stroke: 1.5px #ffffff; paint-order: stroke fill; white-space: nowrap; background: linear-gradient(90deg, #3EBFD9 0%, #8B90D9 100%); background-clip: text; filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.15)); -webkit-text-fill-color: transparent; }
.gradient-divider-line { flex: 1; height: 2px; background: linear-gradient(90deg, #2BCAD9 0%, #9987D9 100%); border-radius: 2px; }
.servicos-main-description { font-family: 'Fredoka', sans-serif; font-size: 20px; color: #554848; max-width: 940px; margin: 0 auto; line-height: 1.6; font-weight: 300; text-align: center; }
.servicos-cards-wrapper-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 35px 30px; }
.serv-card-item { background-color: #E2FBFF; border-radius: 7px; display: flex; overflow: hidden; box-shadow: 0 10px 30px rgba(16, 73, 121, 0.05); min-height: 280px; height: auto; transition: transform 0.25s ease, box-shadow 0.25s ease; }
.serv-card-item:hover { transform: translateY(-4px); box-shadow: 0 15px 40px rgba(16, 73, 121, 0.1); }
.serv-card-media { width: 40%; flex-shrink: 0; position: relative; }
.serv-card-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.serv-card-details { width: 60%; padding: 25px; box-sizing: border-box; display: flex; flex-direction: column; /*justify-content: center;*/ align-items: flex-start; }
.serv-card-details h3 { font-family: 'Chewy', system-ui; font-size: 40px; margin: 0 0 15px 0; font-weight: 400; letter-spacing: 0.5px; background: linear-gradient(180deg, #00E4D9 0%, #D364D9 100%); background-clip: text; -webkit-text-fill-color: transparent; -webkit-text-stroke: 1px #4042AF; paint-order: stroke fill; }
.serv-card-details p { font-family: 'Fredoka', sans-serif; font-size: 17px; color: #010101; line-height: 1.5; margin: 0 0 30px 0; font-weight: 300; flex-grow: 1; }
.btn-card-action { text-decoration: none; background: linear-gradient(90deg, #3EBFD9 0%, #8B90D9 100%); color: #ffffff; font-family: 'Chewy', sans-serif; font-size: 22px; font-weight: 400; padding: 8px 16px; border-radius: 5px; display: inline-block; transition: opacity 0.2s ease; box-shadow: 0 4px 10px rgba(50, 197, 238, 0.15); align-self: center; -webkit-text-stroke: 1.5px #4857A2; paint-order: stroke fill; margin-top: auto; }
.btn-card-action:hover { opacity: 0.9; }

@media (max-width: 1500px) {
    .asset-hearts-right { display: none; }
    .asset-flowers-left { display: none; }
    .asset-sparkles-left { display: none; }
}

@media (max-width: 992px) {
    .servicos-cards-wrapper-grid { grid-template-columns: 1fr; max-width: 680px; margin: 0 auto; }
}

@media (max-width: 600px) {
    .serv-card-item { flex-direction: column; }
    .serv-card-media { width: 100%; height: 300px; }
    .serv-card-details { width: 100%; padding: 20px; text-align: center; align-items: center; }
    .btn-card-action { align-self: center; width: 100%; max-width: 260px; box-sizing: border-box; }
    .gradient-divider-line { display: none; }
    .title-row-alignment { justify-content: center; }
    .servicos-main-description { font-size: 15px; }
    .nossos-servicos-section { padding: 50px 0; }
    .servicos-header-block { text-align: center; margin-bottom: 50px; }
}

/* Serviços - Monte seu evento */
.monte-seu-evento-section { width: 100%; padding: 160px 0; background-color: #ffffff; position: relative; overflow: hidden; }
.container-monte-evento { max-width: 1320px; margin: 0 auto; padding: 0 20px; box-sizing: border-box; position: relative; z-index: 10; }
.monte-evento-flex-wrapper { display: flex; align-items: center; gap: 50px; width: 100%; }
.bg-shape-decor { position: absolute; border-radius: 50%; pointer-events: none; z-index: 1; }
.shape-yellow-left { width: 620px; height: 620px; background-color: #F4E072; top: 50%; left: -100px; transform: translateY(-50%); opacity: 0.31; }
.shape-green-right { width: 680px; height: 680px; background-color: #72F47A; top: 30%; right: -97px; transform: translateY(-50%); opacity: 0.31; }
.giz-decor { position: absolute; pointer-events: none; z-index: 2; }
.giz-decor img { width: 100%; height: auto; display: block; }
.asset-car-left { top: 220px; left: 140px; width: 120px; transform: rotate(-15deg); }
.asset-boy-left { bottom: 210px; left: 180px; width: 170px; }
.asset-hands-right { top: 95px; right: 110px; width: 190px; }
.monte-evento-media-column { width: 47%; flex-shrink: 0; }
.mosaico-fotos-container { position: relative; width: 100%; max-width: 540px; height: 380px; margin: 0 auto; }
.foto-item { position: absolute; overflow: hidden; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); border-radius: 30px; border: 3px solid #FFE1A1; }
.foto-item img { width: 100%; height: 100%; object-fit: cover; display: block; }
.thumb-menina { width: 200px; height: 140px; top: -40px; left: -10px; z-index: 5; border-radius: 25px; }
.thumb-algodao { width: 500px; height: 260px; top: 50px; left: 60px; z-index: 4; }
.thumb-piscina { width: 200px; height: 140px; bottom: -20px; right: -60px; z-index: 5; border-radius: 25px; }
.monte-evento-text-column { width: 53%; display: flex; flex-direction: column; align-items: flex-end; }
.monte-evento-main-title { font-family: 'Chewy', system-ui; font-size: clamp(38px, 4.5vw, 100px); background: linear-gradient(180deg, #32C5D9 0%, #908DD9 100%); background-clip: text; -webkit-text-fill-color: transparent; line-height: 0.9; margin: 0 0 25px 0; font-weight: 400; -webkit-text-stroke: 1.5px #4042AF; paint-order: stroke fill; filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 0.05)); text-align: end; }
.monte-evento-main-desc { font-family: 'Fredoka', sans-serif; font-size: 20px; color: #464646; line-height: 1.6; margin: 0 0 35px 0; text-align: end; font-weight: 300; }
.monte-evento-actions { display: flex; gap: 15px; width: 100%; justify-content: flex-end; }
.btn-custom { text-decoration: none; font-family: 'Chewy', system-ui; font-size: 25px; font-weight: 400; padding: 12px 42px; border-radius: 7px; text-align: center; display: inline-block; transition: transform 0.2s, filter 0.2s; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); }
.btn-custom:hover { transform: translateY(-2px); filter: brightness(1.05); }
.btn-liroliro-gold { background-color: #E49C00; color: #ffffff; border: 2px solid #fff; }
.btn-combo-cyan { background-color: #32C5EE; color: #ffffff; opacity: 0.5; border: 2px solid #fff; }

@media (max-width: 1200px) {
    .monte-seu-evento-section { padding: 100px 0; }
    .thumb-piscina { right: -30px; }
    .thumb-menina { left: 0; }
    .thumb-algodao { max-width: 440px; }
    .asset-car-left { left: 40px; top: 180px; width: 100px; }
    .asset-boy-left { left: 60px; width: 130px; }
    .asset-hands-right { right: 40px; width: 150px; }
}

@media (max-width: 992px) {
    .monte-seu-evento-section { padding: 80px 0; }
    .monte-evento-flex-wrapper { flex-direction: column; gap: 60px; }
    .monte-evento-media-column,
    .monte-evento-text-column { width: 100%; max-width: 540px; margin: 0 auto; }
    .monte-evento-text-column { align-items: center; }
    .monte-evento-main-title { font-size: 52px; text-align: center; }
    .monte-evento-main-desc { text-align: center; font-size: 18px; }
    .monte-evento-actions { justify-content: center; }
    .shape-yellow-left { width: 450px; height: 450px; top: 25%; left: -150px; }
    .shape-green-right { width: 450px; height: 450px; top: 75%; right: -150px; }
    .asset-car-left { left: 20px; top: 60px; }
    .asset-boy-left { left: auto; right: 20px; top: 320px; }
    .asset-hands-right { display: none; }
}

@media (max-width: 650px) {
    .mosaico-fotos-container { display: flex; flex-direction: column; gap: 15px; height: auto; align-items: center; }
    .foto-item { position: relative !important; top: auto !important; left: auto !important; right: auto !important; bottom: auto !important; width: 100% !important; max-width: 360px; height: 220px !important; border-radius: 18px !important; }
    .bg-shape-decor,
    .giz-decor { display: none !important; }
}

@media (max-width: 480px) {
    .monte-seu-evento-section { padding: 50px 0; }
    .monte-evento-main-title { font-size: 36px; line-height: 1.1; }
    .monte-evento-main-desc { font-size: 16px; margin-bottom: 25px; }
    .monte-evento-actions { flex-direction: column; align-items: center; gap: 12px; }
    .btn-custom { width: 100%; max-width: 280px; font-size: 22px; padding: 10px 20px; box-sizing: border-box; }
}

/* Botão flutuante do WhatsApp */
.ssi_whats_button { font-size: 0; background: transparent; padding: 8px 0 !important; gap: 0 !important; justify-content: center !important; z-index: 9999999; }
.ssi_whats_button:before { content: url('https://lirolirorecreacao.com.br/img/liroliro/icone_whatsapp4.png'); padding-right: 0; z-index: 999999; }

@media (max-width: 490px) {
    .ssi_whats_button:before { content: url('https://lirolirorecreacao.com.br/img/liroliro/icone_whatsapp5.png'); padding-right: 0; margin-bottom: 20px; }
}