@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; }

@font-face { font-family: 'ssi_default'; src: url('fonts/LibreBaskerville') format('truetype'); }
@font-face { font-family: 'inter'; src: url('../fonts/inter'); }

body { font-size: 12pt; background-color: #F4F4F4; }
.ssi_top { background-color: #2ABCA5; color: #fff; }
.ssi_top_intranet { background-color: #fcdc60; color: #0c3831; padding: 4px 8px !important; display: inline-block !important; margin-top: 6px; margin-left: 10px; border-radius: 3px; text-transform: uppercase; }
.ssi_header_home { z-index: 89; position: relative; }
.ssi_header_page { background-color: transparent; }
.ssi_header_page .ssi_logo { display: none; }
.ssi_nav_page { top: -40px; }
.ssi_logo { width: 330px; position: relative; left: -28px; }
nav:not(footer nav) { font-size: 75%; position: relative; top: -207px; z-index: 99; display: block; color: #fff; text-transform: uppercase; text-align: center; }
.ssi_banner { height: calc(100vw / 2) }
.ssi_banner_wrapper { position: relative; top: -207px; }
.ssi_slogans { color: #fff; text-shadow: 1px 1px 1px #161515; padding-top: 70px; }
.ssi_cta { position: sticky; margin-top: -380px; padding: 0; }
.ssi_cta a { position: unset; top: unset; float: unset; background-color: #fcdc60; color: #eccb4d; }
.ssi_topics { margin-top: 220px; display: none;}
.ssi_topic h2 { font-weight: normal; font-size: 105%; margin-bottom: 10px; background-color: #fcdc60; color: #0c3831; padding: 4px 8px; border-radius: 2px; }
.ssi_topic_content { text-align: justify }
footer img { display: none; }
h1 { margin-bottom: 10px; }
.ssi_contact_form button { background-color: #fcdc60; border: 0; color: #0c3831; font-weight: bold; }
.ssi_contact_form button:active { background-color: #2ABCA5; }
#sectionVerification p { font-size: 90%; margin-top: 4px; }
.verification_text_lang, .verification_title_lang { margin-bottom: 4px; margin-top: 4px; font-size: 75% !important; font-style: italic }
.verification_info_lang { font-size: 80% !important }
.verification_info { padding-top: 4px }
.ssi_reviews_div { background: #2ABCA5; }
.ssi_reviews_title, .ssi_reviews_description { color: #fff; }
.ssi_reviews_button { background: none; }
.ssi_reviews_button:hover { background: #fcdc60; }
.ssi_rating_star:before { color: #fcdc60; }
.ssi_reviews_card p { padding-bottom: 20px }
.ssi_translation_social_media span { display: none; }
/*.ssi_translation_address:after { content: url('../img/letrearte/contact_map.png'); }*/
nav li { padding: 12px 14px; }
/*footer nav li { display: block; font-weight: bold; font-size: 85%; }*/
.ssi_blog_summary > div { justify-content: space-around; }
.ssi_blog_article img { max-width: 95%; }
.ssi_slogan1, .ssi_slogan2, .ssi_slogan3 { font-size: 140%; font-weight: bold; margin-right: 20px; }
.ssi_slogan2 { width: 800px; margin-top: 40px; font-size: 1.8rem; letter-spacing: 1.2px; }
.ssi_slogan1 { font-size: 2rem; width: 840px; margin-top: 40px; letter-spacing: 1.2px; }
.ssi_blog_page_title { margin-top: 50px; margin-bottom: 5px; font-weight: unset; font-size: 250%; color: #595959; }
.article_title { display: none; margin-top: 50px; margin-bottom: 5px; font-weight: unset; font-size: 250%; }
.share_link, .ssi_blog_share_link { margin: 25px 0px; display: none; }
h1.ssi_content_title { display: none; }

footer { display: flex; flex-wrap: wrap; justify-content: space-between; padding: 40px 80px; font-size: 14px; line-height: 1.6; gap: 40px; border-bottom: none; }
footer > div { flex: 1 1 220px; min-width: 200px; }
footer h1,
footer h2 { font-size: 18px; margin-bottom: 10px; font-weight: bold; color: #fff; width: 100px; }
footer h2 { margin-bottom: 15px; margin-left: 120px; }
footer p,
footer a { font-size: 14px; margin: 4px 0; display: block; color: #fff; text-decoration: none; margin-left: 120px; width: 220px; }
footer p { position: relative; top: -100px; }
footer nav li { display: block; margin: 4px 0; font-weight: bold; font-size: 14px; }
footer .ssi_translation_social_media { display: flex; gap: 10px; margin-top: 20px; }
footer .ssi_translation_social_media a { font-size: 18px; color: #000; }
footer { max-width: 100vw; margin: 0 auto; }
footer { clear: both; background-color: #175E53; border-top: none; border-bottom: none; padding: 25px 0px; }
footer address { font-style: normal; color: #fff; position: relative; left: 30px; top: 35px; }
footer .ssi_nav_home { display: none; }
.footer_logo_tradutoria { display: flex; width: 100px; }
footer .network_link { position: relative; right: 670px; top: 420px; }
footer .network_link.email { display: none; }
.ssi_footer_social h2 { display: none; }
.ssi_footer_social .network_link { display: unset; float: unset; font-size: 21px; }
.ssi_footer_contact { position: relative; left: 800px; }
.ssi_footer_contact h2 { margin-bottom: 5px; margin-top: 15px; display: none; }
.ssi_footer_contact:before { content: "Contato"; margin-bottom: 5px; margin-top: 15px; margin-left: 20px; font-size: 18px; font-weight: bold; color: #fff; width: 100px; }
footer a { margin-left: 30px; }
.ssi_footer_contact_phone { position: relative; top: 19px; }
.ssi_footer_contact_whats { position: relative; top: 27px; }
.ssi_footer_contact_addresses { position: relative; top: 33px; }
.ssi_footer_contact_email { position: relative; top: -60px; left: 29px; }
.ssi_footer_social:after { content: "De seg. a sex., das 9h às 18h"; position: relative; margin-bottom: 5px; margin-top: 15px; font-size: 14px; color: #fff; width: 100px; right: 330px; top: 100px; }
.ssi_footer_contact_phone a:before { font-family: icomoon; content: url(../img/tradutoria/telephoneicon.png); font-size: 14px; color: rgb(247, 242, 236); float: left; padding-right: 10px; position: relative; top: -1px; width: 15px; height: 15px; left: -10px; }
.ssi_footer_contact_whats a:before { font-family: icomoon; content: url(../img/tradutoria/whatsappicon.png); font-size: 14px; color: rgb(247, 242, 236); float: left; padding-right: 10px; position: relative; top: -1px; width: 15px; height: 15px; left: -10px; }
.ssi_footer_contact_addresses address:before { font-family: icomoon; content: url(../img/tradutoria/localizationicon.png); font-size: 14px; color: rgb(247, 242, 236); float: left; padding-right: 10px; position: relative; top: 20px; width: 15px; height: 15px; left: -10px; }
.ssi_footer_contact_email:before { font-family: icomoon; content: url(../img/tradutoria/email-outlineicon.png); font-size: 14px; color: rgb(247, 242, 236); float: left; padding-right: 10px; position: relative; top: 0; width: 15px; height: 15px; left: -9px; }
footer address strong, footer address span { display: block; padding-left: 28px; }
footer .ssi_nav_page { display: none; }
small { background-color: #175E53; border-top: none; margin-top: -1px; }
small .ssi_content { display: flex; flex-wrap: wrap; border-top: 1px solid #ffffff4a; padding-top: 10px; color: #fff; }
.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; }
.ssi_top_searchbox { float: right; position: relative; top: 7px; display: none; }

@media (max-width: 1780px) { .ssi_cta { margin-top: -300px; }
    .ssi_slogans { padding-top: 10px; }
}

@media (max-width: 1410px) {
    .ssi_slogans { padding-top: 20px; }
    .ssi_slogan1 { font-size: 200%; }
    .ssi_slogan1, .ssi_slogan2, .ssi_slogan3 { font-size: 130%; }
}

@media (max-width: 1380px) {
    .ssi_slogans { padding-top: 20px; padding-left: 10px; }
    .ssi_slogan1 { font-size: 180%; width: 800px; }
    .ssi_slogan1, .ssi_slogan2, .ssi_slogan3 { font-size: 120%; }
    .ssi_cta { margin-top: -320px; font-size: 130%; }
}

@media (max-width: 1220px) {
    .ssi_slogan1 { font-size: 160%; width: 720px; }
    .ssi_cta { margin-top: -280px; font-size: 110%; }
}

@media (max-width: 1180px) {
    .ssi_cta { margin-top: -240px; font-size: 110%; }
}

@media (max-width: 1110px) {
    .ssi_slogan1 { font-size: 150%; width: 680px; }
    .ssi_cta { margin-top: -220px; font-size: 90%; }
}

@media (max-width: 1030px) {
    .ssi_slogan1 { font-size: 130%; width: 650px; }
}

@media (max-width: 950px) {
    .ssi_slogans { padding-top: 0px; }
    .ssi_slogan1 { font-size: 120%; width: 600px; }
    .ssi_slogan1, .ssi_slogan2, .ssi_slogan3 { font-size: 110%; }
    .ssi_cta { margin-top: -240px; font-size: 90%; }
}

@media (max-width: 870px) {
    .ssi_slogan1 { font-size: 120%; width: 540px; }
    .ssi_slogan2 { width: 415px; margin-top: 30px; font-size: 90%; }
    .ssi_slogan1, .ssi_slogan2, .ssi_slogan3 { font-size: 100%; font-weight: bold; margin-right: 20px; }
    .ssi_cta { position: sticky; margin-top: -210px; padding: 0; font-size: 80%; }
    .ssi_topics { margin-top: 100px; }
}

@media (max-width: 855px) {
    .ssi_banner_wrapper { position: relative; top: -215px; }
    .ssi_search_input { display: none; }
    .ssi_cta { position: sticky; margin-top: -230px; padding: 0; font-size: 80%; }
}

@media (max-width: 850px)  {
    .ssi_slogan1 { font-size: 110%; width: 500px; }
    .ssi_slogan2 { width: 415px; margin-top: 30px; font-size: 80%; }
    .ssi_slogan1, .ssi_slogan2, .ssi_slogan3 { font-size: 90%; font-weight: bold; margin-right: 20px; }
    .ssi_cta { font-size: 70%; }
}

@media (max-width: 800px) {
    .ssi_slogan1 { margin-top: -30px; }
}

/*@media (max-width: 790px) {
    .ssi_cta { position: sticky; margin-top: -225px; padding: 0; font-size: 60%; }
}

@media (max-width: 775px) {
    .ssi_cta { position: sticky; margin-top: -220px; padding: 0; font-size: 50%; }
}

@media (max-width: 765px) {

}*/

@media (max-width: 750px) {
    .ssi_slogan1 { font-size: 100%; width: 450px; margin-top: -20px; }
    .ssi_slogan2 { width: 415px; margin-top: 20px; font-size: 70%; }
    .ssi_slogan1, .ssi_slogan2, .ssi_slogan3 { font-size: 80%; font-weight: bold; margin-right: 20px; }
    .ssi_cta { padding: 25px 10px 10px 10px; font-size: 60%; }
    .ssi_cta { position: sticky; margin-top: -240px; padding: 0; font-size: 80%; }
}

@media (max-width: 715px) {
    .ssi_slogan1 { margin-top: -30px; }
}

@media (max-width: 700px) {
    .ssi_slogan1 { font-size: 100%; width: 400px; margin-top: -20px; }
    .ssi_slogan2 { width: 415px; margin-top: 10px; font-size: 70%; }
}

@media (max-width: 695px) {
    .ssi_banner { height: calc(100vw / 1.8); }
}

@media (max-width: 670px) {
    .ssi_slogan1 { font-size: 100%; width: 400px; margin-top: -30px; }
    .ssi_cta { margin-top: -240px; }
}

@media (max-width: 650px) {
    main.ssi_content.ssi_content_page { padding: 0; }
    .ssi_top .ssi_content > a { font-size: 90%; }
    .ssi_top .network_link { display: none; }
    .ssi_top_email { display: none !important; position: absolute; top: 19px; z-index: 99; }
    .ssi_top_intranet { position: relative; z-index: 1000; margin-top: 22px; margin-left: 30px; border-radius: unset; background-color: #F8BE36; color: #fff; }
    .ssi_slogans { position: relative; background-color: transparent; padding-top: 0px; margin-top: -20px; }
    nav { position: absolute; top: unset; margin-top: -150px !important }
    nav ul { color: #fff; margin-top: 150px !important; }
    nav > label { border: none; background: none; visibility: hidden; }
    footer nav { display: none; }
    .ssi_topics { margin-top: 60px; }
    .ssi_cta { margin-top: 8px; font-weight: bold; display: flex; padding: 0; justify-content: center; }
    .ssi_cta a { font-size: 12px; padding: 30px 40px; width: unset; text-align: center; margin: auto; background-color: #eccb4d; color: #000; }
    .ssi_slogan2 { width: unset; font-size: 16px !important; margin-top: 10px; padding-right: 0px; padding: 30px 15px 0 15px; line-height: 1.5; letter-spacing: 0.5px; text-align: justify; margin-right: 0; }
    .ssi_contact_form input, .ssi_contact_form select { width: calc(100% - 8px) }
    main.ssi_content { margin-top: 90px; }
     h1 { margin-top: 15px; }
    .ssi_whats_button { min-width: 40px !important; font-size: 0; width: 40px; /* text-align: right; */ /* right: 0 !important; */ margin: auto; left: 40px; }
    small { display: block; padding: 0px 0px 10px; }
    #verificationForm input { width: 80% }
    .ssi_blog_summary div { /*display: unset */}
    .article_summary { width: 100% }
    .article_summary_image { max-height: unset; max-width: unset; width: calc(100% - 20px); }
    .article_title { margin-top: 115px; margin-bottom: 15px; font-size: 200%; }
    .ssi_translation_address:after { display: none; }
    .ssi_slogan1 { font-size: 17px !important; width: unset; margin-top: 10px; text-align: center; margin-right: 0; }
    .ssi_slogan1, .ssi_slogan2, .ssi_slogan3 { font-size: 80%; }
    .ssi_banner { height: calc(100vw / 1.5); margin-top: -120px; }
    .ssi_blog_page_title { font-size: 180%; }
    .ssi_top_phone { display: none !important; }
    .ssi_top_whats { display: none; }
    form.ssi_bottom_searchbox { display: none; }
    .ssi_logo { top: 60px; }
 }

@media (max-width: 600px) {
    main.ssi_content.ssi_content_page { padding: 0; }
    .ssi_bottom_search { display: block; width: 100%; position: relative; bottom: 7px; margin-top: 15px; display: none; }
    .ssi_top .ssi_content > a { font-size: 90%; }
    .ssi_top .network_link { display: none; }
    .ssi_top_email { display: none !important; position: absolute; top: 19px; z-index: 99; }
    .ssi_top_whats { display: none !important; }
    .ssi_top_intranet { position: relative; z-index: 1000; float: left; margin-top: 22px; margin-left: 30px; border-radius: unset; background-color: #F8BE36; color: #fff; }
    .ssi_slogans { position: initial; background-color: #059c87; padding-top: 85px; padding-left: 0; }
    header { background-color: #059c87; padding: 30px 0px; }
    nav { position: absolute; top: unset; margin-top: -150px !important }
    nav ul { color: #fff; }
    nav > label { border: none; background: none; visibility: hidden; }
    footer nav { display: none; }
    .ssi_topics { margin-top: 275px; }
    .ssi_cta { margin-top: -20px !important; font-weight: bold; display: flex; padding: 0; justify-content: center; }
    .ssi_cta a { font-size: 17px; padding: 18px 150px !important; width: unset; text-align: center; margin: auto; background-color: #eccb4d; color: #000; }
    .ssi_slogan2 { width: -webkit-fill-available !important; font-size: 16px !important; margin-top: 10px; padding-right: 0px; padding: 30px 15px 0 15px; line-height: 1.5; letter-spacing: 0.5px; text-align: justify; margin-right: 0; }
    .ssi_contact_form input, .ssi_contact_form select { width: calc(100% - 12px); }
    main.ssi_content { margin-top: 90px; }
    h1 { margin-top: 15px; }
    .ssi_whats_button { font-size: 0; }
    #verificationForm input { width: 80%; }
    .ssi_blog_summary div { /*display: unset*/ }
    .article_summary { width: 100% }
    .article_summary_image { max-height: unset; max-width: unset; width: calc(100% - 20px); }
    .article_title { margin-top: 115px; margin-bottom: 15px; font-size: 200%; }
    .ssi_translation_address:after { display: none; }
    .ssi_slogan1 { font-size: 17px !important; width: -webkit-fill-available; margin-top: 30px !important; text-align: center; margin-right: 0; position: relative; z-index: 99; }
    .ssi_slogan1, .ssi_slogan2, .ssi_slogan3 { font-size: 100%; }
    body, html { overflow-x: hidden; }
    .ssi_blog_page_title { font-size: 180%; }
    /*#verificationForm input, #divVerfication textarea { font-size: 24px; text-align: center; padding: 0; }*/
    .ssi_top_phone { display: none !important;}
    nav > label::after { content: ""; background-image: url(../img/scuolavillaitalia/menu_icon.png); visibility: visible; filter: brightness(0) saturate(100%); display: inline-block; width: 25px; height: 25px; background-size: contain; background-repeat: no-repeat; background-position: center; }
    .ssi_top { background-color: #175E53; color: #fff; min-height: 70px; position: relative; z-index: 9; }
    nav:not(footer nav) > label { display: inline-block; float: right; margin-right: 30px; margin-top: 70px; }
    nav:not(footer nav) > ul { display: none; background-color: #175e53; clear: both; border: unset; padding-top: 0; padding-bottom: 0; }
    nav:not(footer nav) li:not(:last-child) { border-bottom: 1px solid #fff; }
    nav:not(footer nav) > input[type=checkbox]:checked ~ ul { display: block; width: 100%; padding: 0; }
    .ssi_logo { width: 330px; position: relative; left: 0 !important; max-width: 94%; top: 0 !important; }
    .ssi_slogan3 { display: none; }
    nav:not(footer nav) { font-size: 75%; position: relative; top: -84px; z-index: 99; display: block; color: #fff; text-transform: uppercase; text-align: center; margin-bottom: -84px; }
    .home_title_tradutoria { display: none; }
    /*.ssi_slogan1::after { content: "tradução"; color: #0A423A; margin-left: 1.53ch; position: relative; bottom: 24.39px; }*/

    /* Carrossel */
    .carrossel { width: 100vw; overflow: hidden; background: #fff; margin: 60px 0 30px -8px; }
    .carrossel_content { display: flex; width: max-content; animation: slide 12s linear infinite;  }
    .carrossel_content img { height: 40px; margin: 0 15px; }

    @keyframes slide {
        from { transform: translateX(0); }
        to { transform: translateX(-50%); }
    }
}

.ssi_tag_cloud { background-color: #000C; }
.ssi_tag_cloud_title { display: none; }
.ssi_tag_cloud span[data-weight="5"] { font-size: 160%; padding-right: 5px; color: #6CDE33; }
.ssi_tag_cloud span[data-weight="4"] { font-size: 140%; padding-right: 5px; color: #DB2596; }
.ssi_tag_cloud span[data-weight="3"] { font-size: 120%; padding-right: 5px; color: #2ABCA5; }
.ssi_tag_cloud span[data-weight="2"] { font-size: 100%; padding-right: 5px; color: #D2DC60; }
.ssi_tag_cloud span[data-weight="1"] { font-size: 80%; padding-right: 5px; color: #fff; }
#sectionPresupuesto > #mensajeExito, #sectionPresupuesto > #mensajeError { top: 0 !important; }

@media (min-width: 600px) {
    .logo_carousel_wrapper { display: none; }
}

.servicos { padding: 40px 20px; background: #fff; }
.servicos h2 { text-align: center; margin-bottom: 30px; font-size: 2rem; }
.servicos_container { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card { background: #fff; border: 1px solid #ddd; border-radius: 12px; padding: 20px; box-shadow: 0 2px 6px rgba(0,0,0,0.1); transition: transform .2s; min-width: 280px; }
.card:hover { transform: translateY(-5px); }
.card h3 { margin-bottom: 15px; font-size: 1.2rem; font-weight: bold; }
.card p { font-size: 0.95rem; margin-bottom: 20px; }
.card a { display: inline-block; padding: 10px 20px; background: #0A423A; color: #fff; text-decoration: none; border-radius: 20px; font-weight: bold; }

/* Mobile: vira carrossel */
@media (max-width: 768px) {
    .servicos_container { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 16px; padding-bottom: 10px; }
    .card { flex: 0 0 80%; scroll-snap-align: start; }
    main.ssi_content.ssi_content_page { padding: 0; }
}

/* Landing page - contato */
.ssi_translation_budget h1 { font-size: 0; position: relative; text-align: center; }
.ssi_contact_form { padding: 0px 8px; padding-bottom: 0px !important; max-width: 600px; margin: auto; }
.ssi_translation_budget .ssi_contact_form,
.ssi_translation_budget .ssi_contact_form form { width: 100%; max-width: 600px; box-sizing: border-box; }
.ssi_contact_form { padding: 0; padding-bottom: 60px; max-width: 600px; margin: auto; }
.ssi_contact_form button { background-color: #159D47; border: 0; color: #159D47; font-weight: bold; }

@media (max-width: 600px) {
    .ssi_translation_budget { padding: 40px 15px; max-width: 300px; }
    button#botonEnviar:before { /*content: "ENVIAR PEDIDO DE ORÇAMENTO";*/ font-family: "Inter", Sans-serif; font-size: 15px; font-weight: 700; line-height: 1.5em; text-align: center; display: flex; justify-content: center; align-items: center; }
}

/* Landing page */

/* Layout */
.translation_section { background-color: #FAFBFC; padding: 80px 0px; display: flex; justify-content: center; font-family: "Inter", sans-serif; width: 100vw; position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; margin-top: -55px; }
.translation_container.center_layout { display: flex; flex-direction: column; align-items: center; text-align: center; max-width: 940px; width: 100%; padding: 0 20px; }

/* Logo */
.translation_logo { width: 160px; margin-bottom: 40px; }

/* Texto */
.translation_title { font-size: 3.5rem; font-weight: 700; color: #22252A; line-height: 1.2; margin-bottom: 20px; font-family: "Inter", sans-serif; }
.highlight_text { color: #159D47; }
.translation_subtext { font-size: 1.5rem; color: #676F7E; margin-bottom: 50px; margin-top: 20px; max-width: 540px; font-family: "Inter", sans-serif; }

/* Badges */
.translation_badges { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-bottom: 45px; }
.badge_item { display: flex; align-items: center; gap: 10px; border: 1px solid #e6e6e6; border-radius: 25px; padding: 10px 18px; /*background-color: #fff;*/ font-weight: 600; color: #22252A; font-size: 1rem; }
.badge_item p { font-family: "Inter", sans-serif; }
.badge_icon_img { width: 40px; height: 40px; object-fit: contain; }

/* CTA */
.cta_button { display: inline-block; background-color: #159D47; color: #fff; font-weight: 700; border: none; border-radius: 8px; padding: 16px 40px; font-size: 1.3rem; text-decoration: none; transition: all 0.3s ease; box-shadow: 0 4px 12px rgba(0, 166, 80, 0.2); font-family: "Inter", sans-serif; }
.cta_button:hover { background-color: #009245; box-shadow: 0 6px 18px rgba(0, 166, 80, 0.3); transform: translateY(-2px); }

@media (max-width: 768px) {
    .translation_title { font-size: 2rem; }
    .translation_subtext { font-size: 1rem; }
    .cta_button { width: 100%; max-width: 320px; padding: 16px 0px; font-size: 18px; }
    .badge_item { padding: 0px 16px 0px 8px; }
    .translation_logo { width: 160px; margin-bottom: 0px; }
    .translation_section { padding: 30px 20px 50px; width: auto; position: static; left: 50%; right: 50%; margin-left: 0; margin-right: 0; margin-top: -55px; }
    .translation_container.center_layout { padding: 0; }
}

/* Why choose section */
.why_choose_section { display: flex; background-color: #F8F9FB; padding: 70px 0px 80px; text-align: center; font-family: "Inter", sans-serif; color: #1e293b; width: 100vw; position: relative; left: 50%; right: 50%; margin-right: -50vw; margin-left: -50vw; }

/* Titles */
.why_choose_title { font-size: 1.8rem; font-weight: 700; color: #22252A; margin-bottom: 20px; font-family: "Inter", sans-serif; }
.why_choose_subtitle { font-size: 1.3rem; color: #676F7E; margin-bottom: 50px; font-family: "Inter", sans-serif; }

/* Cards Container */
.why_choose_cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; max-width: 1200px; margin: 0 auto; }

/* Individual Card */
.choose_card { background-color: #ffffff; border-radius: 16px; padding: 40px 20px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease, box-shadow 0.3s ease; }
.choose_card:hover { transform: translateY(-5px); box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08); }

/* Icon */
.card_icon { width: 60px; height: 60px; margin: 0 auto 20px; background-color: #e7f5ec; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.card_icon img { width: 28px; height: 28px; }

/* Card Text */
.card_title { font-size: 1.25rem; font-weight: 600; color: #22252A; margin-bottom: 10px; font-family: "Inter", sans-serif; }
.card_text { font-size: 1rem; color: #676F7E; line-height: 1.6; font-family: "Inter", sans-serif; }
.why_choose_container { max-width: 940px; width: 100%; margin: auto; padding: 0 20px; }

@media (max-width: 1024px) {
    .why_choose_cards { grid-template-columns: repeat(2, 1fr); gap: 20px; }
}

@media (max-width: 640px) {
    .why_choose_section { padding: 50px 20px; width: auto; position: static; left: 50%; right: 50%; margin-right: 0; margin-left: 0; }
    .why_choose_container { padding: 0; }
    .why_choose_title { font-size: 1.5rem; }
    .why_choose_subtitle { font-size: 1rem; margin-bottom: 40px; }
    .why_choose_cards { grid-template-columns: 1fr; }
    .choose_card { padding: 30px 16px; }
    .card_icon { width: 50px; height: 50px; }
    .card_icon img { width: 24px; height: 24px; }
}

/* Why choose second section */
.why_choose_second_section { display: flex; background-color: #FAFBFC; padding: 70px 0px; text-align: center; font-family: "Inter", sans-serif; width: 100vw; position: relative; left: 50%; right: 50%; margin-right: -50vw; margin-left: -50vw; }
.why_choose_container { max-width: 940px; margin: 0 auto; color: #4b5563; }
.why_choose_intro { font-size: 1.3rem; margin-bottom: 16px; line-height: 1.6; color: #676F7E; text-align: left; font-family: "Inter", sans-serif; }
.why_choose_subtext { font-size: 1.3rem; margin-bottom: 60px; line-height: 1.6; color: #676F7E; text-align: left; font-family: "Inter", sans-serif; }
.why_choose_grid { display: grid; grid-template-columns: 1fr 1fr; gap: 25px 60px; text-align: left; }
.why_choose_item { display: flex; align-items: flex-start; gap: 10px; }
.why_choose_dot { width: 12px; height: 12px; background-color: #159D47; border-radius: 50%; margin-top: 7px; flex-shrink: 0; }
.why_choose_item_title { font-weight: 700; font-size: 1.125rem; color: #22252A; margin-bottom: 8px; line-height: 1.5; font-family: "Inter", sans-serif; }
.why_choose_item_description { font-size: 1rem; color: #676F7E; line-height: 1.5em; font-family: "Inter", sans-serif; }

@media (max-width: 768px) {
    .why_choose_section { padding: 50px 20px; width: auto; position: static; left: 50%; right: 50%; margin-right: 0; margin-left: 0; }
    .why_choose_container { padding: 0; }
    .why_choose_title { font-size: 1.5rem; }
    .why_choose_grid { grid-template-columns: 1fr; }
    .why_choose_item { justify-content: flex-start; }
    .why_choose_intro,
    .why_choose_subtext { text-align: left; font-size: 16px; }
    .why_choose_second_section { padding: 50px 20px; width: auto; position: static; left: 50%; right: 50%; margin-right: 0; margin-left: 0; }
}

/* Services Section */
.services_section { display: flex; padding: 70px 0px 80px; background-color: #F8F9FB; font-family: "Inter", sans-serif; width: 100vw; position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; }

/* Header */
.services_header { text-align: center; margin-bottom: 40px; }
.services_title { font-size: 1.8rem; font-weight: 700; color: #22252A; font-family: "Inter", sans-serif; }
.services_subtitle { font-size: 1.3rem; color: #676F7E; margin-top: 20px; font-family: "Inter", sans-serif; }

/* Grid */
.services_grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }

/* Card */
.service_card { background: #fff; border-radius: 12px; padding: 32px; box-shadow: 0px 4px 12px rgba(0,0,0,0.06); }

/* Ícone com quadrado verde claro */
.service_icon_bg { width: 64px; height: 64px; background-color: #e7f5ec; border-radius: 12px; display: flex; align-items: center; justify-content: center; }
.service_icon_bg img { width: 32px; height: auto; }

/* Textos */
.service_title { margin-top: 20px; font-size: 20px; font-weight: 700; color: #22252A; font-family: "Inter", sans-serif; }
.service_description { margin-top: 22px; font-size: 1rem; color: #676F7E; line-height: 1.5; font-family: "Inter", sans-serif; }

/* Lista */
.service_list { margin-top: 22px; list-style: none; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.service_list li { display: flex; align-items: center; font-size: 15px; color: #676F7E; font-family: "Inter", sans-serif; }

/* Ponto verde */
.dot { width: 8px; height: 8px; background-color: #159D47; border-radius: 50%; margin-right: 8px; }
.services_container { width: 100%; max-width: 940px; margin: auto; padding: 0 20px; }

@media (max-width: 768px) {
    .services_grid { grid-template-columns: 1fr; gap: 22px; }
    .service_card { padding: 28px; }
    .service_list { grid-template-columns: 1fr; }
    .services_title { font-size: 24px; }
    .services_subtitle { font-size: 16px; }
    .services_section { padding: 50px 20px; width: auto; position: static; left: 50%; right: 50%; margin-left: 0; margin-right: 0; }
    .services_container { padding: 0; }
}

/* Testimonials section */
.testimonials_section { text-align: center; padding: 70px 0px 80px; background: #FAFBFC; font-family: "Inter", sans-serif; width: 100vw; position: relative; left: 50%; right: 50%; margin-right: -50vw; margin-left: -50vw; }
.testimonials_container { max-width: 940px; margin: auto; padding: 0 20px; }
.testimonials_title { font-size: 1.8rem; font-weight: 700; color: #22252A; margin-bottom: 20px; font-family: "Inter", sans-serif; }
.testimonials_subtitle { font-size: 1.3rem; color: #676F7E; margin-bottom: 50px; font-family: "Inter", sans-serif; }
.testimonials_carousel_wrapper { max-width: 900px; margin: 0 auto; position: relative; overflow: hidden; box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.12); border-radius: 16px; }

/* Carrossel */
.testimonials_carousel { display: flex; }
.testimonial_card { width: 100%; flex-shrink: 0; background: #fff; border-radius: 16px; padding: 20px 0 16px 0; }
.testimonial_stars { font-size: 28px; color: #ff9f0a; }
.testimonial_text { font-size: 18px; color: #676F7E; margin-bottom: 20px; padding: 0 40px; line-height: 1.5em; font-family: "Inter", sans-serif; }
.testimonial_profile { display: flex; align-items: center; justify-content: center; gap: 15px; }
.testimonial_avatar { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; }
.profile_name { font-size: 18px; font-weight: 700; color: #22252A; margin: 20px 0 0 0; font-family: "Inter", sans-serif; }
.profile_role { font-size: 16px; color: #676F7E; margin: 10px 0 20px 0; font-family: "Inter", sans-serif; }

/* Autoplay */
.autoplay { animation: slideAnimation 25s infinite; }

@keyframes slideAnimation {
    /* Slide 1 */
    0% { transform: translateX(0%); opacity: 1; }
    16% { transform: translateX(0%); opacity: 1; }
    /* Slide 2 */
    20% { transform: translateX(-100%); opacity: 1; }
    36% { transform: translateX(-100%); opacity: 1; }
    /* Slide 3 */
    40% { transform: translateX(-200%); opacity: 1; }
    56% { transform: translateX(-200%); opacity: 1; }
    /* Slide 4 */
    60% { transform: translateX(-300%); opacity: 1; }
    76% { transform: translateX(-300%); opacity: 1; }
    /* Slide 5 */
    80% { transform: translateX(-400%); opacity: 1; }
    96% { transform: translateX(-400%); opacity: 1; }
    /* Fade out suave */
    97% { opacity: 1; }
    98% { opacity: 0; transform: translateX(-400%); }
    /* Reset invisível para o início */
    99% { opacity: 0; transform: translateX(0%); }
    /* Reaparece no primeiro slide */
    100% { opacity: 1; transform: translateX(0%); }
}

/* Indicadores */
.testimonials_indicators { display: flex; justify-content: center; gap: 10px; margin: 25px 0 0 0; }
.testimonials_indicators span { width: 14px; height: 14px; background: #d1d5db; border-radius: 50%; }

/* Animação sincronizada com o carrossel */
.testimonials_indicators span:nth-child(1) { animation: indicator1 25s infinite; }
.testimonials_indicators span:nth-child(2) { animation: indicator2 25s infinite; }
.testimonials_indicators span:nth-child(3) { animation: indicator3 25s infinite; }
.testimonials_indicators span:nth-child(4) { animation: indicator4 25s infinite; }
.testimonials_indicators span:nth-child(5) { animation: indicator5 25s infinite; }

/* Animação de cor dos pontinhos */
@keyframes indicator1 {
    0%,16% { background: #159D47; }
    17%,100% { background: #e7f5ec; }
}

@keyframes indicator2 {
    0%,19% { background: #e7f5ec; }
    20%,36% { background: #159D47; }
    37%,100% { background: #e7f5ec; }
}

@keyframes indicator3 {
    0%,39% { background: #e7f5ec; }
    40%,56% { background: #159D47; }
    57%,100% { background: #e7f5ec; }
}

@keyframes indicator4 {
    0%,59% { background: #e7f5ec; }
    60%,76% { background: #159D47; }
    77%,100% { background: #e7f5ec; }
}

@keyframes indicator5 {
    0%,79% { background: #e7f5ec; }
    80%,96% { background: #159D47; }
    97%,100% { background: #e7f5ec; }
}

@media (max-width: 480px) {
    .testimonial_text { padding: 0 20px; font-size: 16px; }
    .testimonials_title { font-size: 1.4rem; }
    .testimonials_section { padding: 50px 20px; width: auto; position: static; left: 50%; right: 50%; margin-right: 0; margin-left: 0; }
    .testimonials_container { padding: 0; }
}

/* Official translation section */
.official_translation_section { padding: 70px 0px 80px; background: linear-gradient(135deg, #159d47, #f97015); display: flex; justify-content: center; align-items: center; text-align: center; font-family: "Inter", sans-serif; width: 100vw; position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; }

/* Container */
.official_translation_container { max-width: 940px; width: 100%; padding: 0 20px; }

/* Title */
.official_translation_title { font-size: 2.3rem; color: #ffffff; font-weight: 700; margin-bottom: 25px; line-height: 1.3; font-family: "Inter", sans-serif; }

/* Subtitle */
.official_translation_subtitle { font-size: 1.5rem; color: #ffffff; margin-bottom: 40px; line-height: 1.5; font-family: "Inter", sans-serif; }

/* CTA */
.official_translation_cta { display: inline-block; background-color: #ffffff; color: #159D47; padding: 18px 40px; border-radius: 5px; font-size: 1.375rem; font-weight: 700; text-decoration: none; transition: 0.3s ease; font-family: "Inter", sans-serif; }
.official_translation_cta:hover { background-color: #f1f1f1; }

@media (max-width: 768px) {
    .official_translation_title { font-size: 1.9rem; }
    .official_translation_subtitle { font-size: 1.1rem; }
    .official_translation_cta { width: 100%; max-width: 330px; }
    .official_translation_section { width: auto; position: static; left: 50%; right: 50%; margin-left: 0; margin-right: 0; }
    .official_translation_container { padding: 0; }
}

@media (max-width: 480px) {
    .official_translation_section { padding: 50px 20px 60px; width: auto; position: static; left: 50%; right: 50%; margin-left: 0; margin-right: 0; }
    .official_translation_title { font-size: 1.5rem; }
    .official_translation_subtitle { font-size: 1rem; }
    .official_translation_cta { padding: 16px 0px; font-size: 18px; }
    .official_translation_container { padding: 0; }
}

/* FAQ section */
.faq_section { padding: 70px 0px 80px; background: #FAFBFC; font-family: "Inter", sans-serif; width: 100vw; position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; }
.faq_container { max-width: 940px; margin: 0 auto; padding: 0 20px; }
.faq_title { text-align: center; font-size: 38px; font-weight: 700; margin-bottom: 20px; color: #22252A; font-family: "Inter", sans-serif; }
.faq_subtitle { text-align: center; color: #676F7E; font-size: 24px; margin-bottom: 40px; font-family: "Inter", sans-serif; }
.faq_item { /*background: #fff;*/ border: 1px solid #E2E8F0; border-radius: 8px; margin-bottom: 15px; overflow: hidden; }

/* Esconder checkbox */
.faq_input { display: none; }
.faq_question { display: flex; justify-content: space-between; align-items: center; padding: 20px; font-size: 20px; font-weight: 600; cursor: pointer; color: #22252A; font-family: "Inter", sans-serif; }
.faq_icon { width: 25px; text-align: center; font-size: 22px; font-weight: bold; color: #22252A; }

/* Ícone padrão = + */
.faq_question .faq_icon::before { content: "+"; }

/* Quando aberto vira − */
.faq_input:checked + .faq_question .faq_icon::before { content: "−"; }

/* Resposta fechada */
.faq_answer { max-height: 0; overflow: hidden; padding: 0 20px; color: #676F7E; font-size: 18px; line-height: 1.5; transition: max-height 0.35s ease; font-family: "Inter", sans-serif; }

/* Resposta aberta */
.faq_input:checked ~ .faq_answer { max-height: 300px; padding: 20px; }

@media (max-width: 600px) {
    .faq_title { font-size: 26px; }
    .faq_subtitle { font-size: 16px; }
    .faq_question { font-size: 16px; padding: 16px; }
    .faq_answer { font-size: 15px; }
    .faq_section { padding: 50px 20px; width: auto; position: static; left: 50%; right: 50%; margin-left: 0; margin-right: 0; }
    .faq_container { padding: 0; }
}

/* Footer campanha tradutoria */
.campaign_footer { width: 100vw; background-color: #FAFBFC; border-top: 1px solid #E2E8F0; /* font-family: Arial, Helvetica, sans-serif; */ position: relative; left: 50%; right: 50%; margin-right: -50vw; margin-left: -50vw; }
.campaign_footer_container { max-width: 940px; margin: 0 auto; padding: 80px 20px 32px; display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 30px; }
.footer_company_logo { width: 82px; }
.footer_company_description { font-size: 16px; line-height: 1.6; color: #676F7E; margin-bottom: 25px; font-family: "Inter", sans-serif; }
.footer_whatsapp_button { display: inline-flex; align-items: center; gap: 10px; padding: 12px 26px; border: 1px solid #E2E8F0; border-radius: 4px; color: #22252A; text-decoration: none; font-weight: 400; transition: all 0.3s ease; background-color: #FCFCFC; font-size: 15px; font-family: "Inter", sans-serif; }
.footer_whatsapp_icon { width: 13.3px; height: 15px; flex-shrink: 0; }
.footer_whatsapp_button:hover { background-color: #159D47; color: #ffffff; }
.footer_title { font-size: 20px; font-weight: 700; margin-bottom: 20px; color: #22252A; font-family: "Inter", Sans-serif; padding-top: 8px; }
.footer_links_title { margin-top: 30px; }
.footer_icon { width: 20px; height: 20px; object-fit: none; flex-shrink: 0; margin-top: 1px; }
.footer_contact_item { display: flex; align-items: flex-start; gap: 12px; text-decoration: none; margin-bottom: 20px; color: #4a4a4a; }
.footer_label { display: block; font-size: 16px; color: #676F7E; font-family: "Inter", Sans-serif; }
.footer_text { font-size: 15px; color: #22252a; font-family: "Inter", Sans-serif; }
.footer_text_address { font-size: 15px; color: #676F7E; font-family: "Inter", Sans-serif; }
.footer_address_item { display: flex; gap: 12px; text-decoration: none; margin-bottom: 10px; color: #4a4a4a; }
.footer_link { display: block; font-size: 16px; color: #676F7E; text-decoration: none; margin-bottom: 20px; transition: color 0.3s ease; font-family: "Inter", Sans-serif; }
.footer_link:hover,
.footer_contact_item:hover,
.footer_address_item:hover { color: #159D47; }
.campaign_footer_bottom { max-width: 940px; margin: 0 auto; padding: 20px 0; border-top: 1px solid #E2E8F0; display: flex; justify-content: space-between; font-size: 15px; color: #676F7E; font-family: "Inter", Sans-serif; }
.campaign_footer_bottom span { font-family: "Inter", sans-serif; }

@media (max-width: 900px) {
    .campaign_footer_container { grid-template-columns: 1fr; text-align: center; }
    .footer_contact_item,
    .footer_address_item { justify-content: center; }
    .campaign_footer_bottom { flex-direction: column; gap: 10px; text-align: center; }
}

/* Novo site */

/* Home - Banner e Menu */
.ssi_content { margin: 0px auto; max-width: 1320px; padding: 0px 8px; }
.ssi_top_email { display: none !important; }
.ssi_top_phone { display: none !important; }
.ssi_top_whats { display: none !important; }
.network_link { display: none; }
.ssi_right .network_link { display: block; }
nav:not(footer nav) { font-size: 75%; position: relative; top: -207px; z-index: 99; display: block; color: #fff; text-transform: uppercase; text-align: center; background-color: #175E53; }
nav li { padding: 32px 18px; }
.ssi_languages_selector { padding-right: 0px; text-align: right; margin-top: -20px; padding-bottom: 5px; }
.ssi_top_intranet { background-color: #F8BE36; color: #fff; padding: 6px 23px !important; display: inline-block !important; margin-top: 22px; margin-left: 10px; border-radius: 0px; text-transform: uppercase; position: relative; z-index: 999; margin-right: 8px; }
.ssi_logo { width: 480px; position: relative; left: -22px; top: 80px; filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5)); }
.ssi_banner_wrapper { position: relative; top: -207px; }
/*.ssi_slogan1:before { content: "Precisa de uma tradução juramentada?"; color: #fff; position: relative; }*/
.ssi_cta { padding: 25px 10px 10px 10px; font-size: 100%; margin-top: -380px; }
.ssi_cta a { white-space: nowrap; text-transform: uppercase; position: relative; top: -10px; border-radius: 15px; float: unset; padding: 18px 30px; background-color: #ECCB4D; color: #000; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); letter-spacing: 1px; }

@media (max-width: 1300px) {
    .ssi_slogan1 { margin-top: 20px; }
    /*.ssi_slogan2 { width: 600px; }*/
}

@media (max-width: 1250px) {
    .ssi_cta { margin-top: -320px; }
}

@media (max-width: 1080px) {
    .ssi_cta { margin-top: -280px; }
    .ssi_logo { width: 340px; }
}

@media (max-width: 960px) {
    .ssi_slogan1 { margin-top: 0px; }
    .ssi_cta { margin-top: -260px; font-size: 12px; }
}

@media (max-width: 600px) {
    .ssi_banner_mobile { margin-top: -1px; }
}

/* Validação de assinatura */
.ssi_signature_validation { text-align: center; margin: 50px auto 150px; }
.ssi_signature_validation h1 { width: 400px; margin: 0 auto 10px; line-height: 1.7; text-transform: uppercase; color: #175E53; text-shadow: rgba(0, 0, 0, 0.25) 0px 3px 3px; }
.ssi_signature_validation h2 { margin-bottom: 20px; font-size: 22px; font-weight: 400; color: #201F1F; position: relative; top: 130px; z-index: 9; letter-spacing: 1px; }
section#sectionVerification { width: 100vw; position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; background: #9AACAA54; padding: 70px 0 50px; }
.verification_title { display: none; }
.verification_text_lang, .verification_title_lang { display: none !important; }
#sectionVerification p { display: none; }
#sectionVerification hr { display: none; }
#verificationForm label { color: #201F1F; display: block; margin: 2px 0px; font-size: 22px; letter-spacing: 1px; }
#verificationForm input, #divVerfication textarea { font-size: 24px; color: #B2B2B2; letter-spacing: 10px; border: 1px solid #659991; border-radius: 7px; box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.18); margin-top: 40px; margin-bottom: 45px; width: 500px; padding: 15px 40px; text-transform: uppercase; text-align: center; }
#verificationForm .verificationButton { background-color: #F8BE36; color: transparent; border: none; border-radius: 10px; font-size: 0; box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.18); padding: 15px 90px; }
#verificationForm .verificationButton:before { content: "Validar"; font-size: 24px; color: #201F1F; letter-spacing: 1px; }
#verificationForm button:hover { transform: translateY(-2px); box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.22); }

@media (max-width: 600px) {
    .ssi_signature_validation h1 { width: 320px; font-size: 1.6rem; margin: 0 auto; font-weight: 400; }
    .ssi_signature_validation h2 { font-size: 1rem; text-align: left; padding: 0 12px; line-height: 1.5; }
    #verificationForm label { margin: 70px 20px 0px; font-size: 1rem; text-align: left; }
    #verificationForm input, #divVerfication textarea { font-size: 1rem; width: -webkit-fill-available; padding: 15px 10px; letter-spacing: 5px; text-align: center; margin: 10px 20px 60px; }
    #verificationForm .verificationButton { border-radius: unset; padding: 15px 40px; width: -webkit-fill-available; }
    #verificationForm .verificationButton:before { font-size: 1.1rem; text-decoration: underline; }
    .ssi_signature_validation { margin: 50px auto 0px; }
    section#sectionVerification { padding: 70px 0 90px; margin-top: -20px; }
}

/* Blogs */
.ssi_blog_index { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.ssi_blog_index .article_summary_image { margin-right: 0; max-width: 400px; }
.article_summary_image { width: 386px; height: 254px; object-fit: cover; border: 4px solid #EBEBEB; box-shadow: 0px 2px 6px rgb(0 0 0 / 20%); }
.article_summary_image { max-width: 250px; max-height: 300px; width: 100%; }
.article_summary_title { margin: 10px 0px; font-size: 19px; font-weight: 500; color: #201F1F; text-shadow: rgba(0, 0, 0, 0.25) 0px 3px 3px; }
.article_summary_lead { font-size: 15px; letter-spacing: 1px; color: #201F1F; text-align: justify; flex-grow: 1; }
.article_tags_selector { display: none; margin-bottom: 10px; font-size: 80%; margin-right: 8px; }
.article_summary_learn_more { display: inline-block; margin-top: 10px; color: transparent; font-size: 0; }
.article_summary_learn_more:before { content: "Ver Mais..."; font-size: 15px; color: #175E53; letter-spacing: 1px; }
.article_content_summary { display: flex; flex-direction: column; }
.article_summary { display: flex; flex-direction: column; }
.article_content_summary { display: flex; flex-direction: column; flex-grow: 1; }

@media (max-width: 600px) {
    .ssi_blog_index { display: flex; gap: 10px; flex-direction: column; align-items: center; margin-bottom: 80px; }
    .ssi_blog_index .article_summary:not(:last-child) { border-bottom: none; }
    .ssi_blog_index .article_summary { clear: both; min-height: 156px; min-width: 210px; max-width: 320px; max-height: 400px; padding-bottom: 10px; }
    .ssi_blog_index .article_summary_image { margin-right: 0; max-width: 340px; max-height: 168px; width: 100%; object-fit: cover; border: none; box-shadow: none; border-top-left-radius: 38px; }
    .article_summary_title { margin: 5px 14px 10px; font-size: 16px; font-weight: 500; color: #201F1F; text-shadow: rgba(0, 0, 0, 0.25) 0px 3px 3px; }
    .article_summary_lead { font-size: 15px; letter-spacing: 1px; color: #F0F0F0; text-align: justify; flex-grow: 1; padding: 10px 14px 0px; background: #13564B; margin-bottom: -1px; }
    .article_learn_more_link { padding: 0 14px 10px; background: #13564B; border-bottom-right-radius: 61px; }
    .article_summary_learn_more:before { content: "Ver Mais..."; font-size: 12px !important; color: #2ABCA5; letter-spacing: 1px; }
}

/* Conteúdo do blog */
.ssi_blog_other_posts_title { display: block; text-align: left; font-weight: bold; margin-bottom: 20px; color: transparent; font-size: 0; }
.ssi_blog_other_posts_title:before { content: "Confira outros arquivos relacionados..."; font-size: 24px; color: #201F1F; font-weight: 400; letter-spacing: 1px; text-shadow: rgba(0, 0, 0, 0.25) 0px 3px 3px; }
.ssi_blog_other_posts_section { width: 1320px; max-width: calc(100% - 80px); margin: 40px auto; }
.ssi_blog_other_posts .article_summary_image, .ssi_blog_other_posts .article_summary_video { width: 342px; margin: 10px auto; display: block; }
.ssi_blog_other_posts .article_summary_image { max-width: 342px; max-height: 368px; width: 100%; }
.ssi_blog_other_posts .article_summary_image { width: 386px; height: 168px; object-fit: cover; border: none; box-shadow: none; border-top-left-radius: 38px; }
.ssi_blog_other_posts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.ssi_blog_other_posts_section .article_summary { flex: 1 1; min-width: 210px; padding: 10px; max-width: 350px; }
.ssi_blog_other_posts .article_summary_title { margin: 5px 14px 15px; font-size: 16px; font-weight: 500; color: #201F1F; text-shadow: rgba(0, 0, 0, 0.25) 0px 3px 3px; }
.ssi_blog_other_posts .article_summary_lead { font-size: 15px; letter-spacing: 1px; color: #F0F0F0; text-align: justify; flex-grow: 1; padding: 10px 14px 0px; background: #13564B; margin-bottom: -1px; }
.ssi_blog_other_posts .article_learn_more_link { padding: 0 14px 10px; background: #13564B; border-bottom-right-radius: 61px; }
.ssi_blog_other_posts .article_summary_learn_more:before { content: "Ver Mais..."; font-size: 12px; color: #2ABCA5; letter-spacing: 1px; }

@media (max-width: 600px) {
    .ssi_blog_other_posts_title { margin-bottom: 60px; }
    .ssi_blog_other_posts_title:before { font-size: 0.8rem; }
    .ssi_blog_other_posts_section { max-width: calc(100% - 20px); }
    .ssi_blog_other_posts { display: flex; gap: 20px; align-items: center; }
    .ssi_blog_other_posts .article_summary_image { width: -webkit-fill-available; max-width: 360px; }
    .ssi_blog_other_posts .article_summary_image, .ssi_blog_other_posts .article_summary_video { margin: 0 auto; }
    .ssi_blog_other_posts .article_summary_title { margin: 15px 14px; }
    .ssi_blog_other_posts .article_summary_lead { margin-bottom: -1px; }
}

/* Rodapé */
.whatsapp { background-color: transparent !important; padding: 10px !important; margin-block-start: 2px !important; }
.email { background-color: transparent !important; padding: 10px !important; color: rgb(255, 255, 255); margin-block-start: 2px !important; margin-inline-end: 1em; margin-inline-start: 0px; margin-inline-end: 0px; border-radius: 25px; }

@media (max-width: 1300px) {
    .ssi_footer_contact { left: 750px; }
    footer .network_link { right: 650px; }
}

@media (max-width: 1250px) {
    .ssi_footer_contact { left: 700px; }
    footer .network_link { right: 600px; }
}

@media (max-width: 1200px) {
    .ssi_footer_contact { left: 650px; }
    footer .network_link { right: 550px; }
}

@media (max-width: 1150px) {
    .ssi_footer_contact { left: 600px; }
}

@media (max-width: 1100px) {
    .ssi_footer_contact { left: 550px; }
    footer .network_link { right: 500px; }
}

@media (max-width: 1050px) {
    .ssi_footer_contact { left: 500px; }
}

@media (max-width: 1000px) {
    .ssi_footer_contact { left: 450px; }
    footer .network_link { right: 450px; }
}

@media (max-width: 950px) {
    .ssi_footer_contact { left: 430px; }
    footer .ssi_content:not(footer nav .ssi_content) { gap: 0px; }
    .ssi_footer_social:after { right: 300px; }
    footer .network_link { right: 400px; }
}

@media (max-width: 900px) {
    .ssi_footer_social:after { content: "De seg. a sex., das 9h às 18h"; position: relative; margin-bottom: 5px; margin-top: 15px; font-size: 14px; color: #EFEFEF; width: 200px; right: 0px; top: 0px; }
    footer .network_link { position: relative; right: 0px; top: 0px; }
    .ssi_footer_contact { position: relative; left: 0px; }
    footer .ssi_content:not(footer nav .ssi_content) { display: flex; flex-wrap: wrap; gap: 30px; justify-content: center; flex-direction: column; align-items: center; }
    footer p { position: relative; top: 0px; text-align: justify; }
    footer p, footer a { font-size: 14px; margin: 4px 0; display: block; color: #fff; text-decoration: none; margin-left: 0px; width: unset; }
    footer h1, footer h2 { font-size: 18px; margin-bottom: 10px; font-weight: bold; color: #fff; width: unset; }
    footer h2 { margin-bottom: 24px; margin-left: 0px; text-align: center; position: relative; top: 105px; }
    footer .ssi_content > div:first-child { max-width: 250px; text-align: center; }
    .footer_logo_tradutoria { display: inline-block; width: 90px; position: relative; bottom: 60px; }
    footer .ssi_content > *:not(:first-child, nav) { min-width: 300px; }
    .ssi_footer_contact:before { content: "Contato"; /*margin-bottom: 5px; margin-top: 15px; margin-left: 0px;*/ font-size: 18px; font-weight: bold; color: #fff; text-align: center; display: flex; width: 300px; justify-content: center; margin: 15px auto 5px; }
    .ssi_footer_contact_phone { position: relative; top: 19px; width: 230px; margin: auto; }
    .ssi_footer_contact_whats { position: relative; top: 27px; width: 230px; margin: auto; }
    .ssi_footer_contact_email { position: relative; top: -82px; left: 0px; width: 230px; margin: auto; }
    footer address { font-style: normal; color: #fff; position: relative; left: 0px; top: 35px; width: 230px; margin: auto; }
    a.network_link.facebook { padding: 10px 10px 10px 0px; }
    .ssi_footer_social { display: flex; justify-content: center; align-items: center; flex-direction: column; width: 300px; }
        .ssi_footer_social .network_link { display: inline-flex; float: inline-end; font-size: 21px; }
    small .ssi_content { display: flex; flex-wrap: wrap; border-top: 1px solid #ffffff4a; padding-top: 10px; color: #fff; flex-direction: column; align-items: center; }
    .ssi_footer_about_us span { font-size: 14px !important; color: #E5E5E5; }
}

/* Contato */
/*.ssi_translation_budget:after { content: url('../img/tradutoria/banner_contato.png'); position: relative; width: 100vw; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; top: -1280px; }*/
.ssi_translation_budget { padding: 40px 35px !important; border-radius: 9px; /*box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);*/ flex: 1; max-width: 600px !important; margin-top: 500px !important; height: 780px; border: 1px solid transparent; background: linear-gradient(#F3F3F3, #F3F3F3) padding-box, linear-gradient(90deg, rgba(19, 86, 75, 1) 0%, rgba(42, 188, 165, 1) 100%) border-box; }
.ssi_translation_budget::after { content: ""; display: block; width: 100vw; height: 500px; background-image: url(../img/tradutoria/banner_contato.png); background-size: cover; background-position: center; /*filter: brightness(0.55);*/ position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; top: -1355px; }
.ssi_translation_budget h1:before { content: "Nosso Contato"; /*font-family: "Inter", Sans-serif;*/ font-size: 48px; font-weight: 400; line-height: 1.1em; color: #2ABCA5; letter-spacing: 1px; text-shadow: rgba(0, 0, 0, 0.25) 0px 3px 3px; position: relative; top: -430px; right: 440px; z-index: 9; }
.ssi_translation_budget p:before { content: "Fique a vontade para falar conosco por um desses canais, ou marque um visita em nosso escritório, teremos prazer em recebê-lo(a)!"; /* font-family: "Inter", Sans-serif; */ font-size: 25px; font-weight: 400; line-height: 1.5em; color: #EFEFEF; position: relative; top: -260px; z-index: 9; display: flex; width: 1320px; text-align: left; right: 325px; letter-spacing: 1px; }
.ssi_translation_budget p { font-size: 18px; position: relative; text-align: center; margin-top: -140px; color: #201F1F; font-weight: 400; margin-bottom: 40px; }
.ssi_contact_form input { width: 98%; }
.ssi_contact_form input, .ssi_contact_form select, .ssi_contact_form textarea { padding: 12px 20px; margin: 5px 6px 15px; display: inline-block; border: 1px solid #175E53; border-radius: 7px; box-sizing: border-box; /*width: 50%; */ background-color: #76D5C636; }
select#campoIdioma { width: 98%; }
.ssi_contact_form button { margin-top: 60px; white-space: nowrap; text-transform: uppercase; border-radius: 4px; color: #159D47; padding: 15px 92px; margin-left: 6px; width: 98%; }
.sol_upload_agregar { text-align: left; font-size: 0; padding: 0px 0px 15px !important; margin-left: 0px !important; }
.ssi_contact_form label { display: block; padding-left: 5px; /*font-family: "Inter", Sans-serif; */ font-size: 15px; font-weight: 500; line-height: 1.2em; }
.ssi_contact_form .sol_upload { border: 1px solid transparent; border-radius: 7px; padding: 12px 20px; margin: 5px 6px; background: linear-gradient(#F3F3F3, #F3F3F3) padding-box, linear-gradient(90deg, rgba(19, 86, 75, 1) 0%, rgba(42, 188, 165, 1) 100%) border-box; }
.sol_upload_empty { font-style: italic; color: #A3A1A1; padding-bottom: 15px; }
.sol_upload_agregar:before { content: "Anexar arquivos"; font-size: 12px; color: #201F1F; font-weight: 400; text-transform: math-auto; border: 1px solid transparent; border-radius: 7px; padding: 12px 40px; background: linear-gradient(#F3F3F3, #F3F3F3) padding-box, linear-gradient(90deg, rgba(19, 86, 75, 1) 0%, rgba(42, 188, 165, 1) 100%) border-box; }
.ssi_contact_form button:hover { cursor: pointer; color: #201F1F; }
button#botonEnviar { color: #201F1F; position: relative; font-size: 15px; font-weight: 400; letter-spacing: 1px; background-color: #2ABCA580; border-radius: 7px; }
.ssi_translation_address:after { content: ""; display: block; width: 100vw; height: 600px; background-image: url(../img/tradutoria/mapatradutoria.png); background-size: cover; background-position: center; /*filter: brightness(0.55);*/ position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; margin-top: 50px; }
.ssi_translation_address { margin: auto; text-align: center; margin-bottom: 100px; }
.ssi_translation_address address:before { content: "Se preferir, faça uma visita em nosso escritório. Estamos localizados na"; letter-spacing: 1px; color: #201F1F; line-height: 2.4; font-style: normal; }
.ssi_translation_social_media { width: 100%; margin: 80px auto; text-align: center; display: block; display: flex; justify-content: center; gap: 30px; }
.ssi_translation_address address { background: linear-gradient(90deg, rgba(100, 224, 202, 0.4) 0%, rgba(192, 252, 242, 0.4) 50%, rgba(125, 225, 207, 0.4) 100%); padding: 80px; }
.ssi_translation_address span { display: block; letter-spacing: 1px; color: #201F1F; line-height: 2.4; font-style: normal; }
.sol_upload_agregar { margin-top: 0px !important; padding-left: 0 !important; padding-top: 10px !important; }
.translation_section { margin-top: -90px; }

@media (max-width: 1280px) {
    .ssi_translation_budget p:before { width: 1100px; right: 285px; }
    .ssi_translation_budget h1:before { right: 400px; }
}

@media (max-width: 1180px) {
    .ssi_translation_budget p:before { width: 1020px; right: 205px; }
    .ssi_translation_budget h1:before { right: 320px; }
}

@media (max-width: 1030px) {
    .ssi_translation_budget::after { top: -1395px; }
    .ssi_translation_budget p:before { width: 900px; right: 145px; }
    .ssi_translation_budget h1:before { right: 260px; }
}

@media (max-width: 900px) {
    .ssi_translation_budget p:before { width: 700px; right: 85px; }
    .ssi_translation_budget h1:before { right: 200px; }
}

@media (max-width: 780px) {
    .ssi_translation_budget p:before { width: 620px; right: 25px; }
    .ssi_translation_budget h1:before { right: 140px; }
}

@media (max-width: 700px) {
    .ssi_translation_budget { margin-left: 20px; margin-right: 20px; }
}

@media (max-width: 660px) {
    .ssi_translation_budget p:before { width: 540px; right: 20px; }
    .ssi_translation_budget h1:before { right: 80px; }
    .ssi_translation_budget::after { top: -1445px; }
    .ssi_translation_budget { height: 850px; }
}

@media (max-width: 629px) {
    .ssi_translation_budget::after { top: -1470px; }
}

@media (max-width: 600px) {
    .ssi_translation_budget { padding: 0px 20px !important; margin-top: 750px !important; height: 750px; margin-left: 20px; margin-right: 20px; }
    .ssi_translation_budget h1 { text-align: left; }
    .ssi_translation_budget h1:before { font-size: 2rem; top: -600px; right: 20px; }
    .ssi_translation_budget p { font-size: 1.1rem; text-align: left; margin-top: -420px; margin-bottom: 90px; }
    .ssi_translation_budget p:before { font-size: 1.2rem; line-height: 1.8em; top: -170px; width: 320px; right: 20px; }
    .ssi_translation_budget::after { background-size: 100% 100%; top: -1435px; background-repeat: no-repeat; }
    select#campoIdioma { width: 96%; }
    .ssi_contact_form textarea { width: 96% !important; }
    .sol_upload_empty { font-size: 0.9rem; }
    .ssi_contact_form button { width: 96%; margin-top: 35px; }
    .sol_upload_agregar { min-width: 224px !important; }
    .ssi_translation_address { text-align: center; margin-bottom: 0px; }
    .ssi_translation_address address { padding: 30px 20px; text-align: left; }
    .ssi_translation_address address:before { content: "Se preferir, faça uma visita em nosso escritório."; }
    .ssi_translation_address span:first-child { margin-top: 30px; }
    .ssi_translation_address span { text-align: center; }
    .ssi_translation_address:after { height: 280px; background-size: 280%; background-position: 46% 30%; margin-top: 0px; background-repeat: no-repeat; }
    .ssi_contact_form input { width: 96%; }
}

@media (max-width: 600px) {
    .ssi_translation_budget p { margin-top: -370px; }
    .ssi_translation_budget p:before { top: -230px; }
    .ssi_translation_budget h1:before { top: -620px; }
}

@media (max-width: 460px) {
    .ssi_translation_budget { padding: 0px 20px !important; margin-top: 750px !important; height: 750px; margin-left: 20px; margin-right: 20px; }
    .ssi_translation_budget h1 { text-align: left; }
    .ssi_translation_budget h1:before { font-size: 2rem; top: -600px; right: 20px; }
    .ssi_translation_budget p { font-size: 1.1rem; text-align: left; margin-top: -420px; margin-bottom: 90px; }
    .ssi_translation_budget p:before { font-size: 1.2rem; line-height: 1.8em; top: -170px; width: 320px; right: 20px; }
    .ssi_translation_budget::after { background-size: 100% 100%; top: -1435px; background-repeat: no-repeat; }
    select#campoIdioma { width: 96%; }
    .ssi_contact_form textarea { width: 96% !important; }
    .sol_upload_empty { font-size: 0.9rem; }
    .ssi_contact_form button { width: 96%; margin-top: 35px; }
    .sol_upload_agregar { min-width: 224px !important; }
    .ssi_translation_address { text-align: center; margin-bottom: 0px; }
    .ssi_translation_address address { padding: 30px 20px; text-align: left; }
    .ssi_translation_address address:before { content: "Se preferir, faça uma visita em nosso escritório."; }
    .ssi_translation_address span:first-child { margin-top: 30px; }
    .ssi_translation_address span { text-align: center; }
    .ssi_translation_address:after { height: 280px; background-size: 280%; background-position: 46% 30%; margin-top: 0px; background-repeat: no-repeat; }
    .ssi_contact_form input { width: 96%; }
}

/* Botão Whatsapp */
.ssi_whats_button:after { content: url('../img/tradutoria/whatsapp_icon.png'); padding-right: 0px; vertical-align: middle; display: inline-block; text-align: right; }
.ssi_whats_button { background: transparent; color: transparent; position: fixed; bottom: 15px; right: -255px; padding: 8px 15px 4px 15px !important; text-transform: uppercase; border-radius: 5px; font-size: 0; }
.ssi_whats_button:before { display: none; content: url(/img/whatsapp.png); padding-right: 15px; vertical-align: middle; }

/* Carrossel bandeiras */
.languages_section { width: 100vw; background: #fff; padding: 15px 0; overflow: hidden; /* Oculta o excesso do carrossel */ position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; margin-top: 110px; }

/* Container fixo */
.languages_slider { width: 100%; overflow: hidden; position: relative; }

/* Faixa animada */
.languages_track { display: flex; gap: 30px; padding: 10px 0; animation: slideLanguages 18s linear infinite; width: max-content; }
.language_item { display: flex; align-items: center; gap: 8px; min-width: max-content; padding: 0 20px; font-size: 26px; font-weight: 700; }
.language_item img { width: 80px; height: auto; }

@keyframes slideLanguages {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

@media (max-width: 1250px) {
    .languages_section { margin-top: 50px; }
}

@media (max-width: 1080px) {
    .languages_section { margin-top: 10px; }
}

@media (max-width: 960px) {
    .languages_section { margin-top: 2px; }
}

/* Services section  */
.services_section_home { padding: 50px 0px; margin: 0 auto; background-color: #F4F4F4; width: 100vw; position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; }
.services_container_home { max-width: 1320px; width: 100%; margin: auto; }
.services_title_home { font-size: 2.3rem; color: #201F1F; margin-bottom: 30px; text-shadow: rgba(0, 0, 0, 0.25) 0px 3px 3px; padding: 0 20px; font-weight: 400; letter-spacing: 1px; }
.services_grid_home { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; padding: 0 20px; }
.service_card_home { background: #fff; border: 2px solid #D1F0EB; border-radius: 8px; padding: 25px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); overflow: hidden; transition: all 0.4s ease; cursor: pointer; display: flex; flex-direction: column; }
.service_card_home:hover { transform: scale(1.03); box-shadow: 0px 0px 8px 5px rgba(209, 240, 235, 1); }

/* Cabeçalho de cada card */
.service_header_home { display: flex; align-items: center; gap: 10px; }
.service_title_home { font-size: 1.5rem; color: #222; text-shadow: rgba(0, 0, 0, 0.25) 0px 3px 3px; }
.service_text_home { margin: 15px 0 25px; color: #222; line-height: 1.5; font-size: 1.2rem; text-align: justify; flex-grow: 1; }
.container_service_button_home { display: flex; justify-content: center; }
.service_button_home { display: inline-block; padding: 10px 25px; background: #2ABCA5; border-radius: 24px; color: #fff; font-size: 1.3rem; text-decoration: none; transition: 0.3s ease; box-shadow: 0 2px 8px rgb(0 0 0 / 12%); }
.service_button_home:hover { background: #008b86; }
.services_more_link_home { display: block; text-align: center; margin-top: 130px; text-decoration: none; color: #201F1F; font-size: 26px; letter-spacing: 2px; text-decoration: underline; padding: 0 20px; margin-bottom: 70px; text-shadow: rgb(0 0 0 / 18%) 0px 3px 3px; }
.services_carousel_home { display: none; /* oculto fora do mobile */ }

@media (max-width: 1024px) {
    .services_grid_home { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
    .services_title_home { text-align: left; padding-left: 20px; font-size: 1.6rem; margin-top: 25px; }
    .service_title_home { font-size: 1.2rem; }
    .service_text_home { font-size: 0.9375rem; }
    .service_button_home { font-size: 1rem; }

    /* esconde o grid tradicional */
    .services_grid_home { display: none; }

    /* ativa o carrossel */
    .services_carousel_home { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; gap: 20px; padding: 10px 10px 40px; width: 300px; margin: auto; }

    /* cada card vira um “slide” */
    .services_carousel_home .service_card_home { min-width: 88.5%; scroll-snap-align: start; flex-shrink: 1; }

    /* remove hover no mobile */
    .service_card_home:hover { transform: none; box-shadow: 0 2px 8px rgba(0,0,0,0.05); }
    .services_section_home { padding: 10px 0px; }
    .services_more_link_home { margin-top: 20px; font-size: 1rem; letter-spacing: normal; }
    .language_item span { display: none; }
}